Commit Graph

292 Commits

Author SHA1 Message Date
Qiang Xue
83a937990c moved bootstrap to extension 2013-11-03 00:40:06 -04:00
Qiang Xue
6aa45b34d0 updated dependency. 2013-11-03 00:25:31 -04:00
Qiang Xue
1500f978b0 Fixed dependency of apps 2013-11-02 23:00:13 -04:00
Qiang Xue
3caf59b1bf fixed extension list file location. 2013-11-02 16:04:38 -04:00
Qiang Xue
e5d5ab5655 updated license information. 2013-11-02 15:37:25 -04:00
Alexander Mohorev
0d04846c08 php short echo syntax 2013-10-28 23:57:40 +03:00
Carsten Brandt
9fe0eb6c3f add sorting icons to gridview sort links in basic and advanced app css 2013-10-25 12:02:09 +02:00
Qiang Xue
de59556d2d adjusted basic app to use the new yii extension installer. 2013-10-22 21:18:41 -04:00
Qiang Xue
8fc489091b removed InstallHandler. 2013-10-22 21:13:57 -04:00
Carsten Brandt
40d06e6f43 more on short array syntax 2013-10-22 11:30:39 +02:00
Alexander Makarov
c2dabfa78e Adjusted short tags 2013-10-20 00:59:56 +04:00
Alexander Makarov
24bc980da4 Replaced "<?php echo" with "<?=" that is always available for PHP 5.4 2013-10-18 14:09:11 +04:00
Alexander Makarov
55cc812847 Merge pull request #1012 from KingYes/master
Convert to short syntax [2].
2013-10-18 02:08:15 -07:00
Yakir Sitbon
dfb6e1f404 Convert to short syntax [2]. 2013-10-18 12:03:36 +00:00
Alexander Makarov
e115b0c860 Updated docs, composer.json and other things to mention and use PHP 5.4 2013-10-18 13:01:13 +04:00
Alexander Makarov
c3ba7f6b6d Merge pull request #1010 from KingYes/master
Convert to short syntax (array)
2013-10-18 01:37:46 -07:00
Yakir Sitbon
dfb3895457 Convert to short syntax (array) 2013-10-18 09:48:27 +00:00
sensorario
249493985d Convert to short syntax 2013-10-18 07:30:41 +02:00
Carsten Brandt
2c30ddfcb0 added web\Controller::goBack() as shortcut
goBack() will redirect user to his returnUrl
fixes #925
2013-10-01 20:01:14 +02:00
Alexander Makarov
e19d0dacf9 Fixes #823: consistent interface naming 2013-09-24 15:45:09 +04:00
Qiang Xue
0fc423c74a Added support for data-method and data-confirm. 2013-09-18 23:11:55 -04:00
Alexander Makarov
325f83f66b 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
347e79a467 Fixes #863: adjusted horizontal form layout 2013-09-09 21:27:58 -04:00
Qiang Xue
851dfe6333 Use horizontal form for login page. 2013-09-08 09:58:28 -04:00
Alexander Makarov
8c7d0aebe1 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
4b008ae096 Updated bootstrap to release version including wrappers and views 2013-08-21 03:00:13 +04:00
Qiang Xue
b9553eb57a Replaced diff vendor. 2013-08-19 14:21:40 -04:00
Qiang Xue
829c10f4fa Fixed yii autoload precedence. 2013-08-18 20:33:11 -04:00
Qiang Xue
710d4767e9 composer config update. 2013-08-18 18:46:49 -04:00
Qiang Xue
1896dd1707 gii WIP 2013-08-16 07:38:18 -04:00
Qiang Xue
65352e500f refactored ActiveField. 2013-08-14 21:17:13 -04:00
lancecoder
4d69b56eb3 Update main.php 2013-08-14 21:06:17 +00:00
Qiang Xue
29077460db css fix. 2013-08-12 16:20:44 -04:00
Qiang Xue
451ff62e3d Added login hint. 2013-08-12 13:29:37 -04:00
Qiang Xue
27ad7e1fc7 Added Controller::goHome(). 2013-08-12 13:19:37 -04:00
Qiang Xue
534aa4f93c Support auto-activation of Nav. 2013-08-12 07:17:43 -04:00
Qiang Xue
ce4f37a183 doc fix. 2013-08-11 16:14:59 -04:00
Qiang Xue
9193e4777c Removed yii\debug\Module::enabled. 2013-08-10 07:56:40 -04:00
Qiang Xue
bc21de98bd Refactored the basic app. 2013-08-10 07:33:24 -04:00
Qiang Xue
aeb568bee2 refactored NavBar and basic app navbar. 2013-08-09 10:55:16 -04:00
Qiang Xue
6d66a98acb test break fix. 2013-08-09 09:32:28 -04:00
Qiang Xue
a602ee0e8c Fixed the basic app template. 2013-08-08 21:56:58 -04:00
Qiang Xue
0e013c4f46 Fixed debugger with the new bootstrap. 2013-08-08 21:06:40 -04:00
Qiang Xue
e3801fbf6b Upgraded bootstrap to 3.0RC1. 2013-08-08 20:00:48 -04:00
Alexander Makarov
322dc10d22 fixes #687 2013-08-05 12:10:08 +04:00
Qiang Xue
3d5388ff2b Reorganized captcha code. 2013-08-03 07:20:39 -04:00
Qiang Xue
eda171e1be Added more YII_ENV constants. 2013-07-31 07:18:59 -04:00
Qiang Xue
3bef7365f1 Fixes #624: renamed www to web. 2013-07-25 07:57:49 -04:00
Alexander Makarov
e2813d5ce6 fixed basic app code style 2013-07-21 19:13:00 +04:00
Luciano Baraglia
793d25292f Typo fix [skip ci] 2013-07-21 11:39:32 -03:00