.. |
fieldtypes
|
BUGFIX HTMLText->LimitCharacters() to use UTF8 compatible htmlentities() and html_entity_decode() calls
|
2011-03-21 18:13:01 +13:00 |
Aggregate.php
|
MINOR Documentation for Aggregate caching
|
2010-11-23 05:43:59 +00:00 |
ComponentSet.php
|
API CHANGE Removed ComponentSet::removeByFilter() since it's not flexible enough and fixed calls to this from HtmlEditorField::saveInto() to use custom code instead
|
2011-02-02 14:17:53 +13:00 |
CurrentPageIdentifier.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
Database.php
|
API CHANGE Added abstract transaction methods to Database (migrated from MySQLDatabase): supportsTransactions(), transactionStart(), transactionSavepoint(), transactionRollback(), transactionEnd()
|
2011-03-11 16:18:15 +13:00 |
DatabaseAdmin.php
|
MINOR: Updated various methods to use new manifest methods rather than ManifestBuilder functions or globals.
|
2011-03-24 20:14:43 +11:00 |
DataDifferencer.php
|
MINOR Fixed phpdoc documentation (from r103385)
|
2011-02-02 14:19:15 +13:00 |
DataObject.php
|
MINOR: Updated DataObject::buildSQL() to use DB::getConn() to check to see if a DB connection has been intialised rather than ManifestBuilder::has_been_included().
|
2011-03-24 20:14:41 +11:00 |
DataObjectDecorator.php
|
API CHANGE: Pass the full extension string as the 2nd argument to DataObjectDecorator::extraStatics()
|
2011-02-02 14:18:59 +13:00 |
DataObjectInterface.php
|
MINOR formatting
|
2008-11-02 00:55:33 +00:00 |
DataObjectLog.php
|
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
|
2008-08-10 23:03:35 +00:00 |
DataObjectSet.php
|
API CHANGE #5873 DataObjectSet::shift() now performs a proper shift instead of unshift (wrong). Please use DataObjectSet::unshift($item) if unshifting was intended!
|
2011-02-02 14:19:46 +13:00 |
DB.php
|
BUGFIX DB::connect() should not rely on $_SESSION existing, so we check isset() to supress any warnings of undefined indexes
|
2011-02-02 14:19:54 +13:00 |
HiddenClass.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
Hierarchy.php
|
MINOR Added jstree related classes to Hierarchy->markingClasses()
|
2011-03-22 17:59:35 +13:00 |
Image.php
|
MINOR Documentation in File and Folder class
|
2011-02-02 14:19:33 +13:00 |
MySQLDatabase.php
|
BUGFIX Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default
|
2011-03-21 18:13:01 +13:00 |
SQLMap.php
|
BUGFIX: getItem didn't consider the PostgreSQL SQL syntax. Columns with Capital letters must be quoted. Added quotes to the where clause in getItem. I didn't added quotes to the baseTable because it causes PostgreSQL errors (tables can not be double quoted, just single quoted).
|
2011-02-02 14:19:47 +13:00 |
SQLQuery.php
|
MINOR: neatly quote identifiers
|
2011-02-02 14:19:47 +13:00 |
Transliterator.php
|
MINOR: fixed umlauts
|
2011-02-02 14:19:24 +13:00 |
Versioned.php
|
MINOR: Replaced deprecated ClassInfo::is_subclass_of() calls.
|
2011-03-24 20:14:41 +11:00 |