Qiang Xue
17807874b6
Fixes issue #53 : implemented Menu.
12 years ago
Alexander Kochetov
48d04fbb8c
!== array() => !empty()
12 years ago
slavcopost
a94c432311
Fix attaching behavior via config
12 years ago
Qiang Xue
1415c12c5a
Changed default value of View::renderers.
12 years ago
slavcopost
3d40b171e0
Fix attaching behavior via config
12 years ago
mdeweerd
2d1180f35c
Add ensureBehaviors() to detachBehavior*()
...
Need to add ensureBehaviors() to detachBehavior*().
The intent may be to detach behaviors defined in behaviors().
In the original implementation, if these behaviors() are not yet attached, they can not selectively be detached.
12 years ago
Qiang Xue
9841d6c639
Fixes issue #124 .
12 years ago
Zander Baldwin
4be9e195c2
Add Newlines
...
Appended newlines to every PHP document that did not have a newline as the last character in the file.
12 years ago
Qiang Xue
c9895eff82
Fixes issue #110 .
12 years ago
Qiang Xue
3b12bbd8f2
Fixes issue #90
12 years ago
Qiang Xue
06fa0259b5
Added Controller::populate().
12 years ago
Qiang Xue
0b4d47d951
Support default standard component class.
12 years ago
Qiang Xue
3a146a0662
Refactored view renderers.
12 years ago
Qiang Xue
90cfb6ebb8
ActiveForm wip
12 years ago
Qiang Xue
a578938df7
Added beforeAction and afterAction to Module.
12 years ago
Qiang Xue
f21499dd9b
script WIP
12 years ago
Qiang Xue
41ea94853b
refactoring and documentation for asset/script management.
12 years ago
Qiang Xue
30e6d28b77
Finished asset converter.
12 years ago
Alexander Makarov
0a41b006ee
removed unnecessary code, added comment about displaying errors
12 years ago
Alexander Makarov
767a78f8b8
better handling of errors during rendering an error
12 years ago
Alexander Makarov
2a12fdbcdf
safer exception rendering
12 years ago
Qiang Xue
c32def8618
turn asset manager into a getter.
12 years ago
Alexander Makarov
77233cf39e
removed dev comment
12 years ago
Alexander Makarov
990489354d
corrected exception class
12 years ago
Qiang Xue
d22e8ea34b
Added YiiBase::importNamespaces().
12 years ago
Qiang Xue
db2392cdda
script WIP
12 years ago
Qiang Xue
5b412b8f84
script WIP
12 years ago
Qiang Xue
ee2d93b181
scripts WIP
12 years ago
Qiang Xue
0416e01414
script WIP
12 years ago
Alexander Makarov
1e21bae999
Removed Response::removeOutput, moved recursive buffer cleanup into Response::cleanOutput
12 years ago
Alexander Makarov
9f2b44fc21
phpdoc
12 years ago
Qiang Xue
c49222f799
script WIP
12 years ago
Qiang Xue
34c0794f00
script WIP
12 years ago
Qiang Xue
f52bc48576
use error_log to log fatal errors.
12 years ago
Qiang Xue
5cd7961a38
renamed clip to block.
12 years ago
Qiang Xue
428d912811
script WIP
12 years ago
Qiang Xue
3616278ada
typo.
12 years ago
Qiang Xue
f22dd82fb6
refactored autoloader.
12 years ago
Qiang Xue
bcc833200a
simplified Yii::import().
12 years ago
Qiang Xue
6ae715ff8a
refactored autoloading.
12 years ago
Qiang Xue
f2027c1cdd
Fixed errorexception trace type.
12 years ago
Qiang Xue
4c2fcd7608
refactored application.
12 years ago
Qiang Xue
55e8db9b97
improved doc.
12 years ago
Qiang Xue
122bd231b4
modified Application constructor signature.
12 years ago
Qiang Xue
6f11f9e349
script WIP
12 years ago
Qiang Xue
1df9114b9a
refactored ErrorException handling.
12 years ago
Qiang Xue
79b278c816
refactored theme.
12 years ago
Qiang Xue
486ab3ff67
script WIP
12 years ago
Qiang Xue
ad4cf9e8fa
Added beforeRender and afterRender to View.
12 years ago
Qiang Xue
a421f9f1ab
refactored component event.
12 years ago