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

3325 Commits

Author SHA1 Message Date
pookey
ff2d68dc3d fixing doc error 2007-12-17 11:45:00 +00:00
pookey
6365df0d66 refs #681 : adding failing test case 2007-12-16 20:12:27 +00:00
romanb
51c88e2020 Merged 3405 (Fixed #626) from 1.0 branch. 2007-12-15 19:19:31 +00:00
tamcy
4516678f5c add test case for #626 regarding Doctrine_Table->find() 2007-12-15 14:48:00 +00:00
meus
2af9fb80ce renamed svn repo in docs 2007-12-14 20:43:45 +00:00
jackbravo
50134538f4 Document toArray, fromArray and synchronizeFromArray methods 2007-12-14 02:01:18 +00:00
jackbravo
5dc0b6ab46 Change the indentation 2007-12-14 02:00:40 +00:00
jackbravo
7d78af822c First take on docs for refresh and refresh(true) 2007-12-14 00:58:46 +00:00
jackbravo
2b5590a908 copyDeep no longer exists, copy() as a parameter 2007-12-14 00:01:47 +00:00
zYne
d76de7211e 2007-12-13 11:59:13 +00:00
guilhermeblanco
a95073abff CHG: Doctrine coding standards adjustments
ADD: Added methods: addMaskReplacement, removeMaskReplacement and cleanMaskReplacements in Doctrine_Pager_Layout. They are responsable to make masks behavior as another masks or values on predefined situations.
2007-12-13 03:07:24 +00:00
romanb
1446447107 Fixed #673. 2007-12-12 16:21:54 +00:00
romanb
79b79909ad Refactored transactions. Fixed #464. 2007-12-12 15:52:12 +00:00
tamcy
b309933a4f commit test case for #673 2007-12-12 15:01:38 +00:00
romanb
467897dadb Fixed #626. 2007-12-12 09:54:39 +00:00
romanb
910ab71938 Put plugin tests back in. 2007-12-12 09:03:25 +00:00
gnat
d222f37b50 example nested set fixture file provided by 'bwegrzyn' 2007-12-12 04:22:58 +00:00
tamcy
41defae276 add ticket #438 and #638 to run.php 2007-12-12 04:21:36 +00:00
adamthehutt
13b5346a4f Fix for #669 2007-12-11 23:03:57 +00:00
zYne
cf8012fdf0 drafting the CTICA test case 2007-12-11 22:37:19 +00:00
jackbravo
ab8819ca66 Related to bug #662 2007-12-11 18:25:34 +00:00
romanb
9281630ed7 Fixed #664. 2007-12-11 15:55:45 +00:00
romanb
6a958bae47 Fixed #665. 2007-12-11 15:46:27 +00:00
romanb
532dea0dd2 Fixed #662 2007-12-11 15:25:56 +00:00
romanb
2717408be8 Fixed #662 2007-12-11 15:25:23 +00:00
wernerm
7202977968 Added documentation for the experimental link() method. 2007-12-11 12:37:46 +00:00
wernerm
094dab1d4f Changed the link() method's use of getLocal() and getForeign() to getLocalFieldName() and getForeignFieldName(). 2007-12-11 11:31:13 +00:00
wernerm
c655b6023c Added link() functionality to create links between related records. It basically works in the opposite way as unlink(). 2007-12-11 11:10:27 +00:00
jepso
f1653229ee fixed new dql parser test script 2007-12-10 20:40:06 +00:00
jepso
97b4eb3f17 added new dql parser to draft folder 2007-12-10 20:02:41 +00:00
zYne
efa434800c removed parseAggregateFunction 2007-12-10 19:19:29 +00:00
zYne
7a78c39e81 2007-12-10 19:12:13 +00:00
zYne
3500a6fb17 added parseFunctionExpression 2007-12-10 18:59:12 +00:00
zYne
e5d43b2fcc added parseSubquery() 2007-12-10 18:51:22 +00:00
gnat
108403f3b8 provide examples of testing model relations existance. 2007-12-10 18:46:14 +00:00
zYne
e069f12c6c 2007-12-10 18:32:36 +00:00
pookey
f4186781db possibly a temp fix. fix to allow postgres array datatypes work as a string 2007-12-10 13:19:29 +00:00
pookey
d91c39ddb0 fixing typoes 2007-12-10 13:14:02 +00:00
jackbravo
75ccd8cd43 Change if for else if on synchronizeWithArray 2007-12-09 17:46:28 +00:00
jackbravo
002893cf86 Modified changelog 2007-12-09 01:59:42 +00:00
jackbravo
78195944be Added synchronizeWithArray method and unset functionality for relations
The unset functionality is not working for foreignKey relations
2007-12-09 01:56:53 +00:00
airox
014b18f4f6 Small documentation issues, insert query which hadn't had a value, reference to an example above should be below
Ticket: 656
2007-12-08 13:44:59 +00:00
Jonathan.Wage
4275c6656f Removed exec() call and updated docs for data fixtures. 2007-12-07 22:48:28 +00:00
wernerm
0b89c4dda2 Changed loadModels() once again. Removed loading of models based solely on model filename. Added support for different models with the same file names. All models files are required, in order to determine class names. The changes result in an overall increase in flexibility with respect to model file names. 2007-12-07 11:06:55 +00:00
dbrewer
7e0a902aba Added test case to demonstrate that delimiters in
Doctrine_Query_Tokenizer::bracketExplode() were case sensitive, and 
changed tokenizer to make them case insensitive.
2007-12-07 03:23:09 +00:00
jackbravo
227c1c3c1b notice on CHANGELOG about parameter on refresh method 2007-12-07 02:14:26 +00:00
romanb
af657cbe69 Introduced a new attribute ATTR_AUTOLOAD_TABLE_CLASSES that can be used to control whether Doctrine should try to autoload custom table class files when looking for them. 2007-12-06 19:02:29 +00:00
adamthehutt
2bcd41e237 Fix for ticket #650
Ticket: 650
2007-12-06 14:17:03 +00:00
meus
19c08a2f95 removed autoload of self 2007-12-06 11:09:00 +00:00
romanb
05ccf7098d Improved autoload. 2007-12-05 09:50:47 +00:00