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

3242 Commits

Author SHA1 Message Date
guilhermeblanco
260b9ae291 Added support to params in join methods of Doctrine_Query 2007-12-26 20:52:37 +00:00
jepso
c2282dac7b fixed class name 2007-12-23 17:38:14 +00:00
jepso
f57801c606 optimized scanner 2007-12-23 17:35:49 +00:00
guilhermeblanco
82379e6dc3 added prevention to override page_number mask 2007-12-22 19:04:18 +00:00
guilhermeblanco
a9ca7044bb added pagination topics 2007-12-22 19:00:58 +00:00
guilhermeblanco
091acf6a8e Reorganized utilities chapter. Moved pagination chapter to utilities. Created advanced layouts with pager and defined basic schema of extending customizing pager layout 2007-12-22 18:56:12 +00:00
Jonathan.Wage
44929d5391 Added note about deprecating methods. 2007-12-20 04:08:25 +00:00
Jonathan.Wage
b438827d90 Fixed spelling error. 2007-12-20 03:09:57 +00:00
Jonathan.Wage
7b321a215d Formatting fixes. 2007-12-19 23:35:18 +00:00
Jonathan.Wage
2e16d60601 fixes #649 2007-12-19 23:33:31 +00:00
Jonathan.Wage
bef37c27ba fixes #658 2007-12-19 23:02:26 +00:00
Jonathan.Wage
0e528198fb fixes #640 2007-12-19 22:45:14 +00:00
Jonathan.Wage
d1df55e316 Refactorings for schema files and Doctrine_Record builder. More to come but got held up on some things that zYne- must fix first. 2007-12-19 22:41:11 +00:00
guilhermeblanco
132e5c969c CHG: Changed private variable name (chunkLength to _chunkLength) in Jumping.php and Sliding.php
CHG: Added documentation for Doctrine_Pager and Doctrine_Pager_Range* classes
TODO: Finish pagination documentation
2007-12-19 03:07:41 +00:00
Mosh
9de41c83d1 Fixed #680: Missing quotation of ENUM DEFAULT Statement 2007-12-18 19:40:18 +00:00
pookey
f3e9fe66a8 adding a toString method to pager layout 2007-12-18 12:00:12 +00:00
pookey
d6ec2665ec fixing typo in exception 2007-12-18 11:54:14 +00:00
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