- 21 Nov, 2013 2 commits
-
-
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.
-
- 20 Nov, 2013 10 commits
-
-
Kartik Visweswaran authored
Each flash variable can be mapped to a bootstrap alert type through a configuration array passed to this widget.
-
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.
-
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.
-
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.
-
Qiang Xue authored
Small edit for consistency with frontend config.
-
kumorig authored
Small edit for consistency with /apps/advanced/backend/config/main.php. Sorry, my OCD kicked in.
-
- 19 Nov, 2013 23 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Update script filter
-
Qiang Xue authored
-
Alex-Code authored
```map``` and ```indexOf``` on arrays were only added in IE9. Changed to make use of jQuery's equivalents.
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Alexander Makarov authored
-
Carsten Brandt authored
fixes #1230
-
Paul Klimov authored
Duplicate
-
marsuboss authored
-
Paul Klimov authored
Duplicate APC requirement removed
-
marsuboss authored
-
Carsten Brandt authored
issue #1228
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 18 Nov, 2013 2 commits
- 17 Nov, 2013 3 commits
-
-
Carsten Brandt authored
* 'master' of github.com:yiisoft/yii2: Edited model.md up to Validation Just started editing
-
Carsten Brandt authored
-
Larry Ullman authored
-