- 21 Nov, 2013 17 commits
-
-
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
-
Serge Bezborodov authored
-
Alexander Makarov authored
Update Alert.php to display multiple flash messages for the session.
-
Kartik Visweswaran authored
Cleaned up a few comments ... hope its not my OCD again... :-)
-
Kartik Visweswaran authored
Reverted name to ```closeButton``` to be in sync with the bootstrap ```Alert``` widget.
-
Kartik Visweswaran authored
1. Renamed closeButton to closeButtonOptions. 2. Generate unique id for each alert box. 3. Moved parent init to the top.
-
Carsten Brandt authored
-
Carsten Brandt authored
Include Schema in new migrations by default
-
Carsten Brandt authored
-
bethrezen authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
fixes #1261
-
- 20 Nov, 2013 23 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
worked though all the guide files adjusted structure and added some missing does
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes #1222: removed Slider widget from JUI extension since it's not input widget and a wrapper doesn't really add anything
-
Qiang Xue authored
-
Qiang Xue authored
-
Alexander Makarov authored
-
Qiang Xue authored
Changed usage of self to static to allow extendibility
-
Qiang Xue authored
-
Carsten Brandt authored
fixes #1244
-
Carsten Brandt authored
fixes #1246
-
Kartik Visweswaran authored
Each flash variable can be mapped to a bootstrap alert type through a configuration array passed to this widget.
-
Carsten Brandt authored
code style section has been added here: https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#self-vs-static verification code for properties: https://gist.github.com/cebe/7566916
-
Kartik Visweswaran authored
Cleaned up redundant code (and a typo missed earlier).
-
Kartik Visweswaran authored
Removed redundant declarations and checks in the code.
-
Kartik Visweswaran authored
Ensure previous CSS classes are not appended and reinitialized in the foreach loop.
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
issue #1246
-
Carsten Brandt authored
also made everything conistent with client validation
-
Kartik Visweswaran authored
Used ```Html::addCssClass``` and ```Html::removeCssClass``` more effectively.
-