silverstripe-framework/core/model
Ingo Schommer 18a6b34836 ENHANCEMENT Improved translation of SiteTree->getClassDropdown() - setting page name in quotes, using i18n singular/plural titles, using sprintf() to output "change to..." content
ENHANCEMENT Using i18nEntityProvider on SiteTree to ensure entities in "Page" namespace get stored on sapphire instead of the "module folder" for Page.php - we can't make those properties translatable within core if they are in a custom folder
MINOR translation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@68747 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:26:49 +13:00
..
fieldtypes BUGFIX: SSDatetime can handle being given a NZ date in dd/mm/yyyy format 2011-02-02 14:26:45 +13:00
ComponentSet.php BUGFIX: Fixing tests 2011-02-02 14:26:40 +13:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php Merged r67482 to branches/2.3 - let db/build add auto_increment 2011-02-02 14:26:48 +13:00
DatabaseAdmin.php BUGFIX: Better initial-site-setup boundary condition checking needed after the manifest builder update 2008-11-09 22:11:25 +00:00
DataObject.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
DataObjectDecorator.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
DataObjectInterface.php MINOR formatting 2008-11-02 00:55:33 +00:00
DataObjectLog.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 23:03:35 +00:00
DataObjectSet.php BUGFIX Improved DataObjectSet->PaginationSummary() to show full context (instead of halved) when on first or last page 2011-02-02 14:26:47 +13:00
DB.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
ErrorPage.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
GhostPage.php BUGFIX Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421) 2008-10-16 13:26:50 +00:00
HiddenClass.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Hierarchy.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
Image.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
MySQLDatabase.php Merged r67482 to branches/2.3 - let db/build add auto_increment 2011-02-02 14:26:48 +13:00
PDODatabase.php BUGFIX Added stub PDODatabase->renameField() implementation to avoid errors when batch-instanciating singletons 2011-02-02 14:26:48 +13:00
RedirectorPage.php ENHANCEMENT Added fieldLabels() overloading to various DataObject subclasses. Use this method instead of directly calling _t() in getCMSFields(), and use fieldLabel('MyField') to get the label for a specific FormField. This way, we can transparently support formfield scaffolding and re-use the labels for search fields automatically. 2008-11-02 20:04:10 +00:00
SiteTree.php ENHANCEMENT Improved translation of SiteTree->getClassDropdown() - setting page name in quotes, using i18n singular/plural titles, using sprintf() to output "change to..." content 2011-02-02 14:26:49 +13:00
SiteTreeDecorator.php ENHANCEMENT Added SiteTreeDecorator 2011-02-02 14:26:34 +13:00
SQLMap.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
SQLQuery.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
Translatable.php BUGFIX Fixed editable formfields not showing up in translation mode (#3083). Updated Translatable->updateCMSFields() by partially merging wakeless' patch from (r64523) 2011-02-02 14:26:33 +13:00
Versioned.php BUGFIX: Escape table name in versioned to allow creation of page type classes with the same names as SQL reserved words 2011-02-02 14:26:48 +13:00
VirtualPage.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
YamlFixture.php FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture 2008-11-10 23:18:31 +00:00