Qiang Xue
858326c074
Fixed test break.
11 years ago
Qiang Xue
039ed688cf
Fixes #1301 : fixed scenario generation when there are "except" scenarios.
11 years ago
Qiang Xue
337b1b08b5
Fixes #1298 : supporting route with trailing slash.
11 years ago
Qiang Xue
210cbda732
Fixes #1296 : stricter check of dashes in route.
11 years ago
Qiang Xue
69fa7bab6b
Fixes #1307 : move batchInsert() to base class.
11 years ago
Qiang Xue
a1d2ab6d93
Merge pull request #1308 from kk86bioinfo/patch-1
...
Update apps-advanced.md
11 years ago
kk_loke86
3a9b6da55b
Update apps-advanced.md
...
Should run migration to import yii tbl_user if not the sign up/login may report error.
11 years ago
Qiang Xue
7b0ba10d31
Fixes #1248 : url manager didn't handle array parameters well.
11 years ago
Qiang Xue
04739a0876
Merge pull request #1304 from pmoust/revokeAll
...
implements #563 - revokeAll()
11 years ago
Carsten Brandt
02e1f8d50e
travis: speed up composer
11 years ago
Carsten Brandt
10fc8e4a5d
fixes #1306
11 years ago
Carsten Brandt
de0ce94482
fixed travis and composer issue
11 years ago
Carsten Brandt
c10e8af824
fixed array helper test
11 years ago
Carsten Brandt
9288efb924
fixed Sort test
11 years ago
Carsten Brandt
3c1596c9ca
some clarification on model docs
11 years ago
Carsten Brandt
1ae4103b9d
fixed Sort::params to be retrieved from Request instead of $_GET
...
for consistency with paginiation
11 years ago
Panagiotis Moustafellos
ec37003a9a
revokeAll() implementation for PhpManager
11 years ago
Panagiotis Moustafellos
234feabaac
revokeAll() implementation for DbManager
11 years ago
Panagiotis Moustafellos
8eb3b53f2a
added abstract function revokeAll()
11 years ago
Panagiotis Moustafellos
e16fb9596b
indentation fix
11 years ago
Alexander Makarov
454a9ee52e
fixes #1303 : Security::decrypt now returns null w/o error when null is passed as $data
11 years ago
Alexander Makarov
5e1154217a
Merge pull request #1302 from docsolver/patch-1
...
Added link to new RBAC page
11 years ago
Vincent
d32813f38d
Added link to new RBAC page
11 years ago
Carsten Brandt
5727855227
added link to forum thread
11 years ago
Carsten Brandt
3a73277c93
Merge pull request #1300 from docsolver/master
...
Basic documentation about RBAC
11 years ago
Vincent
5b785bf778
Basic information about RBAC
11 years ago
Vincent De Munck
dc8670c98e
RBAC documentation
11 years ago
Panagiotis Moustafellos
820f840ce3
added revokeAll() test
11 years ago
Carsten Brandt
d8feaeb93b
refactored redis AR Query::scalar()
11 years ago
Qiang Xue
a07facf434
Refactored hasMany and hasOne so that they support cross-DBMS relationship.
11 years ago
Qiang Xue
a95d54ccb7
Merge pull request #905 from yiisoft/redis
...
[WIP] Redis ActiveRecord
11 years ago
Carsten Brandt
863f523896
removed unused asset.php files
11 years ago
Carsten Brandt
0d0f1c2b5d
fixed composer.json autoload pathes
11 years ago
Carsten Brandt
d8dbe5a4d3
fixed c&p error
11 years ago
Carsten Brandt
999b42555d
allow installing yii2-dev and get the Yii.php file in the same place
11 years ago
Carsten Brandt
898bbf3311
updated dev composer.json dependencies
...
also removed composer plugin and added it to requirements
this way the plugin is recognized by composer. would not work otherwise.
setting the repo type to yii2-extension also allows us to run composer
plugin and let it handle the extensions in this package
11 years ago
Carsten Brandt
29d02d623c
added composer.json for yii2-dev package
11 years ago
Carsten Brandt
ed98df5cd8
fixed broken UniqueValidator
11 years ago
Carsten Brandt
6995e8ddd0
removed call to nonexistsend property
11 years ago
Carsten Brandt
4459cb4f2b
cleanup redis AR
11 years ago
Carsten Brandt
cb4504a10f
refactored Model and redis AR to allow drop of RecordSchema
11 years ago
Carsten Brandt
8542448f20
refactored redis AR to relect the latest changes
...
- make use of traits
- short array
- better implementation of query findByPk
11 years ago
Paul Klimov
b20e57688a
"yii\swiftmailer\Mailer::createSwiftObject()" simplified.
11 years ago
Carsten Brandt
bc4324c041
Merge branch 'master' into redis
...
* master: (613 commits)
fixed typo
Fixes #1222 : refactored jui/Widget, intorduced jui/Slider and jui/SliderInput
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
Added example for dividers to bootstrap Nav
Checkboxlist documentation fix
Added "Using controller action to render errors"
Fix doc
Renamed DetailView attribute type to format
encode email in Formatter
Added default status code setting.
"yii\swiftmailer\Mailer" transport setup has been advanced to support constructor arguments and plugins.
fix rbac select statement
Comments cleanup.
Reverted closeButton
Nomenclature and code realignment.
better nginx config
guide about using bootstrap less files
Include Schema in new migrations by default
...
Conflicts:
framework/yii/db/ActiveRecord.php
framework/yii/db/ActiveRelation.php
tests/unit/data/config.php
11 years ago
Alexander Makarov
704f9105f4
fixed typo
11 years ago
Alexander Makarov
75aa665930
Fixes #1222 : refactored jui/Widget, intorduced jui/Slider and jui/SliderInput
11 years ago
Alexander Makarov
22439d3378
Merge pull request #1291 from kartik-v/patch-3
...
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
11 years ago
Kartik Visweswaran
998d0f71fa
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
...
Removed edited author ref.
11 years ago
Kartik Visweswaran
158db15587
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
...
Updated tabs
11 years ago
Kartik Visweswaran
1c2c7ca250
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
...
Corrected the example and doc to highlight allowed dropdown support in Bootstrap 3.
11 years ago