Qiang Xue
d1c41fe144
changed to trace from info.
11 years ago
Qiang Xue
4727ac8f1d
Refactored the feature of transactional operations.
11 years ago
Qiang Xue
b3b1151469
Finished draft implementation of GridView.
11 years ago
crtlib
80f1fda740
checkVar => checkVars
11 years ago
crtlib
004c509ca3
checkVar => checkVars
11 years ago
crtlib
bb05ed4f24
Update Component.php
11 years ago
crtlib
846f17017c
Component::hasProperty() small optimization
11 years ago
Qiang Xue
250ec28e0c
Fixes #713 .
11 years ago
Qiang Xue
60ba20491e
Added support for passing parameters to the format method.
11 years ago
Qiang Xue
6b41d41fd9
Fixes #711 .
11 years ago
Qiang Xue
3d5388ff2b
Reorganized captcha code.
11 years ago
Qiang Xue
f72c451c86
Display debug toolbar on error pages.
11 years ago
Qiang Xue
eda171e1be
Added more YII_ENV constants.
11 years ago
Qiang Xue
458f50acd0
typo fix
11 years ago
sv3tli0
89f11519ef
Fix description
11 years ago
Qiang Xue
3bef7365f1
Fixes #624 : renamed www to web.
11 years ago
Qiang Xue
e433c98ed4
Fixes #599
11 years ago
Qiang Xue
f1ba923e91
Fixes #648 : EVENT_BEFORE_ACTION is triggered twice.
11 years ago
Qiang Xue
203f4bfe3e
Fixes issue #643
11 years ago
Qiang Xue
e15938474c
Refactored console commands.
11 years ago
Qiang Xue
a128bffb47
Fix for asset command.
11 years ago
Qiang Xue
368a4cfe66
Asset feature refactoring (WIP)
11 years ago
Qiang Xue
389c0e2bb6
Improved log panel display.
12 years ago
Qiang Xue
4ec0a61af1
Added logging of view files.
12 years ago
Qiang Xue
ba6c10eb30
Yii debugger WIP
12 years ago
Qiang Xue
682c0a346f
Added trace messages.
12 years ago
Qiang Xue
f043aa5ea3
Added Formatter::format().
12 years ago
Sw3rtas
ab27d16efd
* Fixed Model::loadMultiple() when populating from formName()
...
* Documentation corrections for data population and quoting names in SQL query
12 years ago
Qiang Xue
12c48d1ae4
Refactored logging.
12 years ago
Qiang Xue
689e5d1653
renamed "logging" to "log".
12 years ago
Qiang Xue
452fe3e3b0
delay validation of scenario to validate().
12 years ago
Qiang Xue
6c2cf9a268
Removed redundant code.
12 years ago
Qiang Xue
7a587f62a6
Added back the events for Controller.
12 years ago
Qiang Xue
55daae4773
Fixes issue #589 : validate the scenario name.
12 years ago
Qiang Xue
3a365dae49
Added new events.
12 years ago
Qiang Xue
611052c4cf
Support preloading modules
12 years ago
Qiang Xue
20666567e8
debug toolbar WIP
12 years ago
Qiang Xue
16dcd9701f
Added Model::loadMultiple() and validateMultiple().
12 years ago
Qiang Xue
9cf82b3ae1
Added Model::load(). Added Controller::refresh() and redirect().
12 years ago
Qiang Xue
3eccd850fe
Added Formatter::nullDisplay.
12 years ago
Qiang Xue
5698a10c81
Added functional tests for the basic app.
12 years ago
Qiang Xue
6c5dfc04f7
Added default value for error in Model::addError().
12 years ago
Alexander Kochetov
a788f505fb
Model::formName() correct PHP 5.3 code
12 years ago
Qiang Xue
d182ce1d38
Renamed reservedMemorySize to memoryReserveSize.
12 years ago
Qiang Xue
e7e9723f8a
Added Application::$reservedMemorySize.
12 years ago
Carsten Brandt
2643daa534
Improve application speed by using classMap for autoloader
12 years ago
Qiang Xue
3e18479d1f
Fixes issue #545 : PageCache doesn't work.
12 years ago
Qiang Xue
f18d6df625
Revert "Merge pull request #548 from cebe/action-response"
...
This reverts commit 9d7597d61a
, reversing
changes made to 6b6390f72b
.
12 years ago
Carsten Brandt
71782b344e
Changed existing code to match the changes regarding response
12 years ago
Carsten Brandt
b138199c59
implementation of Response tied to actions
...
Result of a discussion with @qiangxue
- there is not global Yii::$app->response anymore, every action has
dedicated response class
- implementation allows using HMVC pattern now, nested actions do not
interfer
12 years ago