428 Commits

Author SHA1 Message Date
9302786944 Fixes #5598: added ImageMagick with PNG and GD with FreeType checks to requirements of basic and advanced applications, used better Captcha exception message 2014-10-19 01:23:46 +04:00
fc6f622d96 Fixed entry script name 2014-10-18 19:31:39 +04:00
d4fac33f4b Fixes #5509. 2014-10-12 18:13:22 -04:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
0763cb46c0 Update README directory structure [skip ci] 2014-09-30 02:37:49 +04:00
08b53fb349 Fixes #5088: new password reset token is now generated only if previous one was already used or expired 2014-09-30 02:26:24 +04:00
066680f0b6 Issue 5160: Update advanced app to use bootstrap ActiveForm 2014-09-29 13:43:54 +02:00
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
6f9d2c661c use 1.0.0-beta2 version for composer asset plugin. 2014-09-27 12:57:43 -04:00
1b716a119f Update User.php
delete spaces
2014-09-23 17:20:01 +08:00
46488e674a improved version constraints for bower asset packages 2014-09-22 17:34:18 +02:00
8176a392bb Changed version constratints to be semantic versioning again
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0`
  it does not prevent dev versions to be installed but neither does `1.*`
- dev versions are constrolled via `minimum-stability` setting and the
  `@dev`, `@beta`, `@stable`,... settings.
- setting bower packages that ship compiled files only with the stable
  release to use `@stable` in composer.json of the applictaions. This
  setting can be removed when we remove the `minimum-stability=dev`
  setting after GA.
2014-09-22 13:15:43 +02:00
8fa4899e02 use utf8_unicode_ci instead of utf8_general_ci
fixes #5119
2014-09-22 12:46:22 +02:00
ff17d9608a Switch to 1.0.0-beta1 for the composer asset plugin. 2014-09-19 08:32:47 -04:00
7669689f0a removed empty bower.json files [skip ci] 2014-09-16 23:26:40 -04:00
b1bb796ee0 Fixed wrong instruction. 2014-09-16 20:58:57 -04:00
074c1f6c53 Merge branch 'master' into new-asset
Conflicts:
	apps/basic/composer.json
	composer.json
2014-09-16 20:03:53 -04:00
b6a53e3046 WIP 2014-09-16 13:31:32 -04:00
b72aa50079 Fixed advanced app fixture data path 2014-09-15 02:53:58 +04:00
dfcd887e8d Replaced tabs with spaces 2014-09-15 01:32:31 +04:00
a4b6c02f86 Fixes #5020: Fixed fixture path in advanced app tests console entry script 2014-09-15 00:55:13 +04: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
f362f5b25b Additional fixes 2014-09-12 15:16:25 +04:00
5190fbfe37 aliases.php renamed to bootstrap.php (introduced to specific applications too) 2014-09-12 11:29:48 +04:00
f417f4353c Added yii\composer\Installer::postCreateProject() and modified the syntax of calling installer methods in composer.json [skip ci] 2014-09-02 23:17:50 -04:00
60e07e0d2a new asset WIP: renabled asset publishing 2014-09-02 14:51:44 -04:00
355fd32107 Update README.md 2014-09-01 11:36:57 +02:00
2f526521ce new asset WIP 2014-08-30 21:34:35 -04:00
d184fbb8ed new asset WIP [skip ci] 2014-08-29 14:54:49 -04:00
32fc3babff Update README.md 2014-08-27 21:36:29 +02:00
693ec944f0 simplified composer call to one
speed up process a lot because 3 composer updates are reduced to one
2014-08-27 21:13:47 +02:00
51300fc93b Used aliases for fixture directory definitions 2014-08-26 01:51:58 +04:00
b82d32c1ef Used a single database and a single CLI entry point for all test types. Added faker to basic app dev requirements. 2014-08-25 02:01:05 +04:00
a9445b4aa6 Added description to each test config of advanced application 2014-08-24 15:11:06 +04:00
c9d51ee0fd Adjusted testing namespaces in application templates 2014-08-24 14:14:35 +04:00
5d67ac4452 Renamed YII_ROOT_DIR → YII_APP_BASE_PATH 2014-08-19 20:42:40 +04:00
02f894556e Fixes #4757: fixed paths in advanced app init 2014-08-19 20:39:38 +04:00
480b03beb7 Prefixed constants to avoid possible naming conflicts 2014-08-18 01:56:36 +04:00
67c5894b2b Fixed copyright year in batch files 2014-08-17 18:55:24 +04:00
c33214b35d Adjusted test configs structure 2014-08-17 18:45:58 +04:00
c0a83142bf Exposed basic app entry URL via codeception.yml, refactored configs of advanced app to read from config and define entry script in a single place 2014-08-16 18:38:56 +04:00
cef430af01 Renamed guy classes to actors, fixed phpdoc and code style 2014-08-16 18:15:41 +04:00
1bf6843d08 Removed db module from basic app, renamed _helpers to _support and _logs to _output 2014-08-16 17:16:05 +04:00
9ea933933a Fixed templates and fixtures paths for advanced application 2014-08-15 19:24:43 +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