silverstripe-reports/code/controllers
Ingo Schommer 3f118ef08f Translations: Switch to Transifex format
- Based on new (last) translation download from getlocalization.com
- Removed untranslated strings. Getlocalization started including those at some point
which is highly annoying, unnecessary and breaks the new transfix system,
since it'll mark all of the english strings as actual translations
- Avoid dots in entities. It confuses the Transifex YML parser
- Removed some locales unknown to Transifex which didn't have any translations anyway
- Removed "lolcat" locale, uses custom notation (en@lolcal)
  which SilverStripe's i18n system can't handle
  (needs mapping from SS naming to Zend naming)
- Renamed "Te Reo/Maori" locale from "mi_NZ" to "mi" (Transifex/CLDR notation)
- Namespaced all entities used in templates (deprecated usage)
- Converted dots to underscores where template filenames are used for namespaces,
since Transifex YML parsing handles them as separate YML keys otherwise
- Removed whitespace in entity names, SilverStripe i18n can't handle it
2013-08-04 12:28:07 +02:00
..
AssetAdmin.php Translations: Switch to Transifex format 2013-08-04 12:28:07 +02:00
CMSFileAddController.php BUG setFolderName in CMSFileAddController should default to the root 2012-09-21 16:00:35 +12:00
CMSMain.php Translations: Switch to Transifex format 2013-08-04 12:28:07 +02:00
CMSPageAddController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
CMSPageEditController.php BUG Session namespace sharing for CMS controllers 2012-08-29 15:09:15 +02:00
CMSPageHistoryController.php FIX Respect escaping rules on readonly fields in CMS history view 2013-02-04 17:16:15 +01:00
CMSPagesController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
CMSPageSettingsController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
CMSSettingsController.php Fixing permission issue with CMSSettingsController, where it won't show up for users with limited rights, even when they have the EDIT_SITECONFIG permission 2012-09-25 22:13:31 +02:00
CMSSiteTreeFilter.php MINOR Code refactoring of CMSMain::SearchForm() extracted some methods. 2012-11-02 23:52:24 +01:00
ContentController.php Adds LoginForm as an allowed action 2013-07-14 17:21:59 +12:00
ModelAsController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
ReportAdmin.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
RootURLController.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
SilverStripeNavigator.php BUG SilverStripeNavigator shows wrong message. 2013-03-18 15:57:20 +02:00
StaticExporter.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00