- 23 Nov, 2013 10 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
* master: (59 commits) Refactored hasMany and hasOne so that they support cross-DBMS relationship. removed unused asset.php files fixed composer.json autoload pathes fixed c&p error allow installing yii2-dev and get the Yii.php file in the same place updated dev composer.json dependencies added composer.json for yii2-dev package fixed broken UniqueValidator removed call to nonexistsend property cleanup redis AR refactored Model and redis AR to allow drop of RecordSchema refactored redis AR to relect the latest changes "yii\swiftmailer\Mailer::createSwiftObject()" simplified. fixed empty result in findByPk list fixed problem with not closed transaction in deleteAll() fixed broken test apply changes to db\AR -> redis\AR added dependency in db\AR -> redis\AR needs to be refactored later redis AR cleanup ensure atomicity of operations ... Conflicts: tests/unit/data/config.php
-
Qiang Xue authored
-
Carsten Brandt authored
-
Qiang Xue authored
[WIP] Redis ActiveRecord
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 22 Nov, 2013 18 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
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
-
Carsten Brandt authored
-
Carsten Brandt authored
* master: (587 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/composer.json tests/unit/data/config.php
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
- make use of traits - short array - better implementation of query findByPk
-
Paul Klimov authored
-
Carsten Brandt authored
* 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
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Correct Nav.php comments/PHP doc to reflect BS3 dropdown support.
-
Kartik Visweswaran authored
Removed edited author ref.
-
Kartik Visweswaran authored
Updated tabs
-
Kartik Visweswaran authored
Corrected the example and doc to highlight allowed dropdown support in Bootstrap 3.
-
- 21 Nov, 2013 12 commits
-
-
Carsten Brandt authored
fixes #1284
-
Carsten Brandt authored
Checkboxlist documentation fix
-
Andrea Panattoni authored
"Item" parameter keys are the values of the checkbox list, while the values are the checkbox labels.
-
Alexander Makarov authored
-
Paul Klimov authored
Fix doc
-
Sergey Gonimar authored
-
Qiang Xue authored
Renamed DetailView attribute "type" to "format"
-
Carsten Brandt authored
for consistency with GridViews DataColumn where the same property is also named format
-
Carsten Brandt authored
avoid XSS with emails in format "Carsten Brandt <mail@cebe.cc>"
-
Qiang Xue authored
-
Paul Klimov authored
"yii\swiftmailer\Mailer" transport setup has been advanced to support constructor arguments and plugins.
-
Carsten Brandt authored
fix rbac select statement
-