silverstripe-framework/dev
Ingo Schommer 7ad7f8dcf2 ENHANCEMENT Adjusted SearchForm, Debug, ErrorPage, SiteTree to using locales instead of lang codes
API CHANGE Changed Translatable datamodel to use locales ("en_US") instead of lang values ("en).
API CHANGE Changed Translatable::$default_lang to $default_locale, Translatable::$reading_lang to $reading_locale
API CHANGE Using "locale" instead of "lang" in Translatable::choose_site_lang() to auto-detect language from cookies or GET parameters
API CHANGE Deprecated Translatable::is_default_lang(), set_default_lang(), get_default_lang(), current_lang(), set_reading_lang(), get_reading_lang(), get_by_lang(), get_one_by_lang()
API CHANGE Removed Translatable::get_original() - with the new "translation groups" concept there no longer is an original for a translation
BUGFIX Updated MigrateTranslatableTask to new Locale based datamodel

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@73468 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-20 08:47:06 +00:00
..
install Merged from branches/2.3 2009-03-10 22:08:52 +00:00
BuildTask.php ENHANCEMENT Improved TaskRunner and BuildTask metadata and styling 2008-10-16 20:40:24 +00:00
BulkLoader.php Merged from 2.3 2009-03-04 03:44:11 +00:00
CliDebugView.php FEATURE: Added coloured output to dev/tests/all 2008-10-04 05:41:15 +00:00
CliTestReporter.php Reformatted memory usage to be more concise 2008-11-10 01:13:04 +00:00
CodeViewer.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 23:29:30 +00:00
CSSContentParser.php BUGFIX Fixed CSSContentParser to only use tidy on CLI mode if its available, and first check for existence of PHP tidy extension. Fixes failing unit tests on standard WAMP windows installations. 2008-10-12 16:15:24 +00:00
CsvBulkLoader.php Merged from 2.3 2009-03-04 03:44:11 +00:00
CSVParser.php BUGFIX Fixed CSVParser assumptions about absolute unix-style filepaths - using Director::absFile() instead now 2008-10-12 15:53:25 +00:00
Debug.php ENHANCEMENT Adjusted SearchForm, Debug, ErrorPage, SiteTree to using locales instead of lang codes 2009-03-20 08:47:06 +00:00
DebugView.php #2328 - Show backtrace for uncaught exceptions (ajshort) 2009-01-20 21:30:12 +00:00
DevelopmentAdmin.php BUGFIX Added isDev() and Permission::check() directives to DatabaseAdmin and DevelopmentAdmin 2009-03-17 22:23:52 +00:00
FunctionalTest.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
InstallerTest.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
JSTestRunner.php MINOR Moved js unit tests from sapphire/javascript/tests to sapphire/tests/javascript to have a consistent location for all tests on server- and clientside 2008-11-01 11:05:38 +00:00
MigrationTask.php ENHANCEMENT Improved TaskRunner and BuildTask metadata and styling 2008-10-16 20:40:24 +00:00
ModelViewer.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
ModuleManager.php MINOR package information for ModuleManager 2008-11-01 13:24:14 +00:00
SapphireInfo.php Secured SapphireInfo 2008-10-02 20:43:22 +00:00
SapphireREPL.php Added colouring to SapphireREPL output 2008-12-03 01:37:25 +00:00
SapphireTest.php ENHANCEMENT: Added dev/tests/cleanupdb action to remove test databases 2009-03-04 07:31:23 +00:00
SapphireTestReporter.php FEATURE: Added support for 'sake dev/tests/all --showslow' to list slow tests 2008-10-17 02:28:55 +00:00
SSCli.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
TaskRunner.php MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
TestMailer.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
TestOnly.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
TestRunner.php ENHANCEMENT: Added dev/tests/cleanupdb action to remove test databases 2009-03-04 07:31:23 +00:00
TestSession.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
TestViewer.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00