api
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +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: Don't have any host-based dev servers set by default. (from r108027)
|
2010-10-18 22:41:51 +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: Don't allow reinstalling without first making the user manually delete mysite/_config.php (from r108026)
|
2010-10-18 22:41:32 +00:00 |
email
|
API CHANGE Removed deprecated Email_Template class, please use Email instead! (from r100503)
|
2010-05-25 04:04:33 +00:00 |
filesystem
|
MINOR Fixed merge error
|
2010-10-15 04:02:54 +00:00 |
forms
|
BUGFIX Added a clearing div after the date and time fields, not the best way of doing it but the only way as the overflow css trick for clearing fields doesn't work with the time dropdown (from r107811)
|
2010-10-18 22:26:13 +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
|
BUGFIX Limit 'showcalendar' javascript option to DateField instances (rather than applying to all available) (from r107785)
|
2010-10-18 22:22:56 +00:00 |
lang
|
BUGFIX Fixed DateField->validate() with keyed, but empty array values
|
2010-10-18 22:25:41 +00:00 |
parsers
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
profiler
|
MINOR: Misc merges from branches/2.4
|
2010-10-13 03:53:12 +00:00 |
search
|
BUGFIX: check if a request is present before using it to prevent undefined errors (from r104608)
|
2010-10-15 00:31:26 +00:00 |
security
|
MINOR Fixed incorrect word "colon" with "dot" (from r108002)
|
2010-10-18 22:37:11 +00:00 |
tasks
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +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
|
MINOR: Added test for #5662 (calling delete twice) (from r108025)
|
2010-10-18 22:40:56 +00:00 |
thirdparty
|
MINOR Added behaviour.js README (moved from http://doc.silverstripe.org/javascript) (from r104114)
|
2010-10-14 23:57:24 +00:00 |
widgets
|
BUG FIX: tables and columns now quoted properly (from r100657)
|
2010-05-25 04:21:34 +00:00 |
_config.php
|
BUGFIX #5349: Use TEMP_FOLDER for Zend's cache temp dir. (from r105468)
|
2010-10-15 02:49:06 +00:00 |
_register_database.php
|
MINOR Show install MySQL version at 5.0+ as 4.1 does not work properly with SilverStripe (from r104705)
|
2010-10-15 01:05:06 +00:00 |
.htaccess
|
BUGFIX: Don't allow direct access to PHP files in sapphire module, except for main.php and static-main.php (from r108023)
|
2010-10-18 22:39:50 +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
|
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 |