-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.xml
131 lines (127 loc) · 5.65 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>sfCombinePlugin</name>
<channel>pear.symfony-project.com</channel>
<summary>Combines and compresses JavaScript and CSS files</summary>
<description>
Combines multiple JavaScript and CSS files into one JavaScript and one CSS file at runtime, in order to minimize the number of HTTP requests required to render a given page. This plugin works in distributed environments, supports asset version keys, and is highly customizable.
</description>
<lead>
<name>Alexandre Mogère</name>
<user>heristop</user>
<email>heristop(at)yahoo.fr</email>
<active>yes</active>
</lead>
<developer>
<name>François Zaninotto</name>
<user>fzaninotto</user>
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2011-08-26</date>
<version>
<release>2.0.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>-</notes>
<contents><dir name="/"><dir name="modules"><dir name="sfCombine"><dir name="templates"><file name="assetSuccess.php" role="data"/></dir><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="config"><file name="cache.yml" role="data"/><file name="view.yml" role="data"/></dir></dir></dir><file name="LICENSE" role="data"/><dir name="lib"><dir name="task"><file name="sfCombineTask.class.php" role="data"/></dir><dir name="vendor"><file name="JavaScriptPacker.class.php" role="data"/><file name="cssmin.class.php" role="data"/></dir><dir name="filter"><file name="sfCombineFilter.class.php" role="data"/></dir><dir name="model"><file name="sfCombine.php" role="data"/><file name="sfCombinePeer.php" role="data"/><dir name="doctrine"><file name="PluginsfCombineTable.class.php" role="data"/><file name="PluginsfCombine.class.php" role="data"/></dir></dir><dir name="combiners"><file name="sfCombiner.class.php" role="data"/><file name="sfCombineJs.class.php" role="data"/><file name="sfCombineCss.class.php" role="data"/></dir><dir name="helper"><file name="sfCombineHelper.php" role="data"/></dir></dir><file name="README" role="data"/><dir name="config"><file name="app.sample.yml" role="data"/><dir name="doctrine"><file name="schema.yml" role="data"/></dir><file name="schema.yml" role="data"/></dir></dir></contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.1.0</min>
<max>1.3.0</max>
<exclude>1.3.0</exclude>
</package>
</required>
</dependencies>
<phprelease>
</phprelease>
<changelog>
<release>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2009-10-02</date>
<license>MIT</license>
<notes>
* heristop: Manages relative paths in css files
* heristop: Fixed asset version feature
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2009-06-06</date>
<license>MIT</license>
<notes>
* heristop: Delete extensions in order to compare assets to be ignored by the merge
* heristop: Avoid compression for buggy versions of IE
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2009-06-05</date>
<license>MIT</license>
<notes>
* heristop: Added better controls on assets to skip
* heristop: Added Doctrine schema
* heristop: Allow PHP gzipping of the combined JavaScript and CSS files to reduce bandwidth usage
* francois: Fixed cache on `sfCombine` module (the cache layer needs a view, using `renderText()` bypasses the cache)
* francois: Allowed certain files to be exempt from combination (e.g. `tiny_mce.js`)
* francois: Fixed case when `sfCombineFilter` was applied to the output of the `sfCombine` module (in case a JavaScript file contains the `head string`)
* francois: Fixed wrong way to access the plugin configuration (damn `app.yml` nesting levels)
* francois: Avoid needless database queries when no JavaScript or CSS is present
</notes>
</release>
<release>
<version>
<release>0.9.0</release>
<api>0.9.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2008-10-31</date>
<license>MIT</license>
<notes>
* heristop, francois: Initial version
</notes>
</release>
</changelog>
</package>