Commit Graph

2118 Commits

Author SHA1 Message Date
Qiang Xue
6f4e2c9b3c Fixes #647 2013-07-21 19:10:29 -04:00
Alexander Makarov
b02f01f6be More on advanced app template:
- Unified way to use Alert
- Added link to restore password to login form
- Refactored restore password
2013-07-21 22:10:31 +04:00
Qiang Xue
dacee193fa test break fix. 2013-07-21 13:23:00 -04:00
Qiang Xue
7eb33d65c6 Refactored Sort. 2013-07-21 13:20:47 -04:00
Alexander Makarov
02608626fb class import cleanup 2013-07-21 19:29:18 +04:00
Alexander Makarov
69acc8f072 added missing GettextMessageSource phpdoc 2013-07-21 19:23:24 +04:00
Alexander Makarov
4abab7f1fb short phpdoc descriptions for Panel subclasses 2013-07-21 19:17:19 +04:00
Alexander Makarov
fb31d8f6d8 added Panel phpdoc 2013-07-21 19:13:00 +04:00
Alexander Makarov
dd47668cba added missing return tags to CaptchaAction 2013-07-21 19:13:00 +04:00
Alexander Makarov
02f8062435 fixed code style 2013-07-21 19:13:00 +04:00
Alexander Makarov
612d0af592 removed unused line from smarty plugin 2013-07-21 19:13:00 +04:00
Alexander Makarov
5284e5856d added some phpdoc to advanced app 2013-07-21 19:13:00 +04:00
Alexander Makarov
e2813d5ce6 fixed basic app code style 2013-07-21 19:13:00 +04:00
Qiang Xue
ef2d0990e8 Merge pull request #645 from lucianobaraglia/master
Typo fix [skip ci]
2013-07-21 07:43:48 -07:00
Luciano Baraglia
793d25292f Typo fix [skip ci] 2013-07-21 11:39:32 -03:00
Qiang Xue
203f4bfe3e Fixes issue #643 2013-07-21 08:59:17 -04:00
Qiang Xue
8bf0a9b186 Merge pull request #644 from maximal/patch-1
Directory structure updated in README.md
2013-07-21 05:44:25 -07:00
Qiang Xue
78e61c9d94 Removed ListPager and refactored LinkPager and LinkSorter. 2013-07-21 08:43:22 -04:00
maximal
886ba24c15 Directory structure updated in README.md 2013-07-21 14:03:05 +04:00
Carsten Brandt
6ce60c1666 added support for HTTP verb PATCH
To provider better REST API support PATCH method is added which is used
for partial updates, while a PUT should only update whole record.

issues #303 and yiisoft/yii#2664
2013-07-20 22:46:32 +02:00
Qiang Xue
9aa7b26184 Added LinkSorter. 2013-07-20 07:28:22 -04:00
Qiang Xue
ac8801bc63 Added SortTest 2013-07-19 20:40:51 -04:00
Qiang Xue
4965248182 Refactored Sort. 2013-07-19 18:59:47 -04:00
Qiang Xue
058c1f1b01 Fixed JUI asset bundles. 2013-07-18 23:29:19 -04:00
Qiang Xue
e15938474c Refactored console commands. 2013-07-18 18:21:21 -04:00
Qiang Xue
0067e8c9f4 Merge pull request #638 from lucianobaraglia/master
Password input in advanced app signup [ci skip]
2013-07-18 11:14:47 -07:00
Luciano Baraglia
aff33aaa9f Password input in advanced app signup [ci skip] 2013-07-18 15:07:27 -03:00
Qiang Xue
a4239efa7c Fixes #637. 2013-07-18 08:05:09 -04:00
Alexander Makarov
b28e6b90e6 added charset 2013-07-18 12:56:20 +04:00
Alexander Makarov
fc402dc378 fixed field type 2013-07-18 12:56:20 +04:00
Qiang Xue
a6cd7b72bb refactored helper organization. 2013-07-17 20:45:36 -04:00
Qiang Xue
7ebbc46a5b Fixed wrong class uses. 2013-07-17 20:14:43 -04:00
Qiang Xue
40b6b607c8 Fixes #632. 2013-07-17 20:12:19 -04:00
Alexander Makarov
90ed776296 implemented password reset 2013-07-18 03:09:41 +04:00
Alexander Makarov
4b83aff0d7 Added signup link to frontend 2013-07-18 02:13:28 +04:00
Alexander Makarov
b8ff2cc569 Added authkey generation 2013-07-18 02:08:19 +04:00
Alexander Makarov
c5e9d84c6a signup action for advanced app template 2013-07-18 02:06:34 +04:00
Alexander Makarov
4879d83dad fixes #627 2013-07-18 01:20:56 +04:00
Paul Klimov
bf13f26584 "AssetConverter::convert()" has been updated to use "escapeshellargs" 2013-07-17 15:37:27 +03:00
Qiang Xue
a25a34d717 Fixes #629. 2013-07-17 08:22:48 -04:00
Alexander Makarov
ddc2db6359 Merge pull request #630 from lucianobaraglia/master
Doc Fixes
2013-07-17 01:53:57 -07:00
Luciano Baraglia
4e28b18c81 Doc Fixes 2013-07-17 02:53:17 -03:00
Qiang Xue
0778937097 disabled asset test temporarily. 2013-07-16 21:43:35 -04:00
Qiang Xue
a128bffb47 Fix for asset command. 2013-07-16 21:43:17 -04:00
Qiang Xue
368a4cfe66 Asset feature refactoring (WIP) 2013-07-15 22:49:22 -04:00
Qiang Xue
dc2843a2d7 Fixes #622. 2013-07-14 19:03:43 -04:00
Qiang Xue
39f6e00137 Fixed matching all case. 2013-07-14 16:52:54 -04:00
Carsten Brandt
67e9e6619f typo fix in migration docs 2013-07-14 14:50:57 +02:00
Carsten Brandt
e7b7b89f71 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  minor doc fix.
  minor doc improvement.
  Add echo into docs for link pager
  Update migration.md. Fix missed quotes
  handle array in importNamespaces.
  import namespaces.
  import namespaces.
  renamed autoload to classmap.
  Added autoload command.
  Rewording
  Added readme and license files to extensions.
  fixed the "only" option for FileHelper::findFiles()
  Added Query::indexBy
  Improved FileHelper::filterPath()
  Enhanced file options for FileHelper.
  Fixed locale command.
2013-07-14 14:48:50 +02:00
Carsten Brandt
cee45fdf26 added docs description of abstract db types in migration
replaces #618
2013-07-14 14:47:54 +02:00