View | Details | Raw Unified | Return to bug 176711
Collapse All | Expand All

(-)Makefile (-19 / +14 lines)
Lines 1-13 Link Here
1
# New ports collection makefile for:	yii
1
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
2
# Date created:		2009-03-27
3
# Whom:			Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	yii
4
PORTNAME=	yii
9
PORTVERSION=	1.1.9
5
PORTVERSION=	1.1.13
10
DISTVERSIONSUFFIX=	.r3527
6
DISTVERSIONSUFFIX=	.e9e4a0
11
CATEGORIES=	www
7
CATEGORIES=	www
12
MASTER_SITES=	GOOGLE_CODE \
8
MASTER_SITES=	GOOGLE_CODE \
13
		SF
9
		SF
Lines 24-53 Link Here
24
20
25
SUB_FILES=	pkg-message
21
SUB_FILES=	pkg-message
26
22
27
OPTIONS=	MYSQL "Install MySQL PDO support" Off \
23
OPTIONS_DEFINE= DOCS EXAMPLES MYSQL PGSQL SQLITE REQPHP
28
		PGSQL "Install PostgreSQL PDO support" Off \
24
OPTIONS_DEFAULT=	REQPHP
29
		SQLITE "Install SQLite v3 PDO support" Off \
25
REQPHP_DESC=	Install PHP dependencies required by plugins
30
		REQPHP "Install PHP dependencies required by plugins" On
31
26
32
PORTDOCS=	CHANGELOG LICENSE README UPGRADE
27
PORTDOCS=	CHANGELOG LICENSE README UPGRADE
33
28
34
INSTALL_DIRS=	framework
29
INSTALL_DIRS=	framework
35
30
36
.include <bsd.port.pre.mk>
31
.include <bsd.port.options.mk>
37
32
38
.if !defined(WITHOUT_REQPHP)
33
.if ${PORT_OPTIONS:MREQPHP}
39
USE_PHP+=	apc dom gd mcrypt memcache pdo soap
34
USE_PHP+=	apc dom gd mcrypt memcache pdo soap
40
.endif
35
.endif
41
36
42
.if defined(WITH_MYSQL)
37
.if ${PORT_OPTIONS:MMYSQL}
43
USE_PHP+=	pdo_mysql
38
USE_PHP+=	pdo_mysql
44
.endif
39
.endif
45
40
46
.if defined(WITH_PGSQL)
41
.if ${PORT_OPTIONS:MPGSQL}
47
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql
42
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql
48
.endif
43
.endif
49
44
50
.if defined(WITH_SQLITE)
45
.if ${PORT_OPTIONS:MSQLITE}
51
USE_PHP+=	pdo_sqlite
46
USE_PHP+=	pdo_sqlite
52
.endif
47
.endif
53
48
Lines 66-72 Link Here
66
	@${ECHO_CMD} '@exec ${FIND} ${DATADIR} -type d -print0 | \
61
	@${ECHO_CMD} '@exec ${FIND} ${DATADIR} -type d -print0 | \
67
		${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST}
62
		${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST}
68
	@${INSTALL_SCRIPT} ${WRKSRC}/framework/yiic ${PREFIX}/bin
63
	@${INSTALL_SCRIPT} ${WRKSRC}/framework/yiic ${PREFIX}/bin
69
.if !defined(NOPORTEXAMPLES)
64
.if ${PORT_OPTIONS:MEXAMPLES}
70
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "demos requirements" ${EXAMPLESDIR})
65
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "demos requirements" ${EXAMPLESDIR})
71
	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${EXAMPLESDIR}
66
	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${EXAMPLESDIR}
72
	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
67
	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
Lines 80-89 Link Here
80
.endif
75
.endif
81
76
82
post-install:
77
post-install:
83
.if !defined(NOPORTDOCS)
78
.if ${PORT_OPTIONS:MDOCS}
84
	@${MKDIR} ${DOCSDIR}
79
	@${MKDIR} ${DOCSDIR}
85
	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
80
	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
86
.endif
81
.endif
87
	@${CAT} ${PKGMESSAGE}
82
	@${CAT} ${PKGMESSAGE}
