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
Carsten Brandt
62e7c3e9a6
fixed some inconsistnecies in HHVM tests
...
exclude parts that have different default values
2014-08-15 15:30:32 +02:00
Carsten Brandt
10512ff00d
do not export mailer in BaseMailerTest message
...
fixes test break in HHVM due to export of a closure
2014-08-15 14:52:38 +02:00
Qiang Xue
c05972d15b
adjust bower.json further [skip ci]
2014-08-14 23:51:26 -04:00
Qiang Xue
f92dbf3eb4
updated ignore. [skip ci]
2014-08-14 23:49:03 -04:00
Qiang Xue
d3fe555d9d
added bower.json for yii2-framework. [skip ci]
2014-08-14 23:30:37 -04:00
Qiang Xue
88d38b7820
Fixes #4501 : Renamed the constant YII_PATH to YII2_PATH
2014-08-14 22:17:05 -04:00
Paweł 'Zibi' Zaremba
c6c29db9b4
Fixes #4636 : Added yii\web\Response::setDownloadHeaders()
2014-08-14 22:01:10 -04:00
Carsten Brandt
4846643f2b
Update .gitignore
2014-08-14 21:34:07 +02:00
Carsten Brandt
dcf62a1339
Update .gitignore
2014-08-14 21:33:13 +02:00
DaSourcerer
a315f2b7d0
Merge with master
2014-08-14 20:08:42 +02:00
DaSourcerer
e944ca18e4
Changelog update [skip ci]
2014-08-14 19:49:30 +02:00
DaSourcerer
2038839c16
Doc update [skip ci]
2014-08-14 19:44:55 +02:00
DaSourcerer
1950d90418
Fix for #4372
2014-08-14 19:28:39 +02:00
Alexander Makarov
6261bbda4f
Merge pull request #4699 from bevalorous/docs-guide-russian-translation
...
Translated rest-rate-limiting.md and rest-error-handling into Russian [skip ci]
2014-08-14 13:38:50 +04:00
Vadim Belorussov
4b5a66ad24
Translated rest-error-handling.md into Russian
2014-08-14 14:03:23 +05:00
Vadim Belorussov
29db21de61
Add rest-error-handling.md to translate into Russian
2014-08-14 11:22:40 +05:00
Qiang Xue
3704b9191e
Fixes #4697 : MSSQL query builder does not work for newer MSSQL versions when LIMIT is used without ORDER BY
2014-08-13 21:07:30 -04:00
Alexander Makarov
9b1ab7cd36
Fixes #4708
2014-08-13 22:59:13 +04:00
Alexander Makarov
45e4d47d25
Merge pull request #4705 from disem/dynamic-model-typo-fix
...
Dynamic model typo fix
2014-08-13 16:55:16 +04:00
disem
7d64e93c00
Merge branch 'master' of git://github.com/yiisoft/yii2 into dynamic-model-typo-fix
2014-08-13 15:51:26 +03:00
disem
a83d441534
typo fix
2014-08-13 15:51:10 +03:00
Carsten Brandt
3a4b32c4c1
fixed cubrid tests
2014-08-13 13:19:28 +02:00
Carsten Brandt
c4dc9470be
created a test case to verify #4682
2014-08-13 12:45:20 +02:00
Alexander Makarov
7ad768575b
Merge pull request #4703 from PatchRanger/patch-1
...
[ci skip] Fixing typo in guide-structure-modules
2014-08-13 13:41:32 +04:00
Dmitry Danilson
6f055417fd
Fixing typo in guide-structure-modules
2014-08-13 16:32:29 +07:00
Vadim Belorussov
7ab1a7f049
Fixed translation of 'Rate Limiting' in README and related sections
2014-08-13 14:20:17 +05:00
Alexander Makarov
093be1a3dc
Merge pull request #4695 from damiandennis/sourceMaps
...
added source map generation so that styling can be debugged easily.
2014-08-13 13:04:59 +04:00
Alexander Makarov
3dd516e486
Fixes #4701
2014-08-13 12:58:37 +04:00
Vadim Belorussov
7f38f49dfa
Translated rest-rate-limiting.md into Russian
2014-08-13 13:04:10 +05:00
Vadim Belorussov
e5224f2bff
Add rest-rate-limiting.md to translate into Russian
2014-08-13 12:34:13 +05:00
Damian Dennis
aec7dca2cd
added source map generation so that styling can be debugged easily.
2014-08-13 12:48:41 +10:00
Qiang Xue
7cf358af03
Fixes #4607 : AR model will throw an exception if it does not have a primary key to avoid updating/deleting data massively
2014-08-12 21:54:08 -04:00
Alex-Code
25c2f9bf85
Made error message encoding configurable for ActiveForm
...
Updated yii.activeform.js to use the encode option introduced in #4122 .
Updated ActiveForm with new option encodeErrorSummary
fixes #4690 , close #4691
2014-08-13 00:53:38 +02:00
Carsten Brandt
f099616967
improved IDE autocompletion for AR::find()
...
[ci skip]
2014-08-12 23:21:34 +02:00
Carsten Brandt
87427294fe
fixed broken NOT condition in elasticsearch
2014-08-12 23:14:01 +02:00
Carsten Brandt
25bf486b7f
save some function calls on AR insert
2014-08-12 18:13:49 +02:00
Klimov Paul
0a709b10a0
Model parameter added to yii\behaviors\Sluggable::uniqueSlugGenerator callback
2014-08-12 16:45:57 +03:00
RichWeber
9e925f6a54
Merge branch 'master' of github.com:yiisoft/yii2
2014-08-12 15:33:17 +03:00
Paul Klimov
0f4d8ac4ba
Merge pull request #4675 from klimov-paul/4630-sluggable
...
Fix #4630 : automatic generating of unique slug value to `yii\behaviors\Sluggable`
2014-08-12 15:20:09 +03:00
Carsten Brandt
accd2d3124
Update README.md
2014-08-12 13:35:45 +02:00
Carsten Brandt
dd225fb628
try running against postgres 9.3 for #4672
2014-08-12 13:00:32 +02:00
Carsten Brandt
9d4e3612e0
fixed test break
2014-08-12 12:51:24 +02:00