49 Commits

Author SHA1 Message Date
8fa4899e02 use utf8_unicode_ci instead of utf8_general_ci
fixes #5119
2014-09-22 12:46:22 +02:00
443779d693 Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii
Conflicts:
	framework/console/controllers/HelpController.php
2014-09-14 14:22:43 -04:00
6a9b3c7774 Finished console Gii. 2014-09-14 14:15:16 -04:00
5190fbfe37 aliases.php renamed to bootstrap.php (introduced to specific applications too) 2014-09-12 11:29:48 +04:00
7eb403bf45 Codeception test adjustments for basic and advanced applications
- Moved everything test-related into `tests` directory. Codeception tests are in `codeception`.
- Removed database module since we're using fixtures and migrations.
- Moved console entry points and bootstrap into `tests/codeception/bin`.
- Adjusted travis build scripts.
- Adjusted documentation to be consistent and reflect changes made.
2014-08-15 19:09:52 +04:00
dfffea9af3 Use config variables instead constants. Cleanup redundant constants 2014-08-11 12:46:28 +04:00
71adca60ee Add namespaces to all tests 2014-08-11 12:43:50 +04:00
10747196a2 Codeceoption adjustments
- Removed hacks since these are no longer required: 71db233985
- Removed unused helper classes
- Added 2.0 style "actor" to config

Thanks to @Ragazzo and @DavertMik for helping with it.
2014-07-11 19:30:45 +04:00
98d3a8c050 Fixes #4252, Fixes #3171 Fixed Codeception 2014-07-11 01:27:28 +04:00
9c2e7661bc Initial migration code must match code generated by console migration controller.
Minor consistency issue. See the following files for more details:
1. framework/views/migration.php
2. framework/console/controllers/MigrateController.php
2014-07-10 17:31:32 +06:00
d2370fe5eb added common tier config 2014-07-10 10:39:29 +04:00
0ff0f9d32e Missing files for #4071 2014-06-26 18:28:57 +04:00
588b8fef16 fixtures folders added 2014-06-09 16:32:48 +04:00
f17982683b application advanced template tests fixed 2014-06-09 16:31:49 +04:00
ea75177abc Refactored app bootstrap logic. 2014-04-10 15:05:01 -04:00
4575c3c3eb use alias format for table names 2014-03-31 14:03:53 +06:00
32ac899199 Added table prefix to advanced application migration (now drop table) 2014-03-31 02:12:54 +04:00
e6f91e2d59 Added table prefix to advanced application migration 2014-03-31 02:07:11 +04:00
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
53e65b23d7 more gitignores. 2014-03-25 08:37:48 -04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
386979d6a3 Revert "Used ternary operator instead of "or" for constant definition"
This reverts commit 2bb6f13505e212d68841a7e6609806fb30d04002.
2014-03-06 01:56:51 +04:00
2bb6f13505 Used ternary operator instead of "or" for constant definition 2014-03-04 22:17:11 +04:00
7797e89d0d Merge branch 'yii2_advanced_app_codeception' of github.com:Ragazzo/yii2 into Ragazzo-yii2_advanced_app_codeception
Conflicts:
	apps/advanced/README.md
2014-02-17 17:45:40 -05:00
bf35e19da8 newlines fixed, code-guy deleted 2014-02-16 19:42:30 +04:00
c67deed6a2 added codeception tests to console 2014-02-16 19:20:37 +04:00
6a39cc654b Removed password_reset_token field size to be enough for timestamp 2014-02-05 21:58:12 +04:00
4e77105277 Rollback $params variable 2014-01-28 22:18:37 +04:00
a4c8617f42 Cleaner environments for yii2-advanced-app 2014-01-22 12:24:15 +04:00
ab882a3c00 code style 2014-01-19 17:00:14 +01:00
7d157abdb8 Advanced app migrations updated 2014-01-19 13:50:06 +04:00
7fa3b699c1 Adjusted advanced app migration so it is now OK for non-mysql 2013-11-27 23:44:58 +04:00
998cf7e675 updated apps to use the mail component. 2013-11-07 23:01:13 -05:00
3caf59b1bf fixed extension list file location. 2013-11-02 16:04:38 -04:00
10553b6afc adjusted the advanced app to use the new yii composer extension installer. 2013-10-22 21:29:42 -04:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
dfb6e1f404 Convert to short syntax [2]. 2013-10-18 12:03:36 +00:00
0596fa82fd code style fixes 2013-08-13 02:43:47 +04:00
90ed776296 implemented password reset 2013-07-18 03:09:41 +04:00
12c48d1ae4 Refactored logging. 2013-07-02 22:09:25 -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
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
8325f7a890 Added db component. Added configuration section to readme. 2013-05-25 03:33:43 +04:00
c4380f65a5 MySQL migration for User model 2013-05-25 00:23:07 +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
0411f09a43 Added install tool, moved all local configs and entry points to environments 2013-05-24 23:05:41 +04:00
0fb30f8d25 Advanced application template 2013-05-24 21:47:27 +04:00