Commit Graph

116 Commits

Author SHA1 Message Date
Qiang Xue
4a60711b3c Removed test code. 2013-07-08 06:47:10 -04:00
Qiang Xue
d121c0d3e9 debugger furnishing 2013-07-08 06:44:22 -04:00
Qiang Xue
7fa240be65 initial implementation of Yii debugger. 2013-07-07 20:29:19 -04:00
resurtm
29c593d526 Fix CS issues. 2013-07-03 09:32:44 +06:00
Qiang Xue
12c48d1ae4 Refactored logging. 2013-07-02 22:09:25 -04:00
Qiang Xue
1a02a4d51e Removed unused code. 2013-06-28 21:49:42 -04:00
Qiang Xue
aa514e61c0 Fixed basic layout. 2013-06-28 16:43:09 -04:00
Qiang Xue
9cf82b3ae1 Added Model::load(). Added Controller::refresh() and redirect(). 2013-06-26 08:34:27 -04:00
Qiang Xue
36655d3b1d Merge branch 'master' of github.com:yiisoft/yii2 2013-06-23 19:26:26 -04:00
Qiang Xue
5698a10c81 Added functional tests for the basic app. 2013-06-23 19:26:16 -04:00
Qiang Xue
87ee68841e Merge pull request #573 from bio/normalize-repo
Converted CRLF to LF. Added gitattributes file.
2013-06-23 13:55:06 -07:00
Qiang Xue
7f1b8c109e Adjust for test integration. 2013-06-23 15:03:59 -04:00
Qiang Xue
a5a2481b4f Added acceptance tests for the basic app. 2013-06-22 20:26:22 -04:00
Valery Viktorovsky
6708923740 Converted CRLF to LF. Added gitattributes file. 2013-06-22 15:28:11 +03:00
FrediL
6249b89932 Change validators from 'length' to 'string' 2013-06-21 03:15:56 +02:00
CeBe
22793139ce Console application has to exit with exitCode
fixes #562
2013-06-20 22:31:36 +02:00
Qiang Xue
6fd1c16609 Revert "Added ActiveForm::mfield()."
This reverts commit 9a5ca99513.
2013-06-19 19:14:41 -04:00
Qiang Xue
11c14a20e9 Simplified button signature. 2013-06-19 08:54:09 -04:00
Qiang Xue
9a5ca99513 Added ActiveForm::mfield(). 2013-06-19 08:37:11 -04:00
resurtm
729446edf9 Fixes #554. Incorrect alias setup. 2013-06-19 17:28:27 +06:00
Alexander Makarov
b7d78148f5 fixed advanced app contact form 2013-06-18 02:28:06 +04:00
Alexander Makarov
b5e53b2d12 fixed advanced app aliases 2013-06-18 02:27:21 +04:00
Alexander Makarov
b062f62f35 Removed composer.lock from all apps. Currently it creates more problems since framework code changes rapidly. 2013-06-18 01:40:48 +04:00
Alexander Makarov
ae419eafd6 updated basic app dependencies 2013-06-18 00:07:53 +04:00
Qiang Xue
f18d6df625 Revert "Merge pull request #548 from cebe/action-response"
This reverts commit 9d7597d61a, reversing
changes made to 6b6390f72b.
2013-06-16 19:45:58 -04:00
Qiang Xue
9d7597d61a Merge pull request #548 from cebe/action-response
implementation of Response tied to actions
2013-06-16 10:22:37 -07:00
Carsten Brandt
71782b344e Changed existing code to match the changes regarding response 2013-06-16 18:52:56 +02:00
Suralc
d8d9be7506 Renamed some folders to fit changed app structure. 2013-06-16 17:38:17 +02:00
Qiang Xue
420637443c Refactored the way of sending response in controller actions. 2013-06-13 23:39:18 -04:00
Qiang Xue
9cce66c794 removed test line. 2013-06-10 07:44:30 -04:00
Alexander Makarov
d5d463f9b4 fixed init.bat paths 2013-06-09 20:50:41 +04:00
Alexander Makarov
88b05cdfeb renamed backstage → backend 2013-06-09 20:15:55 +04:00
Qiang Xue
f2d477dce6 Response WIP 2013-06-09 09:47:41 -04:00
Alexander Makarov
084d709e44 fixed typo in app readmes 2013-06-03 23:39:08 +04:00
Qiang Xue
9acbd0cfed Merge pull request #473 from schmunk42/master
updated script event
2013-06-03 11:48:11 -07:00
Tobias Munk
2698ba1c00 Merge branch 'master' of https://github.com/schmunk42/yii2
Conflicts:
	apps/advanced/README.md
	apps/basic/README.md
2013-06-03 18:33:52 +02:00
Tobias Munk
a2bfdcac18 updated docs
added installation from dev repo section
2013-06-03 18:31:57 +02:00
Tobias Munk
8a25953f1c updated docs
added installation from dev repo section
2013-06-03 18:22:59 +02:00
Qiang Xue
21160338d7 Implemented default controller namespace. 2013-06-02 22:31:17 -04:00
Tobias Munk
5615afab21 updated deps 2013-06-02 23:42:31 +02:00
Tobias Munk
64e5911b5e added updated composer script event for setting permissions 2013-06-02 23:42:11 +02:00
Tobias Munk
bb0e2e8487 updated composer script event for setting permissions 2013-06-02 00:37:53 +02:00
Carsten Brandt
1165508a6a updated composer for example apps
issue #439
2013-05-29 14:22:15 +02:00
Qiang Xue
e207361255 Refactored the widget usage with ActiveField. 2013-05-29 07:47:33 -04:00
Qiang Xue
2553e9a043 Fixes issue #439 2013-05-28 19:56:06 -04:00
Suralc
d6f001016c Added missing use statement. 2013-05-28 15:58:40 +02:00
Carsten Brandt
c8e73b42e7 fixed AutoTimestamp example in advanced app
fixes #429
2013-05-27 23:45:13 +02:00
Carsten Brandt
ff16c4ef05 Do not ignore composer.lock
a6c251d2ab (commitcomment-3291785)
2013-05-27 00:48:49 +02:00
Carsten Brandt
dff144797d composer.json indentation fix 2013-05-27 00:26:33 +02:00
Qiang Xue
3b6ebbcd1a Merge pull request #420 from lucianobaraglia/master
Removed dot in path
2013-05-26 15:25:23 -07:00