api
|
BUGFIX #6096 RSSFeed::feedContent() restores previous state of SSViewer::get_source_file_comments() after temporarily disabling it (thanks paradigmincarnate!) (from r111914)
|
2010-10-19 05:06:53 +00:00 |
cache
|
MINOR Fixed phpdoc documentation
|
2010-04-23 00:11:41 +00:00 |
cli
|
MINOR Cleaned up tabbing and code formatting in automated task classes (from r99753)
|
2010-05-25 02:58:59 +00:00 |
conf
|
MINOR Fixed spelling mistake in ConfigureFromEnv class documentation (from r102045)
|
2010-10-13 01:28:54 +00:00 |
core
|
BUGFIX #3910 Setting timezone parameter to MySQLDatabase::__construct() should use $this->query() to be consistent (from r111889)
|
2010-10-19 05:04:40 +00:00 |
css
|
ENHANCEMENT Using jQuery UI datepicker in DateField and DatetimeField instead of outdated DHTML calendar.js (fixes #5397)
|
2010-10-15 03:48:39 +00:00 |
dev
|
ENHANCEMENT Show "Database Configuration" section of installer requirements for reference (collapsed by default) (from r111873)
|
2010-10-19 05:03:16 +00:00 |
email
|
BUGFIX: Applied/edited paradigmincarnate's patch to quote plaintext email with htmlEmail (#5120) (from r108396)
|
2010-10-18 22:51:54 +00:00 |
filesystem
|
BUGFIX Filesystem::removeFolder() did not remove files that ended with a "." when this is a valid file. Remove the regex and replace with specific case for "." and ".."
|
2010-10-19 05:06:25 +00:00 |
forms
|
BUGFIX #6066 Form::__construct() should respect hasMethod on passed in Controller instance if it's available (thanks paradigmincarnate!) (from r111890)
|
2010-10-19 05:04:58 +00:00 |
images
|
MINOR merged from branches/2.3
|
2009-01-07 23:00:54 +00:00 |
integration
|
BUGFIX Ensure that \r carriage return characters get stripped out before setting content in HTMLValue::setContent(). DOMDocument will transform these into 
 entities, which is apparently XML spec, but not necessary for us as we're using HTML (from r111949)
|
2010-10-19 05:07:27 +00:00 |
javascript
|
BUGFIX #6089 Avoid javascript error when "Allow drag & drop reordering" enabled, and attempt to drag a file from one folder to another is performed (from r111932)
|
2010-10-19 05:07:06 +00:00 |
lang
|
BUGFIX More common defaults for en_US.xml used by Zend_DateFormat (and DateField/DatetimeField), with less error prone numerical format replacing the Zend default of shortened month names (fixes #6071, thanks dalesaurus)
|
2010-10-19 05:01:18 +00:00 |
parsers
|
MINOR: Fix links etc, and remove www. from SS urls (from r109105)
|
2010-10-19 00:56:25 +00:00 |
profiler
|
MINOR: Misc merges from branches/2.4
|
2010-10-13 03:53:12 +00:00 |
search
|
MINOR Added FulltextSearchable::get_searchable_classes() in order to introspect currently searchable classes, added FulltextSearchableTest, added documentation (from r111789)
|
2010-10-19 04:53:36 +00:00 |
security
|
ENHANCEMENT #4903 MemberLoginForm field for "You are logged in as %s" message customisation (thanks walec51!) (from r111891)
|
2010-10-19 05:05:23 +00:00 |
tasks
|
MINOR Removed removeDuplicates() call on linked pages DataObjectSet in MigrateSiteTreeLinkingTask which is no longer required, as the duplicate results were fixed in DataObject directly (from r110200)
|
2010-10-19 01:28:37 +00:00 |
templates
|
ENHANCEMENT Allowing batch checkbox selection of TableListField rows with TableListField->Markable and TableListField->addSelectOptions() (from r105266)
|
2010-10-15 02:27:59 +00:00 |
tests
|
BUGFIX Ensure that \r carriage return characters get stripped out before setting content in HTMLValue::setContent(). DOMDocument will transform these into 
 entities, which is apparently XML spec, but not necessary for us as we're using HTML (from r111949)
|
2010-10-19 05:07:27 +00:00 |
thirdparty
|
BUGFIX More common defaults for en_US.xml used by Zend_DateFormat (and DateField/DatetimeField), with less error prone numerical format replacing the Zend default of shortened month names (fixes #6071, thanks dalesaurus)
|
2010-10-19 05:01:18 +00:00 |
widgets
|
Revert "BUGFIX: sort order of widgets is now fixed."
|
2010-10-19 01:21:10 +00:00 |
_config.php
|
BUGFIX EMAIL_BOUNCEHANDLER_KEY cannot be defined (from r108513)
|
2010-10-19 00:46:46 +00:00 |
_register_database.php
|
MINOR: repair installer for sqlite (from r109787)
|
2010-10-19 01:26:27 +00:00 |
.htaccess
|
MINOR Disallowing more potentially active file extensions in cms/.htaccess
|
2010-10-18 22:48:58 +00:00 |
cli-script.php
|
BUGFIX Fixed spelling error of $databaseConfig in cli-script.php causing database configuration to not load (thanks aimcom!) (from r107369)
|
2010-10-15 03:23:57 +00:00 |
main.php
|
MINOR Database quoting in TreeDropdownField (fixes #5484) (from r103515)
|
2010-10-13 03:56:48 +00:00 |
main.php5
|
MINOR phpdoc documentation
|
2009-03-22 22:59:14 +00:00 |
Makefile
|
BUGFIX Removed references to "php5" and replace with "php" in Makefile (it's now consistent with 2.4 build branch)
|
2010-10-12 00:53:53 +00:00 |
sake
|
ENHANCEMENT Making "sake" script more portable by using "/usr/bin/env" shebang instead of "/bin/bash" (fixes #6045, thanks sychan) (from r111495)
|
2010-10-19 04:50:34 +00:00 |
silverstripe_version
|
fixed $
|
2007-12-14 04:35:28 +00:00 |
static-main.php
|
BUGFIX Bypass static caching through static-main.php when GET or POST parameters are set (regression from 2.3 API, fixes #5519, thanks ktauber) (from r103961)
|
2010-10-14 23:52:30 +00:00 |