Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

227 by opengeek on 29 August 2008, 13:07:45 -0500 (9 days ago) Make Review * Just a few updates to install logging.  More logging changes coming... (merged from branches/1.0 -r225:226)

trunk/xpdo/transport/xpdotransport.class.php 227 history download (+11 -9) diffs

226 by opengeek on 29 August 2008, 13:05:54 -0500 (9 days ago) Make Review * Just a few updates to install logging.  More logging changes coming...

branches/1.0/xpdo/transport/xpdotransport.class.php 226 history download (+11 -9) diffs

225 by opengeek on 28 August 2008, 11:31:55 -0500 (10 days ago) Make Review * Changed calls from _log() to log(). (merged from branches/1.0 -r223:224)

trunk/xpdo/validation/xpdovalidator.class.php 225 history download (+8 -8) diffs

trunk/xpdo/om/xpdoquery.class.php 225 history download (+6 -6) diffs

trunk/xpdo/om/mysql/xpdoquery.class.php 225 history download (+1 -1) diffs

trunk/xpdo/transport/xpdotransport.class.php 225 history download (+27 -27) diffs

trunk/xpdo/xpdo.class.php 225 history download (+20 -20) diffs

… 9 more files in changeset.
223 by opengeek on 28 August 2008, 11:18:27 -0500 (10 days ago) Make Review * [Experimental] Added support for nesting related objects within a single vehicle. (merged from branches/1.0 -r218:222)

trunk/xpdo/transport/xpdovehicle.class.php 223 history download (+61 -7) diffs

trunk/xpdo/transport/xpdotransport.class.php 223 history download (+124 -59) diffs

222 by opengeek on 28 August 2008, 10:27:52 -0500 (10 days ago) Make Review * [Experimental] Fix to nested vehicle generation for supporting related objects within a single vehicle.

branches/1.0/xpdo/transport/xpdovehicle.class.php 222 history download (+4 -1) diffs

221 by opengeek on 27 August 2008, 21:20:50 -0500 (11 days ago) Make Review * [Experimental] Additional updates to support nesting related objects within a single vehicle.

branches/1.0/xpdo/transport/xpdovehicle.class.php 221 history download (+4 -1) diffs

220 by opengeek on 27 August 2008, 17:03:37 -0500 (11 days ago) Make Review * [Experimental] Updating support for nesting related objects within a single vehicle.

branches/1.0/xpdo/transport/xpdotransport.class.php 220 history download (+16 -18) diffs

branches/1.0/xpdo/transport/xpdovehicle.class.php 220 history download (+6 -6) diffs

219 by opengeek on 27 August 2008, 12:56:54 -0500 (11 days ago) Make Review * [Experimental] Added support for nesting related objects within a single vehicle.

branches/1.0/xpdo/transport/xpdotransport.class.php 219 history download (+128 -61) diffs

branches/1.0/xpdo/transport/xpdovehicle.class.php 219 history download (+50 -2) diffs

