- 21 Nov, 2013 12 commits
-
-
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 28 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.
-
Kartik Visweswaran authored
Added closeButton parameter, assignment of CSS class corrected, and added php doc comments.
-
Carsten Brandt authored
this allows to be able to call error action. fixes #1244
-
Carsten Brandt authored
fixes #1220
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
The previous alert widget within the advanced/basic app does not render multiple flash messages. The current implementation allows display of all flash messages assigned through setFlash. Also a validation is done for allowed bootstrap alert types.
-