Go to file
Sam Minnee cc355a4f18 API CHANGE: Replaced eval based creation of extension and field objects with Object::create_from_string().
API CHANGE: Introduced new function Object::create_from_string() to instantiate an object from a string like 'Int(50)' (from r101093)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@111585 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-04 04:46:41 +00:00
api API CHANGE: Replaced eval based creation of extension and field objects with Object::create_from_string(). 2010-10-04 04:46:41 +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 BUGFIX Use BASE_PATH and BASE_URL instead of data from $_SERVER. 2010-04-12 23:15:04 +00:00
core API CHANGE: Replaced eval based creation of extension and field objects with Object::create_from_string(). 2010-10-04 04:46:41 +00:00
css FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField) 2010-04-14 04:38:40 +00:00
dev BUGFIX #5202 Installer now properly populates database configuration inputs from request after user clicks "Re-check requirements" (from r101087) 2010-10-04 04:45:44 +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 #5199 Duplicate file uploads have odd numbering attached to end of file (from r101068) 2010-10-04 04:44:14 +00:00
forms BUGFIX Fixed TableListField->print() - was unsetting $cachedSourceItems instead of null'ing it, which breaks later access to the property (from r101080) 2010-10-04 04:44:58 +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 MINOR Using jquery.live instead of livequery on ImageFormAction.js (from r100886) 2010-10-04 04:14:55 +00:00
lang MINOR Improved help texts around permissions (from r100784) 2010-05-25 05:02:08 +00:00
parsers MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
profiler BUGFIX: fixed closing action on profiler popup (from r94443) 2009-12-16 05:42:00 +00:00
search API CHANGE: Made MySQL fulltext search optional, activated with MySQLFulltextSearchable::enable() (from r101044) 2010-10-04 04:32:48 +00:00
security BUGFIX Cookies set to a value other than NULL (effectively unsetting the cookie) will now use the httpOnly parameter by default for better XSS protection (from r101045) (from r101046) 2010-10-04 04:40:50 +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 FEATURE: Add close link (from r97751) (from r99088) 2010-04-14 04:07:12 +00:00
tests API CHANGE: Replaced eval based creation of extension and field objects with Object::create_from_string(). 2010-10-04 04:46:41 +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 Improved wording of SQLite installer (from r101057) 2010-10-04 04:43:44 +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 MINOR Allowing querystring arguments in sapphire/Makefile (from r103744) 2010-05-03 01:33:51 +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