Qiang Xue
a9991d4e91
CRUD WIP
11 years ago
Alexander Makarov
6d25d3aef6
Added info about custom validator method signature to Model::rules phpdoc
11 years ago
Qiang Xue
b16bf0691a
fixed typo
11 years ago
Qiang Xue
fccd8185b5
Enhanced the default implementation of Model::scenarios() to return all scenarios found in rules().
11 years ago
Qiang Xue
326e98a41c
doc fix.
11 years ago
Carsten Brandt
9a4d7ff15b
Exception message when getting write-only property
11 years ago
Carsten Brandt
7fa81949bf
various documentation changes
11 years ago
Carsten Brandt
7a6ce8251a
simplified method check in Component::__call()
11 years ago
Carsten Brandt
15a3ec2764
added unit tests and call to $behavior->hasMethod in Component
11 years ago
Carsten Brandt
7a55640670
Added hasMethod() to Component and Object class
...
this allows implementing __call() in behaviors
See this forum topic for details:
http://www.yiiframework.com/forum/index.php/topic/46629-invoke-behavior-method-through-php-magic-method-call-dosent-work/
11 years ago
Carsten Brandt
f83fcc553c
fixed return value of Component::can*Property
...
return false, not null
11 years ago
Carsten Brandt
91c16782ef
finalized PhpDocController
...
- cleanup API and usage, add documetation link
- introduced @property feature in getter or setter which has precedence
over @return or @param tag if present
11 years ago
Carsten Brandt
1d622b65c3
fixed docs about error methods in Model
11 years ago
Carsten Brandt
ca69ef09d4
update of @property annotations
11 years ago
Carsten Brandt
bdb77f33ba
updated @property annotations of many classes
11 years ago
Qiang Xue
c7c7683f8f
Added StringHelper::diff().
11 years ago
Qiang Xue
3852e0b7cb
finished module code generator.
11 years ago
Carsten Brandt
bb2274eae2
re-added Exception about wrong class name to autoloader
...
helps reducing weird error messages.
11 years ago
Alexander Makarov
805706b26e
more view docs
11 years ago
Qiang Xue
3adffc9caf
Exit error handling to avoid handling exceptions multiple times.
11 years ago
Qiang Xue
53d25e9275
Fixes #763 .
11 years ago
Qiang Xue
6e32fae378
Fixes #763 : handling empty string for date formatting.
11 years ago
Qiang Xue
922f185b6f
bug fix.
11 years ago
Qiang Xue
f576add9e9
Fixes #744 : simplified Yii autoloader.
11 years ago
Qiang Xue
ce4f37a183
doc fix.
11 years ago
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