|
|
08b54e5e12
|
Updated benchmark readme
|
2015-03-15 15:02:57 +03:00 |
|
|
|
44fda77dd6
|
Update index.php
|
2015-03-13 23:51:18 +03:00 |
|
|
|
82c1136613
|
prepare for next release.
|
2015-03-01 01:24:14 -05:00 |
|
|
|
985119350b
|
2.0.3 release.
|
2015-03-01 01:22:44 -05:00 |
|
|
|
aa0ebc7f5f
|
Reverted #7459, #7469, #7470
|
2015-02-27 02:27:06 +03:00 |
|
|
|
257bab9d45
|
Fixed wrong benchmark composer.json CS
|
2015-02-26 18:26:10 +03:00 |
|
|
|
e6fcaa3665
|
Updated basic app template README.md
|
2015-02-26 18:21:58 +03:00 |
|
|
|
c148dce6ad
|
Updated advanced app template README.md
|
2015-02-26 18:21:50 +03:00 |
|
|
|
c7788f3d05
|
Added prefered install option to composer.json for advanced app template
|
2015-02-26 18:21:02 +03:00 |
|
|
|
ca2071f3aa
|
Added prefered install option to composer.json for basic app template
|
2015-02-26 18:20:50 +03:00 |
|
|
|
eb1c4c01ef
|
Removed min stability from composer.json for benchmark application
|
2015-02-26 18:19:23 +03:00 |
|
|
|
6659cb196c
|
Removed min stability from composer.json for advanced application template
|
2015-02-26 18:18:36 +03:00 |
|
|
|
38bd72efcb
|
Removed min stability from composer.json for basic application template
|
2015-02-26 18:18:25 +03:00 |
|
|
|
cbda88a01c
|
Merge pull request #7459 from creocoder/fix-applications
Fix application templates and official extensions `composer.json`
|
2015-02-26 13:03:31 +03:00 |
|
|
|
89adf30256
|
Fixed composer.json for benchmark app
|
2015-02-26 04:11:42 +03:00 |
|
|
|
ebe52ccd66
|
Fixed composer.json for basic app template
|
2015-02-26 04:11:27 +03:00 |
|
|
|
19fa99993d
|
Fixed composer.json for advanced app template
|
2015-02-26 04:11:16 +03:00 |
|
|
|
4512833fac
|
Fixes #7215: Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward
|
2015-02-24 14:03:41 +03:00 |
|
|
|
4a7bdb5579
|
replace console gii config in dev environment
|
2015-02-16 23:25:54 +06:00 |
|
|
|
ac2213aeed
|
Fixed wrong YII_ENV in tests of Advanced app template
|
2015-02-05 10:49:38 +01:00 |
|
|
|
cab7bf61a0
|
Typo fix
close #7159
|
2015-02-04 07:56:50 +01:00 |
|
|
|
2ef29fadf5
|
To fix break test
|
2015-01-29 15:20:45 +03:00 |
|
|
|
c0f116707f
|
Move fixture configuration in config file
|
2015-01-29 14:49:12 +03:00 |
|
|
|
0323dbb531
|
Fix undefined variable $scenario in test files.
|
2015-01-29 09:34:42 +03:00 |
|
|
|
7163da4861
|
call password set for change password
call password set for change password
|
2015-01-27 18:14:23 +02:00 |
|
|
|
6a4dc8a4e8
|
adjust version composer-asset-plugin to 1.0.0 [ci skip]
close #7024
|
2015-01-26 13:40:15 +01:00 |
|
|
|
00547db59b
|
Odd symbol in meta tag [skip ci]
|
2015-01-25 23:51:18 +01:00 |
|
|
|
27dba46f00
|
Odd symbol in meta tag
There is no needed the "/" before closing.
|
2015-01-24 20:45:04 +02:00 |
|
|
|
b622983acc
|
Fixed: Wrong namespace in advanced app backend unit test classes #6919
|
2015-01-19 12:38:07 +02:00 |
|
|
|
e018525e7c
|
Move backend config to common config after.
|
2015-01-16 17:07:52 +08:00 |
|
|
|
b750cf662d
|
prepare for the next release.
|
2015-01-10 22:59:50 -05:00 |
|
|
|
d7462656f7
|
2.0.2 release
|
2015-01-10 22:57:55 -05:00 |
|
|
|
5cb2ce49dd
|
Fixes #3665: Better default behavior for ModelSearch generated by the crud generator
|
2015-01-10 12:36:08 -05:00 |
|
|
|
1cf5e47b55
|
fix broken password reset mail in advanced app
- ensure HTML version is acutally HTML formatted
- added valid text version
fixes #6814
original issue #6748
|
2015-01-10 14:33:49 +01:00 |
|
|
|
f638f429b7
|
Fixes #6748: provided a text version of the password-reset email.
|
2015-01-09 21:44:59 -05:00 |
|
|
|
b57e068d5b
|
removed safe mode check
this is not available in PHP >5.4.0 anyway.
> This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP
5.4.0.
http://php.net/manual/en/features.safe-mode.php
|
2015-01-02 13:48:01 +01:00 |
|
|
|
ae2f4cfe9b
|
Fixes #6624: Added delays to acceptance tests in order to make Selenium run more reliable
|
2014-12-26 23:18:52 +03:00 |
|
|
|
46746dac61
|
Fixes #6514: advanced application SignupForm::signup() should not return User model if saving failed
|
2014-12-14 12:22:52 +05:00 |
|
|
|
f0d7a52d84
|
Removed User.role from advanced application template because it was causing confusion that user could be assinged a single RBAC role and that role field is somehow tied to RBAC at all.
|
2014-12-13 22:31:27 +05:00 |
|
|
|
97398dac80
|
fixed docs
|
2014-12-10 23:01:08 +04:00 |
|
|
|
c51f045234
|
doc fix
|
2014-12-10 22:46:53 +04:00 |
|
|
|
7fd2178aeb
|
added code coverage ti yii2_basic
|
2014-12-10 22:44:27 +04:00 |
|
|
|
748007ce6a
|
Fixes #6404: advanced application template Alert widget was generating duplicate IDs in case of multiple flashes
|
2014-12-10 00:08:10 +03:00 |
|
|
|
7881bba26c
|
prepare for next release.
|
2014-12-07 11:46:05 -05:00 |
|
|
|
84b42abad0
|
prepare for 2.0.1 release
|
2014-12-07 11:42:41 -05:00 |
|
|
|
6c88467ac4
|
Fixes #6103: Improved codeception config in app templates to ease testing of advanced app on multiple hosts
|
2014-11-27 14:02:04 +03:00 |
|
|
|
38c04b3d89
|
Fixes #6189
|
2014-11-23 20:56:33 -05:00 |
|
|
|
8af62ee97b
|
fixed fixture controller config for applications
|
2014-11-07 23:20:03 +04:00 |
|
|
|
b829d9d45a
|
Fixes #4827: default config for functional tests of both basic and advanced app now turns off CSRF validation while providing commented out alternative setting cookie domain to localhost
|
2014-10-28 02:03:02 +03:00 |
|
|
|
64b4d6dca1
|
Correct order of property declaration
|
2014-10-25 16:28:36 +03:00 |
|