Brandon Kelly
1bdbe80bfb
Execute tests/bootstrap.php via autoload-dev
2021-02-26 23:14:43 +03:00
Alexander Makarov
7d25dc72a9
Apply PHPUnit patches from URL ( #18356 )
2020-10-30 22:21:20 +03:00
Alexander Makarov
ed1c087784
Fix #18317 : Additional PHP 8 compatibility fixes
...
Co-authored-by: Bizley <pawel@positive.codes >
2020-10-23 12:42:44 +03:00
Alexander Makarov
0aed904077
Move patcher up so patches are certainly applied ( #18211 )
2020-08-07 16:38:47 +03:00
Wouter Wolters
9814f61847
Fix #18019 : Allow jQuery 3.5.0 to be installed
2020-05-01 02:20:36 +03:00
haveyaseen
b1da57ddf9
Apply patch to PHPUnit which replaces the deprecated each method ( #17831 )
2020-01-27 01:41:09 +03:00
Alexander Makarov
e88cc3888a
Patch PHPUnit mock objects to work correctly with PHP 7.4
2019-12-11 18:55:35 +03:00
Alexander Makarov
3a7779f09a
Fixes #17313 : Support jQuery 3.4
2019-05-21 11:51:14 +03:00
SilverFire - Dmitry Naumenko
0e3a66134c
Fixing Travis build
...
Travis build failed because of very slow MySQL queries execution.
According to MySQL 5.7.23 [release notes](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-23.html#mysqld-5-7-23-bug )
the `mysql_upgrade` command MUST be run after upgrading to this release.
Otherwise MySQL will flood logs with a warging that results in a performance problems.
2018-08-29 12:24:55 +03:00
Filippo Tessarotto
4e82541ed3
Fixes #16522 : Allow jQuery 3.3
2018-07-31 23:44:35 +03:00
Alexander Makarov
d4c4294318
#15899 Updated cebe/markdown composer constraint
2018-03-15 00:48:00 +03:00
SilverFire - Dmitry Naumenko
adc58f0b67
Allowed jQuery 3.2 in composer.json
2017-09-09 15:46:47 +03:00
Carsten Brandt
758f01934f
Make PHPUnit run on PHP 7.2
...
fix PHPUnit at 4.8.34 as the next version breaks our compatibility
Layer:
a55235c033
2017-07-19 10:51:46 +02:00
Alexander Makarov
858e801573
Fixes #14286 : Used primary inputmask package name instead of an alias
2017-06-17 14:49:38 +03:00
Robert Korulczyk
ba0ab403b5
Added php-cs-fixer coding standards validation to Travis CI ( #14100 )
...
* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues.
2017-06-12 12:25:45 +03:00
Carsten Brandt
c09a03ab8e
fixed version and missing @since annotation
2017-06-05 16:26:51 +02:00
Robert Korulczyk
33cff4b5cc
Cleanup after #14017 ( #14091 )
2017-05-01 11:58:02 +02:00
SilverFire - Dmitry Naumenko
d3f97f7e64
Switched to asset-packagist
2017-04-20 14:46:30 +03:00
Carsten Brandt
c19b2f7dc8
release version 2.0.11
2017-02-01 17:46:29 +01:00
SilverFire - Dmitry Naumenko
076661c390
Added @dynasource to composer.json
2016-12-29 12:59:21 +02:00
Robert Korulczyk
706fcec374
Use github-no-api for assets plugin. ( #13100 )
...
Possible fix for #12987 . At least for me it fixes travis tests on my fork: https://travis-ci.org/rob006/yii2-dev/branches .
References:
http://www.yiiframework.com/wiki/843/boost-composer-asset-plugin-update-speed/
fxpio/composer-asset-plugin#226
2016-12-01 10:00:20 +01:00
Carsten Brandt
ef30c7c7b6
update composer.json to work on different platforms
...
issue #12946
2016-11-08 23:25:02 +01:00
Carsten Brandt
8c17e4a6c1
updated jQuery dependency to include 1.12.x
...
close #11364
2016-07-06 00:33:30 +02:00
Carsten Brandt
15eb280d2d
changed HTMLPurifier dependency to allow loading new minor versions
...
see d7f6f11193
2016-02-21 18:07:10 +01:00
Alexander Makarov
d7f6f11193
HTMLPurifier dependency updated to ~4.7.0
2016-02-20 02:57:45 +03:00
Carsten Brandt
33f86b3913
updated composer.json to match the one in framework
2016-02-16 15:04:50 +01:00
Alexander Makarov
9edd26eef7
Updated composer.json dependency versions. Fixes #10785
2016-02-08 11:33:16 +03:00
SilverFire - Dmitry Naumenko
1bba59edc2
Added Dmitry Naumenko to authors
2015-11-27 20:44:02 +02:00
Carsten Brandt
a0ca0298c9
updated composer.lock and fixed broken phpunit installation
2015-08-05 23:11:43 +02:00
Carsten Brandt
ca44b4e9c5
cleanup dev package composer.json
...
as extensions are now in separate repositories, these dependencies are not neede anymore
2015-06-03 13:43:14 +02:00
Carsten Brandt
f6c72d25bf
added replace section for framework back to composer.json
...
fixes #8243
2015-05-01 13:27:30 +02:00
Jan Was
48255a446d
Fixes #7867 : Fixes findUniqueIndexes not to perform any processing on unique index on function for pgsql, Implemented findUniqueIndexes for oci and mssql
2015-03-30 18:01:30 +03:00
Qiang Xue
e07a9d1159
use individual repos to maintain extensions and app templates.
2015-03-21 21:33:35 -04:00
Carsten Brandt
fc0d322e12
Updated dependency to cebe/markdown to version 1.0.x.
2015-03-06 06:50:07 +01:00
Carsten Brandt
a81482b967
more on bootstrap upgrade
2014-11-04 00:35:57 +01:00
Qiang Xue
1eef5cb33b
fixed test break.
2014-10-31 15:22:13 -04:00
Qiang Xue
29f69394ab
build break fix.
2014-10-31 15:16:49 -04:00
Qiang Xue
39e5e5d3ed
fixed test break due to smarty error.
2014-10-31 15:01:48 -04:00
Qiang Xue
7d31fb597e
avoid test break.
2014-10-31 14:44:38 -04:00
Carsten Brandt
664fe08874
updated cebe/markdown to 1.0.0
...
this commit breaks the apidoc extension. will adjust it afterwards.
2014-10-10 13:21:49 +02:00
Carsten Brandt
c93bbee1d0
adjusted composer.json to follow more stable versioning policy for assets
...
as discussed before, better do this change before RC to avoid breaking BC in GA.
2014-09-28 00:43:19 +02:00
Carsten Brandt
46488e674a
improved version constraints for bower asset packages
2014-09-22 17:34:18 +02:00
Carsten Brandt
e40fd9d623
added branch alias to composer.json
2014-09-22 17:26:21 +02:00
Carsten Brandt
8176a392bb
Changed version constratints to be semantic versioning again
...
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0`
it does not prevent dev versions to be installed but neither does `1.*`
- dev versions are constrolled via `minimum-stability` setting and the
`@dev`, `@beta`, `@stable`,... settings.
- setting bower packages that ship compiled files only with the stable
release to use `@stable` in composer.json of the applictaions. This
setting can be removed when we remove the `minimum-stability=dev`
setting after GA.
2014-09-22 13:15:43 +02:00
Qiang Xue
889d3bc942
using stable versions.
2014-09-18 23:44:36 -04:00
Qiang Xue
ad4f652ca9
Removed unused bower.json files. Adjusted version dependencies.
2014-09-18 23:25:38 -04:00
Qiang Xue
a81969950d
Adjusted dependency versions to stable ones.
2014-09-18 23:09:45 -04:00
Qiang Xue
4a31628b01
Fixes #5089 : Added asset debugger panel
2014-09-18 00:07:30 -04:00
Qiang Xue
ecdb41e046
Fixes #5061 : Switched to use jquery composer package.
2014-09-17 09:59:44 -04:00
Qiang Xue
c23435973b
Fixed composer.json.
2014-09-16 21:23:00 -04:00