api
|
MINOR Fixed JSONDataFormatter excaping (fixes #5309, thanks briley) (from r101811)
|
2010-10-13 01:10: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 Only replace double slashes in SS_HTTPRequest->__construct() for relative- its a failsafe against wrongly formatted URLs like 'admin//assets' instead of 'admin/assets', but breaks absolute URLs with 'http://' prefix (from r103099)
|
2010-10-13 03:31:53 +00:00 |
css
|
FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField)
|
2010-04-14 04:38:40 +00:00 |
dev
|
MINOR: use red font instead of gray when displaying error (from r101729)
|
2010-10-13 01:03:46 +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
|
BUGFIX: default sort column now quoted (from r103182)
|
2010-10-13 03:33:16 +00:00 |
forms
|
BUGFIX: added optional separator for http_build_query in HTTP:setGetVar(). this fixes sorting columns in ModelAdmin (ticket #5325). (from r103012)
|
2010-10-13 01:48:24 +00:00 |
images
|
MINOR merged from branches/2.3
|
2009-01-07 23:00:54 +00:00 |
integration
|
MINOR Geoip class no longer extends Object, as it's not necessary (from r100409)
|
2010-05-25 03:50:56 +00:00 |
javascript
|
BUGFIX Resetting image sidepanel fields when opening the panel instead of inserting an image, to avoid losing focus of TinyMCE in IE. Using getBookmark() in TinyMCE to save the original location. (fixes #5263) (from r101975)
|
2010-10-13 01:23:29 +00:00 |
lang
|
MINOR More common language in Date->TimeDiff() ("in 2 hours" instead of "2 hours away") (fixes #5402)
|
2010-10-10 05:06:50 +00:00 |
parsers
|
MINOR Fixed phpdoc documentation
|
2010-04-23 00:11:41 +00:00 |
profiler
|
BUGFIX: deprecated split function replaced (from r101791)
|
2010-10-13 01:07:11 +00:00 |
search
|
API CHANGE Changed MySQLFulltextSearchable class to FulltextSearchable (applies to all databases) (from r102012)
|
2010-10-13 01:26:51 +00:00 |
security
|
BUGFIX: exchanged MySQL CONCAT function with ANSI compliant operator (from r102237)
|
2010-10-13 01:37:24 +00:00 |
tasks
|
MINOR Cleaned up tabbing and code formatting in automated task classes (from r99753)
|
2010-05-25 02:58:59 +00:00 |
templates
|
BUGFIX: fixed undefined error in CTFs. BUGFIX: added action class to actions to allow the popup hook to open links (from r101807)
|
2010-10-13 01:10:05 +00:00 |
tests
|
BUGFIX: disallow numeric actions - numeric array indexes are incorrectly picked up as allowed actions (#5331) (from r103092)
|
2010-10-13 03:30:54 +00:00 |
thirdparty
|
ENHANCEMENT Only defining document.getElementsByClassName() in prototype.js if no native implementation exists (which speeds up the CMS). Ported from 'jquery13' module, thanks Hamish (from r100849)
|
2010-08-03 02:06:40 +00:00 |
widgets
|
BUG FIX: tables and columns now quoted properly (from r100657)
|
2010-05-25 04:21:34 +00:00 |
_config.php
|
MINOR Reverted default location for combined JS/CSS as you can't customise this easily (from r100534)
|
2010-05-25 04:16:52 +00:00 |
_register_database.php
|
MINOR Made the default database directory relative to assets ".db" which is more precise than ".sqlitedb" (from r101619)
|
2010-10-13 00:54:45 +00:00 |
.htaccess
|
Merged from branches/2.3
|
2009-04-28 23:52:15 +00:00 |
cli-script.php
|
ENHANCEMENT If no arguments specified for cli-script.php/sake, then provide a friendly message to the user on where to get help (from r100989)
|
2010-10-04 04:29:40 +00:00 |
main.php
|
BUGFIX Installer now opens if mod_rewrite is disabled. Using index.php instead of rewriting the URL didn't quite work with the new BASE_URL, so we need to take this case into account as well (from r98895)
|
2010-04-14 03:47:37 +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: Fixed sapphire execution if you run the uninstalled sake from a foreigh directory. (from r88533)
|
2009-10-15 22:24:17 +00:00 |
silverstripe_version
|
fixed $
|
2007-12-14 04:35:28 +00:00 |
static-main.php
|
BUGFIX: Fix static caching file lookup to match file generation. (from r101034)
|
2010-10-04 04:32:13 +00:00 |