1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

33 Commits

Author SHA1 Message Date
zYne
7ef869ee40 Refactored Doctrine_Connection and Doctrine_Record, fixes #212 2006-10-30 23:00:09 +00:00
zYne
048d7788ce Many-to-Many relation handling fixed, fixes #193 2006-10-29 23:24:50 +00:00
zYne
ff85f8c668 Fixes #194, added Doctrine_Relation_ManyToMany_TestCase
Ticket: 194
2006-10-25 21:12:30 +00:00
zYne
0835a57ce1 Fixes #192, added Doctrine_Record_State_TestCase
Ticket: 192
2006-10-25 20:02:40 +00:00
zYne
76b3f2c999 Refactored Doctrine_Table 2006-10-24 17:02:47 +00:00
zYne
0c0e6fd637 added Doctrine_Record::state() 2006-10-23 17:34:36 +00:00
zYne
599dc759fb Fixes #180 2006-10-20 18:21:42 +00:00
zYne
c1280d31dc Refs #175, Removed $collections instance variable from Doctrine_Record 2006-10-18 19:55:14 +00:00
pookey
83af818915 fixing #172 - copying a record now will set non-null fields to modified so that when it's saved it inserts correctly 2006-10-16 21:08:14 +00:00
zYne
da6f4a3849 Fixes #166 2006-10-14 16:58:59 +00:00
zYne
db433c8449 Fixes #163, #162, removed Doctrine_Record::__call() 2006-10-12 21:01:53 +00:00
romanb
db25f46e52 Finished the validation changes.
Ticket: 150
2006-10-11 16:24:18 +00:00
romanb
171226d532 Continued work on the validation component.
Ticket: 150
2006-10-10 16:15:43 +00:00
romanb
b0f0537071 Necessary changes to the validation components. Further improvements and docs will follow in the next days.
Ticket: 150
2006-10-09 18:00:14 +00:00
zYne
966450d454 Fixes #154, has* relations should act as owns* when saving related objects 2006-10-08 18:43:13 +00:00
zYne
11206fe573 Small fixes, now it should be possible to add custom errors 2006-10-08 18:20:10 +00:00
zYne
67da38b07d Validators updated, *NOTE* this breaks BC:
- 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
2006-10-08 18:12:27 +00:00
zYne
847bd1ade6 new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support 2006-10-06 16:50:00 +00:00
zYne
6210a60611 Fixed a bug when saving a record with null valued boolean column 2006-10-02 20:51:36 +00:00
zYne
bbc3d3f6be 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 2006-09-30 12:36:03 +00:00
zYne
8e9a8af676 Added new exception classes, renamed Doctrine_Repository to Doctrine_Table_Repository, refactored many classes 2006-09-30 09:54:12 +00:00
zYne
14b95350d0 Fixes #132, refactored some test cases
Ticket: 132
2006-09-28 21:21:33 +00:00
zYne
ed62d636e6 Moved relation classes under Doctrine_Relation namespace, fixes #134
Ticket: 134
2006-09-28 20:57:39 +00:00
zYne
c8c1397f8a fixes #133
Ticket: 133
2006-09-28 20:03:29 +00:00
zYne
1ab5a4fcea Refactored Doctrine_Record, added license to LocalKey class 2006-09-28 15:05:29 +00:00
zYne
88ef777fbd Refactored Doctrine_Record, added Doctrine_Relation::isOneToOne 2006-09-28 14:49:20 +00:00
zYne
753e9bd4cc Fixes #131
Ticket: 131
2006-09-27 21:54:00 +00:00
zYne
ddf0ceab82 Doctrine_Collection::internalAdd() removed, fixes #129
Ticket: 129
2006-09-27 21:41:20 +00:00
zYne
1a0179bdce Fixes #128
Ticket: 128
2006-09-27 21:34:32 +00:00
zYne
7b84d15530 Fixes #126, #127
Ticket: 126
2006-09-27 21:21:33 +00:00
zYne
c239ff4bba Added exception info in Doctrine_Record doc blocks, fixes #125
Ticket: 125
2006-09-27 18:02:13 +00:00
zYne
e3f5aa9fb2 Boolean type bugs fixed, fixes #101
Ticket: 101
2006-09-26 21:12:14 +00:00
pookey
6094eeb536 moving php source files to lib directroy 2006-09-26 15:00:13 +00:00