Go to file
Sam Minnee 4e0450b590 BUGFIX Changing File->Filename property from arbitrary limitation on VARCHAR (255 characters) to TEXT (65k characters) to ensure the framework can handle deeply nested filesystem trees (fixes #6015, thanks muzdowski) (from r111494)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112909 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-19 04:05:29 +00:00
api ENHANCEMENT: make RestfulService support PUT method. (from r108942) 2010-10-19 00:51:33 +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 ContentController::SiteConfig() should look to the SiteTree record so an alternate SiteConfig is considered, if this method doesn't exist on the data record then fall back to the default SiteConfig (from r111255) 2010-10-19 03:49:13 +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 BUGFIX Force tidy to avoid wrapping long lines in CSSContentParser, it breaks our FunctionalTest string assertions (from r111176) 2010-10-19 03:48:25 +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 Changing File->Filename property from arbitrary limitation on VARCHAR (255 characters) to TEXT (65k characters) to ensure the framework can handle deeply nested filesystem trees (fixes #6015, thanks muzdowski) (from r111494) 2010-10-19 04:05:29 +00:00
forms BUGFIX Removing overloaded TableField->sourceItems() method, which enables features of the underlying TableListField implementation, such as pagination and source item caching (fixed #5965, thanks martijn) (from r111492) 2010-10-19 03:56:23 +00:00
images MINOR merged from branches/2.3 2009-01-07 23:00:54 +00:00
integration MINOR Documentation migrated from doc.ss.org (from r104158) 2010-10-14 23:58:28 +00:00
javascript MINOR: Add translation correction for Czech and add Slovakian translation in cms and sapphire (js). Thanks to @Pike (from r111262) 2010-10-19 03:53:00 +00:00
lang BUGFIX: Themed permissionFailure messages (from r109102) 2010-10-19 00:55:20 +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 BUGFIX: Search didn't respect searchableClasses passed to FulltextSearchable::enable() (from r111464) 2010-10-19 03:54:51 +00:00
security API CHANGE Member->canEdit() returns false if the editing member has lower permissions than the edited member, for example if a member with CMS_ACCESS_SecurityAdmin permissions tries to edit an ADMIN (fixes #5651) (from r110856) 2010-10-19 02:46:26 +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 Moving folder after executing Folder::findOrMake will not set the Filenames properly. Invoking updateFilesystem() in File->onAfterWrite() instead of onBeforeWrite(), and avoid caching in FIle->getRelativePath() (fixes #5994 and #5937, thanks muzdowski) (from r111493) 2010-10-19 04:00:57 +00:00
thirdparty MINOR: Fix links etc, and remove www. from SS urls (from r109105) 2010-10-19 00:56:25 +00:00
widgets Revert "BUGFIX: sort order of widgets is now fixed." 2010-10-19 01:21:10 +00:00
.htaccess MINOR Disallowing more potentially active file extensions in cms/.htaccess 2010-10-18 22:48:58 +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
_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
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
sake Sake fix: look for php binary before php5, to prevent errors on CentOS and Cygwin. (from r104668) 2010-10-15 00:33:12 +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