silverstripe-translatable/code
Hamish Friedlander 3acb8b9fba FIX 63366327 breaking "Existing Translations" links
CMSEditLink() was changed to always add a locale, but the link
creation for "Existing Translations" in Translatable#updateCMSFields
assumed there was no query string on the end of CMSEditLink()s return
value

Note that youll still end up with duplicate locale parameters after
this patch, but it will work as PHP always takes the last parameter
for preference. A seperate patch for Controller::join_links will
fix the duplicate parameters
2013-09-20 11:21:28 +12:00
..
controller Fall back to global locale state for link updates (#139) 2013-09-05 16:06:58 +02:00
forms Update LanguageDropdownField.php 2013-07-12 16:59:19 +12:00
model FIX 63366327 breaking "Existing Translations" links 2013-09-20 11:21:28 +12:00
tasks Coding conventions fixes (mostly line length) 2012-10-02 22:34:16 +02:00