silverstripe-translatable/code
Ingo Schommer cad776c2f8 BUG Refactored updateCMSFields() logic (can be called repeatedly)
This builds on 44f8180110, but reverts most of it.
The changeset had a logical flaw where it stored state
on the Translatable extension where it was specific to a FieldList.
This meant side effects when getCMSFields() was called more than once,
such as in the CMSSettingsController template.

Note: We shouldn't need to call getCMSFields() more than once
because its an expensive call, but that's a missing feature
in the template caching layer rather than a problem with the
Translatable extension.
2013-01-17 12:19:59 +01:00
..
controller BUGFIX Include URL action when redirecting in CMS 2013-01-08 19:52:56 +01:00
forms ENHANCEMENT: Add language dropdown for link form 2012-11-12 15:48:06 +02:00
model BUG Refactored updateCMSFields() logic (can be called repeatedly) 2013-01-17 12:19:59 +01:00
tasks Coding conventions fixes (mostly line length) 2012-10-02 22:34:16 +02:00