1
0
mirror of synced 2024-12-14 07:06:04 +03:00
Commit Graph

1353 Commits

Author SHA1 Message Date
zYne
c500f71082 2007-05-10 21:31:35 +00:00
zYne
f99e3dd476 added Doctrine_Hydrate_Exception 2007-05-10 21:31:09 +00:00
zYne
a0beed0ab9 2007-05-10 20:09:32 +00:00
zYne
ac34484c13 2007-05-10 19:49:05 +00:00
zYne
d3a7b438f5 2007-05-10 19:27:20 +00:00
zYne
2d0b4abcaa 2007-05-10 19:27:11 +00:00
zYne
6ee6b36864 2007-05-10 18:14:15 +00:00
zYne
89f3554d2b 2007-05-10 18:11:58 +00:00
zYne
aa48f56407 2007-05-10 18:10:28 +00:00
zYne
9ea8d5da70 2007-05-10 18:09:16 +00:00
zYne
b3cf15a1dd 2007-05-10 17:57:15 +00:00
romanb
4b5731baf5 Make Doctrine_Node_NestedSet::delete() work correctly with multiple roots. 2007-05-08 19:35:31 +00:00
subzero2000
86fe74d58e Added support for gzip and enum types that was missing so when
Doctrine_Record::unserialize() calls Doctrine_Record::cleanData(),
the data for gzip and enum types is correct. Fixes #322.

Also, minor formatting cleanup in Doctrine_Record::serialize().
2007-05-07 22:46:47 +00:00
subzero2000
b68a791bf7 Added back proper type-casting of integer and boolean types that was added in r419 and removed in r422. Fixes #321. 2007-05-07 22:39:25 +00:00
romanb
f0236dc9a1 More additions to the NestedSet implementation: Added $node->makeRoot() which can be used when using many roots to detach a node from a tree and make it a root node itself. 2007-05-07 18:29:52 +00:00
romanb
e90e62c9f7 Small fix: createRoot() only generates a root id if it doesnt already have a valid value 2007-05-07 16:05:14 +00:00
romanb
a1ee3f97e7 Added support for transparently moving nodes between different trees when using many roots (EXPERIMENTAL!) 2007-05-07 15:49:23 +00:00
zYne
5c5be484bf 2007-05-07 15:47:02 +00:00
zYne
fbb5a53223 2007-05-07 15:44:20 +00:00
zYne
46e01370bc 2007-05-07 15:42:26 +00:00
zYne
6bd8eaf87c 2007-05-07 15:41:08 +00:00
zYne
1f24127189 2007-05-07 15:40:22 +00:00
legenerationlazi
e6d32b9f43 formatting fix 2007-05-02 14:56:12 +00:00
zYne
0a58490a1f 2007-05-01 19:26:03 +00:00
zYne
3b48b7911c 2007-04-26 18:06:16 +00:00
zYne
e81891e310 2007-04-26 17:42:03 +00:00
runa
9460ff9e2c use the connections array for key() 2007-04-24 17:33:10 +00:00
zYne
471a0a0005 2007-04-24 16:59:07 +00:00
zYne
92a6699e9a 2007-04-24 10:15:17 +00:00
romanb
bc24aafd87 Closed #313
Ticket: 313
2007-04-23 10:43:09 +00:00
zYne
e990c9e4f8 2007-04-22 11:06:19 +00:00
zYne
c39c751889 2007-04-22 10:54:01 +00:00
zYne
18944f39c6 2007-04-21 22:36:46 +00:00
zYne
f4d160e0d8 2007-04-20 23:58:28 +00:00
zYne
d81a843e73 boolean type fix 2007-04-20 18:18:44 +00:00
monolit
40b7b14fb7 explode queries by any whitespaces, not only spaces 2007-04-20 13:06:22 +00:00
meus
5990090652 Added getCollectionAsXml and cleaned up the getRecordAsXml function. It
should return primary_keys correctly now.
2007-04-20 12:42:53 +00:00
monolit
623228b4a9 avoid endless loops with __call in Doctrine_Query when calling non-existent overload method
(join, parsejoin, parseparsejoin, ...)
2007-04-20 10:11:49 +00:00
legenerationlazi
13840516a9 removed empty php tags at the top of some pages
html->wiki conversion previously missed
2007-04-19 20:41:19 +00:00
Jonathan.Wage
bdf8ce2076 Changed link to documentation2.php 2007-04-19 20:28:04 +00:00
meus
d9b13a5c3a Added getRecordAsXml that returns an record as XML.
In order for this to work specify the xml option in a record. 
The xml option is an array that has 2 keys. 

ignore_fields is an array of fields that are not displayed in the xml
include_relations(optional) is an array of relations that should be included in
the xml.
2007-04-19 20:24:08 +00:00
legenerationlazi
4a93637eb9 combined hierarchical data docs(missing from TOC structure renaming) 2007-04-19 20:18:41 +00:00
monolit
c3439aeebb Ticket #312
Duplicated params in sql when using LIMIT or OFFSET and MYSQL - due to Doctrine_Query::getQuery()
2007-04-19 14:36:29 +00:00
gyim
44101abceb FIX: Doctrine_Query::count() prevented execute() calls on the same query object 2007-04-19 14:16:04 +00:00
pookey
32b564e742 minor change to test suite making it behave better in cases of exceptions and fatal errors 2007-04-18 19:29:41 +00:00
pookey
772701eaa3 formatting changes to run.php 2007-04-18 19:28:21 +00:00
zYne
2274554e36 2007-04-18 19:03:36 +00:00
zYne
f6af2616c0 2007-04-18 11:14:38 +00:00
zYne
b71ac561c3 enhanced error handling 2007-04-18 11:11:07 +00:00
zYne
26a723e81d fixed identifier quoting for update() 2007-04-18 09:49:54 +00:00