Commit Graph

561 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko
5eaf2dc079 Updated travis.yml fxp-plugin updated to 1.1.1 2016-01-16 19:11:06 +02:00
SilverFire - Dmitry Naumenko
7f7fcb6120 Updated travis.yml commented HHVM 2016-01-16 19:08:23 +02:00
Daniel Gomez Pan
ad3e23a27a Updated travis.yml to run on PHP7 2016-01-16 17:53:38 +02:00
Carsten Brandt
ce4ad9c851 Added missing environment definition in console
fixes https://github.com/yiisoft/yii2/issues/10300
2015-12-02 01:12:00 +01:00
Dmitry Naumenko
418afaec9f Merge pull request #38 from maximal/patch-1
Autofocus on username field
2015-12-01 19:21:27 +02:00
MaximAL
3527b6712c Update contact.php 2015-12-01 20:16:24 +03:00
MaximAL
4b2e0713e3 HTML5 shorthand for attribute value 2015-12-01 20:11:46 +03:00
MaximAL
7cf2418d88 Autofocus on username field
Useful UX improvement
2015-12-01 19:58:38 +03:00
Dmitry Naumenko
0970b6fdad Merge pull request #37 from niks999/master
Fix typo in README
2015-11-29 09:45:01 +02:00
niks999
fd77e14939 Fix typo in README 2015-11-29 12:33:37 +05:30
Alexander Makarov
177e0ba77e Merge pull request #34 from janisto/patch-2
Update docs composer-asset-plugin [skip ci]
2015-11-12 16:36:37 +03:00
Alexander Makarov
da0583c068 Merge pull request #33 from janisto/patch-1
Update travis composer-asset-plugin
2015-11-12 16:36:27 +03:00
Jani Mikkonen
1c7ac9d07a Update docs composer-asset-plugin [skip ci] 2015-11-12 14:08:02 +02:00
Jani Mikkonen
edd5c574c8 Update travis composer-asset-plugin 2015-11-12 14:06:30 +02:00
Alexander Makarov
a2b4a8677c Merge pull request #31 from themccallister/patch-1
Update the command for Faker
2015-10-22 10:23:15 +03:00
Jason McCallister
b4f23d82f5 Update the command for Faker
Updates the syntax for the command to composer require yii2-faker.
2015-10-21 18:06:24 -07:00
Alexander Makarov
80ea7830db Merge pull request #30 from YasserHassan/master
Modified default @tests value and updated READMEs.
2015-10-21 10:29:11 +03:00
Yasser Hassan
4e8ed67326 Modified default @tests value and updated READMEs. 2015-10-21 03:07:07 +02:00
Alexander Makarov
0bfc5f9af5 Allow logout when JavaScript is disabled 2015-10-21 01:06:01 +03:00
Alexander Makarov
96b8989742 Merge pull request #28 from pana1990/patch
update composer-asset-plugin
2015-09-27 23:40:55 +03:00
Daniel Gomez Pan
f68cd5d1f5 update composer-asset-plugin 2015-09-27 22:24:43 +02:00
Alexander Makarov
4bf3cc2699 Merge pull request #27 from pilotftzi/master
OPcache checking less php 5.5
2015-09-25 15:22:29 +03:00
andreybolonin
1dd087dbf1 OPcache checking less php 5.5 2015-09-25 14:54:10 +03:00
Alexander Makarov
45646d2a30 Merge pull request #26 from starcodeanatolygarkusha/patch-1
Modify config/console.php add return $config
2015-09-11 16:29:10 +03:00
Anatoly Garkusha
23a48e8d23 Modify config/console.php add return $config 2015-09-11 16:16:28 +03:00
Alexander Makarov
c29b095979 Merge pull request #25 from pana1990/patch
remove gii module in production
2015-09-09 00:31:46 +03:00
Daniel Gomez Pan
f60f7647c5 remove gii module in production 2015-09-08 23:18:39 +02:00
Alexander Makarov
4cedb4db03 Added commented urlManager configuration example to config file 2015-09-08 01:33:03 +03:00
Carsten Brandt
698c3b849e prepare for next release 2015-08-06 00:25:54 +02:00
Carsten Brandt
3159d797b7 prepare for release 2.0.6 2015-08-06 00:23:55 +02:00
Carsten Brandt
bea667efdc updated tests readme
close #4
2015-08-06 00:21:54 +02:00
Carsten Brandt
542610bc0d Merge pull request #21 from alcaneo/patch-2
Missing directory separator in config file path
2015-08-04 10:57:40 +02:00
alcaneo
e01b9d1cbd Missing directory separator in config file path
Ugly typo, my bad sorry
2015-08-04 10:49:22 +02:00
Alexander Makarov
dd79cbf417 Merge pull request #20 from alcaneo/patch-1
Add step to setup config file path in c3.php [skip ci]
2015-08-04 11:22:35 +03:00
alcaneo
5598a50160 Add step to setup config file path in c3.php
Hi,

