Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 77 1 1.0 206 82

latest revision download trunk

77 annotated / raw | Diffs: previous, other | Lines: 367 ( +6, -3 )

Created: 2007-10-25 12:03:40 -0500 (9 months ago) | Author: opengeek | Changeset: 77

* Modified @package statements for documentation purposes.

Branch point for: 1.0

71 annotated / raw | Diffs: previous, other | Lines: 364 ( +64, -65 )

Created: 2007-09-24 14:32:33 -0500 (10 months ago) | Author: opengeek | Changeset: 71

* Modified xPDOCriteria constructor to delay the prepare() unless cacheFlag is false (or less than 0), allowing cached xPDOCriteria statements to avoid requiring a database connection.
* Lots more documentation updates, changed license headers, etc.

36 annotated / raw | Diffs: previous, other | Lines: 365 ( +26, -8 )

Created: 2007-03-26 12:35:43 -0500 (16 months ago) | Author: opengeek | Changeset: 36

- Initial commit of 1.0 beta (potentially unstable)
- New aggregate and composite schema/map definitions
 - simpler definitions are faster and easier to process
 - refer to distinct relationships to another class by an alias rather than class name + key
 - new owner attribute to indicate if the local or foreign object owns the foreign key value used to define the relationship
 - to migrate:
   - modify schema:
     - add an alias attribute for each aggregate/composite relation (key attribute can be removed)
     - add an owner attribute for each aggregate/composite relation (value will be local or foreign)
   - Public API changes requiring code modifications (migration guide will be released with additional details):
     - xPDO class:
       - getObjectGraph()
       - getCollectionGraph()
       - getFKDefinition()
     - xPDOObject class and derivatives (i.e. all generated classes):
       - getOne()
       - getMany()
       - addOne()
       - addMany()
       - getFKDefinition()
     - xPDOQuery class
       - join()
       - innerJoin()
       - leftJoin()
       - rightJoin()
       - from()
       - bindGraph()
- New physical class/map structure to better support for platform-specific optimizations
 - packages now require both a class file in the package root, as well as classes for each driver implementation in the appropriate subdirectory
 - to migrate, move your existing classes to the package root, and regenerate from the schema to create the new driver specific class stubs

34 annotated / raw | Diffs: previous, other | Lines: 347 ( +1, -1 )

Created: 2007-02-23 13:16:40 -0600 (17 months ago) | Author: opengeek | Changeset: 34

* PHP 4 fixes (use of stripos and PHP 4 constructor for PDO_ class was wrong)

30 annotated / raw | Diffs: previous, other | Lines: 347 ( +1, -1 )

Created: 2007-02-16 18:35:59 -0600 (18 months ago) | Author: opengeek | Changeset: 30

* Fix bug with PDO emulation when using ? as binding placeholders.

20 annotated / raw | Diffs: previous, other | Lines: 347 ( +14, -4 )

Created: 2007-02-04 15:47:45 -0600 (18 months ago) | Author: opengeek | Changeset: 20

* Fix yearSkew warning in xPDOObject class.
* Refactored PDO for PHP 4 classes to work even when native PDO is loaded, but necessary drivers are not available (renamed classes to PDO_ and PDOStatement_).

11 annotated / raw | Diffs: previous, other | Lines: 337 ( +0, -1 )

Created: 2006-12-31 20:53:06 -0600 (19 months ago) | Author: jason | Changeset: 11

* Removed trailing PHP tag from all files.  Not needed and can lead to extra whitespace.
* Moved xPDOGenerator to xpdo/om/mysql
* Migrated remaining db-specific code from xPDO class to mysql/xPDOObject in preparation to create ports optimized for other db systems.
 - load(), loadCollection(), loadCriteria(), and getSelectColumns are now static methods of xPDOObject that now implement db-specific code to power xPDO::getObject(), xPDO::getCollection(), xPDO::getCriteria(), and xPDO::getSelectColumns(), respectively.

9 annotated / raw | Diffs: previous, other | Lines: 338 ( +1, -1 )

Created: 2006-12-27 19:20:44 -0600 (19 months ago) | Author: jason | Changeset: 9

* Various PHP warnings fixed.
* Bug fixes and feature additions to MakeTable.

Branch point for: 2.0

8 annotated / raw | Diffs: previous, other | Lines: 338 ( +0, -0 )

Created: 2006-12-24 20:44:52 -0600 (19 months ago) | Author: jason | Changeset: 8

* xPDOCacheHandler class updated to allow configuration properties to determine a class for handling xPDO object and result set caching.
* Modified fromArray() so it is not responsible for determining the _new attribute of xPDOObject instances.  This is the responsibility of xPDO::getObject(), which uses xPDO::load(), and xPDO::getCollection().
* Fixed all line endings to Unix style...

1 new annotated / raw | Lines: 338 ( +338, -0 )

Created: 2006-11-15 15:40:08 -0600 (21 months ago) | Author: jason | Changeset: 1

Importing xPDO

latest revision download Branch 1.0

206 annotated / raw | Diffs: previous, other | Lines: 383 ( +19, -3 )

Created: 2008-07-21 17:15:33 -0500 (30 days ago) | Author: opengeek | Changeset: 206

* Removing adodb-time extension.
* Licensing header updates.

202 annotated / raw | Diffs: previous, other | Lines: 367 ( +4, -4 )

Created: 2008-04-25 13:12:55 -0500 (3 months 26 days ago) | Author: opengeek | Changeset: 202

* Copyright updates

82 new annotated / raw | Diffs: previous, other | Lines: 367 ( +367, -0 )

Created: 2007-10-30 17:59:53 -0500 (9 months ago) | Author: opengeek | Changeset: 82

Creating a 1.0 working branch

Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5 Build:build-293 2008-04-15 ) - Administration - Page generated 2008-08-21 15:05 -0500