silverstripe-translatable/code
Jeremy Thomerson f4e5137392 FIX: make getTranslations work even when translation classes differ
Even though it is an edge-case, some sites may allow translation groups to be
composed of different classes.  In that case, Translatable->getTranslations()
should still work.

Also, this commit adds a helper function for testing two array for equality
where you don't care about the order of the elements.  This cleaned up a lot
of copy and paste boilerplate code that was sorting arrays to test.
2013-06-06 02:59:51 +00:00
..
controller BUG Cleaner handling of querystring arguments when selecting locale 2013-05-13 00:18:45 +02:00
forms Fix Object::has_extension deprecated('xx','xx') 2013-02-01 18:42:32 +01:00
model FIX: make getTranslations work even when translation classes differ 2013-06-06 02:59:51 +00:00
tasks Coding conventions fixes (mostly line length) 2012-10-02 22:34:16 +02:00