silverstripe-docsviewer/code
martimiz 5d9feb3fe5 Fix: Search error on autoregistered entities
Error: [Warning] array_combine() [function.array-combine]: Both
parameters should have at least 1 element

HandleRequest for submitted forms returns before the automatic
registration of modules is performed, so no entities can be found.
Fixed by moving  DocumentationService::load_automatic_registration();
to the top of the function
2013-01-07 16:31:12 +01:00
..
controllers Fix: Search error on autoregistered entities 2013-01-07 16:31:12 +01:00
models FIX: IsFolder -> isFolder 2012-11-10 09:27:28 +13:00
tasks FIX: prevent notice while doing search request. 2012-09-09 18:05:06 +12:00
DocumentationParser.php BUGFIX: Deprecation errors and strict warnings breaks the docsviewer 2012-05-18 09:48:57 +12:00
DocumentationPermalinks.php Method visibility 2012-11-10 09:27:10 +13:00
DocumentationSearch.php Fix: Mark DocumentationSearch::get_index_location() as static 2013-01-07 15:16:21 +01:00
DocumentationService.php FIX: Fixed E_STRICT error - static function not marked as such. 2012-11-12 11:26:44 +13:00