..
control
FEATURE: Added ?debug_memory=1 flag
2008-10-17 00:52:58 +00:00
model
API CHANGE Removed HtmlOneLineField. This field has been deprecated for some time now, and it does not work.
2008-10-19 00:18:55 +00:00
ArrayData.php
Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField.
2008-10-08 02:00:12 +00:00
ArrayLib.php
Removed notice level error when ArrayLib::valuekey() is passed an empty array
2008-08-13 04:33:33 +00:00
ClassInfo.php
ENHANCEMENT Added ClassInfo::classes_for_file()
2008-10-17 15:18:26 +00:00
Convert.php
MINOR Marked some Convert methods as deprecated, as their purpose is unclear, they're neither documented nor tested. Stuff like Convert::xml2js() is just way too fuzzy
2008-10-16 11:58:31 +00:00
Cookie.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
Core.php
ENHANCEMENT Made _t() global function in Core.php an alias for the new i18n::_t() method
2008-10-17 15:40:59 +00:00
Extension.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
HTTP.php
MINOR Misc deprecation notices
2008-10-16 08:44:08 +00:00
i18n.php
ENHANCEMENT Made _t() global function in Core.php an alias for the new i18n::_t() method
2008-10-17 15:40:59 +00:00
i18nTextCollector.php
BUGFIX Fixed distribution of textcollector files to modules (was collecting all entities into all modules before) - added unit tests
2008-10-17 17:44:14 +00:00
i18nTextCollectorTask.php
BUGFIX Fixed $module parameter for i18nTextCollectorTask
2008-10-17 15:19:10 +00:00
ManifestBuilder.php
BUGFIX: Allow use of ClassInfo methods in _config.php when manifest is being rebuilt
2008-10-09 05:29:34 +00:00
Object.php
Merged changes from 2.2.2-assets - everything except the asset refactoring
2008-08-12 02:51:33 +00:00
Requirements.php
BUGFIX Only include i18n.js if javascript files are included - and to be safe, include the required prototype.js along with the library
2008-10-07 00:27:46 +00:00
Session.php
Add checks to see if REMOTE_ADDR is set before making use of it.
2008-08-13 01:43:49 +00:00
SSViewer.php
FEATURE: Flush template cache before running tests
2008-10-16 19:48:12 +00:00
TokenisedRegularExpression.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
ValidationException.php
DataObject::write now throws a ValidationException rather than calling user_error if the call to DataObject::validate fails. This allows the validation exception to be caught and handled by tests or other controllers.
2008-10-08 20:42:09 +00:00
ValidationResult.php
BUGFIX: Validation result was ignoring the $valid flag passed as the first argument.
2008-10-08 20:40:11 +00:00
ViewableData.php
MINOR Misc deprecation notes
2008-10-16 11:03:01 +00:00