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 79 1 1.0 206 82

latest revision download trunk

79 annotated / raw | Diffs: previous, other | Lines: 1288 ( +250, -249 )

Created: 2007-10-25 12:23:02 -0500 (9 months ago) | Author: opengeek | Changeset: 79

* Couple of additional documentation corrections for package changes.

Branch point for: 1.0

36 annotated / raw | Diffs: previous, other | Lines: 1287 ( +4, -10 )

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

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

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.

8 annotated / raw | Diffs: previous, other | Lines: 1296 ( +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...

Branch point for: 2.0

1 new annotated / raw | Lines: 1296 ( +1296, -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 deleted | Diffs: previous, other | Lines: 0 ( +0, -1288 )

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

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

82 new annotated / raw | Diffs: previous, other | Lines: 1288 ( +1288, -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-20 03:04 -0500