Commit Graph

51 Commits

Author SHA1 Message Date
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
Alexander Makarov
9edd26eef7 Updated composer.json dependency versions. Fixes #10785 2016-02-08 11:33:16 +03:00
Dmitry Naumenko
f73bc91046 Added Dmitry Naumenko to composer.json 2015-11-30 15:10:37 +02:00
Alexander Makarov
0bda5e362e Fixes #9783: jQuery inputmask dependency updated to ~3.2.2 2015-10-09 16:31:13 +03:00
Alexander Makarov
a0df32fd0e Fixes #9319: added ext-ctype to composer requirements 2015-09-05 02:12:22 +03:00
Carsten Brandt
fc0d322e12 Updated dependency to cebe/markdown to version 1.0.x. 2015-03-06 06:50:07 +01:00
tom--
4512833fac Fixes #7215: Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward 2015-02-24 14:03:41 +03:00
Tobias Munk
bb4629dd2a require PHP mcrypt extension
eg. used in /var/www/app/vendor/yiisoft/yii2/base/Security.php at line 465
2014-12-12 19:21:44 +01:00
Qiang Xue
1c428ec5dc Fixes #5475: bumped up yii2-pjax to 2.0.1 2014-10-10 09:47:51 -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
ecdb41e046 Fixes #5061: Switched to use jquery composer package. 2014-09-17 09:59:44 -04:00
Qiang Xue
b6a53e3046 WIP 2014-09-16 13:31:32 -04:00
Qiang Xue
d184fbb8ed new asset WIP [skip ci] 2014-08-29 14:54:49 -04:00
Carsten Brandt
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
Carsten Brandt
80e9b80078 replace pjax with external resouce via composer
We are now maintaining a fork of pjax:
https://github.com/yiisoft/jquery-pjax
2014-03-05 05:06:37 +01:00
Tobias Munk
825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 2014-02-27 17:37:08 +01:00
Carsten Brandt
9190e0f4dd Changed markdown library to cebe/markdown
- supports GFM now
- allows defining different flavors

fixes #47
2014-02-18 03:48:31 +01:00
Alexander Makarov
a37b35a4e1 Fixes #1897
- Gii diff markup is now copy paste friendly
- Removed StringHelper::diff()
- Moved phpspec/php-diff dependency from yiisoft/yii2 to yiisoft/yii2-gii
2014-01-27 06:13:13 +04:00
Carsten Brandt
f112cc633b allow installing jQuery 1.10 for IE support
fixes #1905
2014-01-21 17:54:10 +01:00
Alexander Makarov
c522fffe00 Fixes #1905: Update composer.json to use jQuery 2.0.* 2014-01-12 22:13:23 +04:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
Alexander Makarov
90d5e5cfe4 Updated HTMLPurified dependency to 4.6.* 2013-12-31 11:47:34 +01:00
Qiang Xue
89472955e5 doc fix. 2013-11-30 20:33:45 -05:00
Carsten Brandt
0d0f1c2b5d fixed composer.json autoload pathes 2013-11-23 01:49:53 +01:00
Carsten Brandt
0eaafd74ba updated composer.json to be less restrictive
also removed superflous minimum-stability definition
2013-11-13 01:34:41 +01:00
Qiang Xue
de062c26a4 moved markdown dependency to required. 2013-11-10 18:17:17 -05:00
Qiang Xue
3bda94eeeb Fixed php-diff version. 2013-11-08 23:59:17 -05:00
Qiang Xue
cbab0951dc reverted back jquery asset. 2013-11-05 20:11:22 -05:00
Qiang Xue
0a7cef7c1c change to use frameworks/jquery temporarily. 2013-11-05 18:48:01 -05:00
Qiang Xue
372c5e1f1c Moved jquery.js to external package. 2013-11-05 18:19:37 -05:00
Alexander Makarov
62148a2e33 Changed php-diff dependency to use code from master (they haven't tagged changes we need yet) 2013-11-02 16:39:24 +04:00
Qiang Xue
c42894cec4 Extension installer wip 2013-10-19 00:01:03 -04:00
Alexander Makarov
e115b0c860 Updated docs, composer.json and other things to mention and use PHP 5.4 2013-10-18 13:01:13 +04:00
Carsten Brandt
300c866be2 adjusted composer.json for smarty and twig
not need to suggest packages in core. They are required by extension
composer.json anyway.
2013-10-11 14:02:15 +02:00
Qiang Xue
b9553eb57a Replaced diff vendor. 2013-08-19 14:21:40 -04:00
Alexander Makarov
dc8966ebcb fixed composer.json 2013-08-19 03:27:03 +04:00
Qiang Xue
710d4767e9 composer config update. 2013-08-18 18:46:49 -04:00
Alexander Makarov
5f6ff37ee7 Gii: use composer instead of including diff library directly 2013-08-19 00:09:22 +04:00
Qiang Xue
5f705db117 Renamed Purifier to HtmlPurifier. 2013-05-23 16:06:53 -04:00
Alexander Makarov
68adc6117e Lowered PHP requirement to 5.3.7 2013-05-23 12:38:55 +04:00
Qiang Xue
b24d04ae90 Added psr-0. 2013-05-21 21:50:29 -04:00