silverstripe-framework/core/control
Sam Minnee c1d6e82248 API CHANGE: Removed manifest's dependency on database, by removing hastable information [17:47:04]
dquote> API CHANGE: Deprecate ClassInfo::ready() in favour of Security::database_is_ready()
dquote> API CHANGE: Create DataObject::has_own_table() to determine whether a DataObject has a table without looking at it.
dquote> API CHANGE: Exclude /tests/ directories from the manifest entirely except when tests are being run.
dquote> API CHANGE: Added ?usetestmanifest=1 flag to access the test manifest outside of test execution.
dquote> API CHANGE: Simplified Core.php manifest include to just call ManifestBuilder::include_manifest() - manifest takes care of its own cache file

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65385 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-06 04:51:25 +00:00
..
ContentController.php BUGFIX Made ContentController work properly if it doesn't have a dataRecord 2008-10-25 11:30:28 +00:00
ContentNegotiator.php MINOR documentation 2008-09-16 14:36:31 +00:00
Controller.php API CHANGE: Removed manifest's dependency on database, by removing hastable information [17:47:04] 2008-11-06 04:51:25 +00:00
Director.php API CHANGE: Removed manifest's dependency on database, by removing hastable information [17:47:04] 2008-11-06 04:51:25 +00:00
FormResponse.php MINOR Misc deprecation notices 2008-10-16 08:44:08 +00:00
HTTPRequest.php API CHANGE #2857 - Renamed RequestHandlingData to RequestHandler 2008-10-30 22:03:21 +00:00
HTTPResponse.php API CHANGE Changed parameters for Debug::friendlyError() 2008-10-01 14:43:43 +00:00
ModelAsController.php BUGFIX Fixed merge error in ModelAsController 2008-08-09 05:35:08 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php BUGFIX #2992: Fixed T_PAAMAYIM_NEKUDOTAYIM error in RequestHandler 2008-11-05 01:59:27 +00:00
RootURLController.php BUGFIX #2901 - RootURLController didn't properly manipulate the Controller stack 2008-10-04 04:42:51 +00:00