silverstripe-framework/model/fieldtypes
Ingo Schommer 2288d80c30 Merge pull request #387 from sminnee/sapphire
---

The primary goal of this branch was to fix the sort bugs in AssetAdmin, however, it started a bit of a yak shave in that the API around SQLQuery was poor.  The biggest change that this pull request makes is it changes the format of SQLQuery::$select to contain aliases as array keys (and consistently puts the "implicit alias" in there to assist with various query generation logic), but it also makes a bunch of changes to avoid direct access of that property.
2012-05-01 17:57:03 +02:00
..
Boolean.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CompositeDBField.php Merge pull request #387 from sminnee/sapphire 2012-05-01 17:57:03 +02:00
Currency.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Date.php MINOR Removed deprecated usage of $priority argument in _t() calls 2012-04-15 17:17:17 +02:00
Datetime.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DBField.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DBLocale.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Decimal.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Double.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Enum.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Float.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ForeignKey.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HTMLText.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HTMLVarchar.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Int.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Money.php API CHANGE: Add SQLQuery::clearSelect(), SQLQuery::selectField() and SQLQuery::itemisedSelect() to make it easier for other subsystems to use SQLQuery without resorting to direct property access. 2012-05-01 17:57:39 +12:00
MultiEnum.php BUGFIX: fix up some E_STRICT errors 2012-04-17 11:51:55 +12:00
Percentage.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PrimaryKey.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
StringField.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Text.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Time.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Varchar.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Year.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00