03c3775865
Fix typo
2014-02-06 19:55:58 +02:00
d13ed43212
Fixed signup/restore password flow
2014-02-06 00:14:23 +04:00
6cac7c61e5
Removed Yii::$app->getParam usage
2014-02-05 23:21:57 +04:00
b8235c717d
Added password reset token expiration
2014-02-05 18:23:59 +04:00
a1497ca01c
Removed extra \models\forms namespace, moved all models to just \models
2014-02-05 17:41:47 +04:00
5d7e7f4d91
Moved creating user to static method of the model
2014-02-04 13:31:26 +04:00
c2e0b5beb5
Optimized forms code a bit
2014-02-01 23:08:39 +04:00
a43be083e8
Moved forms used in frontend only to frontend
2014-02-01 22:23:29 +04:00
71fba07700
Moved most of the user-related logic into form models
2014-01-31 23:18:07 +04:00
2046563849
Revert "Fixes #1856 : The default CSS class for hint generated by ActiveField
is changed to help-block
"
...
This reverts commit 7ae4695d0cf46f3347ff8f340f572a08419f21a7.
2014-01-29 20:33:24 -05:00
7ae4695d0c
Fixes #1856 : The default CSS class for hint generated by ActiveField
is changed to help-block
2014-01-29 18:39:07 -05:00
4e77105277
Rollback $params variable
2014-01-28 22:18:37 +04:00
a4c8617f42
Cleaner environments for yii2-advanced-app
2014-01-22 12:24:15 +04:00
b9e1ce3f97
more validation for password reset token in advanced app
...
fixes #2099
2014-01-21 17:13:40 +01:00
13f0bd6656
doc typos
...
fixes #2094
2014-01-21 15:22:28 +01:00
1c882a79e4
PHPDocs: "app\models" changed to "common\models"
2014-01-21 23:10:41 +09:00
83dfce63b8
fixes #1888 : updated Alert phpdoc
2014-01-12 20:25:06 +04:00
98e9f307db
Added futter. Fixes #1822
2014-01-11 16:41:39 +01:00
b4c60c142c
Yii 2 advanced app environments usage fix
2014-01-11 03:33:41 +04:00
4609a94dbf
Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead
2014-01-09 05:00:09 +04:00
3d59b19a21
added classes to grid, list and detail view
...
to allow specific styling
also fixed an issue with gridview sort indicator css.
fixes #1000
2014-01-05 14:45:09 +01:00
27658e56ae
Fixes #1647 : Changed the default CSS class of error block to be error-block
2014-01-01 10:29:04 -05:00
ccd4ae9f3c
Fixes #1691 : added “viewport” meta tag to layout views.
2013-12-29 15:31:35 -05:00
60dd8d16a1
Fixes #1688 : ActiveForm is creating duplicated messages in error summary
2013-12-29 10:27:38 -05:00
4148912b82
Fixes #1643 : Added default value for Captcha::options
2013-12-27 10:46:13 -05:00
a7cf6a984c
Fixes #1597 : Added enableAutoLogin
to basic and advanced application templates so "remember me" now works properly
2013-12-22 20:16:06 +01:00
71d80c2263
added meaningful content to robots.txt
2013-12-17 01:08:40 +01:00
cedee94608
Added robots.txt to application templates
2013-12-12 23:31:59 +01:00
05c67f43b8
Added favicons to application templates
2013-12-12 22:04:31 +01:00
2c9a8b910f
make null format look nice by default
2013-12-10 20:42:09 +01:00
c7c13a6693
Added concrete http exception classes.
2013-11-29 21:22:08 -05:00
8995c0b0ca
Code style fixes for layouts
2013-11-28 01:19:43 +04:00
58bd2fb958
Only whitespace removal
2013-11-27 20:19:56 +02:00
408eee75a9
Used full method names when sending email in advanced app
2013-11-27 12:58:28 +04:00
e3292c959a
Advanced application template now uses mailer component instead of mail() function
2013-11-27 03:48:20 +04:00
c6318050d9
removed unneeded setting.
2013-11-24 21:29:11 -05:00
817cbc175a
Comments cleanup.
...
Cleaned up a few comments ... hope its not my OCD again... :-)
2013-11-21 15:42:52 +05:30
b979d3b024
Reverted closeButton
...
Reverted name to ```closeButton``` to be in sync with the bootstrap ```Alert``` widget.
2013-11-21 15:36:43 +05:30
62493188a2
Nomenclature and code realignment.
...
1. Renamed closeButton to closeButtonOptions.
2. Generate unique id for each alert box.
3. Moved parent init to the top.
2013-11-21 15:32:07 +05:30
2bff5f80bc
Alert types for flash messages are now configurable.
...
Each flash variable can be mapped to a bootstrap alert type through a configuration array passed to this widget.
2013-11-20 23:15:16 +05:30
8ff4c3d46d
Code & minor bug cleanup.
...
Cleaned up redundant code (and a typo missed earlier).
2013-11-20 22:53:08 +05:30
8a436c4acb
Code cleanup.
...
Removed redundant declarations and checks in the code.
2013-11-20 22:45:49 +05:30
c550628558
CSS Class assignment correction # 2.
...
Ensure previous CSS classes are not appended and reinitialized in the foreach loop.
2013-11-20 22:35:35 +05:30
affa9589dc
CSS Class assignment corrected.
...
Used ```Html::addCssClass``` and ```Html::removeCssClass``` more effectively.
2013-11-20 19:58:25 +05:30
70f41387b6
Update Alert.php to add some refinements and clean up bugs.
...
Added closeButton parameter, assignment of CSS class corrected, and added php doc comments.
2013-11-20 19:39:55 +05:30
1c56edd000
Update Alert.php
2013-11-20 18:39:37 +05:30
8fc77afc63
Update Alert.php to display multiple flash messages for the session.
...
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.
2013-11-20 17:50:47 +05:30
7450fc1000
Small edit for consistency with frontend config.
...
Small edit for consistency with /apps/advanced/backend/config/main.php. Sorry, my OCD kicked in.
2013-11-20 09:26:51 +09:00
d2e5f2c507
Fixes #1234 : use dash instead of underscore to separate language and country in locale id.
2013-11-19 16:33:52 -05:00
4c4f7bd708
Move AppAsset from config to assets directory
2013-11-13 18:17:05 +02:00