Commit Graph

7547 Commits

Author SHA1 Message Date
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
Qiang Xue
4f70506c47 minor doc fix. 2013-07-13 21:59:24 -04:00
Qiang Xue
494fb8f695 minor doc improvement. 2013-07-13 17:52:32 -04:00
Carsten Brandt
2fecd5eb4e Merge pull request #619 from philippfrenzel/patch-1
Add echo into docs for link pager
2013-07-13 13:20:01 -07:00
Philipp Frenzel
b0c6785afc Add echo into docs for link pager
I'm not sure if echo should be mentioned, but without the echo before the LinkPager::widget() the user would see nothing.
2013-07-13 22:07:41 +02:00
Qiang Xue
f88b2d0859 Merge pull request #617 from aivus/patch-1
Update migration.md. Fix missed quotes
2013-07-12 14:06:48 -07:00
Ilya
3387aadfe1 Update migration.md. Fix missed quotes 2013-07-13 00:05:02 +03:00
Qiang Xue
80fe1076dd Merge branch 'master' of github.com:yiisoft/yii2 2013-07-12 13:03:44 -04:00
Qiang Xue
3123c46826 handle array in importNamespaces. 2013-07-12 13:03:37 -04:00
Qiang Xue
2d8da01c98 import namespaces. 2013-07-12 07:36:00 -04:00