Commit Graph

210 Commits

Author SHA1 Message Date
CeBe
d3d94b9188 reverted changes of pull request #2163
changes are not compatible with PHP <5.3
2013-03-12 19:57:16 +01:00
Carsten Brandt
3d3134a1e2 Merge pull request #2163 from odevyatkov/addParentException
add previous exception to base yii exception classes as param
2013-03-12 08:24:35 -07:00
borales
6d19a150d4 Replacing spaces with tabs, removing dots
[ci skip]
2013-03-06 20:59:38 +02:00
borales
2f68a75235 Replacing spaces with tabs
[ci skip]
2013-03-06 08:48:59 +02:00
borales
07975cad64 Fixing spaces
[ci skip]
2013-03-06 01:06:46 +02:00
borales
a7af2c5371 Fixing some typos, PHPDocs
[ci skip]
2013-03-06 00:24:35 +02:00
odevyatkov
35738f6274 add previous exception as param 2013-03-03 20:40:14 +02:00
Maurizio Domba (mdlap)
dd02b17e67 doc fix 2013-02-02 10:47:37 +01:00
Ragazzo
4bd3bfbc5c Added more docs about second param. 2013-02-02 01:25:30 +04:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Carsten Brandt
1779443632 Merged pull request #1772 branch '162-behavior'
* 162-behavior:
  doc comments
  refactored CBehavior
  CBehaviorTest structure
  added assertations about CBehavior::$enabled
  Fix issue #162, eventhandlers attached twice

Conflicts:
	CHANGELOG
2012-11-30 17:14:10 +01:00
Carsten Brandt
97edb90501 better fix for #835
issue #835
reverts fix introduced with 5b28c6ab00

as onEndRequest will fire event only once I added app->end() method as
shutdown function to make sure onEndRequest gets called in any case.
If application called it before shutdown function has no effect.
2012-11-30 16:42:26 +01:00
Carsten Brandt
42dada35b5 refactored CBehavior
issue #162
2012-11-30 15:55:03 +01:00
Alexander Makarov
9451feddb0 Adjusted CHANGELOG and phpdoc for #835 2012-11-29 00:59:58 +04:00
Carsten Brandt
48cc7c5e44 Fix issue #162, eventhandlers attached twice
when enabling a behavior after attach, eventhandlers got attached twice.
issue #162
2012-11-28 21:52:14 +01:00
Alexander Makarov
5b28c6ab00 Solid fix for #835 2012-11-28 23:52:59 +04:00
Alexander Makarov
f5231f456a Fixes #1750. API doc adjustments. 2012-11-24 17:15:21 +04:00
Alexander Makarov
dc216b7146 better docs for CModule::setComponent 2012-10-29 22:52:36 +04:00
Alexander Makarov
3bc06536e1 Merge branch 'cmodule-refactoring' of git://github.com/creocoder/yii into creocoder-cmodule-refactoring 2012-10-29 22:39:50 +04:00
Alexander Kochetov
62c81812a6 Refactoring 2012-10-24 02:47:28 +04:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Alexander Kochetov
d3726ee1e2 CModule refactoring 2012-10-01 14:08:21 +04:00
Alexander Kochetov
12ed27217a Final touch 2012-09-28 11:46:55 +04:00
Alexander Kochetov
98855fa83d CModule::setComponents() light refactoring 2012-09-27 21:54:34 +04:00
Alexander Kochetov
3e3deacbf1 Unit test + improved fix 2012-09-27 19:54:23 +04:00
Alexander Kochetov
286de5a953 Comments 2012-09-20 19:04:46 +04:00
Alexander Kochetov
399f77cd1e Comments 2012-09-20 18:42:08 +04:00
Alexander Kochetov
4457ce3751 Protected approach solution 2012-09-20 05:38:48 +04:00
Alexander Kochetov
6674ced782 Finishing touches 2012-09-20 05:15:22 +04:00
Alexander Kochetov
7e18d5549a Last chance for good solution 2012-09-20 04:29:06 +04:00
Alexander Kochetov
df92d6b005 Last chance for good solution 2012-09-20 04:03:44 +04:00
Alexander Kochetov
870f25cab1 Fastest variant 2012-09-20 00:12:23 +04:00
Alexander Kochetov
67ca957dcb Ideal solution 2012-09-19 22:59:45 +04:00
Alexander Kochetov
d020f355d7 Refactoring 2012-09-19 21:54:40 +04:00
Alexander Kochetov
060f8c502d Significant reduction in memory consumption (another approach optimized) 2012-09-19 02:49:00 +04:00
Alexander Kochetov
481e275989 Significant reduction in memory consumption (another approach) 2012-09-19 01:19:10 +04:00
Alexander Kochetov
4c93037ee4 Significant reduction in memory consumption 2012-09-19 00:17:41 +04:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Carsten Brandt
230ff6ebc1 Fixed #1359 docs for CApplication coreComponents
component list was not complete
2012-09-09 09:54:59 +02:00
Alexander Makarov
b882048e5c Fixes #1310 Improved API docs for CModel::rules and CModel::getScenario 2012-09-08 17:49:39 +04:00
mdomba (mdlap)
d1668b0e3f fixes #1319 2012-09-01 12:49:40 +02:00
Qiang Xue
05441abf04 Fixes #1167: Reverted back the change to CComponent::evaluateExpression() about global function support 2012-08-12 08:42:17 -04:00
Leo R. Lundgren
7a194496a5 Fix a bunch of @param and @return phpdoc errors in various files. 2012-08-03 16:17:58 +02:00
Carsten Brandt
c9bcab1af2 removed unused CModelEvent::$criteria
as a result of discussion in 7d4a0c717d
2012-08-03 15:12:11 +03:00
Carsten Brandt
a50d332baf added version to deprecated annotation 2012-08-02 14:41:30 +02:00
Carsten Brandt
e85a464d95 fixed doc comment on ModelEvent
ModelEvent::$criteria is not used anymore since yii 1.1.7 so its
comment should not confuse people.
2012-08-02 12:52:56 +02:00
Qiang Xue
2951f4e962 Replaced is_callable with function_exists because the former may trigger autoloading and thus cause error. 2012-07-29 16:27:49 -04:00
Ekstazi
3af0e26d32 Enh #1053: CComponent::evaluateExpression allow using global functions as callbacks fixed 2 2012-07-29 20:45:53 +03:00
Ekstazi
1cbbebd2d4 Enh #1053: CComponent::evaluateExpression allow using global functions as callbacks fixed 2012-07-29 16:34:54 +03:00