- 25 Oct, 2006 2 commits
- 24 Oct, 2006 1 commit
-
-
zYne authored
-
- 23 Oct, 2006 1 commit
-
-
zYne authored
-
- 20 Oct, 2006 1 commit
-
-
zYne authored
-
- 18 Oct, 2006 1 commit
-
-
zYne authored
-
- 16 Oct, 2006 1 commit
-
-
pookey authored
fixing #172 - copying a record now will set non-null fields to modified so that when it's saved it inserts correctly
-
- 14 Oct, 2006 1 commit
-
-
zYne authored
-
- 12 Oct, 2006 1 commit
-
-
zYne authored
-
- 11 Oct, 2006 1 commit
-
-
romanb authored
Ticket: 150
-
- 10 Oct, 2006 1 commit
-
-
romanb authored
Ticket: 150
-
- 09 Oct, 2006 1 commit
-
-
romanb authored
Necessary changes to the validation components. Further improvements and docs will follow in the next days. Ticket: 150
-
- 08 Oct, 2006 3 commits
-
-
zYne authored
-
zYne authored
-
zYne authored
- validators codes are now string instead of integers (constants) - validating is now handled in record level - added new component Doctrine_Validator_ErrorStack - new methods Doctrine_Record::isValid() and Doctrine_Record::getErrorStack() - errorStack now as a record instance variable
-
- 06 Oct, 2006 1 commit
-
-
zYne authored
-
- 02 Oct, 2006 1 commit
-
-
zYne authored
-
- 30 Sep, 2006 2 commits
-
-
zYne authored
Major change on how transactions are being handled: insert / update queries are now executed immediately and only deletes are being gathered (due to delete optimization strategies). Fixes #138, #135
-
zYne authored
Added new exception classes, renamed Doctrine_Repository to Doctrine_Table_Repository, refactored many classes
-
- 28 Sep, 2006 5 commits
- 27 Sep, 2006 5 commits
- 26 Sep, 2006 2 commits
- 24 Sep, 2006 2 commits
- 22 Sep, 2006 1 commit
-
-
romanb authored
- Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time. Changes concerning multiple connection control: - injection of the Connection object into the Doctrine_Table constructor, instead of a static lookup. - added optional Connection parameter to save/delete of Doctrine_Record and Doctrine_Collection
-
- 21 Sep, 2006 2 commits
- 20 Sep, 2006 2 commits
- 17 Sep, 2006 2 commits