Commit Graph

87 Commits

Author SHA1 Message Date
Ingo Schommer
cb3515a4d5 Added composer.json 2012-08-15 22:18:06 +02:00
Ingo Schommer
7d9a802073 BUG Use new ORM methods (fixes #42)
This subtly changes the caching behaviour
where get_one() calls are replaced, results
will be no longer cached. There's no built-in core
way to cache DataList results, so for now we accept
that there's less caching due to this internal change.
2012-08-14 11:25:00 +02:00
Ingo Schommer
6d7700f8f6 BUG Fix admin/myprofile saving
Ignore the extension's init() method being called on
LeftAndMain base class,
which is the case when requests are first routed through
AdminRootController
as an intermediary rather than the endpoint controller
2012-08-14 11:22:42 +02:00
Ingo Schommer
4f433155f1 BUG Check for extensions on record in CMS (fixes #41) 2012-08-13 10:06:12 +02:00
Ingo Schommer
d837220b01 Merge pull request #40 from pixeltricks/master
Translations added
2012-08-13 01:01:28 -07:00
Roland Lehmann
6d7647787e replaced DataObjectSet with DataList as a default value of a function argument 2012-08-11 23:02:35 +02:00
Roland Lehmann
06bb08b594 Added translations for en, en_GB and german 2012-08-11 06:44:33 +02:00
Ingo Schommer
8b923ca84a Merge pull request #39 from tractorcow/3.0-fatal-fixes
FIXED: Error where uninitialised Locale field would crash queries.
2012-08-09 00:35:04 -07:00
Damian Mooyman
d846a72d39 FIXED: Error where uninitialised Locale field would crash queries. This is noticeable during full text search, when full model fields might not be initialised. 2012-08-09 15:40:11 +12:00
Ingo Schommer
84f5956921 Updated screenshots, added note about UTF8 urls 2012-08-08 11:23:52 +02:00
Ingo Schommer
c80f366dd6 BUG Avoid redirecting with duplicate ?locale param 2012-08-07 23:01:39 +02:00
Ingo Schommer
13002cef9f Merge pull request #38 from creamarketing/create-translation-redirect
BUG: Site tree sidebar not updated when creating a new translation
2012-08-07 13:58:40 -07:00
Ruud Arentsen
5b38cc31b8 Translation of SiteConfig
Fixed editing of translated configs, and added a link for the 'add
translation' not working for siteconfigs
2012-08-06 09:39:46 +02:00
Niklas Forsdahl
eaa5555dfc BUG: Site tree sidebar not updated when creating a new translation
The site tree sidebar was not updated when creating a new translation,
due to only CurrentForm and Breadcrumbs fragments being updated by default.

Fixed by explicitly setting the X-Pjax response header to Content on
translation creation.
2012-08-03 13:31:47 +03:00
Ingo Schommer
2fb20aa7e5 Merge pull request #36 from blu42media/patch-2
remove PR_MEDIUM from _t() call in providePermissions() function
2012-07-19 04:45:08 -07:00
BLU42 Media
de3e0b0590 remove PR_MEDIUM from _t() call in providePermissions() function 2012-07-18 15:11:25 -07:00
Ingo Schommer
67b27a5377 Minor JS logic error 2012-07-16 23:36:15 +02:00
Ingo Schommer
7e1b7a6240 BUG Redirect on mixed locale/record URLs
Avoids e.g. the pages tree showing two languages at once.
2012-07-16 23:35:28 +02:00
Ingo Schommer
1a4b284b32 Fixed deprecated function usage (#33) 2012-07-04 18:00:45 +02:00
Ingo Schommer
319a7faeac Merge pull request #32 from blu42media/patch-1
fixed typo in function call
2012-07-04 08:41:54 -07:00
BLU42 Media
01a61f48a4 fixed typo in function call 2012-07-02 16:03:36 -07:00
Ingo Schommer
f1deebe975 BUG New add_to_class() ext registration compat with 3.0 2012-06-29 15:00:11 +02:00
Sean Harvey
e14f7c26ae Merge pull request #15 from pasinter/master
Bugfix - use Form->getName() instead of deprecated Form->Name()
2012-06-14 14:12:48 -07:00
pasinter
2662571607 bugfix - use $form->getName() instead of deprecated $form->Name() 2012-06-14 22:54:25 +12:00
Ingo Schommer
610874755c BUGFIX 3.0 compatibility: Query manipulation, CMS links, separation of settings fields, new place for language selector on tree 2012-05-15 23:04:57 +02:00
Ingo Schommer
0cea59a2a7 Merge pull request #2 from cbryer/master
changed MetaTags function to use AbsoluteLink instead of Link in Translatable.php
2012-02-23 04:07:19 -08:00
Chris Bryer
baa7566933 modified MetaTags function to provide absolute links instead of using normal Link() method. This improves compatibility with the Translatable-Domains module and would provide accurate alternate href's to other locales that use different subdomains or TLD's. 2012-02-22 22:44:03 -05:00
Ingo Schommer
ba5d862474 Merge pull request #1 from smares/patch-1
Patch for create translation language dropdown
2012-02-14 00:25:07 -08:00
Sebastian Mares
658cac4df6 Copy values to keys in updateCMSFields' $alreadyTranslatedLocales since it's later used by LanguageDropdownField to exclude languages for which a translation already exists and LanguageDropdownField operates on array keys.
Also removed unused index/key variable $i from foreach loop that displays the existing translations.
2012-02-12 21:58:28 +01:00
Ingo Schommer
515b02809d MINOR Fixing TranslatableTest to work with new CMS preview feature in master (log out user to avoid redirection before checking URLs) 2011-07-09 15:47:10 +02:00
Ingo Schommer
96e28f6b9b MINOR Added documentation about 2011-06-09 11:32:33 +12:00
Ingo Schommer
edcb9ae582 BUGFIX Added Translatable->updateSettingsFields(), fixed related unit test 2011-05-02 08:30:40 +12:00
Ingo Schommer
7348ce7077 MINOR Subclassing from DataExtension instead of DataObjectDecorator 2011-05-01 22:29:20 +12:00
Ingo Schommer
75666d235e MINOR Added link to issue tracker 2011-03-29 21:00:36 +13:00
Ingo Schommer
181bb07f4c BUGFIX Fixed createtranslation action (broken after moving to extension) 2011-03-23 10:15:49 +13:00
Ingo Schommer
e40b5f909b MINOR Fixed @package 2011-03-23 10:15:23 +13:00
Ingo Schommer
2a3cc650dc MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00