Commit Graph

86 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
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
Qiang Xue
b6a53e3046 WIP 2014-09-16 13:31:32 -04:00
Carsten Brandt
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
Carsten Brandt
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
Carsten Brandt
777f4a28dc added missing suggestion to composer.json
issue #2872
2014-03-24 23:03:07 +01: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
3b40d44909 made createQuery() config param optional 2014-02-20 05:54:47 +01:00
Carsten Brandt
aedfef1e79 added tests for smarty and worked around a small bug
fixes #2265
2014-02-20 02:43:06 +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
Carsten Brandt
985682c34c typo in composer.json 2014-02-07 15:05:52 +01:00
Carsten Brandt
8ad33449ac added yiisoft/yii2-coding-standards to yii2-dev suggested packages
issue yiisoft/yii2-coding-standards#4
2014-02-07 14:57:50 +01:00
Qiang Xue
3e732a2bd9 fixed test break. 2014-02-04 18:56:55 -05:00
Qiang Xue
42981fabee adjusted required packages for yii2-dev. 2014-02-04 18:41:31 -05:00
Carsten Brandt
1af612ca6f updated composer.json 2014-01-27 11:41:07 +01: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
Qiang Xue
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00
Qiang Xue
d9802aacce psr-4 change. 2014-01-10 20:51:49 -05:00
Qiang Xue
4cf356df8d adjust directories for PSR-4. 2014-01-10 20:28:17 -05:00
Carsten Brandt
951791f245 added unit test for twig renderer
verify #1755 works
2014-01-07 17:06:25 +01:00
Carsten Brandt
c9baa5309f updated composer.json 2014-01-06 06:16:17 +01:00