88
83
89
.include <bsd.port.post.mk>
84
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (yii-1.1.9.r3527.tar.gz) = d13320b28fd58e1aa67ef269849718ecfff22eb5957b91be5e66ad59ddf60a0d
1
SHA256 (yii-1.1.13.e9e4a0.tar.gz) = faf3feb7790976b1eb1ece2e9ecb69c1f4288a573c0f92a66d499b0865252e19
2
SIZE (yii-1.1.9.r3527.tar.gz) = 5375235
2
SIZE (yii-1.1.13.e9e4a0.tar.gz) = 4044292
(-)pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
and so on. Written in strict OOP, Yii is easy to use and is extremely
6
and so on. Written in strict OOP, Yii is easy to use and is extremely
7
flexible and extensible.
7
flexible and extensible.
8
8
9
WWW:	http://www.yiiframework.com/
9
WWW: http://www.yiiframework.com/
(-)pkg-plist (-37 / +79 lines)
Lines 124-129 Link Here
124
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/ar/yii.php
124
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/ar/yii.php
125
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/bg/yii.php
125
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/bg/yii.php
126
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/config.php
126
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/config.php
127
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/cs/yii.php
127
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/de/yii.php
128
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/de/yii.php
128
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/de_de/yii.php
129
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/de_de/yii.php
129
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/el/yii.php
130
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/el/yii.php
Lines 144-149 Link Here
144
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/sk/yii.php
145
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/sk/yii.php
145
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/sv/yii.php
146
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/sv/yii.php
146
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/ta_in/yii.php
147
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/ta_in/yii.php
148
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/uk/yii.php
147
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/vi/yii.php
149
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/vi/yii.php
148
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/zh_cn/yii.php
150
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/zh_cn/yii.php
149
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/zh_tw/yii.php
151
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/zh_tw/yii.php
Lines 167-178 Link Here
167
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/ru/index.php
169
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/ru/index.php
168
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/sk/index.php
170
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/sk/index.php
169
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/sv/index.php
171
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/sv/index.php
172
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/uk/index.php
170
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/zh/index.php
173
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/zh/index.php
171
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/zh_cn/index.php
174
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/zh_cn/index.php
172
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/zh_tw/index.php
175
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/zh_tw/index.php
173
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh_tw
176
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh_tw
174
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh_cn
177
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh_cn
175
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh
178
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh
179
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/uk
176
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/sv
180
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/sv
177
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/sk
181
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/sk
178
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ru
182
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ru
Lines 195-200 Link Here
195
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/zh_tw
199
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/zh_tw
196
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/zh_cn
200
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/zh_cn
197
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/vi
201
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/vi
202
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/uk
198
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ta_in
203
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ta_in
199
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/sv
204
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/sv
200
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/sk
205
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/sk
Lines 215-220 Link Here
215
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/el
220
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/el
216
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/de_de
221
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/de_de
217
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/de
222
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/de
223
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/cs
218
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/bg
224
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/bg
219
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ar
225
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ar
220
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages
226
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages
Lines 247-255 Link Here
247
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected
253
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected
248
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/assets
254
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/assets
249
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman
255
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman
250
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic/views/system
251
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic/views/site
252
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic/views/layouts
253
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic/views
256
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic/views
254
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic
257
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic
255
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes
258
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes
Lines 260-282 Link Here
260
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/comment
263
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/comment
261
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views
264
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views
262
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/unit
265
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/unit
263
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/report
264
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/functional
266
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/functional
265
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/fixtures
267
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/fixtures
266
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests
268
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests
267
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/runtime
269
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/runtime
268
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/models
270
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/models
269
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/messages
270
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/extensions
271
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/data
271
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/data
272
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/controllers
272
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/controllers
273
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/config
273
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/config
274
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/components/views
274
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/components/views
275
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/components
275
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/components
276
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/commands/shell
277
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/commands
278
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected
276
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected
279
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/images
280
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/css
277
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/css
281
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/assets
278
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/assets
282
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog
279
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog
Lines 327-333 Link Here
327
%%DATADIR%%/framework/cli/commands/shell/HelpCommand.php
324
%%DATADIR%%/framework/cli/commands/shell/HelpCommand.php
328
%%DATADIR%%/framework/cli/commands/shell/ModelCommand.php
325
%%DATADIR%%/framework/cli/commands/shell/ModelCommand.php
329
%%DATADIR%%/framework/cli/commands/shell/ModuleCommand.php
326
%%DATADIR%%/framework/cli/commands/shell/ModuleCommand.php
330
%%DATADIR%%/framework/cli/runtime/.yii
331
%%DATADIR%%/framework/cli/views/shell/controller/controller.php
327
%%DATADIR%%/framework/cli/views/shell/controller/controller.php
332
%%DATADIR%%/framework/cli/views/shell/controller/view.php
328
%%DATADIR%%/framework/cli/views/shell/controller/view.php
333
%%DATADIR%%/framework/cli/views/shell/crud/_form.php
329
%%DATADIR%%/framework/cli/views/shell/crud/_form.php
Lines 345-369 Link Here
345
%%DATADIR%%/framework/cli/views/shell/model/fixture.php
341
%%DATADIR%%/framework/cli/views/shell/model/fixture.php
346
%%DATADIR%%/framework/cli/views/shell/model/model.php
342
%%DATADIR%%/framework/cli/views/shell/model/model.php
347
%%DATADIR%%/framework/cli/views/shell/model/test.php
343
%%DATADIR%%/framework/cli/views/shell/model/test.php
348
%%DATADIR%%/framework/cli/views/shell/module/components/.yii
349
%%DATADIR%%/framework/cli/views/shell/module/controllers/DefaultController.php
344
%%DATADIR%%/framework/cli/views/shell/module/controllers/DefaultController.php
350
%%DATADIR%%/framework/cli/views/shell/module/messages/.yii
351
%%DATADIR%%/framework/cli/views/shell/module/models/.yii
352
%%DATADIR%%/framework/cli/views/shell/module/module.php
345
%%DATADIR%%/framework/cli/views/shell/module/module.php
353
%%DATADIR%%/framework/cli/views/shell/module/views/default/index.php
346
%%DATADIR%%/framework/cli/views/shell/module/views/default/index.php
354
%%DATADIR%%/framework/cli/views/shell/module/views/layouts/.yii
347
%%DATADIR%%/framework/cli/views/webapp/assets/git-gitignore
355
%%DATADIR%%/framework/cli/views/webapp/assets/.yii
348
%%DATADIR%%/framework/cli/views/webapp/assets/hg-hgkeep
356
%%DATADIR%%/framework/cli/views/webapp/css/bg.gif
349
%%DATADIR%%/framework/cli/views/webapp/css/bg.gif
357
%%DATADIR%%/framework/cli/views/webapp/css/form.css
350
%%DATADIR%%/framework/cli/views/webapp/css/form.css
358
%%DATADIR%%/framework/cli/views/webapp/css/ie.css
351
%%DATADIR%%/framework/cli/views/webapp/css/ie.css
359
%%DATADIR%%/framework/cli/views/webapp/css/main.css
352
%%DATADIR%%/framework/cli/views/webapp/css/main.css
360
%%DATADIR%%/framework/cli/views/webapp/css/print.css
353
%%DATADIR%%/framework/cli/views/webapp/css/print.css
361
%%DATADIR%%/framework/cli/views/webapp/css/screen.css
354
%%DATADIR%%/framework/cli/views/webapp/css/screen.css
362
%%DATADIR%%/framework/cli/views/webapp/images/.yii
355
%%DATADIR%%/framework/cli/views/webapp/hg-hgignore
356
%%DATADIR%%/framework/cli/views/webapp/images/git-gitkeep
357
%%DATADIR%%/framework/cli/views/webapp/images/hg-hgkeep
363
%%DATADIR%%/framework/cli/views/webapp/index-test.php
358
%%DATADIR%%/framework/cli/views/webapp/index-test.php
364
%%DATADIR%%/framework/cli/views/webapp/index.php
359
%%DATADIR%%/framework/cli/views/webapp/index.php
365
%%DATADIR%%/framework/cli/views/webapp/protected/.htaccess
360
%%DATADIR%%/framework/cli/views/webapp/protected/.htaccess
366
%%DATADIR%%/framework/cli/views/webapp/protected/commands/shell/.yii
361
%%DATADIR%%/framework/cli/views/webapp/protected/commands/shell/git-gitkeep
362
%%DATADIR%%/framework/cli/views/webapp/protected/commands/shell/hg-hgkeep
367
%%DATADIR%%/framework/cli/views/webapp/protected/components/Controller.php
363
%%DATADIR%%/framework/cli/views/webapp/protected/components/Controller.php
368
%%DATADIR%%/framework/cli/views/webapp/protected/components/UserIdentity.php
364
%%DATADIR%%/framework/cli/views/webapp/protected/components/UserIdentity.php
369
%%DATADIR%%/framework/cli/views/webapp/protected/config/console.php
365
%%DATADIR%%/framework/cli/views/webapp/protected/config/console.php
Lines 373-391 Link Here
373
%%DATADIR%%/framework/cli/views/webapp/protected/data/schema.mysql.sql
369
%%DATADIR%%/framework/cli/views/webapp/protected/data/schema.mysql.sql
374
%%DATADIR%%/framework/cli/views/webapp/protected/data/schema.sqlite.sql
370
%%DATADIR%%/framework/cli/views/webapp/protected/data/schema.sqlite.sql
375
%%DATADIR%%/framework/cli/views/webapp/protected/data/testdrive.db
371
%%DATADIR%%/framework/cli/views/webapp/protected/data/testdrive.db
376
%%DATADIR%%/framework/cli/views/webapp/protected/extensions/.yii
372
%%DATADIR%%/framework/cli/views/webapp/protected/extensions/git-gitkeep
377
%%DATADIR%%/framework/cli/views/webapp/protected/messages/.yii
373
%%DATADIR%%/framework/cli/views/webapp/protected/extensions/hg-hgkeep
378
%%DATADIR%%/framework/cli/views/webapp/protected/migrations/.yii
374
%%DATADIR%%/framework/cli/views/webapp/protected/messages/git-gitkeep
375
%%DATADIR%%/framework/cli/views/webapp/protected/messages/hg-hgkeep
376
%%DATADIR%%/framework/cli/views/webapp/protected/migrations/git-gitkeep
377
%%DATADIR%%/framework/cli/views/webapp/protected/migrations/hg-hgkeep
379
%%DATADIR%%/framework/cli/views/webapp/protected/models/ContactForm.php
378
%%DATADIR%%/framework/cli/views/webapp/protected/models/ContactForm.php
380
%%DATADIR%%/framework/cli/views/webapp/protected/models/LoginForm.php
379
%%DATADIR%%/framework/cli/views/webapp/protected/models/LoginForm.php
381
%%DATADIR%%/framework/cli/views/webapp/protected/runtime/.yii
380
%%DATADIR%%/framework/cli/views/webapp/protected/runtime/git-gitignore
381
%%DATADIR%%/framework/cli/views/webapp/protected/runtime/hg-hgkeep
382
%%DATADIR%%/framework/cli/views/webapp/protected/tests/WebTestCase.php
382
%%DATADIR%%/framework/cli/views/webapp/protected/tests/WebTestCase.php
383
%%DATADIR%%/framework/cli/views/webapp/protected/tests/bootstrap.php
383
%%DATADIR%%/framework/cli/views/webapp/protected/tests/bootstrap.php
384
%%DATADIR%%/framework/cli/views/webapp/protected/tests/fixtures/.yii
384
%%DATADIR%%/framework/cli/views/webapp/protected/tests/fixtures/git-gitkeep
385
%%DATADIR%%/framework/cli/views/webapp/protected/tests/fixtures/hg-hgkeep
385
%%DATADIR%%/framework/cli/views/webapp/protected/tests/functional/SiteTest.php
386
%%DATADIR%%/framework/cli/views/webapp/protected/tests/functional/SiteTest.php
386
%%DATADIR%%/framework/cli/views/webapp/protected/tests/phpunit.xml
387
%%DATADIR%%/framework/cli/views/webapp/protected/tests/phpunit.xml
387
%%DATADIR%%/framework/cli/views/webapp/protected/tests/report/.yii
388
%%DATADIR%%/framework/cli/views/webapp/protected/tests/report/git-gitignore
388
%%DATADIR%%/framework/cli/views/webapp/protected/tests/unit/.yii
389
%%DATADIR%%/framework/cli/views/webapp/protected/tests/report/hg-hgkeep
390
%%DATADIR%%/framework/cli/views/webapp/protected/tests/unit/git-gitkeep
391
%%DATADIR%%/framework/cli/views/webapp/protected/tests/unit/hg-hgkeep
389
%%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/column1.php
392
%%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/column1.php
390
%%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/column2.php
393
%%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/column2.php
391
%%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/main.php
394
%%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/main.php
Lines 398-406 Link Here
398
%%DATADIR%%/framework/cli/views/webapp/protected/yiic.bat
401
%%DATADIR%%/framework/cli/views/webapp/protected/yiic.bat
399
%%DATADIR%%/framework/cli/views/webapp/protected/yiic.php
402
%%DATADIR%%/framework/cli/views/webapp/protected/yiic.php
400
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/.htaccess
403
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/.htaccess
401
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/layouts/.yii
404
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/layouts/git-gitkeep
402
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/site/.yii
405
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/layouts/hg-hgkeep
403
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/system/.yii
406
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/site/git-gitkeep
407
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/site/hg-hgkeep
408
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/system/git-gitkeep
409
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/system/hg-hgkeep
404
%%DATADIR%%/framework/collections/CAttributeCollection.php
410
%%DATADIR%%/framework/collections/CAttributeCollection.php
405
%%DATADIR%%/framework/collections/CConfiguration.php
411
%%DATADIR%%/framework/collections/CConfiguration.php
406
%%DATADIR%%/framework/collections/CTypedMap.php
412
%%DATADIR%%/framework/collections/CTypedMap.php
Lines 415-420 Link Here
415
%%DATADIR%%/framework/collections/CTypedList.php
421
%%DATADIR%%/framework/collections/CTypedList.php
416
%%DATADIR%%/framework/console/CConsoleApplication.php
422
%%DATADIR%%/framework/console/CConsoleApplication.php
417
%%DATADIR%%/framework/console/CConsoleCommand.php
423
%%DATADIR%%/framework/console/CConsoleCommand.php
424
%%DATADIR%%/framework/console/CConsoleCommandBehavior.php
425
%%DATADIR%%/framework/console/CConsoleCommandEvent.php
418
%%DATADIR%%/framework/console/CConsoleCommandRunner.php
426
%%DATADIR%%/framework/console/CConsoleCommandRunner.php
419
%%DATADIR%%/framework/console/CHelpCommand.php
427
%%DATADIR%%/framework/console/CHelpCommand.php
420
%%DATADIR%%/framework/db/CDbCommand.php
428
%%DATADIR%%/framework/db/CDbCommand.php
Lines 436-443 Link Here
436
%%DATADIR%%/framework/db/schema/mssql/CMssqlCommandBuilder.php
444
%%DATADIR%%/framework/db/schema/mssql/CMssqlCommandBuilder.php
437
%%DATADIR%%/framework/db/schema/mssql/CMssqlPdoAdapter.php
445
%%DATADIR%%/framework/db/schema/mssql/CMssqlPdoAdapter.php
438
%%DATADIR%%/framework/db/schema/mssql/CMssqlSchema.php
446
%%DATADIR%%/framework/db/schema/mssql/CMssqlSchema.php
447
%%DATADIR%%/framework/db/schema/mssql/CMssqlSqlsrvPdoAdapter.php
439
%%DATADIR%%/framework/db/schema/mssql/CMssqlTableSchema.php
448
%%DATADIR%%/framework/db/schema/mssql/CMssqlTableSchema.php
440
%%DATADIR%%/framework/db/schema/mysql/CMysqlColumnSchema.php
449
%%DATADIR%%/framework/db/schema/mysql/CMysqlColumnSchema.php
450
%%DATADIR%%/framework/db/schema/mysql/CMysqlCommandBuilder.php
441
%%DATADIR%%/framework/db/schema/mysql/CMysqlSchema.php
451
%%DATADIR%%/framework/db/schema/mysql/CMysqlSchema.php
442
%%DATADIR%%/framework/db/schema/mysql/CMysqlTableSchema.php
452
%%DATADIR%%/framework/db/schema/mysql/CMysqlTableSchema.php
443
%%DATADIR%%/framework/db/schema/oci/COciColumnSchema.php
453
%%DATADIR%%/framework/db/schema/oci/COciColumnSchema.php
Lines 527-539 Link Here
527
%%DATADIR%%/framework/gii/generators/model/views/index.php
537
%%DATADIR%%/framework/gii/generators/model/views/index.php
528
%%DATADIR%%/framework/gii/generators/module/ModuleCode.php
538
%%DATADIR%%/framework/gii/generators/module/ModuleCode.php
529
%%DATADIR%%/framework/gii/generators/module/ModuleGenerator.php
539
%%DATADIR%%/framework/gii/generators/module/ModuleGenerator.php
530
%%DATADIR%%/framework/gii/generators/module/templates/default/components/.yii
531
%%DATADIR%%/framework/gii/generators/module/templates/default/controllers/DefaultController.php
540
%%DATADIR%%/framework/gii/generators/module/templates/default/controllers/DefaultController.php
532
%%DATADIR%%/framework/gii/generators/module/templates/default/messages/.yii
533
%%DATADIR%%/framework/gii/generators/module/templates/default/models/.yii
534
%%DATADIR%%/framework/gii/generators/module/templates/default/module.php
541
%%DATADIR%%/framework/gii/generators/module/templates/default/module.php
535
%%DATADIR%%/framework/gii/generators/module/templates/default/views/default/index.php
542
%%DATADIR%%/framework/gii/generators/module/templates/default/views/default/index.php
536
%%DATADIR%%/framework/gii/generators/module/templates/default/views/layouts/.yii
537
%%DATADIR%%/framework/gii/generators/module/views/index.php
543
%%DATADIR%%/framework/gii/generators/module/views/index.php
538
%%DATADIR%%/framework/gii/models/LoginForm.php
544
%%DATADIR%%/framework/gii/models/LoginForm.php
539
%%DATADIR%%/framework/gii/views/common/code.php
545
%%DATADIR%%/framework/gii/views/common/code.php
Lines 568-573 Link Here
568
%%DATADIR%%/framework/i18n/data/am.php
574
%%DATADIR%%/framework/i18n/data/am.php
569
%%DATADIR%%/framework/i18n/data/am_et.php
575
%%DATADIR%%/framework/i18n/data/am_et.php
570
%%DATADIR%%/framework/i18n/data/ar.php
576
%%DATADIR%%/framework/i18n/data/ar.php
577
%%DATADIR%%/framework/i18n/data/ar_001.php
571
%%DATADIR%%/framework/i18n/data/ar_ae.php
578
%%DATADIR%%/framework/i18n/data/ar_ae.php
572
%%DATADIR%%/framework/i18n/data/ar_bh.php
579
%%DATADIR%%/framework/i18n/data/ar_bh.php
573
%%DATADIR%%/framework/i18n/data/ar_dz.php
580
%%DATADIR%%/framework/i18n/data/ar_dz.php
Lines 783-788 Link Here
783
%%DATADIR%%/framework/i18n/data/ga_ie.php
790
%%DATADIR%%/framework/i18n/data/ga_ie.php
784
%%DATADIR%%/framework/i18n/data/gaa.php
791
%%DATADIR%%/framework/i18n/data/gaa.php
785
%%DATADIR%%/framework/i18n/data/gaa_gh.php
792
%%DATADIR%%/framework/i18n/data/gaa_gh.php
793
%%DATADIR%%/framework/i18n/data/gd.php
794
%%DATADIR%%/framework/i18n/data/gd_gb.php
786
%%DATADIR%%/framework/i18n/data/gez.php
795
%%DATADIR%%/framework/i18n/data/gez.php
787
%%DATADIR%%/framework/i18n/data/gez_er.php
796
%%DATADIR%%/framework/i18n/data/gez_er.php
788
%%DATADIR%%/framework/i18n/data/gez_et.php
797
%%DATADIR%%/framework/i18n/data/gez_et.php
Lines 968-974 Link Here
968
%%DATADIR%%/framework/i18n/data/nl.php
977
%%DATADIR%%/framework/i18n/data/nl.php
969
%%DATADIR%%/framework/i18n/data/nl_aw.php
978
%%DATADIR%%/framework/i18n/data/nl_aw.php
970
%%DATADIR%%/framework/i18n/data/nl_be.php
979
%%DATADIR%%/framework/i18n/data/nl_be.php
980
%%DATADIR%%/framework/i18n/data/nl_cw.php
971
%%DATADIR%%/framework/i18n/data/nl_nl.php
981
%%DATADIR%%/framework/i18n/data/nl_nl.php
982
%%DATADIR%%/framework/i18n/data/nl_sx.php
972
%%DATADIR%%/framework/i18n/data/nmg.php
983
%%DATADIR%%/framework/i18n/data/nmg.php
973
%%DATADIR%%/framework/i18n/data/nmg_cm.php
984
%%DATADIR%%/framework/i18n/data/nmg_cm.php
974
%%DATADIR%%/framework/i18n/data/nn.php
985
%%DATADIR%%/framework/i18n/data/nn.php
Lines 1211-1216 Link Here
1211
%%DATADIR%%/framework/i18n/gettext/CGettextFile.php
1222
%%DATADIR%%/framework/i18n/gettext/CGettextFile.php
1212
%%DATADIR%%/framework/i18n/gettext/CGettextMoFile.php
1223
%%DATADIR%%/framework/i18n/gettext/CGettextMoFile.php
1213
%%DATADIR%%/framework/i18n/gettext/CGettextPoFile.php
1224
%%DATADIR%%/framework/i18n/gettext/CGettextPoFile.php
1225
%%DATADIR%%/framework/logging/CChainedLogFilter.php
1214
%%DATADIR%%/framework/logging/CDbLogRoute.php
1226
%%DATADIR%%/framework/logging/CDbLogRoute.php
1215
%%DATADIR%%/framework/logging/CEmailLogRoute.php
1227
%%DATADIR%%/framework/logging/CEmailLogRoute.php
1216
%%DATADIR%%/framework/logging/CFileLogRoute.php
1228
%%DATADIR%%/framework/logging/CFileLogRoute.php
Lines 1235-1245 Link Here
1235
%%DATADIR%%/framework/messages/es/zii.php
1247
%%DATADIR%%/framework/messages/es/zii.php
1236
%%DATADIR%%/framework/messages/fa_ir/yii.php
1248
%%DATADIR%%/framework/messages/fa_ir/yii.php
1237
%%DATADIR%%/framework/messages/fa_ir/zii.php
1249
%%DATADIR%%/framework/messages/fa_ir/zii.php
1250
%%DATADIR%%/framework/messages/fi/yii.php
1251
%%DATADIR%%/framework/messages/fi/zii.php
1238
%%DATADIR%%/framework/messages/fr/yii.php
1252
%%DATADIR%%/framework/messages/fr/yii.php
1239
%%DATADIR%%/framework/messages/fr/zii.php
1253
%%DATADIR%%/framework/messages/fr/zii.php
1240
%%DATADIR%%/framework/messages/he/yii.php
1254
%%DATADIR%%/framework/messages/he/yii.php
1241
%%DATADIR%%/framework/messages/he/zii.php
1255
%%DATADIR%%/framework/messages/he/zii.php
1242
%%DATADIR%%/framework/messages/hu/yii.php
1256
%%DATADIR%%/framework/messages/hu/yii.php
1257
%%DATADIR%%/framework/messages/hu/zii.php
1243
%%DATADIR%%/framework/messages/id/yii.php
1258
%%DATADIR%%/framework/messages/id/yii.php
1244
%%DATADIR%%/framework/messages/id/zii.php
1259
%%DATADIR%%/framework/messages/id/zii.php
1245
%%DATADIR%%/framework/messages/it/yii.php
1260
%%DATADIR%%/framework/messages/it/yii.php
Lines 1248-1253 Link Here
1248
%%DATADIR%%/framework/messages/ja/zii.php
1263
%%DATADIR%%/framework/messages/ja/zii.php
1249
%%DATADIR%%/framework/messages/kk/zii.php
1264
%%DATADIR%%/framework/messages/kk/zii.php
1250
%%DATADIR%%/framework/messages/kk/yii.php
1265
%%DATADIR%%/framework/messages/kk/yii.php
1266
%%DATADIR%%/framework/messages/ko_kr/yii.php
1267
%%DATADIR%%/framework/messages/ko_kr/zii.php
1251
%%DATADIR%%/framework/messages/lt/yii.php
1268
%%DATADIR%%/framework/messages/lt/yii.php
1252
%%DATADIR%%/framework/messages/lt/zii.php
1269
%%DATADIR%%/framework/messages/lt/zii.php
1253
%%DATADIR%%/framework/messages/lv/yii.php
1270
%%DATADIR%%/framework/messages/lv/yii.php
Lines 1262-1273 Link Here
1262
%%DATADIR%%/framework/messages/pt_br/yii.php
1279
%%DATADIR%%/framework/messages/pt_br/yii.php
1263
%%DATADIR%%/framework/messages/pt_br/zii.php
1280
%%DATADIR%%/framework/messages/pt_br/zii.php
1264
%%DATADIR%%/framework/messages/ro/yii.php
1281
%%DATADIR%%/framework/messages/ro/yii.php
1282
%%DATADIR%%/framework/messages/ro/zii.php
1265
%%DATADIR%%/framework/messages/ru/yii.php
1283
%%DATADIR%%/framework/messages/ru/yii.php
1266
%%DATADIR%%/framework/messages/ru/zii.php
1284
%%DATADIR%%/framework/messages/ru/zii.php
1267
%%DATADIR%%/framework/messages/sk/yii.php
1285
%%DATADIR%%/framework/messages/sk/yii.php
1268
%%DATADIR%%/framework/messages/sk/zii.php
1286
%%DATADIR%%/framework/messages/sk/zii.php
1269
%%DATADIR%%/framework/messages/sr_sr/yii.php
1287
%%DATADIR%%/framework/messages/sr_sr/yii.php
1288
%%DATADIR%%/framework/messages/sr_sr/zii.php
1270
%%DATADIR%%/framework/messages/sr_yu/yii.php
1289
%%DATADIR%%/framework/messages/sr_yu/yii.php
1290
%%DATADIR%%/framework/messages/sr_yu/zii.php
1271
%%DATADIR%%/framework/messages/sv/yii.php
1291
%%DATADIR%%/framework/messages/sv/yii.php
1272
%%DATADIR%%/framework/messages/sv/zii.php
1292
%%DATADIR%%/framework/messages/sv/zii.php
1273
%%DATADIR%%/framework/messages/ta_in/yii.php
1293
%%DATADIR%%/framework/messages/ta_in/yii.php
Lines 1282-1287 Link Here
1282
%%DATADIR%%/framework/messages/zh_cn/yii.php
1302
%%DATADIR%%/framework/messages/zh_cn/yii.php
1283
%%DATADIR%%/framework/messages/zh_cn/zii.php
1303
%%DATADIR%%/framework/messages/zh_cn/zii.php
1284
%%DATADIR%%/framework/messages/zh_tw/yii.php
1304
%%DATADIR%%/framework/messages/zh_tw/yii.php
1305
%%DATADIR%%/framework/messages/zh_tw/zii.php
1285
%%DATADIR%%/framework/test/CDbFixtureManager.php
1306
%%DATADIR%%/framework/test/CDbFixtureManager.php
1286
%%DATADIR%%/framework/test/CDbTestCase.php
1307
%%DATADIR%%/framework/test/CDbTestCase.php
1287
%%DATADIR%%/framework/test/CTestCase.php
1308
%%DATADIR%%/framework/test/CTestCase.php
Lines 1371-1376 Link Here
1371
%%DATADIR%%/framework/vendors/bbq/LICENSE.txt
1392
%%DATADIR%%/framework/vendors/bbq/LICENSE.txt
1372
%%DATADIR%%/framework/vendors/cldr/LICENSE.txt
1393
%%DATADIR%%/framework/vendors/cldr/LICENSE.txt
1373
%%DATADIR%%/framework/vendors/gettext/LICENSE.txt
1394
%%DATADIR%%/framework/vendors/gettext/LICENSE.txt
1395
%%DATADIR%%/framework/vendors/history/license.txt
1374
%%DATADIR%%/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
1396
%%DATADIR%%/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
1375
%%DATADIR%%/framework/vendors/htmlpurifier/LICENSE.txt
1397
%%DATADIR%%/framework/vendors/htmlpurifier/LICENSE.txt
1376
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
1398
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
Lines 1408-1413 Link Here
1408
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt
1430
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt
1409
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt
1431
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt
1410
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt
1432
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt
1433
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt
1411
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt
1434
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt
1412
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
1435
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
1413
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt
1436
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt
Lines 1445-1450 Link Here
1445
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt
1468
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt
1446
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
1469
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
1447
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
1470
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
1471
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt
1472
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt
1448
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
1473
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
1449
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt
1474
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt
1450
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt
1475
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt
Lines 1462-1469 Link Here
1462
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt
1487
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt
1463
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt
1488
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt
1464
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt
1489
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt
1490
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt
1465
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt
1491
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt
1466
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt
1492
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt
1493
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt
1467
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt
1494
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt
1468
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
1495
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
1469
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt
1496
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt
Lines 1492-1497 Link Here
1492
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt
1519
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt
1493
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
1520
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
1494
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
1521
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
1522
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt
1495
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini
1523
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini
1496
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/EntityLookup/entities.ser
1524
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/EntityLookup/entities.ser
1497
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php
1525
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php
Lines 1500-1506 Link Here
1500
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-test.php
1528
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-test.php
1501
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-testmini.php
1529
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-testmini.php
1502
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages/en.php
1530
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages/en.php
1503
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Lexer/PEARSax3.php
1504
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Lexer/PH5P.php
1531
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Lexer/PH5P.php
1505
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer.php
1532
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer.php
1506
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/CSSDefinition.php
1533
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/CSSDefinition.php
Lines 1508-1513 Link Here
1508
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.js
1535
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.js
1509
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.php
1536
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.php
1510
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/HTMLDefinition.php
1537
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/HTMLDefinition.php
1538
%%DATADIR%%/framework/vendors/idna_convert/LICENCE
1539
%%DATADIR%%/framework/vendors/idna_convert/idna_convert.class.php
1511
%%DATADIR%%/framework/vendors/jquery/LICENSE.txt
1540
%%DATADIR%%/framework/vendors/jquery/LICENSE.txt
1512
%%DATADIR%%/framework/vendors/jquery/autocomplete/LICENSE.txt
1541
%%DATADIR%%/framework/vendors/jquery/autocomplete/LICENSE.txt
1513
%%DATADIR%%/framework/vendors/jquery/maskedinput/LICENSE.txt
1542
%%DATADIR%%/framework/vendors/jquery/maskedinput/LICENSE.txt
Lines 1516-1521 Link Here
1516
%%DATADIR%%/framework/vendors/json/LICENSE.txt
1545
%%DATADIR%%/framework/vendors/json/LICENSE.txt
1517
%%DATADIR%%/framework/vendors/markdown/LICENSE.txt
1546
%%DATADIR%%/framework/vendors/markdown/LICENSE.txt
1518
%%DATADIR%%/framework/vendors/markdown/markdown.php
1547
%%DATADIR%%/framework/vendors/markdown/markdown.php
1548
%%DATADIR%%/framework/vendors/punycode/LICENSE-GPL.txt
1549
%%DATADIR%%/framework/vendors/punycode/LICENSE-MIT.txt
1519
%%DATADIR%%/framework/views/ar/profile-summary-firebug.php
1550
%%DATADIR%%/framework/views/ar/profile-summary-firebug.php
1520
%%DATADIR%%/framework/views/ar/error503.php
1551
%%DATADIR%%/framework/views/ar/error503.php
1521
%%DATADIR%%/framework/views/ar/profile-callstack-firebug.php
1552
%%DATADIR%%/framework/views/ar/profile-callstack-firebug.php
Lines 1815-1820 Link Here
1815
%%DATADIR%%/framework/views/uk/error404.php
1846
%%DATADIR%%/framework/views/uk/error404.php
1816
%%DATADIR%%/framework/views/uk/error500.php
1847
%%DATADIR%%/framework/views/uk/error500.php
1817
%%DATADIR%%/framework/views/uk/error503.php
1848
%%DATADIR%%/framework/views/uk/error503.php
1849
%%DATADIR%%/framework/views/uk/exception.php
1818
%%DATADIR%%/framework/views/uk/log-firebug.php
1850
%%DATADIR%%/framework/views/uk/log-firebug.php
1819
%%DATADIR%%/framework/views/uk/log.php
1851
%%DATADIR%%/framework/views/uk/log.php
1820
%%DATADIR%%/framework/views/uk/profile-callstack-firebug.php
1852
%%DATADIR%%/framework/views/uk/profile-callstack-firebug.php
Lines 1866-1871 Link Here
1866
%%DATADIR%%/framework/web/CClientScript.php
1898
%%DATADIR%%/framework/web/CClientScript.php
1867
%%DATADIR%%/framework/web/CController.php
1899
%%DATADIR%%/framework/web/CController.php
1868
%%DATADIR%%/framework/web/CDataProvider.php
1900
%%DATADIR%%/framework/web/CDataProvider.php
1901
%%DATADIR%%/framework/web/CDataProviderIterator.php
1869
%%DATADIR%%/framework/web/CDbHttpSession.php
1902
%%DATADIR%%/framework/web/CDbHttpSession.php
1870
%%DATADIR%%/framework/web/CExtController.php
1903
%%DATADIR%%/framework/web/CExtController.php
1871
%%DATADIR%%/framework/web/CFormModel.php
1904
%%DATADIR%%/framework/web/CFormModel.php
Lines 1902-1907 Link Here
1902
%%DATADIR%%/framework/web/auth/schema-oci.sql
1935
%%DATADIR%%/framework/web/auth/schema-oci.sql
1903
%%DATADIR%%/framework/web/filters/CFilter.php
1936
%%DATADIR%%/framework/web/filters/CFilter.php
1904
%%DATADIR%%/framework/web/filters/CFilterChain.php
1937
%%DATADIR%%/framework/web/filters/CFilterChain.php
1938
%%DATADIR%%/framework/web/filters/CHttpCacheFilter.php
1905
%%DATADIR%%/framework/web/filters/CInlineFilter.php
1939
%%DATADIR%%/framework/web/filters/CInlineFilter.php
1906
%%DATADIR%%/framework/web/form/CForm.php
1940
%%DATADIR%%/framework/web/form/CForm.php
1907
%%DATADIR%%/framework/web/form/CFormButtonElement.php
1941
%%DATADIR%%/framework/web/form/CFormButtonElement.php
Lines 1913-1926 Link Here
1913
%%DATADIR%%/framework/web/helpers/CHtml.php
1947
%%DATADIR%%/framework/web/helpers/CHtml.php
1914
%%DATADIR%%/framework/web/helpers/CJSON.php
1948
%%DATADIR%%/framework/web/helpers/CJSON.php
1915
%%DATADIR%%/framework/web/helpers/CJavaScript.php
1949
%%DATADIR%%/framework/web/helpers/CJavaScript.php
1950
%%DATADIR%%/framework/web/helpers/CJavaScriptExpression.php
1916
%%DATADIR%%/framework/web/js/packages.php
1951
%%DATADIR%%/framework/web/js/packages.php
1917
%%DATADIR%%/framework/web/js/source/autocomplete/indicator.gif
1952
%%DATADIR%%/framework/web/js/source/autocomplete/indicator.gif
1918
%%DATADIR%%/framework/web/js/source/autocomplete/jquery.autocomplete.css
1953
%%DATADIR%%/framework/web/js/source/autocomplete/jquery.autocomplete.css
1919
%%DATADIR%%/framework/web/js/source/jquery.ajaxqueue.js
1954
%%DATADIR%%/framework/web/js/source/jquery.ajaxqueue.js
1920
%%DATADIR%%/framework/web/js/source/jquery.autocomplete.js
1955
%%DATADIR%%/framework/web/js/source/jquery.autocomplete.js
1921
%%DATADIR%%/framework/web/js/source/jquery.ba-bbq.js
1956
%%DATADIR%%/framework/web/js/source/jquery.ba-bbq.js
1957
%%DATADIR%%/framework/web/js/source/jquery.ba-bbq.min.js
1922
%%DATADIR%%/framework/web/js/source/jquery.bgiframe.js
1958
%%DATADIR%%/framework/web/js/source/jquery.bgiframe.js
1923
%%DATADIR%%/framework/web/js/source/jquery.cookie.js
1959
%%DATADIR%%/framework/web/js/source/jquery.cookie.js
1960
%%DATADIR%%/framework/web/js/source/jquery.history.js
1924
%%DATADIR%%/framework/web/js/source/jquery.js
1961
%%DATADIR%%/framework/web/js/source/jquery.js
1925
%%DATADIR%%/framework/web/js/source/jquery.maskedinput.js
1962
%%DATADIR%%/framework/web/js/source/jquery.maskedinput.js
1926
%%DATADIR%%/framework/web/js/source/jquery.maskedinput.min.js
1963
%%DATADIR%%/framework/web/js/source/jquery.maskedinput.min.js
Lines 1934-1940 Link Here
1934
%%DATADIR%%/framework/web/js/source/jquery.yii.js
1971
%%DATADIR%%/framework/web/js/source/jquery.yii.js
1935
%%DATADIR%%/framework/web/js/source/jquery.yiiactiveform.js
1972
%%DATADIR%%/framework/web/js/source/jquery.yiiactiveform.js
1936
%%DATADIR%%/framework/web/js/source/jquery.yiitab.js
1973
%%DATADIR%%/framework/web/js/source/jquery.yiitab.js
1937
%%DATADIR%%/framework/web/js/source/jui/MIT-LICENSE.txt
1938
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-bg_flat_0_aaaaaa_40x100.png
1974
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-bg_flat_0_aaaaaa_40x100.png
1939
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-bg_flat_75_ffffff_40x100.png
1975
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-bg_flat_75_ffffff_40x100.png
1940
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-bg_glass_55_fbf9ee_1x400.png
1976
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Lines 1950-1970 Link Here
1950
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-icons_cd0a0a_256x240.png
1986
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-icons_cd0a0a_256x240.png
1951
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery-ui.css
1987
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery-ui.css
1952
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.accordion.css
1988
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.accordion.css
1953
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.all.css
1954
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.autocomplete.css
1989
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.autocomplete.css
1955
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.base.css
1956
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.button.css
1990
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.button.css
1957
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.core.css
1991
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.core.css
1958
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.datepicker.css
1992
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.datepicker.css
1959
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.dialog.css
1993
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.dialog.css
1994
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.menu.css
1960
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.progressbar.css
1995
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.progressbar.css
1961
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.resizable.css
1996
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.resizable.css
1962
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.selectable.css
1997
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.selectable.css
1963
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.slider.css
1998
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.slider.css
1999
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.spinner.css
1964
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.tabs.css
2000
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.tabs.css
1965
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.theme.css
2001
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.theme.css
2002
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.tooltip.css
1966
%%DATADIR%%/framework/web/js/source/jui/js/jquery-ui-i18n.min.js
2003
%%DATADIR%%/framework/web/js/source/jui/js/jquery-ui-i18n.min.js
1967
%%DATADIR%%/framework/web/js/source/jui/js/jquery-ui.min.js
2004
%%DATADIR%%/framework/web/js/source/jui/js/jquery-ui.min.js
2005
%%DATADIR%%/framework/web/js/source/punycode.js
2006
%%DATADIR%%/framework/web/js/source/punycode.min.js
1968
%%DATADIR%%/framework/web/js/source/rating/delete.gif
2007
%%DATADIR%%/framework/web/js/source/rating/delete.gif
1969
%%DATADIR%%/framework/web/js/source/rating/jquery.rating.css
2008
%%DATADIR%%/framework/web/js/source/rating/jquery.rating.css
1970
%%DATADIR%%/framework/web/js/source/rating/star.gif
2009
%%DATADIR%%/framework/web/js/source/rating/star.gif
Lines 2129-2134 Link Here
2129
@dirrm %%DATADIR%%/framework/views/bg
2168
@dirrm %%DATADIR%%/framework/views/bg
2130
@dirrm %%DATADIR%%/framework/views/ar
2169
@dirrm %%DATADIR%%/framework/views/ar
2131
@dirrm %%DATADIR%%/framework/views
2170
@dirrm %%DATADIR%%/framework/views
2171
@dirrm %%DATADIR%%/framework/vendors/punycode
2132
@dirrm %%DATADIR%%/framework/vendors/markdown
2172
@dirrm %%DATADIR%%/framework/vendors/markdown
2133
@dirrm %%DATADIR%%/framework/vendors/json
2173
@dirrm %%DATADIR%%/framework/vendors/json
2134
@dirrm %%DATADIR%%/framework/vendors/jqueryui
2174
@dirrm %%DATADIR%%/framework/vendors/jqueryui
Lines 2136-2141 Link Here
2136
@dirrm %%DATADIR%%/framework/vendors/jquery/maskedinput
2176
@dirrm %%DATADIR%%/framework/vendors/jquery/maskedinput
2137
@dirrm %%DATADIR%%/framework/vendors/jquery/autocomplete
2177
@dirrm %%DATADIR%%/framework/vendors/jquery/autocomplete
2138
@dirrm %%DATADIR%%/framework/vendors/jquery
2178
@dirrm %%DATADIR%%/framework/vendors/jquery
2179
@dirrm %%DATADIR%%/framework/vendors/idna_convert
2180
@dirrm %%DATADIR%%/framework/vendors/history
2139
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer
2181
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer
2140
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Lexer
2182
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Lexer
2141
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages
2183
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages
Lines 2143-2150 Link Here
2143
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language
2185
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language
2144
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Filter
2186
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Filter
2145
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/EntityLookup
2187
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/EntityLookup
2146
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer
2147
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/DefinitionCache
2148
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema
2188
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema
2149
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange
2189
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange
2150
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder
2190
@dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder
Lines 2184-2189 Link Here
2184
@dirrm %%DATADIR%%/framework/messages/nl
2224
@dirrm %%DATADIR%%/framework/messages/nl
2185
@dirrm %%DATADIR%%/framework/messages/lv
2225
@dirrm %%DATADIR%%/framework/messages/lv
2186
@dirrm %%DATADIR%%/framework/messages/lt
2226
@dirrm %%DATADIR%%/framework/messages/lt
2227
@dirrm %%DATADIR%%/framework/messages/ko_kr
2187
@dirrm %%DATADIR%%/framework/messages/kk
2228
@dirrm %%DATADIR%%/framework/messages/kk
2188
@dirrm %%DATADIR%%/framework/messages/ja
2229
@dirrm %%DATADIR%%/framework/messages/ja
2189
@dirrm %%DATADIR%%/framework/messages/it
2230
@dirrm %%DATADIR%%/framework/messages/it
Lines 2191-2196 Link Here
2191
@dirrm %%DATADIR%%/framework/messages/hu
2232
@dirrm %%DATADIR%%/framework/messages/hu
2192
@dirrm %%DATADIR%%/framework/messages/he
2233
@dirrm %%DATADIR%%/framework/messages/he
2193
@dirrm %%DATADIR%%/framework/messages/fr
2234
@dirrm %%DATADIR%%/framework/messages/fr
2235
@dirrm %%DATADIR%%/framework/messages/fi
2194
@dirrm %%DATADIR%%/framework/messages/fa_ir
2236
@dirrm %%DATADIR%%/framework/messages/fa_ir
2195
@dirrm %%DATADIR%%/framework/messages/es
2237
@dirrm %%DATADIR%%/framework/messages/es
2196
@dirrm %%DATADIR%%/framework/messages/el
2238
@dirrm %%DATADIR%%/framework/messages/el

Return to bug 176711