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
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
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
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
bdb77f33ba
updated @property annotations of many classes
11 years ago
Qiang Xue
172d92958f
refactored code.
11 years ago
Carsten Brandt
14181b2be0
Update PHPDoc command to update classfiles automatically
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
Carsten Brandt
04a0ca5aab
revert accidental change in db ActiveRecord
11 years ago
Carsten Brandt
e3df19d984
Redis AR WIP
...
- introduced RecordSchema class for schema definition
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
Qiang Xue
7150524e33
Finished model generator.
11 years ago
Alexander Makarov
6c1ef346aa
fixed typos in ArrayHelperBase phpdoc
11 years ago
Alexander Makarov
8f2ce5dab7
Fixed typo and code style
11 years ago
Alexander Makarov
8a1bf04599
Fixes #790 : added visible for Nav and Dropdown
11 years ago
Qiang Xue
c835f17d1f
finished rule generation for model generator.
11 years ago
Qiang Xue
6978a6803f
bug fix of form generator.
11 years ago
Qiang Xue
89c61c9cb4
minor fixes of debugger.
11 years ago
Qiang Xue
c037b481e8
Added SafeValidator.
11 years ago
Carsten Brandt
a2eb49cd3e
use `@inheritdoc` for ActiveDataProvider::setSort
11 years ago
Carsten Brandt
381216595d
DataColumn: Allow setting label of sort link via short syntax
...
attribute:type:Header should also affect sort link
11 years ago
Carsten Brandt
c5d65e09af
Refactor DataColum to use model label for sorting link
11 years ago
Carsten Brandt
f9fab5d40d
Lazy fallback of label creation for Sort class
11 years ago
Carsten Brandt
713a987a9d
auto fill sorting colums in ActiveDataProvider if none are configured
11 years ago
Carsten Brandt
c23725aca0
fix dataProvider getSort()
...
correct creation of new Sort object if none is there
11 years ago
Carsten Brandt
8beadc91f4
cleanup MemCache timeout API after #804
...
use milliseconds only and fall back to seconds for older memcache
versions.
11 years ago
callmez
c06e9cafe1
Modal::clientOptions disable support.
11 years ago
Panagiotis Moustafellos
5311dac904
Added failureCallback, reduced timeouts to 1s
11 years ago
Panagiotis Moustafellos
b010ed8363
Mentioning that timeoutms is available in memcache only.
11 years ago
Carsten Brandt
96c7534ca3
set default format for gridview to text
...
default format is text in short format so it should also be
like that in array() defintion.
11 years ago
Panagiotis Moustafellos
7840ace6e6
Removed extra line
11 years ago