Go to file
Ingo Schommer ab3ef0196d MINOR Moved tasks from sapphire/cli to new folder sapphire/tasks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65149 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-03 13:59:53 +00:00
api ENHANCEMENT Allow use of RestfulService->setQueryString() and test to support it. Patch from ticket #2973. Thanks to simon_w! 2008-10-21 03:45:44 +00:00
cli MINOR Moved tasks from sapphire/cli to new folder sapphire/tasks 2008-11-03 13:59:53 +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: Fixed bug with ID-less generation of YamlFixture entries that trigger $this->write() in setters 2008-11-03 01:28:18 +00:00
css APICHANGE: delete GenericDataAdmin, RelatedDataEditor, DropdownField_WithAdd and their related code (js, css, etc) from cms, sapphire, "GenericDataAdmin" name space has also been deleted from lang files. They are all added in the new module "genericdataadmin" 2008-10-20 00:20:00 +00:00
dev Simplified CliTestReporter output so that buildbot can read it 2008-11-03 04:51:27 +00:00
email API CHANGE Removed deprecated Datetime class, use SSDatetime instead (was conflicting with PHP 5.2 integrated classes) 2008-10-16 08:59:40 +00:00
filesystem 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
forms MINOR Fixed PHP Notices in TreeMultiSelectField 2008-11-03 13:47:40 +00:00
images Removed sapphire/images/fe_icons - these will be put in the userforms module instead, where the FieldEditor 2008-10-23 21:10:33 +00:00
integration API CHANGE Removed deprecated Datetime class, use SSDatetime instead (was conflicting with PHP 5.2 integrated classes) 2008-10-16 08:59:40 +00:00
javascript BUGFIX TableField delete row inconsistency with TableListField which caused table fields to not fade the row out 2008-11-03 05:00:43 +00:00
lang MINOR Updated master language tables 2008-11-02 20:05:21 +00:00
parsers Turned dos line endings into unix 2008-09-26 02:22:51 +00:00
profiler MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
search Deleted SmallerThanFilter - please use LessThanFilter 2008-10-29 20:24:10 +00:00
security ENHANCEMENT Only logging out users on Security::permissionFailure() is called in non-ajax context. For ajax requests, we now return a 403 HTTP Status in a HTTPResponse Object, with a ":NOTLOGGEDIN" body for backwards compatibility. If a logout+redirection is required after an ajax-request, this should be handled by the clientside. 2008-11-03 13:50:06 +00:00
tasks MINOR Moved tasks from sapphire/cli to new folder sapphire/tasks 2008-11-03 13:59:53 +00:00
templates FEATURE Collect i18n Entities from dynamic PHP code - useful to translate statics. Added DataObject->provideI18nEntities() and i18nTextCollector->collectFromEntityProviders(). See #1625 2008-10-29 21:07:17 +00:00
tests ENHANCEMENT Unit tests for Member->inGroup() and Member->inGroups() 2008-11-03 01:57:16 +00:00
thirdparty MINOR Moved JSON library to thirdparty externals 2008-09-28 13:33:42 +00:00
widgets MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
_config.php Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +00:00
cli-script.php Removed #! entry from cli-script.php; its unreliable and cli-script.php should be called as 'php cli-script.php' instead 2008-10-13 21:25:30 +00:00
main.php BUGFIX: #2588 Fix issue with IIS not stripping GET variables from the URL (mackeyn) 2008-10-08 23:04:55 +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 ENHANCEMENT: Updated argument handling for sake 2008-09-25 04:49:01 +00:00
silverstripe_version fixed $ 2007-12-14 04:35:28 +00:00