-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.xml
233 lines (233 loc) · 8.41 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" version="2.0" 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" 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>TYPO3CMS</name>
<channel>pear.typo3.org</channel>
<summary>TYPO3CMS Coding Standard</summary>
<description>This package contains a selection of sniffs which implements the Coding Guidelines for the
Version 4 of TYPO3. Additionally you must install the pear.typo3.org/TYPO3SniffPool package.</description>
<lead>
<name>Stefano Kowalke</name>
<user>sok</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<lead>
<name>Andy Grunwald</name>
<user>andygrunwald</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<developer>
<name>Laura Thewalt</name>
<user>edcbylt</user>
<email>[email protected]</email>
<active>no</active>
</developer>
<date>2014-02-26</date>
<time>12:21:21</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
- [FEATURE] Improve the Composer handling. Make usage of the new plugin system to install the standard
- [TASK] #52746: Remove Generic.PHP.ClosingPHPTag from standard
- [TASK] #52929: Remove sniff TYPO3SniffPool.PHP.CharacterAfterPHPClosingTag
- [TASK] Remove TYPO3SniffPool.Files.LowercasedFilename from standard
- [TASK] #2: Add sniff TYPO3SniffPool.Files.FileExtension to the TYPO3CMS standard
- [TASK] #3: Add sniff TYPO3SniffPool.Files.Filename
- [TASK] #4: Add sniff TYPO3SniffPool.ControlStructures.SwitchDeclaration
- [TASK] #5: Add sniff TYPO3SniffPool.ControlStructures.TernaryConditionalOperator
- [TASK] #6: Add sniff TYPO3SniffPool.WhiteSpace.ScopeClosingBrace
- [BUGFIX]: Fix error in composer configuration
- [TASK] #8 Add Zend.Files.ClosingTagSniff to standard
</notes>
<contents>
<dir baseinstalldir="PHP/CodeSniffer/Standards/TYPO3CMS" name="/">
<file name="README.rst" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
<file name="ruleset.xml" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.1.2</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
<package>
<name>PHP_CodeSniffer</name>
<channel>pear.php.net</channel>
<min>1.4.7</min>
</package>
<package>
<name>TYPO3SniffPool</name>
<channel>pear.typo3.org</channel>
<min>1.0.0</min>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2014-02-26</date>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
- [FEATURE] Improve the Composer handling. Make usage of the new plugin system to install the standard
- [TASK] #52746: Remove Generic.PHP.ClosingPHPTag from standard
- [TASK] #52929: Remove sniff TYPO3SniffPool.PHP.CharacterAfterPHPClosingTag
- [TASK] Remove TYPO3SniffPool.Files.LowercasedFilename from standard
- [TASK] #2: Add sniff TYPO3SniffPool.Files.FileExtension to the TYPO3CMS standard
- [TASK] #3: Add sniff TYPO3SniffPool.Files.Filename
- [TASK] #4: Add sniff TYPO3SniffPool.ControlStructures.SwitchDeclaration
- [TASK] #5: Add sniff TYPO3SniffPool.ControlStructures.TernaryConditionalOperator
- [TASK] #6: Add sniff TYPO3SniffPool.WhiteSpace.ScopeClosingBrace
- [BUGFIX]: Fix error in composer configuration
- [TASK] #8 Add Zend.Files.ClosingTagSniff to standard
</notes>
</release>
<release>
<version>
<release>0.0.6</release>
<api>0.0.6</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2013-05-04</date>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
- #41214: [TASK] Exclude LegacyClassesForIde.php for TYPO3.Files.OneClassPerFile sniff
- #41238: [TASK] Ignore LocalConfigurationUpdate.php for Squiz.PHP.Eval
- #41255: [FEATURE] Add composer support
- #41331: [TASK] Cleanup ruleset.xml
- #41339: [TASK] Remove the sniff for checking indention of inline comments
- #42019: [TASK] Replace "TYPO3.Files.OneClassPerFile" with "Generic.Files.OneClassPerFile"
- #42020: [TASK] Replace "TYPO3.Files.OneInterfacePerFile" with "Generic.Files.OneInterfacePerFile"
- #42022: [TASK] Replace "TYPO3.PHP.ClosingPHPTag" with "Generic.PHP.ClosingPHPTag"
- #42023: [TASK] Replace "TYPO3.PHP.CharacterBeforePHPOpeningTag" with "Generic.PHP.CharacterBeforePHPOpeningTag"
- #42311: [FEATURE] Activate "Generic.Files.ByteOrderMark"-Sniff in TYPO3CMS / TYPO3Flow ruleset
- #42312: [TASK] Deactivate and remove "TYPO3.Files.EncodingUtf8"-Sniff in both standards
- #42975: [TASK] Create PHP_CodeSniffer custom installer for Composer
- #42976: [TASK] Split repositories and move to github
</notes>
</release>
<release>
<version>
<release>0.0.5</release>
<api>0.0.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2012-09-22</date>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
- #41260: [BUGFIX] Standards was installed in wrong dir
</notes>
</release>
<release>
<version>
<release>0.0.4</release>
<api>0.0.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-09-21</date>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
- #39050: [BUGFIX] Sort the rules in ruleset.xml alphabetically by its category
- #37320: [BUGFIX] Exclude Squiz.PHP.Eval-Sniff for UnitTests
- #41203: [BUGFIX] Remove double include of Generic.CodeAnalysis.ForLoopWithTestFunctionCall
- #37940: [FEATURE] Add new sniff for checking role "String concatenation operator must be surrounded by
spaces."
- #41201: [FEATURE] Activate TYPO3.ControlStructures.DisallowEachInLoopCondition
- #36870: [FEATURE] Exclude class.doublemetaphone.php from checking
- #11945: [FEATURE] Activate Generic.CodeAnalysis.UnconditionalIfStatement
- #36869: [FEATURE] Exclude class.t3lib_utility_debug.php from DebugCodeSniff
- #38308: [TASK] Include Generic_Sniffs_Classes_DuplicateClassNameSniff
- #38310: [TASK] Include Generic.CodeAnalysis.EmptyStatement
- #38337: [TASK] Include Generic.CodeAnalysis.UnnecessaryFinalModifier
- #38339: [TASK] Include Generic.CodeAnalysis.ForLoopWithTestFunctionCall
- #39017: [TASK] Include ConcatenationSpacingSniff
- #41113: [TASK] Exclude typo3/sysext/statictemplates/media/scripts/testscript*
- #38685: [TASK] Remove XClass-Sniff from TYPO3-Package
- #37505: [TASK] Exclude typo3/sysext/openid/lib/php-openid from checking
- #13382: [TASK] Create README.TXT in the standard folders
- #13249: [TASK] Move build artifacts into build/
</notes>
</release>
<release>
<version>
<release>0.0.3</release>
<api>0.0.3</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-01-14</date>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
- Add feature #11944: Activate Generic.CodeAnalysis.UnusedFunctionParameter
- Add feature #11943: Activate PEAR.Functions.ValidDefaultValue Sniff
</notes>
</release>
<release>
<version>
<release>0.0.2</release>
<api>0.0.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2010-12-14</date>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
- Add a check for XClass declaration
- Add a check for UTF-8 encoding
</notes>
</release>
<release>
<version>
<release>0.0.1</release>
<api>0.0.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2010-10-04</date>
<license uri="http://www.gnu.org/licenses/gpl.html">GPL</license>
<notes>
Initial release
</notes>
</release>
</changelog>
</package>