Commit Graph

424 Commits

Author SHA1 Message Date
Alexander Makarov
f1ec2e7db9 API documentation fix 2012-05-10 17:01:42 +04:00
Alexander Makarov
3a12a9a585 Fixes #392: There was no way to get and modify criteria in CActiveRecord::beforeFind 2012-05-09 15:05:21 +04:00
Alexander Makarov
bd147db6e9 fixed formatting, better changelog description 2012-05-01 23:16:35 +04:00
Alexander Makarov
2a5fc9d219 Merge pull request #554 from marcovtwout/553-cactivefinder-reset-related-criteria
AR: Restore criteria on related model after find when using 'with' and 'scopes'.
2012-05-01 12:08:13 -07:00
Alexander Makarov
b74caf3606 Added usage example to CDbCriteria phpdoc 2012-04-15 11:55:54 +02:00
marcovtwout
781691e5c8 FIX: Issue #553 - restore criteria on related model after find when using 'with' and 'scopes'. 2012-03-27 11:43:21 +02:00
Alexander Makarov
f094f2c1a1 Fixes issue #206: Added ability to pass CDbCriteria object as AR relation parameter 2012-03-10 15:42:35 +04:00
mdomba (mdwork)
26a6e9f6a1 parameter fix 2012-03-07 10:59:25 +01:00
mdomba (mdwork)
fe5694448e Issue #454 removed translation from open() 2012-03-06 15:12:06 +01:00
mdomba (mdwork)
2699ac24b9 Fixes issue #454 endless loop 2012-03-06 11:39:26 +01:00
CeBe
f3b41a9897 Fixed datetime column type for postgresql
'time' -> 'timestamp' which will hold date and time, not only time
this fixes issue #193
2012-02-17 20:17:19 +01:00
qiang.xue
2353e0adf9 (Fixes issue 3108) 2012-02-13 01:27:06 +00:00
alexander.makarow
c1538e5d04 (Fixes issue 3166) Fixed the bug that CDbColumnSchema typecasted to NULL even for NOT NULL columns 2012-02-09 17:39:04 +00:00
mdomba
6e8dc8c741 (fixes issue 3061) CActiveRecord doc fix 2012-01-08 22:07:55 +00:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
alexander.makarow
e661101e0f and one more approach to schema cache refresh 2011-12-27 20:28:26 +00:00
alexander.makarow
3d8563fddf another approach to schema cleanup after DB migration 2011-12-27 19:20:45 +00:00
alexander.makarow
12d0472aa3 2011-12-26 23:26:31 +00:00
alexander.makarow
65674df196 added @since 2011-12-26 23:15:32 +00:00
alexander.makarow
06e8677f39 (Fixes issue 3024) DB schema cache is now refreshed after applying migration 2011-12-26 23:11:09 +00:00
alexander.makarow
9baee24481 (Fixes issue 2733) Fixed CDbCriteria parameter names collision on unserialize 2011-12-25 01:12:03 +00:00
alexander.makarow
01f284aaee better phpdoc for behaviors 2011-12-05 18:18:47 +00:00
alexander.makarow
5a90468c93 More accessors docs, a script to re-generate docs automatically 2011-10-25 00:03:52 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
alexander.makarow
1159121d1e (Fixes issue 2874) Incorrect type in docs for CDbCriteria::mergeWith() 2011-10-20 21:19:32 +00:00
alexander.makarow
5bcb07f752 (Fixes issue 2647) Fixed inconvenient way of defining through relation.
(Fixes issue 2646)
(Fixes issue 2706) Added ability to join on a specific keys.
2011-10-13 17:41:55 +00:00
qiang.xue
10b835467c 2011-07-18 11:25:17 +00:00
alexander.makarow
76a61a8c14 (Fixes issue 2637) Related table alias set dynamically in relational query is now available in the scopes of reated model 2011-07-12 21:05:22 +00:00
alexander.makarow
e1d1fe0290 (Fixes issue 2618) 2011-07-06 22:16:44 +00:00
alexander.makarow
320ac8b60e 2011-07-06 22:04:50 +00:00
alexander.makarow
1680724f1f (Fixes issue 2029) Added scope support to Model::relations() 2011-07-06 21:49:58 +00:00
alexander.makarow
18db42675b Updated CDbCriteria API doc 2011-07-06 21:19:30 +00:00
alexander.makarow
107eef6606 Removed unnecessary COciCommandBuilder::createInsertCommand quotes 2011-06-28 19:47:31 +00:00
qiang.xue
9cebad3587 (Fixes issue 2574) 2011-06-24 20:38:49 +00:00
qiang.xue
64f0845f56 (Fixes issue 2565) 2011-06-24 12:17:42 +00:00
qiang.xue
7b753dcf61 (Fixes issue 2312) 2011-06-23 16:59:34 +00:00
qiang.xue
28c370f530 (Fixes issue 2493) 2011-06-23 14:53:50 +00:00
qiang.xue
b9557563de (Fixes issue 2463) 2011-06-23 14:45:02 +00:00
qiang.xue
522cfd9bae (Fixes issue 2365) 2011-06-22 21:46:11 +00:00
qiang.xue
b6910c7dde (Fixes issue 2538) 2011-06-15 19:05:45 +00:00
alexander.makarow
0050917775 reverted 2498 fix 2011-06-15 14:21:12 +00:00
jefftulsa
9b2f05efcc small public method comment addition to address Issue 1912: API documentation clarification 2011-06-15 13:53:37 +00:00
qiang.xue
bc13acbc0b (Fixes issue 2509) 2011-06-14 17:41:34 +00:00
qiang.xue
97654e2b04 (Fixes issue 2524) 2011-06-14 17:18:59 +00:00
alexander.makarow
20d3489b32 (Fixes issue 2498) When no value is returned from before* event-methods, it now always behaves the same way as when true was returned 2011-06-13 16:02:22 +00:00
alexander.makarow
30b00b9989 Added note about properly configuring GBK and BIG5 charsets. 2011-06-13 12:39:41 +00:00
qiang.xue
84e02f92cd (Fixes issue 2496) 2011-05-30 01:36:42 +00:00
qiang.xue
9efed59f91 (Fixes issue 2485) 2011-05-26 17:17:06 +00:00
qiang.xue
1633710884 (Fixes issue 2474) 2011-05-25 19:22:47 +00:00
qiang.xue
800a0bc266 (Fixes issue 2475) 2011-05-25 19:05:47 +00:00