I've been struggling in making remote code coverage work and I finally figured out that the config file path was wrong.
I haven't seen any documentation telling to update that path (weird).

Furthermore, it is kind of impossible to debug as it generates a corrupted tar file (because of the error generated by the wrong config file path probably) that ends up by having an non-related error message (like "unable to decompress gzipped phar archive").

There is another way to do it, by setting the env var HTTP_X_CODECEPTION_CODECOVERAGE_CONFIG but, even though I don't like changing manually c3.php, I still prefer that than using env var as it wouldn't be linked anymore with your project but with your environment (that can be shared with other projects) settings.
And I don't know if it would be possible that codeception set this var (as it actually knows the path) to make it available to c3.php, in fact I haven't seen anything setting this var up in codeception code.

Cheers,
Nico
2015-08-04 10:18:35 +02:00
Alexander Makarov
bce4ec4400 Merge pull request #19 from maximal/patch-1
Add `cookieValidationKey` setting to the `Install from an Archive File` [skip ci]
2015-07-28 19:41:33 +03:00
MaximAL
a418720887 Add cookieValidationKey setting to the Install from an Archive File
Without this, basic application doesn’t work.
2015-07-28 18:45:49 +03:00
Alexander Makarov
73ede01ebd More novice friendly config for gii/debug 2015-07-21 00:57:28 +03:00
Carsten Brandt
734f8b419d removed duplicate declares
these are now defined automatically by console application if needed.

see https://github.com/yiisoft/yii2/issues/6853
2015-07-11 18:05:41 +02:00
Carsten Brandt
757f5dc6bd bump yii version for security fix 2015-07-11 14:21:16 +02:00
Alex Solomaha
72c2d75419 Views match Yii2 View Code Style
close #18
2015-07-09 12:39:15 +02:00
Carsten Brandt
038192fe50 Merge pull request #12 from maximal/patch-1
Remove redundant `else`s
2015-06-05 17:50:06 +02:00
MaximAL
0915b934ab Update ContactForm.php 2015-06-05 17:41:11 +03:00
MaximAL
a52ca24ecd Update LoginForm.php 2015-06-05 17:40:49 +03:00
MaximAL
8a1f362e9f Remove redundant elses 2015-06-05 17:39:43 +03:00
Alexander Makarov
e2f177d360 Merge pull request #6 from bluezed/patch-1
Fixes #5: checkbox template wasn't applied
2015-05-26 00:34:45 +03:00
Carsten Brandt
168b380182 Merge pull request #9 from githubjeka/patch-1
Set en language in test
2015-05-13 13:45:14 +02:00
Evgeniy Tkachenko
ff0a3944bf Update config.php 2015-05-13 14:14:06 +03:00
Qiang Xue
ff7b5adae5 prepare for next release 2015-05-10 18:27:13 -04:00
Qiang Xue
6db812e989 2.0.4 release 2015-05-10 18:06:11 -04:00