86 Commits

Author SHA1 Message Date
d5d463f9b4 fixed init.bat paths 2013-06-09 20:50:41 +04:00
88b05cdfeb renamed backstage → backend 2013-06-09 20:15:55 +04:00
f2d477dce6 Response WIP 2013-06-09 09:47:41 -04:00
084d709e44 fixed typo in app readmes 2013-06-03 23:39:08 +04:00
9acbd0cfed Merge pull request #473 from schmunk42/master
updated script event
2013-06-03 11:48:11 -07:00
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
a2bfdcac18 updated docs
added installation from dev repo section
2013-06-03 18:31:57 +02:00
8a25953f1c updated docs
added installation from dev repo section
2013-06-03 18:22:59 +02:00
21160338d7 Implemented default controller namespace. 2013-06-02 22:31:17 -04:00
5615afab21 updated deps 2013-06-02 23:42:31 +02:00
64e5911b5e added updated composer script event for setting permissions 2013-06-02 23:42:11 +02:00
bb0e2e8487 updated composer script event for setting permissions 2013-06-02 00:37:53 +02:00
1165508a6a updated composer for example apps
issue #439
2013-05-29 14:22:15 +02:00
e207361255 Refactored the widget usage with ActiveField. 2013-05-29 07:47:33 -04:00
2553e9a043 Fixes issue #439 2013-05-28 19:56:06 -04:00
d6f001016c Added missing use statement. 2013-05-28 15:58:40 +02:00
c8e73b42e7 fixed AutoTimestamp example in advanced app
fixes #429
2013-05-27 23:45:13 +02:00
ff16c4ef05 Do not ignore composer.lock
a6c251d2ab (commitcomment-3291785)
2013-05-27 00:48:49 +02:00
dff144797d composer.json indentation fix 2013-05-27 00:26:33 +02:00
3b6ebbcd1a Merge pull request #420 from lucianobaraglia/master
Removed dot in path
2013-05-26 15:25:23 -07:00
a6c251d2ab Adjusted vendor dirs of example applications
- update composer json to chosse right path
- set vendorPath in application config if not default
2013-05-27 00:22:42 +02:00
833336340e Removed dot from framework path 2013-05-26 19:22:40 -03:00
d48971a581 Added .htaccess file. 2013-05-26 18:01:40 -04:00
eb2d4fbd92 Added benchmark application. 2013-05-26 17:53:51 -04:00
a087972704 fixed framework path of req checker + notice on wrong path
git ignore composer.lock
2013-05-26 01:48:40 +02:00
8325f7a890 Added db component. Added configuration section to readme. 2013-05-25 03:33:43 +04:00
75917e2cb1 User and LoginForm are now common models, User is AR and Identity 2013-05-25 03:23:09 +04:00
c4380f65a5 MySQL migration for User model 2013-05-25 00:23:07 +04:00
987b50cf04 Added #!/usr/bin/env php 2013-05-25 00:08:24 +04:00
463acca618 fixed typo 2013-05-24 23:44:56 +04:00
e8d59fb6cb specified proper namespaces 2013-05-24 23:37:22 +04:00
4a9f0eed0c Moved commented sections into -local configs, added prod environment 2013-05-24 23:34:34 +04:00
fb1013e619 Ignores for frontend/backstage index.php 2013-05-24 23:11:40 +04:00
4c1378cb51 Adjusted paths, added install.bat 2013-05-24 23:09:55 +04:00
0411f09a43 Added install tool, moved all local configs and entry points to environments 2013-05-24 23:05:41 +04:00
0e7808595b typo fix 2013-05-24 15:20:33 -03:00
a16d3cd370 Do explicit check of local config file. 2013-05-24 15:19:59 -03:00
e82881ba7f Merge branch 'master'
Conflicts:
	apps/advanced/composer.json
2013-05-24 21:54:41 +04:00
93df0731a5 Application assets should not be ignored 2013-05-24 21:52:41 +04:00
4503067c08 Corrected basic application readme 2013-05-24 21:50:04 +04:00
54eafd8294 Moved $params in basic application configs to the variable at the top so it can be reused for common component definitions if needed 2013-05-24 21:50:03 +04:00
0fb30f8d25 Advanced application template 2013-05-24 21:47:27 +04:00
6166970074 Added advanced composer.json. 2013-05-24 10:45:42 -04:00
759c303a65 Renamed apps/bootstrap to apps/basic. 2013-05-24 10:14:49 -04:00
1aac7d6165 refactored InstallHandler. 2013-05-23 13:53:33 -04:00
c73ab91099 added line-break after message 2013-05-23 18:16:18 +02:00
9ea5ccc4dc bug fix. 2013-05-21 23:04:20 -04:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00
894510cfa7 Fixed bootstrap asset registration issue. 2013-05-21 19:39:48 -04:00
4ad9322879 readded accidentally removed .gitignore file 2013-05-20 22:46:11 +02:00