Commit Graph

173 Commits

Author SHA1 Message Date
Alexander Makarov
2e265bc2e1 Fixes #823: consistent interface naming 2013-09-24 15:45:09 +04:00
Qiang Xue
8a599e9474 Added support for data-method and data-confirm. 2013-09-18 23:11:55 -04:00
Alexander Makarov
f7a28f3df0 Basic application enhancements.
- Turned on CSRF validation by default.
- Application params are now readed before config is defined to be able to use values from params when configuring.
- Added access control for login and logout.
2013-09-16 02:41:19 +04:00
Qiang Xue
7c1050460c Fixes #863: adjusted horizontal form layout 2013-09-09 21:27:58 -04:00
Qiang Xue
0f5aac1e21 Use horizontal form for login page. 2013-09-08 09:58:28 -04:00
Alexander Makarov
732d25eca8 Added note about the fact that PHP SSL extension is required to install all Composer dependencies 2013-09-04 15:44:31 +04:00
Alexander Makarov
e4ecdf9d8e Updated bootstrap to release version including wrappers and views 2013-08-21 03:00:13 +04:00
Qiang Xue
94c7393598 Replaced diff vendor. 2013-08-19 14:21:40 -04:00
Qiang Xue
3b3b5561e2 Fixed yii autoload precedence. 2013-08-18 20:33:11 -04:00
Qiang Xue
d0841eb21f composer config update. 2013-08-18 18:46:49 -04:00
Qiang Xue
a18629cb28 gii WIP 2013-08-16 07:38:18 -04:00
Qiang Xue
35ab0787c7 refactored ActiveField. 2013-08-14 21:17:13 -04:00
lancecoder
7680b40168 Update main.php 2013-08-14 21:06:17 +00:00
Qiang Xue
e4bfbc4bb3 css fix. 2013-08-12 16:20:44 -04:00
Qiang Xue
e9c052d380 Added login hint. 2013-08-12 13:29:37 -04:00
Qiang Xue
19a872c422 Added Controller::goHome(). 2013-08-12 13:19:37 -04:00
Qiang Xue
3aaf24a55a Support auto-activation of Nav. 2013-08-12 07:17:43 -04:00
Qiang Xue
4936bba887 doc fix. 2013-08-11 16:14:59 -04:00
Qiang Xue
3d073a1f11 Removed yii\debug\Module::enabled. 2013-08-10 07:56:40 -04:00
Qiang Xue
5072e526be Refactored the basic app. 2013-08-10 07:33:24 -04:00
Qiang Xue
0d86b89cbe refactored NavBar and basic app navbar. 2013-08-09 10:55:16 -04:00
Qiang Xue
173374d890 test break fix. 2013-08-09 09:32:28 -04:00
Qiang Xue
37f69a52d7 Fixed the basic app template. 2013-08-08 21:56:58 -04:00
Qiang Xue
42cad0bbe3 Fixed debugger with the new bootstrap. 2013-08-08 21:06:40 -04:00
Qiang Xue
f6c54739ff Upgraded bootstrap to 3.0RC1. 2013-08-08 20:00:48 -04:00
Alexander Makarov
2285c83fb8 fixes #687 2013-08-05 12:10:08 +04:00
Qiang Xue
da0afe1957 Reorganized captcha code. 2013-08-03 07:20:39 -04:00
Qiang Xue
7f05967cf5 Added more YII_ENV constants. 2013-07-31 07:18:59 -04:00
Qiang Xue
949c567387 Fixes #624: renamed www to web. 2013-07-25 07:57:49 -04:00
Alexander Makarov
636a85a6f5 fixed basic app code style 2013-07-21 19:13:00 +04:00
Luciano Baraglia
4f2e9c0502 Typo fix [skip ci] 2013-07-21 11:39:32 -03:00
Alexander Makarov
9a112ee029 fixes #627 2013-07-18 01:20:56 +04:00
Qiang Xue
b6232130c1 Asset feature refactoring (WIP) 2013-07-15 22:49:22 -04:00
Qiang Xue
45731b4eb8 import namespaces. 2013-07-12 07:36:00 -04:00
Qiang Xue
93c7b6466a import namespaces. 2013-07-12 07:31:54 -04:00
Qiang Xue
a6ef380c9b Added default trace level setting. 2013-07-10 12:57:36 -04:00
Qiang Xue
72dd7acbef Removed test code. 2013-07-08 06:47:10 -04:00
Qiang Xue
7efa64c733 debugger furnishing 2013-07-08 06:44:22 -04:00
Qiang Xue
06f0b41c38 initial implementation of Yii debugger. 2013-07-07 20:29:19 -04:00
Qiang Xue
9664884e02 Refactored logging. 2013-07-02 22:09:25 -04:00
Qiang Xue
0fa52238c5 Fixed basic layout. 2013-06-28 16:43:09 -04:00
Qiang Xue
eace6dca8c Added Model::load(). Added Controller::refresh() and redirect(). 2013-06-26 08:34:27 -04:00
Qiang Xue
ec38fc6345 Added functional tests for the basic app. 2013-06-23 19:26:16 -04:00
Qiang Xue
bdfa3860ed Adjust for test integration. 2013-06-23 15:03:59 -04:00
Qiang Xue
955f351e6d Added acceptance tests for the basic app. 2013-06-22 20:26:22 -04:00
CeBe
47d58dbd96 Console application has to exit with exitCode
fixes #562
2013-06-20 22:31:36 +02:00
Qiang Xue
3aa964dfba Revert "Added ActiveForm::mfield()."
This reverts commit 9a5ca9951318447d050e5d53b05c0c281667b1a5.
2013-06-19 19:14:41 -04:00
Qiang Xue
5b3971756a Simplified button signature. 2013-06-19 08:54:09 -04:00
Qiang Xue
1b93fcb58d Added ActiveForm::mfield(). 2013-06-19 08:37:11 -04:00
Alexander Makarov
0ff3347548 Removed composer.lock from all apps. Currently it creates more problems since framework code changes rapidly. 2013-06-18 01:40:48 +04:00