Go to file
Sean Harvey 955d500a95 BUGFIX createTag() on FormField subclasses should use getTabIndex() instead of getTabIndexHTML() as createTag() is responsible for generating the HTML, and all we need is the tabindex value
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@62490 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-09-16 23:14:31 +00:00
api FEATURE: Allow Use of ?fields=ID,Name,OtherField,RelName get variable on RESTful server queries, to restrict the fields and relations returned int the data set 2008-09-16 12:10:58 +00:00
cli Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
conf API CHANGE: Allow the definition of SS_ERROR_LOG in _ss_environment.php to set up Debug::log_errors_to(). 2008-08-11 04:41:54 +00:00
core BUGFIX Allowing HTTPRequest::match() to match rules with extensions (e.g. /sitemap.xml used for GoogleSitemap) 2008-09-16 20:37:46 +00:00
css FEATURE: TableListField's TRs can now have class=loading added to them to show a loading icon. (Used by ModelAdmin) 2008-09-13 04:42:59 +00:00
dev ENHANCEMENT In Debug::showError(), if error is displayed through ajax with CliDebugView, use plaintext output 2008-09-16 18:15:26 +00:00
email MINOR added @deprecated note in PHPdoc to show that Email_Template is deprecated 2008-08-25 08:41:36 +00:00
filesystem FEATURE: Files & Images tree now shows filename rather than meta-data title, to make it easier to find the file you're looking for 2008-09-12 01:05:11 +00:00
forms BUGFIX createTag() on FormField subclasses should use getTabIndex() instead of getTabIndexHTML() as createTag() is responsible for generating the HTML, and all we need is the tabindex value 2008-09-16 23:14:31 +00:00
images styling for HasManyFileField 2007-12-19 23:07:42 +00:00
integration FEATURE Added GoogleSitemap::enable() 2008-09-16 20:38:20 +00:00
javascript API CHANGE Moved DataReport and SQLReport into the ecommerce module, since this is the only place it is used, plus it's going to be deprecated soon anyway 2008-09-12 04:58:06 +00:00
lang API CHANGE Moved DataReport and SQLReport into the ecommerce module, since this is the only place it is used, plus it's going to be deprecated soon anyway 2008-09-12 04:58:06 +00:00
parsers FEATURE Formatting MySQL error messages with newlines through new SQLFormatter class (used in MySQLDatabase) 2008-09-16 18:12:07 +00:00
profiler MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
search SearchContext generates SELECT DISTINCT query rather than SELECT, so that duplicate records aren't shown as a result of certain search filters 2008-09-12 03:27:43 +00:00
security Removed Created from member summary fields 2008-08-28 22:56:48 +00:00
templates FEATURE: TableListField's TRs can now have class=loading added to them to show a loading icon. (Used by ModelAdmin) 2008-09-13 04:42:59 +00:00
tests BUGFIX Allowing HTTPRequest::match() to match rules with extensions (e.g. /sitemap.xml used for GoogleSitemap) 2008-09-16 20:37:46 +00:00
thirdparty Made all sapphire/thirdparty classes _manifest_exclude'd 2008-08-17 01:08:10 +00:00
widgets MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
_config.php Fixed bugs with Image upload fields 2008-08-14 22:20:32 +00:00
cli-script.php Allow flush=1 to be added as 2nd argument to cli-script. 2008-08-13 01:44:43 +00:00
main.php BUGFIX Reinstated error_handling(E_ALL) for dev environments in main.php after clarifying with sam - we want to force developers to recard notice-level errors unless they expicitly opt-out in their _config.php 2008-08-13 21:49:52 +00:00
main.php5 Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
Makefile Disabled across-the-board use of windmill tests in continuous integration; instead a specific build is set up for it 2008-08-27 09:23:56 +00:00
sake Added EPMU's process control sake 2008-08-26 04:10:37 +00:00
silverstripe_version fixed $ 2007-12-14 04:35:28 +00:00