218 by opengeek on 21 August 2008, 17:39:41 -0500 (17 days ago) Make Review * Fixed bug in xPDOQuery->hydrateGraph() and ->hydrateGraphNode() functions where derivative classes were not being instantiated (assuming alias_class_key is found in the result row).
[merged from bra…

trunk/xpdo/om/xpdoquery.class.php 218 history download (+7 -7) diffs

217 by opengeek on 21 August 2008, 17:33:00 -0500 (17 days ago) Make Review * Fixed bug in xPDOQuery->hydrateGraph() and ->hydrateGraphNode() functions where derivative classes were not being instantiated (assuming alias_class_key is found in the result row).

branches/1.0/xpdo/om/xpdoquery.class.php 217 history download (+7 -7) diffs

216 by opengeek on 20 August 2008, 13:28:36 -0500 (18 days ago) Make Review * Correct XPDO_OPT_BASE_PACKAGES loader to expect format package.one:root/path/[,package.two:root/path/]*
(merged from branches/1.0 -r214:215)

trunk/xpdo/xpdo.class.php 216 history download (+15 -10) diffs

215 by opengeek on 20 August 2008, 13:26:20 -0500 (18 days ago) Make Review * Correct XPDO_OPT_BASE_PACKAGES loader to expect format package.one:root/path/[,package.two:root/path/]*

branches/1.0/xpdo/xpdo.class.php 215 history download (+15 -10) diffs

214 by opengeek on 15 August 2008, 01:34:34 -0500 (24 days ago) Make Review * Merged -r212:213 from branches/1.0
        - Added XPDO_CLI_MODE with a boolean value; will be true if php_sapi_name() == 'cli'

trunk/xpdo/xpdo.class.php 214 history download (+11 -0) diffs

213 by opengeek on 15 August 2008, 01:31:19 -0500 (24 days ago) Make Review * Added XPDO_CLI_MODE with a boolean value; will be true if php_sapi_name() == 'cli'

branches/1.0/xpdo/xpdo.class.php 213 history download (+11 -0) diffs

212 by splittingred on 13 August 2008, 14:35:54 -0500 (25 days ago) Make Review - merging rev 210:211 from branches/1.0

trunk/xpdo/transport/xpdovehicle.class.php 212 history download (+8 -2) diffs

trunk/xpdo/transport/xpdotransport.class.php 212 history download (+5 -1) diffs

trunk/xpdo 212 history download (+0 -0) diffs

211 by splittingred on 13 August 2008, 13:59:00 -0500 (25 days ago) Make Review - Adding namespace support to xPDOTransport

branches/1.0/xpdo/transport/xpdotransport.class.php 211 history download (+5 -1) diffs

branches/1.0/xpdo/transport/xpdovehicle.class.php 211 history download (+8 -2) diffs

210 by splittingred on 13 August 2008, 13:50:13 -0500 (25 days ago) Make Review - adding svn:ignore .* to ignore project files

branches/1.0/xpdo 210 history download (+0 -0) diffs

209 by opengeek on 11 August 2008, 13:47:19 -0500 (27 days ago) Make Review * Merging revisions 206:208 from branches/1.0

trunk/xpdo/om/mysql/xpdoobject.class.php 209 history download (+19 -3) diffs

trunk/xpdo/om/mysql/xpdosimpleobject.map.inc.php 209 history download (+19 -3) diffs

trunk/xpdo/om/xpdoquery.class.php 209 history download (+19 -3) diffs

trunk/xpdo/om/mysql/xpdoquery.class.php 209 history download (+19 -3) diffs

trunk/xpdo/transport/xpdotransport.class.php 209 history download (+19 -3) diffs

… 21 more files in changeset.
208 by opengeek on 08 August 2008, 20:16:26 -0500 (30 days ago) Make Review * Added a log() method with same parameters as _log() to serve as the public logging interface.

branches/1.0/xpdo/xpdo.class.php 208 history download (+21 -0) diffs

207 by opengeek on 21 July 2008, 17:33:02 -0500 (48 days ago) Make Review Syncing change made to trunk directly.

branches/1.0/xpdo/xpdo.class.php 207 history download (+10 -1) diffs

206 by opengeek on 21 July 2008, 17:15:33 -0500 (48 days ago) Make Review * Removing adodb-time extension.
* Licensing header updates.

branches/1.0/xpdo/om/mysql/xpdomanager.class.php 206 history download (+19 -3) diffs

branches/1.0/xpdo/om/xpdogenerator.class.php 206 history download (+19 -3) diffs

branches/1.0/xpdo/datetime/adodb-time.inc.php 206 history deleted

branches/1.0/xpdo/datetime 206 history deleted

branches/1.0/xpdo/pdo.class.php 206 history download (+19 -3) diffs

… 21 more files in changeset.
205 by opengeek on 11 July 2008, 17:29:54 -0500 (58 days ago) Make Review * [#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 history download (+10 -1) diffs

204 by opengeek on 25 April 2008, 14:42:35 -0500 (4 months 13 days ago) Make Review * [#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 history download (+2 -2) diffs

trunk/xpdo/om/mysql/xpdosimpleobject.map.inc.php 204 history download (+2 -2) diffs

trunk/xpdo/validation/xpdovalidator.class.php 204 history download (+1 -1) diffs

trunk/xpdo/om/mysql/xpdoquery.class.php 204 history download (+2 -2) diffs

trunk/xpdo/om/xpdoquery.class.php 204 history download (+2 -2) diffs

… 18 more files in changeset.
203 by opengeek on 25 April 2008, 14:36:40 -0500 (4 months 13 days ago) Make Review * [#XPDO-16] xPDO::getCacheManager() always returns an instance of xPDOCacheManager.

branches/1.0/xpdo/xpdo.class.php 203 history download (+2 -2) diffs

201 by netprophet on 21 April 2008, 16:04:12 -0500 (4 months 17 days ago) Make Review "[#XPDO-15] update to warning message in xPDOObject::addOne()"

branches/1.0/xpdo/om/xpdoobject.class.php 201 history download (+1 -1) diffs

200 by splittingred on 17 April 2008, 13:31:09 -0500 (4 months 21 days ago) Make Review [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 history download (+1 -1) diffs

199 by splittingred on 17 April 2008, 13:29:53 -0500 (4 months 21 days ago) Make Review - fix to xPDO::getCount not properly handling joins and creating an ambiguous primary key

branches/1.0/xpdo/xpdo.class.php 199 history download (+1 -1) diffs

198 by splittingred on 02 April 2008, 09:20:03 -0500 (5 months 5 days ago) Make Review [Merged from branches/1.0 rev 196]
- Added xPDOForeignKeyConstraint validation rule

trunk/xpdo/validation/xpdovalidator.class.php 198 history download (+32 -1) diffs

earlier earlier | later later
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-308 2008-07-31 ) - Administration - Page generated 2008-09-08 02:13 -0500