0f62d26e2c
Fixed typo [skip ci]
2017-01-31 12:57:11 +03:00
38a61749ca
Fixed typo [skip ci]
2017-01-31 12:26:57 +03:00
359c1b3d4c
Update link ( #13480 ) [skip ci]
2017-01-31 11:59:12 +03:00
d39c491022
Fix BC breaking #13475 ( #13478 )
2017-01-31 11:56:46 +03:00
d24f1ff460
docs/guide-ja/runtime-routing.md updated [ci skip] ( #13479 )
2017-01-31 11:53:06 +03:00
aa00aada82
docs/guide-ja/security-best-practices.md updated [ci skip] ( #13481 )
2017-01-31 11:52:35 +03:00
4187718c14
added missing groups to tests
2017-01-30 23:03:11 +01:00
7988331e65
dosc/guide-ja updated [ci skip] ( #13471 )
...
* doc/guide-ja updated [ci skip]
* docs/guide-ja updated [ci skip]
* docs/guide-ja/db-migrations.md updated [ci skip]
2017-01-30 13:46:52 +03:00
5609e918de
Fixed some malformed @var tags ( #13468 ) [skip ci]
2017-01-30 11:42:52 +03:00
a3a868e427
docs/guide fix [ci skip] ( #13470 )
...
* docs/guide/runtime-sessions-cookies.md typo fix [ci skip]
* docs/guide/tutorial-core-validators.md typo fixed [ci skip]
2017-01-30 11:39:14 +03:00
37b8cbb2d0
Fixes #12758 : Added the ability to use instances of \yii\db\Query class as values in the \yii\db\QueryBuilder::insert() method
2017-01-29 00:54:46 +03:00
c4175be7a3
Adjusted command test for incorrect inserts to use data provider
2017-01-29 00:22:10 +03:00
25f08afc96
Fixes #8293 : yii\db\Query can be passed to insert method in yii\db\QueryBuilder
2017-01-28 23:47:26 +03:00
240bca515a
Use low-level query in UniqueValidator ( #13461 )
...
Fixes #13453 , relates to #13098
2017-01-28 18:38:06 +03:00
015f14e374
Docs ja update 0127 [ci skip] ( #13463 )
...
* docs/guide-ja/intro-yii.md, docs/guide-ja/output-client-scripts.md updated [ci skip]
* docs/guide-ja/output-data-providers.md and output-data-widgets.md updated [ci skip]
* docs/guide-ja updates (WIP) [ci skip]
2017-01-28 18:32:23 +03:00
1cc327f108
Run common batch insert tests for SQLite
2017-01-28 14:41:57 +03:00
920877c815
Fixed WidgetEvent construction
2017-01-28 11:55:24 +03:00
8803496cf5
docs/guide/output-data-widgets.md typo fix [ci skip] ( #13459 )
2017-01-28 11:45:51 +03:00
7c1693479f
Fixes #12000 : Added EVENT_INIT to widget
2017-01-28 01:27:05 +03:00
767400da19
Fixes for #13457 as commented by @cebe
2017-01-28 01:22:48 +03:00
bede9feba5
Fixes #13453 : Reverted #10896 commit 729ddc5b76e8159d051e9c5783f5534eeb212efb
...
It was causing side effects: https://github.com/yiisoft/yii2/issues/13453
2017-01-28 01:16:14 +03:00
be4ebdd049
Fixes #13134 : Added logging URL rules (bashkarev)
2017-01-27 19:03:45 +03:00
f20c0177af
Fixes #7435 : Added EVENT_BEFORE_RUN, EVENT_AFTER_RUN and corresponding methods to yii\base\Widget
2017-01-27 18:56:22 +03:00
9deb24e262
docs/guide/output-client-scripts.md typo fix [ci skip] ( #13455 )
2017-01-27 17:00:17 +03:00
a0c5fee931
Revert ignoring tests and docs on archive export
...
This did break the use case of installing the `yiisoft/yii2-dev` package for testing. `yiisoft/yii2` is a subsplit with minimal number of files of the framework already, the dev package should contain all tests and docs.
See for example: tom--/yii2-dynamic-ar#18
Partially reverts 392ea93d79
2017-01-27 09:55:41 +01:00
7d12ae80ee
Added info about using your own forks when contributing to extensions and apps
2017-01-25 21:39:01 +03:00
37f19a0256
Fixes #13300 , #13307 , #13310 , #13312
...
- Bug #13300 : Allow pjax with "data-pjax" with no value in `yii.js`.
- Bug #13307 : Preventing of race conditions in script filter in `yii.js` works incorrectly.
- Bug #13310 : Handle relative and absolute URLs coincidence in CSS filter in `yii.js`.
- Bug #13312 : `skipOuterContainers` option was incorrectly passed to pjax in `handleAction` in `yii.js`.
- Partially fixes #13299 .
Adds tests for #8014 , #11921 , #10974 , #11494 , #10358 , #10097 .
2017-01-25 11:00:13 +03:00
d4d6c1dabf
Tests for 13393 ( #13439 )
...
* add some unit tests regarding redirection for ResponseTest
* also tests yii\web\controller redirect
2017-01-24 16:58:01 +03:00
a6da9d5da8
Added unit tests regarding redirection for ResponseTest ( #13437 )
2017-01-24 15:05:28 +03:00
d3bde96852
Fix Russian messages ( #13438 ) [skip ci]
2017-01-24 15:03:31 +03:00
c8e467f919
Removed changelog entry for reverted #13393
2017-01-24 14:03:41 +03:00
eab3489ec7
Reverted #13393 : Removed redundant call to yii\helpers\Url::to() in yii\web\Controller::redirect() (reverted from commit e5d169beb8257ba47654275cbee2e98fb910f5d5)
2017-01-24 13:09:57 +03:00
73f61b4f6b
Update UPGRADE.md
2017-01-23 18:56:32 +01:00
c73de31a90
Fixed yii\web\MultipartFormDataParser adds an extra newline to every value
2017-01-23 13:18:31 +02:00
3f4771b1de
Phpdoc adjustments [skip ci]
2017-01-23 12:42:35 +03:00
cc37cd626f
Fixes #12599 : Fixed MSSQL fail to work with nvarbinary. Enhanced SQL scripts compatibility with older versions
2017-01-23 10:31:52 +03:00
97cad130f3
Merge branch 'rob006-url-rule-defaults'
2017-01-22 22:19:42 +02:00
507cc52658
Allow omit default params on URL creation
...
Fixes #10970
2017-01-22 22:19:13 +02:00
21faee5504
Fixes #13212 : Fixed DbSession::regenerateID() failure when session_regenerate_id() fails
2017-01-22 20:15:36 +03:00
b82caa97e8
Fixes #7820 : Add or relation for targetAttribute in yii\validators\UniqueValidator
2017-01-22 19:45:18 +03:00
3d549374bf
Added BlameableBehaviorTest
2017-01-22 16:21:53 +02:00
e5d169beb8
Fixes #13393 : Removed redundant call to yii\helpers\Url::to() in yii\web\Controller::redirect()
2017-01-22 11:56:52 +03:00
736cd7bc80
Fixes #13417 : Allow customizing yii\data\ActiveDataProvider in yii\rest\IndexAction
2017-01-22 11:46:47 +03:00
e454dd0e18
Merge pull request #13420 from mpestov/log_methods_doc
...
Append phpdoc for log methods
2017-01-21 12:30:41 +02:00
28325f2e0d
Update BaseYii.php
2017-01-21 12:30:07 +02:00
e6424b190e
Append phpdoc for log methods
2017-01-21 12:15:21 +04:00
3f66fb6cdf
Suggest latest PHP 7 usage in the guide [skip ci]
2017-01-18 19:00:50 +03:00
38e97c0fa7
Update .travis.yml
2017-01-18 02:18:31 +01:00
5fb3368506
Update .travis.yml
2017-01-18 01:17:55 +01:00
b26fad7258
travis_retry for mysql
...
maybe the server is not yet up at this point?
https://github.com/yiisoft/yii2/issues/13284
2017-01-18 00:02:00 +01:00