silverstripe-translatable/code
Jeremy Thomerson 9771d97e1f ENHANCEMENT: significant speed improvement for many locales
Iterating over an array of locales and querying for each one causes tons
of unnecessary queries. This is especially evident when you get up to
hundreds of translations of a page. It makes the CMS admin UI insufferably
slow.  This is a little tweak to query for all of them at once instead of
individually.
2013-07-14 21:08:53 +00:00
..
controller BUG Cleaner handling of querystring arguments when selecting locale 2013-05-13 00:18:45 +02:00
forms Update LanguageDropdownField.php 2013-07-12 16:59:19 +12:00
model ENHANCEMENT: significant speed improvement for many locales 2013-07-14 21:08:53 +00:00
tasks Coding conventions fixes (mostly line length) 2012-10-02 22:34:16 +02:00