Paul Klimov
|
e22af736c1
|
Merge branch 'master' of git://github.com/yiisoft/yii into 636-many-to-many-relation-resolve-junction-data
|
2012-08-01 13:17:45 +03:00 |
|
Alexander Kochetov
|
33cabc62c8
|
#1070 fix
|
2012-07-30 21:52:28 +04:00 |
|
Paul Klimov
|
c76cd470b7
|
Visibility modifiers for internal fields in "CManyManyRelation" have been changed to "private", garbage return in "CManyManyRelation::initJunctionData()" has been removed.
|
2012-07-30 11:31:28 +03:00 |
|
Alexander Kochetov
|
fca49df5b6
|
Fix the beforeFind() behavior of the framework
|
2012-07-27 17:50:34 +04:00 |
|
Paul Klimov
|
ed9180404f
|
Code indenting at "CManyManyRelation" has been fixed: whitespaces have been replaced by tabs.
|
2012-06-26 15:17:56 +03:00 |
|
Paul Klimov
|
b3f31f3b06
|
Class "CManyManyRelation" has been updated allowing to determine junction data from foreign key internally.
|
2012-06-25 14:33:15 +03:00 |
|
Carsten Brandt
|
b3e2dc78b1
|
fixed #749: CActiveRecord::refresh() in afterSave
CActiveRecord::refresh() did not work in afterSave() for new records.
refresh() will now always populate model with new data, when db entry exists
|
2012-05-29 21:36:41 +02: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
|
f094f2c1a1
|
Fixes issue #206: Added ability to pass CDbCriteria object as AR relation parameter
|
2012-03-10 15:42:35 +04: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
|
5a90468c93
|
More accessors docs, a script to re-generate docs automatically
|
2011-10-25 00:03:52 +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 |
|
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 |
|
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 |
|
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
|
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
|
e7b6883ebb
|
PhpDoc corrections
|
2011-05-05 21:36:32 +00:00 |
|
alexander.makarow
|
f7505c00f9
|
(Fixes issue 2319) Added support to call behavior scope through criteria 'with'=>array('scopes'=>'behaviorScope')
|
2011-04-17 10:38:14 +00:00 |
|
alexander.makarow
|
cf953b83d5
|
(Fixes issue 2331) Added 'through' option to CActiveRecord::relations API docs
|
2011-04-15 00:57:46 +00:00 |
|
mdomba
|
6b17ffff53
|
(Fixes issue 2326) typo fix
|
2011-04-13 09:21:40 +00:00 |
|
qiang.xue
|
7a397f1909
|
* Added CActiveRecord::saveCounters().
|
2011-04-08 22:09:56 +00:00 |
|
qiang.xue
|
c7e9a34b8d
|
(Fixes issue 2227)
|
2011-03-22 17:38:13 +00:00 |
|
qiang.xue
|
dc99b7cdeb
|
(Fixes issue 1868)
|
2011-03-14 00:28:38 +00:00 |
|
qiang.xue
|
064eb0078f
|
(Fixes issue 1993)
|
2011-03-13 13:09:46 +00:00 |
|
qiang.xue
|
1750987fcd
|
(Fixes issue 2111)
|
2011-03-11 20:09:47 +00:00 |
|
alexander.makarow
|
78bf76d3ae
|
(Fixes issue 1117) Added support for "through" in Active Record relations allowing to handle association table data
|
2011-02-28 17:19:09 +00:00 |
|
alexander.makarow
|
2ab981b454
|
reverted method chaining support
|
2011-02-24 16:42:44 +00:00 |
|
alexander.makarow
|
75041e8620
|
Chained calls are now possible for most framework class setters and methods not returning a value
|
2011-02-23 20:20:28 +00:00 |
|
alexander.makarow
|
00b28076b6
|
rolled back r2994
|
2011-02-23 11:56:11 +00:00 |
|
alexander.makarow
|
44b310c295
|
The 'condition' declared in the scopes of the related AR classes will now be put in the 'WHERE' clause when performing relational AR queries
|
2011-02-23 02:35:14 +00:00 |
|
alexander.makarow
|
486acc4f5c
|
(Fixes issue 558) Added parametrized named scopes, added scopes to criteria, implemented scope criteria merging
|
2011-02-19 00:11:00 +00:00 |
|
alexander.makarow
|
e19e09391f
|
|
2011-02-17 19:38:58 +00:00 |
|
qiang.xue
|
22621c5d08
|
* Added support for query caching.
|
2011-02-11 03:48:01 +00:00 |
|
alexander.makarow
|
323618f5cc
|
isset($model->x) and isset($model['x']) are now identical for CActiveRecord models
|
2011-01-07 05:07:34 +00:00 |
|
qiang.xue
|
4be0af6917
|
changed copyright year.
|
2011-01-01 19:31:13 +00:00 |
|
qiang.xue
|
16e6a2ada6
|
(Fixes issue 1914)
|
2010-12-28 16:18:06 +00:00 |
|
qiang.xue
|
83c835726b
|
(Fixes issue 1902)
|
2010-12-28 16:02:35 +00:00 |
|
qiang.xue
|
63d013b3e7
|
(Fixes issue 1905)
|
2010-12-17 16:34:50 +00:00 |
|
alexander.makarow
|
fe4a9fabb3
|
(Fixes issue 1898) Fixed CActiveRecord count method docuementation
|
2010-12-16 22:23:25 +00:00 |
|
qiang.xue
|
4c7479d1f5
|
(Fixes issue 1740)
|
2010-11-11 16:12:42 +00:00 |
|
qiang.xue
|
1ce05a4c65
|
index fix.
|
2010-11-10 20:36:46 +00:00 |
|
qiang.xue
|
3ec86f5cc5
|
(Fixes issue 1734)
|
2010-11-07 04:04:06 +00:00 |
|
qiang.xue
|
c5c2f86aa2
|
* (Fixes issue 1644) Added CModel::onAfterConstruct event and allowed CModelBehavior to respond to this event
|
2010-11-02 18:03:49 +00:00 |
|
qiang.xue
|
b5bcc65b08
|
(Fixes issue 1647)
|
2010-11-02 15:22:45 +00:00 |
|
qiang.xue
|
5e960d8782
|
* (Fixes issue 1667) Added CDbCriteria::index to support indexing the AR query result array with the specified attribute values
|
2010-11-01 21:05:22 +00:00 |
|