silverstripe-framework/tests
Ingo Schommer 00ffe72944 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
- Only allow selection of locales registered through i18n::$all_locales to avoid
  issues with unknown locales in Zend's CLDR database
2013-08-07 00:25:16 +02:00
..
api SimpleXML string casting in tests for older PHPUnit 2012-12-17 15:52:01 +01:00
behat Behat: Backport improved dropdown step handler 2013-06-05 14:59:01 +02:00
cache Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
control API HTTP::urlRewriter with (string)$code deprecated in 3.1. Fixed regressions and CSS urls. 2013-07-05 09:08:58 +12:00
core FIX Flush on memory exhaustion and headers sent 2013-08-02 09:41:16 +12:00
dev Added test cases for exception error logging 2013-01-24 09:36:42 +01:00
filesystem Fixed PHPUnit assertions for incomplete tests in core 2012-11-23 15:16:39 +01:00
forms Test allowedExtensions in UploadField, return correct HTTP status 2013-07-12 13:16:34 +02:00
i18n Translations: Switch to Transifex format 2013-08-07 00:25:16 +02:00
injector FIX issue with Injector::create not passing args 2013-02-15 10:24:47 +11:00
integration BUG Fixing regression in 26d70d6fca with formatted output in SS_HTMLValue 2012-10-16 11:59:30 +13:00
javascript Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
model Postgres compat in SQLQueryTest 2013-07-04 22:28:13 +02:00
oembed FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
parsers FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
phpcs Add code-sniffs other than line length to scrutinizer 2013-05-23 10:39:01 +12:00
search Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
security Postgres compat in MemberCsvBulkLoaderTest and GroupTest 2013-07-04 22:46:23 +02:00
tasks Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
templates BUG Only include processed requirements at the top level. (Fixes #7847) 2012-11-04 17:54:09 +13:00
testing NEW FixtureFactory separated out from YamlFixture 2012-12-11 17:06:27 +01:00
view Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
Bare.yml MINOR: Added small fixture YML that just lets you log in, for bootstrapping browser automation tests. 2011-02-02 14:17:57 +13:00
bootstrap.php Setting SapphireTest::is_running_test() in PHPUnit bootstrap 2013-01-09 23:31:10 +01:00
FakeController.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemoryLimitTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
phpcs_runner.php Add code-sniffs other than line length to scrutinizer 2013-05-23 10:39:01 +12:00
PhpSyntaxTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00