silverstripe-framework/core/model
Ingo Schommer 0747fc6d52 MINOR merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@69856 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-07 23:00:54 +00:00
..
fieldtypes MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
ComponentSet.php BUGFIX: Fixing tests 2008-11-24 19:28:46 +00:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php API CHANGE: fulltext and unique indexes are now arrays 2008-12-17 00:40:24 +00:00
DatabaseAdmin.php MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
DataObject.php BUGFIX Fixed DataObject->merge() behaviour when merging grandchildren classes of DataObject - was using customDatabaseFields() to merge only the db fields on specific class. Changed to inheritedDatabaseFields() and added unit test. 2009-01-07 01:25:43 +00:00
DataObjectDecorator.php ENHANCEMENT Added Versioned::get_versionnumber_by_stage() (used in new CMSMain/SiteTree state checking) 2008-12-17 22:38:47 +00: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 MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
DB.php MINOR merged from branches/2.3 2009-01-07 23:00:54 +00:00
ErrorPage.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
GhostPage.php Updating queries to be more DB agnostic 2008-11-24 09:31:14 +00:00
HiddenClass.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Hierarchy.php ENHANCEMENT Removed object state setting in CMSMain/SiteTree publication process: DeletedFromStage, CheckedPublicationDifferences, IsAddedToStage and added getters for them. Improves testability as we don't have to rely on random methods like MenuTitle() being called to set object state. 2008-12-17 22:41:07 +00:00
Image.php BUGFIX Setting correct user locale in ImageField and FileIframeField - the controller is separate from the CMS context, so wasn't initialized with i18n (see #1727) 2008-11-10 19:54:30 +00:00
MySQLDatabase.php MINOR merged from branches/2.3 2009-01-07 23:00:54 +00:00
PDODatabase.php BUGFIX Added stub PDODatabase implementations to avoid errors when batch-instanciating singletons 2008-12-10 07:33:27 +00:00
RedirectorPage.php Static caching merges from dnc branch 2008-12-15 01:30:41 +00:00
SiteTree.php BUGFIX Disabling batch selection of pages without publication rights in SiteTree->CMSTreeClasses() 2009-01-06 02:46:16 +00:00
SQLMap.php MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
SQLQuery.php MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
Translatable.php BUGFIX: Fixing tests 2008-11-24 19:28:46 +00:00
Versioned.php ENHANCEMENT Added Versioned::get_versionnumber_by_stage() (used in new CMSMain/SiteTree state checking) 2008-12-17 22:38:47 +00:00
VirtualPage.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
YamlFixture.php FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture 2008-11-10 23:18:31 +00:00