| xpdo:/ |
jump to detailed chart | hide Line History
Constraint |
Changelog
207
by opengeek on
21 July 2008, 17:33:02 -0500
(3 days ago)
Syncing change made to trunk directly.
branches/1.0/xpdo/xpdo.class.php
207
206
by opengeek on
21 July 2008, 17:15:33 -0500
(3 days ago)
* Removing adodb-time extension. * Licensing header updates.
branches/1.0/xpdo/om/mysql/xpdomanager.class.php
206
branches/1.0/xpdo/om/xpdogenerator.class.php
206
branches/1.0/xpdo/datetime/adodb-time.inc.php
206
branches/1.0/xpdo/datetime
206
branches/1.0/xpdo/pdo.class.php
206
205
by opengeek on
11 July 2008, 17:29:54 -0500
(13 days ago)
CR-XPDO-3
* [#MODX-187] Change lexicon directory names and language/cultureKey to use IANA language codes * Also renamed the lexicon/country files using the IANA language codes
trunk/xpdo/xpdo.class.php
205
204
by opengeek on
25 April 2008, 14:42:35 -0500
(2 months 29 days ago)
* [#XPDO-16] xPDO::getCacheManager() always returns an instance of xPDOCacheManager. * [#XPDO-15] update to warning message in xPDOObject::addOne() * Licensing updates [merged from branches/1.0 revs 2…
trunk/xpdo/om/mysql/xpdoobject.class.php
204
trunk/xpdo/om/mysql/xpdosimpleobject.map.inc.php
204
trunk/xpdo/validation/xpdovalidator.class.php
204
trunk/xpdo/om/mysql/xpdoquery.class.php
204
trunk/xpdo/om/xpdoquery.class.php
204
203
by opengeek on
25 April 2008, 14:36:40 -0500
(2 months 29 days ago)
* [#XPDO-16] xPDO::getCacheManager() always returns an instance of xPDOCacheManager.
branches/1.0/xpdo/xpdo.class.php
203
202
by opengeek on
25 April 2008, 13:12:55 -0500
(2 months 29 days ago)
* Copyright updates
branches/1.0/xpdo/om/mysql/xpdogenerator.class.php
202
branches/1.0/xpdo/cache/xpdocachemanager.class.php
202
branches/1.0/xpdo/om/mysql/xpdomanager.class.php
202
branches/1.0/xpdo/om/mysql/xpdoobject.map.inc.php
202
branches/1.0/xpdo/transport/xpdotransport.class.php
202
201
by netprophet on
21 April 2008, 16:04:12 -0500
(3 months 2 days ago)
"[#XPDO-15] update to warning message in xPDOObject::addOne()"
200
by splittingred on
17 April 2008, 13:31:09 -0500
(3 months 6 days ago)
[merge with 1.0 / r198] - fix to xPDO::getCount not properly handling joins and creating an ambiguous primary key
trunk/xpdo/xpdo.class.php
200
199
by splittingred on
17 April 2008, 13:29:53 -0500
(3 months 6 days ago)
- fix to xPDO::getCount not properly handling joins and creating an ambiguous primary key
branches/1.0/xpdo/xpdo.class.php
199
198
by splittingred on
02 April 2008, 09:20:03 -0500
(3 months 21 days ago)
[Merged from branches/1.0 rev 196] - Added xPDOForeignKeyConstraint validation rule
trunk/xpdo/validation/xpdovalidator.class.php
198
197
by splittingred on
02 April 2008, 09:19:03 -0500
(3 months 21 days ago)
- Added xPDOForeignKeyConstraint validation rule
branches/1.0/xpdo/validation/xpdovalidator.class.php
197
196
by splittingred on
01 April 2008, 15:32:21 -0500
(3 months 22 days ago)
[Merged from branches/1.0 rev 195] - Added xPDOObjectExistsValidation rule, which takes in parameters 'className' and 'pk', checking to see if an object actually exists in the DB
trunk/xpdo/validation/xpdovalidator.class.php
196
195
by splittingred on
01 April 2008, 15:31:00 -0500
(3 months 22 days ago)
- Added xPDOObjectExistsValidation rule, which takes in parameters 'className' and 'pk', checking to see if an object actually exists in the DB
branches/1.0/xpdo/validation/xpdovalidator.class.php
195
194
by splittingred on
01 April 2008, 15:17:59 -0500
(3 months 22 days ago)
[Merged from branches/1.0 rev 192] - Removing invalid var reference in debug log call
193
by splittingred on
01 April 2008, 15:17:14 -0500
(3 months 22 days ago)
- Removing invalid var reference in debug log call
192
by splittingred on
01 April 2008, 12:18:36 -0500
(3 months 22 days ago)
[Merged from branches/1.0 revs 180:191]
trunk/xpdo/validation
192
trunk/xpdo/validation/xpdovalidator.class.php
192
trunk/xpdo/om/xpdoobject.class.php
192
trunk/xpdo/xpdo.class.php
192
191
by opengeek on
01 April 2008, 11:05:08 -0500
(3 months 22 days ago)
* xPDOObject::save() stops and returns false if XPDO_OPT_VALIDATE_ON_SAVE is true and validation fails. * Renamed xPDOObject::_validators to xPDOObject::_validationRules to avoid semantic confusion.
branches/1.0/xpdo/om/xpdoobject.class.php
191
branches/1.0/xpdo/validation/xpdovalidator.class.php
191
190
by splittingred on
01 April 2008, 10:15:09 -0500
(3 months 22 days ago)
- typo in xPDOValidationRule
branches/1.0/xpdo/validation/xpdovalidator.class.php
190
189
by splittingred on
01 April 2008, 09:55:32 -0500
(3 months 22 days ago)
- Fix to typo in xPDOValidator constructor
branches/1.0/xpdo/validation/xpdovalidator.class.php
189
188
by opengeek on
01 April 2008, 09:28:39 -0500
(3 months 22 days ago)
* Changed from using static functions for xPDOValidator and xPDOValidationRules to actual object instances/methods.
branches/1.0/model/schema/sample.mysql.schema.xml
188
branches/1.0/model/sample/mysql/person.map.inc.php
188
branches/1.0/xpdo/om/xpdoobject.class.php
188
branches/1.0/xpdo/validation/xpdovalidator.class.php
188
branches/1.0/xpdo/xpdo.class.php
188
187
by splittingred on
31 March 2008, 18:00:17 -0500
(3 months 23 days ago)
- Fixed bug with loading custom validator class
186
by splittingred on
31 March 2008, 17:43:26 -0500
(3 months 23 days ago)
- Automatically set a new xPDOObject's fields to dirty - Fix bug where checking if field exists was not returning correct value
branches/1.0/xpdo/om/xpdoobject.class.php
186
branches/1.0/xpdo/xpdo.class.php
186
185
by splittingred on
31 March 2008, 17:29:08 -0500
(3 months 23 days ago)
- Merge rule parameters with validator parameters to allow for default rule parameters to be used upon validation
branches/1.0/xpdo/validation/xpdovalidator.class.php
185
184
by splittingred on
31 March 2008, 16:36:47 -0500
(3 months 23 days ago)
- Make sure there is no blank validator class attempting to be loaded
183
by opengeek on
31 March 2008, 16:18:28 -0500
(3 months 23 days ago)
* Fixed improper reference to global XPDO_OPT_VALIDATOR_CLASS option.
181
by opengeek on
31 March 2008, 15:32:27 -0500
(3 months 23 days ago)
* Changes and updates to new xPDO validation package: -Added 4 basic xPDOValidationRule classes: -xPDOMaxLengthValidationRule -xPDOMaxValueValidationRule -xPDOMinLengthValidationRule -xPDOMin…
branches/1.0/model/schema/sample.mysql.schema.xml
181
branches/1.0/model/sample/mysql/person.map.inc.php
181
branches/1.0/xpdo/om/xpdoobject.class.php
181
branches/1.0/xpdo/validation/xpdovalidator.class.php
181
branches/1.0/xpdo/om/xpdogenerator.class.php
181
180
by opengeek on
29 March 2008, 16:27:36 -0500
(3 months 25 days ago)
* Introducing the validation package: -Provides extensible xPDOValidator for customizing the validation process through a static validate() method. -Provides xPDOValidationRule interface class for d…
branches/1.0/xpdo/om/xpdoobject.class.php
180
branches/1.0/xpdo/validation/xpdovalidator.class.php
180
branches/1.0/xpdo/validation
180
branches/1.0/xpdo/xpdo.class.php
180
179
by opengeek on
21 March 2008, 12:54:35 -0500
(4 months 3 days ago)
[Merged from branches/1.0 revs 177:178] * [XPDO-10] Fixing bug introduced with this work when using xPDOQuery with object graphs; was setting _lazy incorrectly and resulted in null value which caused …
178
by opengeek on
21 March 2008, 12:52:57 -0500
(4 months 3 days ago)
* [XPDO-10] Fixing bug introduced with this work when using xPDOQuery with object graphs; was setting _lazy incorrectly and resulted in null value which caused additional errors in processing.
|