romanb
|
4a2fac7218
|
Fixed a bug in the nestedset implementation. When using single table inheritance all node instances need to use the same tree object. previously every subclass created it's own tree object which resulted in strange behaviour.
|
2007-09-04 12:52:23 +00:00 |
|
jackbravo
|
a7b48e4269
|
Use FETCH_ARRAY on Doctrine_Record::refresh() to avoid clearing object relations
|
2007-09-04 01:23:11 +00:00 |
|
jackbravo
|
c3b9837c12
|
Fix bug #428, clearing object relations before adding new ones in a query
|
2007-09-04 01:23:02 +00:00 |
|
jackbravo
|
1c5162eed2
|
Use array_shift, since the key may not allways be 0
|
2007-09-03 22:29:30 +00:00 |
|
jackbravo
|
b4b07479e3
|
EXPORT_ALL constant should include bits 1 and 2, so it should be set to 3
|
2007-09-03 16:54:08 +00:00 |
|
jackbravo
|
a975c64de1
|
Avoid using getMethod on classes that don't have that method
|
2007-09-03 15:36:56 +00:00 |
|
meus
|
f3a377a794
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
|
nightfreak
|
d3e4b2c912
|
small bugfix
|
2007-09-03 12:08:36 +00:00 |
|
lsmith
|
6f7736ade8
|
- trying to fix http://www.phpdoctrine.net/trac/changeset/2322/trunk/lib/Doctrine/Export.php
|
2007-09-03 10:41:51 +00:00 |
|
zYne
|
78c3ba652a
|
|
2007-09-02 22:08:02 +00:00 |
|
zYne
|
810b1d6623
|
|
2007-09-02 20:48:31 +00:00 |
|
zYne
|
a6318cbe93
|
deprecated validation attributes VLD, AUTO_LENGTH_VLD and AUTO_TYPE_VLD, introduced new attribute ATTR_VALIDATE
|
2007-09-02 20:36:58 +00:00 |
|
zYne
|
e73f9fe5ec
|
|
2007-09-02 20:18:41 +00:00 |
|
zYne
|
70ff3b261f
|
refactored Validator API
|
2007-09-02 20:00:27 +00:00 |
|
zYne
|
63cba02028
|
|
2007-09-02 17:34:44 +00:00 |
|
zYne
|
2dd52e306d
|
|
2007-09-02 17:02:16 +00:00 |
|
meus
|
4ff9af6df0
|
removed aditional ?> from lib
|
2007-09-02 17:00:26 +00:00 |
|
zYne
|
eb92f6d220
|
|
2007-09-02 16:55:24 +00:00 |
|
zYne
|
7127f12e2c
|
drafting I18n
|
2007-09-02 11:55:12 +00:00 |
|
zYne
|
e37ae45820
|
|
2007-09-02 11:29:14 +00:00 |
|
romanb
|
af2a83484f
|
refactored parameter stacking (Fixes #442).
|
2007-09-02 09:28:38 +00:00 |
|
lsmith
|
0fdb229020
|
- added support for Doctrine::ATTR_USE_NATIVE_ENUM (defaults to off, no BC break)
|
2007-09-02 08:53:16 +00:00 |
|
zYne
|
cb50a932fc
|
MAP keyword support !
|
2007-09-01 22:22:54 +00:00 |
|
romanb
|
3e47532e07
|
Notnull validator no longer checks for empty strings
|
2007-09-01 20:20:17 +00:00 |
|
jackbravo
|
9b5246368e
|
Added FETCH_ARRAY support for table finder methods, fixes bug #397
|
2007-09-01 19:44:38 +00:00 |
|
zYne
|
3fe5b807a1
|
|
2007-09-01 17:35:44 +00:00 |
|
zYne
|
07c5c92e73
|
deletes are no longer stacked in the end of transaction, now transactional integrity is always assured
|
2007-09-01 17:28:11 +00:00 |
|
zYne
|
07b5727c52
|
severe export bug fix: classes using column aggregation inheritance not properly exported
|
2007-09-01 16:11:58 +00:00 |
|
zYne
|
5d1d506a3a
|
added invoker catching
|
2007-09-01 16:04:48 +00:00 |
|
zYne
|
224d3fb062
|
|
2007-09-01 15:51:46 +00:00 |
|
zYne
|
ef127afd1e
|
|
2007-09-01 15:30:40 +00:00 |
|
romanb
|
edb1b251d6
|
Applied the patch from Jackbravo (ticket #441)
|
2007-09-01 10:41:46 +00:00 |
|
Jonathan.Wage
|
d9e415122f
|
A few changes to get package generated.
|
2007-08-31 22:32:37 +00:00 |
|
zYne
|
81ed29c3ad
|
added <user> tag
|
2007-08-31 22:29:18 +00:00 |
|
zYne
|
2b53d3369a
|
|
2007-08-31 22:28:48 +00:00 |
|
zYne
|
2757d27ca1
|
|
2007-08-31 22:26:39 +00:00 |
|
Jonathan.Wage
|
81da7a3a01
|
Removed.
|
2007-08-31 22:23:13 +00:00 |
|
Jonathan.Wage
|
30d1d34eb3
|
Updated.
|
2007-08-31 22:20:38 +00:00 |
|
Jonathan.Wage
|
70110bb818
|
Moved around.
|
2007-08-31 22:14:35 +00:00 |
|
Jonathan.Wage
|
a3481e688b
|
Initial entry of package xml files.
|
2007-08-31 22:09:37 +00:00 |
|
zYne
|
67fc9764c3
|
|
2007-08-29 22:20:30 +00:00 |
|
zYne
|
04e5888a3c
|
fixes #429
|
2007-08-29 22:15:25 +00:00 |
|
zYne
|
ed2822938a
|
|
2007-08-29 22:13:47 +00:00 |
|
zYne
|
15556a35a4
|
fixes #433
|
2007-08-29 22:03:55 +00:00 |
|
zYne
|
4fc6efd82f
|
fixes #440
|
2007-08-29 21:57:46 +00:00 |
|
Jonathan.Wage
|
3eedefae50
|
Reverted changes for disabling foreign key sql exporting. Not needed since it can be done with attributes.
|
2007-08-29 21:51:49 +00:00 |
|
zYne
|
684ad68de2
|
|
2007-08-29 21:36:36 +00:00 |
|
jackbravo
|
2d08773ea7
|
Reverted changeset 2271, increase in memory usage too big
|
2007-08-29 19:07:43 +00:00 |
|
romanb
|
7bedb0b21d
|
Added Doctrine_Query::free() to make it possible to help PHPs current GC
|
2007-08-29 18:40:58 +00:00 |
|
jackbravo
|
1c24964490
|
Added toString method to avoid some errors
|
2007-08-28 19:51:06 +00:00 |
|