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
219eebf42c
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
Reverted changeset 595ac6d0be
Fixes #833 : added charset to json response.
11 years ago
Qiang Xue
947a557240
Reverted changeset 595ac6d0be
11 years ago
Qiang Xue
595ac6d0be
Fixes #833 : added charset to json response.
11 years ago
Carsten Brandt
b5a6dac3ae
renamed test method after implementation rename in FileHelper
11 years ago
Carsten Brandt
4d84e09479
typo in query builder, fixes #832
11 years ago
Carsten Brandt
0d91021f02
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
Fixes #829 : loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set (reverted from commit c2c12a9049
)
add missing return to module template
Update module.php
Fixes #829 : loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set
gii form width adjustment.
Make sure query cloning works as expected.
Fixed test break.
Fixes #828 : refactored QueryBuilder::build()
11 years ago
Carsten Brandt
4b7f5a728a
improved control over and handling of file and dir permissions
...
- rename FileHelper::mkdir for API consistency
- changed default permission for directories to 775 instead of 777
- added some properties to classes that deal with files to allow control
over directory permissions.
11 years ago
Carsten Brandt
fa07d31310
documentation fixed for mutex extension
11 years ago
Alexander Makarov
e1a6aacba8
Fixes #829 : loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set (reverted from commit c2c12a9049
)
11 years ago
Alexander Makarov
c0102b4143
Merge pull request #831 from philippfrenzel/patch-5
...
add missing return to module template
11 years ago
Philipp Frenzel
e94b455535
add missing return to module template
...
I think according to the framework it should return the render and otherwise the browser will stay blank...
11 years ago
Alexander Makarov
d9d000649a
Merge pull request #830 from philippfrenzel/patch-4
...
module should extend \yii\base\Module as \yii\web\Module doesn't exist...
11 years ago
Philipp Frenzel
70d263d66e
Update module.php
...
module should extend \yii\base\Module as \yii\web\Module doesn't exist...
If this is outdated, then pls just ignore it!
11 years ago
Alexander Makarov
c2c12a9049
Fixes #829 : loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set
11 years ago
Qiang Xue
2ecdfd6225
gii form width adjustment.
11 years ago
Qiang Xue
cb60fa5ddd
Make sure query cloning works as expected.
11 years ago
Qiang Xue
30d6229943
Fixed test break.
11 years ago
Qiang Xue
6dba4da3ed
Fixes #828 : refactored QueryBuilder::build()
11 years ago
Carsten Brandt
147558ea19
added some class documentation
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
c582e589d2
added note about differing property types
11 years ago
Carsten Brandt
ca69ef09d4
update of @property annotations
11 years ago
Carsten Brandt
8366cb6e67
allow [] in property doc type
11 years ago
Carsten Brandt
6405c4f349
added proper word wrapping and note about read/writeonly properties
11 years ago
Carsten Brandt
c5b42910a9
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
refactored code.
11 years ago
Carsten Brandt
bdb77f33ba
updated @property annotations of many classes
11 years ago
Qiang Xue
172d92958f
refactored code.
11 years ago
Carsten Brandt
f870162535
fixed indentation of PhpDocController and sort properties alphabetically
11 years ago
Carsten Brandt
1c9b9681a7
phpdoc command skip classes that do not extend Object
11 years ago
Carsten Brandt
df21e10c5d
fixed postioning of property tags in php-doc command
11 years ago
Carsten Brandt
14181b2be0
Update PHPDoc command to update classfiles automatically
11 years ago
Carsten Brandt
fa2a48c684
ported @property phpdoc generator from yii 1.1
...
fixes #822
11 years ago
Carsten Brandt
427c373ba6
implement Cache::exists() for various cache backends
...
fixes #811
11 years ago
Carsten Brandt
3b91801a35
cherry picked RedisCache and redis\Connection from redis WIP branch
...
commit in redis branch was:
0cd65e7496
11 years ago
Carsten Brandt
0e2ac86566
added Cache::exists() to check key existance in cache
11 years ago
Qiang Xue
d34f8486ab
Fixes #811 .
11 years ago
Qiang Xue
f941bfee60
Fixes #820 .
11 years ago
Qiang Xue
62b4a645f1
crud generator WIP
11 years ago
Qiang Xue
f48508e341
Merge pull request #809 from cebe/autoconfig-sorting
...
Gridview and DataProviders: Autoconfig sorting
11 years ago
Qiang Xue
71866c60b8
Merge pull request #817 from maximal/patch-1
...
Blowfish cost must be in range 4…31, not 4…30
11 years ago
MaximAL
3b8aff5a44
Blowfish cost must be in range 4…31, not 4…30
...
`generateSalt` parameter validation fix.
11 years ago
Carsten Brandt
53b4ed3d7f
Moved label for Sort::link() to html options
11 years ago
Carsten Brandt
39c002e83c
Refactored DataColumn::renderHeaderCellContent()
11 years ago
Carsten Brandt
155749e18d
typos in doc
11 years ago
Carsten Brandt
9847472144
introduced DataColumn::label property
11 years ago
Qiang Xue
c86d597077
css fix.
11 years ago
Carsten Brandt
b147760c7b
added label option to Sort::link()
11 years ago