Commit Graph

9309 Commits

Author SHA1 Message Date
Klimov Paul
e3cea2138a Added forceDownload parameter to yii\web\Response::xSendFile() 2014-08-19 12:18:35 +03:00
Alexander Makarov
76b03a3fcd Another attempt to fix travis 2014-08-19 02:55:00 +04:00
Alexander Makarov
34bc23657e Got rid of variables, forced terminating PHP process by name before starting another server 2014-08-19 01:59:09 +04:00
Alexander Makarov
e4e04c9235 Avoided exit in travis since it finishes the whole script 2014-08-19 01:15:00 +04:00
Alexander Makarov
ed5b8afbac Separated travis scripts for basic and advanced apps 2014-08-19 00:57:55 +04:00
Alexander Makarov
ff59e5fd4b Merge pull request #4744 from bevalorous/docs-guide-russian-translation
Docs Rissian translation: translated rest-versioning.md [skip ci]
2014-08-19 00:29:30 +04:00
Vadim Belorussov
fcc593534e Translated rest-versioning.md into Russian [skip ci] 2014-08-19 01:11:29 +05:00
Larry Ullman
8cfdd37475 Light edits 2014-08-18 16:11:12 -04:00
Larry Ullman
edd293028e Light edits 2014-08-18 16:07:28 -04:00
Larry Ullman
2aba4346f5 Light edits 2014-08-18 16:03:04 -04:00
Vadim Belorussov
2e2a7af5a8 Add rest-versioning.md to translate into Russian [skip ci] 2014-08-19 01:02:46 +05:00
Larry Ullman
e05222696c Minor punctuation fixes 2014-08-18 15:57:38 -04:00
Alexander Makarov
6f3832f3ff Merge pull request #4723 from yiisoft/codeception-test-adjustments
Codeception test adjustments for basic and advanced applications
2014-08-18 23:27:01 +04:00
Qiang Xue
1cfa5bc9ee Fixes #4740: Added yii\web\Session::addFlash() 2014-08-18 14:20:09 -04:00
restyler
f1aeac5dc2 addFlash method was implemented 2014-08-18 14:14:24 -04:00
restyler
3d2cac534c Multiple flash messages per type support 2014-08-18 14:14:23 -04:00
Qiang Xue
c0d771f744 Fixes #4640: Added yii\widgets\ActiveForm::beginField() and endField() 2014-08-17 20:58:34 -04:00
Alexander Makarov
480b03beb7 Prefixed constants to avoid possible naming conflicts 2014-08-18 01:56:36 +04:00
Alexander Makarov
2df4dff4ed Proper exit codes for codeception tests 2014-08-17 19:56:48 +04:00
Alexander Makarov
ef9d37d841 Split command for easier debug 2014-08-17 19:37:56 +04:00
Alexander Makarov
ac9b479137 Fixed tabs in yml 2014-08-17 19:20:05 +04:00
Alexander Makarov
57b299607b Use separate webservers for basic and advanced apps in travis 2014-08-17 19:18:06 +04:00
Alexander Makarov
ac32c33d79 Removed unneeded && from travis 2014-08-17 18:59:36 +04:00
Alexander Makarov
67c5894b2b Fixed copyright year in batch files 2014-08-17 18:55:24 +04:00
Alexander Makarov
c33214b35d Adjusted test configs structure 2014-08-17 18:45:58 +04:00
Qiang Xue
9a68678ded Additional fix to #4728. 2014-08-16 22:30:28 -04:00
Qiang Xue
45dbbc39f6 Additional fix to #4728. 2014-08-16 22:25:55 -04:00
Alexander Makarov
109da0b76e Added missing github name to changelog 2014-08-17 01:22:34 +04:00
Alexander Makarov
4a9cc31828 Merge pull request #4728 from DaSourcerer/4372-httpcache-rfc7232-compliance
RFC 7232 Compliance for yii\filters\HttpCache
2014-08-17 01:21:21 +04:00
Alexander Makarov
90c6a476ce Fixes #4727: Fixed wrong Stylus definition in \yii\web\AssetConverter 2014-08-17 01:18:55 +04:00
DaSourcerer
528e12f499 Fix for @covers annotations 2014-08-16 22:09:09 +02:00
DaSourcerer
83872ff853 CacheFilter test coverage 2014-08-16 21:50:28 +02:00
DaSourcerer
a5b6c19d81 Removed bogus conditional 2014-08-16 21:48:28 +02:00
Alexander Makarov
28091ed2e8 Fixed travis paths 2014-08-16 19:43:50 +04:00
Alexander Makarov
0418a07264 Added missing cd to travis 2014-08-16 19:25:45 +04:00
Alexander Makarov
35c4a61908 Merge branch 'master' into codeception-test-adjustments 2014-08-16 19:21:13 +04:00
Alexander Makarov
3913d64d90 Attempt to fix travis 2014-08-16 19:08:24 +04:00
Alexander Makarov
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
Alexander Makarov
cef430af01 Renamed guy classes to actors, fixed phpdoc and code style 2014-08-16 18:15:41 +04:00
Alexander Makarov
c0e91e2505 Merge pull request #4726 from xskif/patch-1
[skip-ci] Update structure-widgets.md
2014-08-16 17:17:14 +04:00
Alexander Makarov
1bf6843d08 Removed db module from basic app, renamed _helpers to _support and _logs to _output 2014-08-16 17:16:05 +04:00
xskif
d8999f4fd3 Update structure-widgets.md
changed bootstrap namespace to jui
2014-08-16 17:11:42 +04:00
Qiang Xue
c36417a831 Added bower.json for gii and debug extensions. 2014-08-15 21:18:37 -04:00
Alexander Makarov
9ea933933a Fixed templates and fixtures paths for advanced application 2014-08-15 19:24:43 +04:00
Alexander Makarov
386b63b47c Merge branch 'master' into codeception-test-adjustments
Conflicts:
	.travis.yml
2014-08-15 19:13:58 +04:00
Alexander Makarov
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
Carsten Brandt
cc1247f399 fixed HHVM test break 2014-08-15 16:22:59 +02:00
Carsten Brandt
89921e0b92 HHVM version ouput has changed 2014-08-15 16:18:38 +02:00
Carsten Brandt
7bbfbb097b skip application tests on HHVM 2014-08-15 16:09:10 +02:00
Carsten Brandt
f4a9646a22 more on HHVM compatibility 2014-08-15 16:04:02 +02:00