- Update to 1.1.16
- Don't depend on optional PHP requirement which is ignored with default ports tree
This commit is contained in:
parent
e02adb8198
commit
c347ac3ccb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398207
3 changed files with 150 additions and 37 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yii
|
||||
PORTVERSION= 1.1.15
|
||||
PORTVERSION= 1.1.16
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -34,7 +34,7 @@ PGSQL_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MREQPHP}
|
||||
USE_PHP+= apc dom gd mcrypt memcache pdo soap
|
||||
USE_PHP+= dom gd mcrypt memcache pdo soap
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (yiisoft-yii-1.1.15_GH0.tar.gz) = a6fdaf6ab0b64809fdf044b9b81b49669faecc0ffd0b73183152423199a40d15
|
||||
SIZE (yiisoft-yii-1.1.15_GH0.tar.gz) = 6931555
|
||||
SHA256 (yiisoft-yii-1.1.16_GH0.tar.gz) = 5603b0cb73eeb26f39a4bc029e7c469422facb96bdf78943aecbdd5b019e5095
|
||||
SIZE (yiisoft-yii-1.1.16_GH0.tar.gz) = 8008373
|
||||
|
|
|
@ -29,6 +29,7 @@ bin/yiic
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/blog/protected/data/blog-test.db
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/blog/protected/data/blog.db
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/blog/protected/data/dbgen.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/blog/protected/data/schema.cubrid.sql
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/blog/protected/data/schema.mysql.sql
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/blog/protected/data/schema.sqlite.sql
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/blog/protected/models/Comment.php
|
||||
|
@ -130,6 +131,7 @@ bin/yiic
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/ca/yii.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/config.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/cs/yii.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/da/yii.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/de/yii.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/de_de/yii.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/el/yii.php
|
||||
|
@ -158,6 +160,7 @@ bin/yiic
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/ar/index.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/bg/index.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/ca/index.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/da/index.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/de/index.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/de_de/index.php
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/el/index.php
|
||||
|
@ -250,7 +253,6 @@ bin/yiic
|
|||
%%DATADIR%%/framework/cli/views/shell/module/module.php
|
||||
%%DATADIR%%/framework/cli/views/shell/module/views/default/index.php
|
||||
%%DATADIR%%/framework/cli/views/shell/module/views/layouts/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/assets/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/assets/git-gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/assets/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/css/bg.gif
|
||||
|
@ -260,52 +262,43 @@ bin/yiic
|
|||
%%DATADIR%%/framework/cli/views/webapp/css/print.css
|
||||
%%DATADIR%%/framework/cli/views/webapp/css/screen.css
|
||||
%%DATADIR%%/framework/cli/views/webapp/hg-hgignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/images/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/images/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/images/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/index-test.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/index.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/.htaccess
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/commands/shell/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/commands/shell/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/commands/shell/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/components/Controller.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/components/UserIdentity.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/config/console.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/config/database.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/config/main.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/config/test.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/controllers/SiteController.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/data/schema.mysql.sql
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/data/schema.sqlite.sql
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/data/testdrive.db
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/extensions/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/extensions/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/extensions/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/messages/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/messages/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/messages/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/migrations/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/migrations/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/migrations/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/models/ContactForm.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/models/LoginForm.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/runtime/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/runtime/git-gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/runtime/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/WebTestCase.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/bootstrap.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/fixtures/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/fixtures/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/fixtures/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/functional/SiteTest.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/phpunit.xml
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/report/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/report/git-gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/report/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/unit/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/unit/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/tests/unit/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/vendor/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/vendor/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/vendor/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/column1.php
|
||||
|
@ -320,13 +313,10 @@ bin/yiic
|
|||
%%DATADIR%%/framework/cli/views/webapp/protected/yiic.bat
|
||||
%%DATADIR%%/framework/cli/views/webapp/protected/yiic.php
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/.htaccess
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/layouts/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/layouts/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/layouts/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/site/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/site/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/site/hg-hgkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/system/.gitignore
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/system/git-gitkeep
|
||||
%%DATADIR%%/framework/cli/views/webapp/themes/classic/views/system/hg-hgkeep
|
||||
%%DATADIR%%/framework/collections/CAttributeCollection.php
|
||||
|
@ -362,6 +352,9 @@ bin/yiic
|
|||
%%DATADIR%%/framework/db/schema/CDbExpression.php
|
||||
%%DATADIR%%/framework/db/schema/CDbSchema.php
|
||||
%%DATADIR%%/framework/db/schema/CDbTableSchema.php
|
||||
%%DATADIR%%/framework/db/schema/cubrid/CCubridColumnSchema.php
|
||||
%%DATADIR%%/framework/db/schema/cubrid/CCubridSchema.php
|
||||
%%DATADIR%%/framework/db/schema/cubrid/CCubridTableSchema.php
|
||||
%%DATADIR%%/framework/db/schema/mssql/CMssqlColumnSchema.php
|
||||
%%DATADIR%%/framework/db/schema/mssql/CMssqlCommandBuilder.php
|
||||
%%DATADIR%%/framework/db/schema/mssql/CMssqlPdoAdapter.php
|
||||
|
@ -460,13 +453,13 @@ bin/yiic
|
|||
%%DATADIR%%/framework/gii/generators/model/views/index.php
|
||||
%%DATADIR%%/framework/gii/generators/module/ModuleCode.php
|
||||
%%DATADIR%%/framework/gii/generators/module/ModuleGenerator.php
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/components/.gitignore
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/components/.gitkeep
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/controllers/DefaultController.php
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/messages/.gitignore
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/models/.gitignore
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/messages/.gitkeep
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/models/.gitkeep
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/module.php
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/views/default/index.php
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/views/layouts/.gitignore
|
||||
%%DATADIR%%/framework/gii/generators/module/templates/default/views/layouts/.gitkeep
|
||||
%%DATADIR%%/framework/gii/generators/module/views/index.php
|
||||
%%DATADIR%%/framework/gii/models/LoginForm.php
|
||||
%%DATADIR%%/framework/gii/views/common/code.php
|
||||
|
@ -504,25 +497,36 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/ar_001.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_ae.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_bh.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_dj.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_dz.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_eg.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_eh.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_er.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_il.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_iq.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_jo.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_km.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_kw.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_lb.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_ly.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_ma.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_mr.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_om.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_ps.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_qa.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_sa.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_sd.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_so.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_sy.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_td.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_tn.php
|
||||
%%DATADIR%%/framework/i18n/data/ar_ye.php
|
||||
%%DATADIR%%/framework/i18n/data/as.php
|
||||
%%DATADIR%%/framework/i18n/data/as_in.php
|
||||
%%DATADIR%%/framework/i18n/data/asa.php
|
||||
%%DATADIR%%/framework/i18n/data/asa_tz.php
|
||||
%%DATADIR%%/framework/i18n/data/ast.php
|
||||
%%DATADIR%%/framework/i18n/data/ast_es.php
|
||||
%%DATADIR%%/framework/i18n/data/az.php
|
||||
%%DATADIR%%/framework/i18n/data/az_arab.php
|
||||
%%DATADIR%%/framework/i18n/data/az_arab_ir.php
|
||||
|
@ -556,9 +560,14 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/brx_in.php
|
||||
%%DATADIR%%/framework/i18n/data/bs.php
|
||||
%%DATADIR%%/framework/i18n/data/bs_ba.php
|
||||
%%DATADIR%%/framework/i18n/data/bs_cyrl.php
|
||||
%%DATADIR%%/framework/i18n/data/bs_cyrl_ba.php
|
||||
%%DATADIR%%/framework/i18n/data/bs_latn.php
|
||||
%%DATADIR%%/framework/i18n/data/bs_latn_ba.php
|
||||
%%DATADIR%%/framework/i18n/data/byn.php
|
||||
%%DATADIR%%/framework/i18n/data/byn_er.php
|
||||
%%DATADIR%%/framework/i18n/data/ca.php
|
||||
%%DATADIR%%/framework/i18n/data/ca_ad.php
|
||||
%%DATADIR%%/framework/i18n/data/ca_es.php
|
||||
%%DATADIR%%/framework/i18n/data/cch.php
|
||||
%%DATADIR%%/framework/i18n/data/cch_ng.php
|
||||
|
@ -601,39 +610,80 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/el_gr.php
|
||||
%%DATADIR%%/framework/i18n/data/el_polyton.php
|
||||
%%DATADIR%%/framework/i18n/data/en.php
|
||||
%%DATADIR%%/framework/i18n/data/en_150.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ag.php
|
||||
%%DATADIR%%/framework/i18n/data/en_as.php
|
||||
%%DATADIR%%/framework/i18n/data/en_au.php
|
||||
%%DATADIR%%/framework/i18n/data/en_bb.php
|
||||
%%DATADIR%%/framework/i18n/data/en_be.php
|
||||
%%DATADIR%%/framework/i18n/data/en_bm.php
|
||||
%%DATADIR%%/framework/i18n/data/en_bs.php
|
||||
%%DATADIR%%/framework/i18n/data/en_bw.php
|
||||
%%DATADIR%%/framework/i18n/data/en_bz.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ca.php
|
||||
%%DATADIR%%/framework/i18n/data/en_cm.php
|
||||
%%DATADIR%%/framework/i18n/data/en_dm.php
|
||||
%%DATADIR%%/framework/i18n/data/en_dsrt.php
|
||||
%%DATADIR%%/framework/i18n/data/en_dsrt_us.php
|
||||
%%DATADIR%%/framework/i18n/data/en_fj.php
|
||||
%%DATADIR%%/framework/i18n/data/en_fm.php
|
||||
%%DATADIR%%/framework/i18n/data/en_gb.php
|
||||
%%DATADIR%%/framework/i18n/data/en_gd.php
|
||||
%%DATADIR%%/framework/i18n/data/en_gg.php
|
||||
%%DATADIR%%/framework/i18n/data/en_gh.php
|
||||
%%DATADIR%%/framework/i18n/data/en_gi.php
|
||||
%%DATADIR%%/framework/i18n/data/en_gm.php
|
||||
%%DATADIR%%/framework/i18n/data/en_gu.php
|
||||
%%DATADIR%%/framework/i18n/data/en_gy.php
|
||||
%%DATADIR%%/framework/i18n/data/en_hk.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ie.php
|
||||
%%DATADIR%%/framework/i18n/data/en_im.php
|
||||
%%DATADIR%%/framework/i18n/data/en_in.php
|
||||
%%DATADIR%%/framework/i18n/data/en_je.php
|
||||
%%DATADIR%%/framework/i18n/data/en_jm.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ke.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ki.php
|
||||
%%DATADIR%%/framework/i18n/data/en_kn.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ky.php
|
||||
%%DATADIR%%/framework/i18n/data/en_lc.php
|
||||
%%DATADIR%%/framework/i18n/data/en_lr.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ls.php
|
||||
%%DATADIR%%/framework/i18n/data/en_mg.php
|
||||
%%DATADIR%%/framework/i18n/data/en_mh.php
|
||||
%%DATADIR%%/framework/i18n/data/en_mp.php
|
||||
%%DATADIR%%/framework/i18n/data/en_mt.php
|
||||
%%DATADIR%%/framework/i18n/data/en_mu.php
|
||||
%%DATADIR%%/framework/i18n/data/en_mw.php
|
||||
%%DATADIR%%/framework/i18n/data/en_na.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ng.php
|
||||
%%DATADIR%%/framework/i18n/data/en_nz.php
|
||||
%%DATADIR%%/framework/i18n/data/en_pg.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ph.php
|
||||
%%DATADIR%%/framework/i18n/data/en_pk.php
|
||||
%%DATADIR%%/framework/i18n/data/en_pr.php
|
||||
%%DATADIR%%/framework/i18n/data/en_pw.php
|
||||
%%DATADIR%%/framework/i18n/data/en_sb.php
|
||||
%%DATADIR%%/framework/i18n/data/en_sc.php
|
||||
%%DATADIR%%/framework/i18n/data/en_sg.php
|
||||
%%DATADIR%%/framework/i18n/data/en_shaw.php
|
||||
%%DATADIR%%/framework/i18n/data/en_sl.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ss.php
|
||||
%%DATADIR%%/framework/i18n/data/en_sz.php
|
||||
%%DATADIR%%/framework/i18n/data/en_tc.php
|
||||
%%DATADIR%%/framework/i18n/data/en_to.php
|
||||
%%DATADIR%%/framework/i18n/data/en_tt.php
|
||||
%%DATADIR%%/framework/i18n/data/en_tz.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ug.php
|
||||
%%DATADIR%%/framework/i18n/data/en_um.php
|
||||
%%DATADIR%%/framework/i18n/data/en_us.php
|
||||
%%DATADIR%%/framework/i18n/data/en_us_posix.php
|
||||
%%DATADIR%%/framework/i18n/data/en_vc.php
|
||||
%%DATADIR%%/framework/i18n/data/en_vg.php
|
||||
%%DATADIR%%/framework/i18n/data/en_vi.php
|
||||
%%DATADIR%%/framework/i18n/data/en_vu.php
|
||||
%%DATADIR%%/framework/i18n/data/en_ws.php
|
||||
%%DATADIR%%/framework/i18n/data/en_za.php
|
||||
%%DATADIR%%/framework/i18n/data/en_zm.php
|
||||
%%DATADIR%%/framework/i18n/data/en_zw.php
|
||||
%%DATADIR%%/framework/i18n/data/en_zz.php
|
||||
%%DATADIR%%/framework/i18n/data/eo.php
|
||||
|
@ -644,16 +694,20 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/es_cl.php
|
||||
%%DATADIR%%/framework/i18n/data/es_co.php
|
||||
%%DATADIR%%/framework/i18n/data/es_cr.php
|
||||
%%DATADIR%%/framework/i18n/data/es_cu.php
|
||||
%%DATADIR%%/framework/i18n/data/es_do.php
|
||||
%%DATADIR%%/framework/i18n/data/es_ea.php
|
||||
%%DATADIR%%/framework/i18n/data/es_ec.php
|
||||
%%DATADIR%%/framework/i18n/data/es_es.php
|
||||
%%DATADIR%%/framework/i18n/data/es_gq.php
|
||||
%%DATADIR%%/framework/i18n/data/es_gt.php
|
||||
%%DATADIR%%/framework/i18n/data/es_hn.php
|
||||
%%DATADIR%%/framework/i18n/data/es_ic.php
|
||||
%%DATADIR%%/framework/i18n/data/es_mx.php
|
||||
%%DATADIR%%/framework/i18n/data/es_ni.php
|
||||
%%DATADIR%%/framework/i18n/data/es_pa.php
|
||||
%%DATADIR%%/framework/i18n/data/es_pe.php
|
||||
%%DATADIR%%/framework/i18n/data/es_ph.php
|
||||
%%DATADIR%%/framework/i18n/data/es_pr.php
|
||||
%%DATADIR%%/framework/i18n/data/es_py.php
|
||||
%%DATADIR%%/framework/i18n/data/es_sv.php
|
||||
|
@ -691,25 +745,36 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/fr_ci.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_cm.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_dj.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_dz.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_fr.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_ga.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_gf.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_gn.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_gp.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_gq.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_ht.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_km.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_lu.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_ma.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_mc.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_mf.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_mg.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_ml.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_mq.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_mr.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_mu.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_nc.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_ne.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_pf.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_re.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_rw.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_sc.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_sn.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_sy.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_td.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_tg.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_tn.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_vu.php
|
||||
%%DATADIR%%/framework/i18n/data/fr_yt.php
|
||||
%%DATADIR%%/framework/i18n/data/fur.php
|
||||
%%DATADIR%%/framework/i18n/data/fur_it.php
|
||||
|
@ -751,12 +816,14 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/hi.php
|
||||
%%DATADIR%%/framework/i18n/data/hi_in.php
|
||||
%%DATADIR%%/framework/i18n/data/hr.php
|
||||
%%DATADIR%%/framework/i18n/data/hr_ba.php
|
||||
%%DATADIR%%/framework/i18n/data/hr_hr.php
|
||||
%%DATADIR%%/framework/i18n/data/hu.php
|
||||
%%DATADIR%%/framework/i18n/data/hu_hu.php
|
||||
%%DATADIR%%/framework/i18n/data/hy.php
|
||||
%%DATADIR%%/framework/i18n/data/hy_am.php
|
||||
%%DATADIR%%/framework/i18n/data/ia.php
|
||||
%%DATADIR%%/framework/i18n/data/ia_fr.php
|
||||
%%DATADIR%%/framework/i18n/data/id.php
|
||||
%%DATADIR%%/framework/i18n/data/id_id.php
|
||||
%%DATADIR%%/framework/i18n/data/ig.php
|
||||
|
@ -769,10 +836,13 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/it.php
|
||||
%%DATADIR%%/framework/i18n/data/it_ch.php
|
||||
%%DATADIR%%/framework/i18n/data/it_it.php
|
||||
%%DATADIR%%/framework/i18n/data/it_sm.php
|
||||
%%DATADIR%%/framework/i18n/data/iu.php
|
||||
%%DATADIR%%/framework/i18n/data/iw.php
|
||||
%%DATADIR%%/framework/i18n/data/ja.php
|
||||
%%DATADIR%%/framework/i18n/data/ja_jp.php
|
||||
%%DATADIR%%/framework/i18n/data/jgo.php
|
||||
%%DATADIR%%/framework/i18n/data/jgo_cm.php
|
||||
%%DATADIR%%/framework/i18n/data/jmc.php
|
||||
%%DATADIR%%/framework/i18n/data/jmc_tz.php
|
||||
%%DATADIR%%/framework/i18n/data/ka.php
|
||||
|
@ -799,6 +869,8 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/kk_cyrl.php
|
||||
%%DATADIR%%/framework/i18n/data/kk_cyrl_kz.php
|
||||
%%DATADIR%%/framework/i18n/data/kk_kz.php
|
||||
%%DATADIR%%/framework/i18n/data/kkj.php
|
||||
%%DATADIR%%/framework/i18n/data/kkj_cm.php
|
||||
%%DATADIR%%/framework/i18n/data/kl.php
|
||||
%%DATADIR%%/framework/i18n/data/kl_gl.php
|
||||
%%DATADIR%%/framework/i18n/data/kln.php
|
||||
|
@ -808,12 +880,16 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/kn.php
|
||||
%%DATADIR%%/framework/i18n/data/kn_in.php
|
||||
%%DATADIR%%/framework/i18n/data/ko.php
|
||||
%%DATADIR%%/framework/i18n/data/ko_kp.php
|
||||
%%DATADIR%%/framework/i18n/data/ko_kr.php
|
||||
%%DATADIR%%/framework/i18n/data/kok.php
|
||||
%%DATADIR%%/framework/i18n/data/kok_in.php
|
||||
%%DATADIR%%/framework/i18n/data/kpe.php
|
||||
%%DATADIR%%/framework/i18n/data/kpe_gn.php
|
||||
%%DATADIR%%/framework/i18n/data/kpe_lr.php
|
||||
%%DATADIR%%/framework/i18n/data/ks.php
|
||||
%%DATADIR%%/framework/i18n/data/ks_arab.php
|
||||
%%DATADIR%%/framework/i18n/data/ks_arab_in.php
|
||||
%%DATADIR%%/framework/i18n/data/ksb.php
|
||||
%%DATADIR%%/framework/i18n/data/ksb_tz.php
|
||||
%%DATADIR%%/framework/i18n/data/ksf.php
|
||||
|
@ -840,7 +916,9 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/lg.php
|
||||
%%DATADIR%%/framework/i18n/data/lg_ug.php
|
||||
%%DATADIR%%/framework/i18n/data/ln.php
|
||||
%%DATADIR%%/framework/i18n/data/ln_ao.php
|
||||
%%DATADIR%%/framework/i18n/data/ln_cd.php
|
||||
%%DATADIR%%/framework/i18n/data/ln_cf.php
|
||||
%%DATADIR%%/framework/i18n/data/ln_cg.php
|
||||
%%DATADIR%%/framework/i18n/data/lo.php
|
||||
%%DATADIR%%/framework/i18n/data/lo_la.php
|
||||
|
@ -865,6 +943,8 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/mg_mg.php
|
||||
%%DATADIR%%/framework/i18n/data/mgh.php
|
||||
%%DATADIR%%/framework/i18n/data/mgh_mz.php
|
||||
%%DATADIR%%/framework/i18n/data/mgo.php
|
||||
%%DATADIR%%/framework/i18n/data/mgo_cm.php
|
||||
%%DATADIR%%/framework/i18n/data/mi.php
|
||||
%%DATADIR%%/framework/i18n/data/mi_nz.php
|
||||
%%DATADIR%%/framework/i18n/data/mk.php
|
||||
|
@ -883,6 +963,10 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/mr_in.php
|
||||
%%DATADIR%%/framework/i18n/data/ms.php
|
||||
%%DATADIR%%/framework/i18n/data/ms_bn.php
|
||||
%%DATADIR%%/framework/i18n/data/ms_latn.php
|
||||
%%DATADIR%%/framework/i18n/data/ms_latn_bn.php
|
||||
%%DATADIR%%/framework/i18n/data/ms_latn_my.php
|
||||
%%DATADIR%%/framework/i18n/data/ms_latn_sg.php
|
||||
%%DATADIR%%/framework/i18n/data/ms_my.php
|
||||
%%DATADIR%%/framework/i18n/data/mt.php
|
||||
%%DATADIR%%/framework/i18n/data/mt_mt.php
|
||||
|
@ -906,11 +990,14 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/nl_be.php
|
||||
%%DATADIR%%/framework/i18n/data/nl_cw.php
|
||||
%%DATADIR%%/framework/i18n/data/nl_nl.php
|
||||
%%DATADIR%%/framework/i18n/data/nl_sr.php
|
||||
%%DATADIR%%/framework/i18n/data/nl_sx.php
|
||||
%%DATADIR%%/framework/i18n/data/nmg.php
|
||||
%%DATADIR%%/framework/i18n/data/nmg_cm.php
|
||||
%%DATADIR%%/framework/i18n/data/nn.php
|
||||
%%DATADIR%%/framework/i18n/data/nn_no.php
|
||||
%%DATADIR%%/framework/i18n/data/nnh.php
|
||||
%%DATADIR%%/framework/i18n/data/nnh_cm.php
|
||||
%%DATADIR%%/framework/i18n/data/no.php
|
||||
%%DATADIR%%/framework/i18n/data/nr.php
|
||||
%%DATADIR%%/framework/i18n/data/nr_za.php
|
||||
|
@ -929,6 +1016,9 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/om_ke.php
|
||||
%%DATADIR%%/framework/i18n/data/or.php
|
||||
%%DATADIR%%/framework/i18n/data/or_in.php
|
||||
%%DATADIR%%/framework/i18n/data/os.php
|
||||
%%DATADIR%%/framework/i18n/data/os_ge.php
|
||||
%%DATADIR%%/framework/i18n/data/os_ru.php
|
||||
%%DATADIR%%/framework/i18n/data/pa.php
|
||||
%%DATADIR%%/framework/i18n/data/pa_arab.php
|
||||
%%DATADIR%%/framework/i18n/data/pa_arab_pk.php
|
||||
|
@ -943,10 +1033,13 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/pt.php
|
||||
%%DATADIR%%/framework/i18n/data/pt_ao.php
|
||||
%%DATADIR%%/framework/i18n/data/pt_br.php
|
||||
%%DATADIR%%/framework/i18n/data/pt_cv.php
|
||||
%%DATADIR%%/framework/i18n/data/pt_gw.php
|
||||
%%DATADIR%%/framework/i18n/data/pt_mo.php
|
||||
%%DATADIR%%/framework/i18n/data/pt_mz.php
|
||||
%%DATADIR%%/framework/i18n/data/pt_pt.php
|
||||
%%DATADIR%%/framework/i18n/data/pt_st.php
|
||||
%%DATADIR%%/framework/i18n/data/pt_tl.php
|
||||
%%DATADIR%%/framework/i18n/data/rm.php
|
||||
%%DATADIR%%/framework/i18n/data/rm_ch.php
|
||||
%%DATADIR%%/framework/i18n/data/rn.php
|
||||
|
@ -958,6 +1051,9 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/rof_tz.php
|
||||
%%DATADIR%%/framework/i18n/data/root.php
|
||||
%%DATADIR%%/framework/i18n/data/ru.php
|
||||
%%DATADIR%%/framework/i18n/data/ru_by.php
|
||||
%%DATADIR%%/framework/i18n/data/ru_kg.php
|
||||
%%DATADIR%%/framework/i18n/data/ru_kz.php
|
||||
%%DATADIR%%/framework/i18n/data/ru_md.php
|
||||
%%DATADIR%%/framework/i18n/data/ru_ru.php
|
||||
%%DATADIR%%/framework/i18n/data/ru_ua.php
|
||||
|
@ -1009,6 +1105,8 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/so_so.php
|
||||
%%DATADIR%%/framework/i18n/data/sq.php
|
||||
%%DATADIR%%/framework/i18n/data/sq_al.php
|
||||
%%DATADIR%%/framework/i18n/data/sq_mk.php
|
||||
%%DATADIR%%/framework/i18n/data/sq_xk.php
|
||||
%%DATADIR%%/framework/i18n/data/sr.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_ba.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_cs.php
|
||||
|
@ -1017,12 +1115,14 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/sr_cyrl_cs.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_cyrl_me.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_cyrl_rs.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_cyrl_xk.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_cyrl_yu.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_latn.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_latn_ba.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_latn_cs.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_latn_me.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_latn_rs.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_latn_xk.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_latn_yu.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_me.php
|
||||
%%DATADIR%%/framework/i18n/data/sr_rs.php
|
||||
|
@ -1036,11 +1136,13 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/st_ls.php
|
||||
%%DATADIR%%/framework/i18n/data/st_za.php
|
||||
%%DATADIR%%/framework/i18n/data/sv.php
|
||||
%%DATADIR%%/framework/i18n/data/sv_ax.php
|
||||
%%DATADIR%%/framework/i18n/data/sv_fi.php
|
||||
%%DATADIR%%/framework/i18n/data/sv_se.php
|
||||
%%DATADIR%%/framework/i18n/data/sw.php
|
||||
%%DATADIR%%/framework/i18n/data/sw_ke.php
|
||||
%%DATADIR%%/framework/i18n/data/sw_tz.php
|
||||
%%DATADIR%%/framework/i18n/data/sw_ug.php
|
||||
%%DATADIR%%/framework/i18n/data/swc.php
|
||||
%%DATADIR%%/framework/i18n/data/swc_cd.php
|
||||
%%DATADIR%%/framework/i18n/data/syr.php
|
||||
|
@ -1048,6 +1150,8 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/ta.php
|
||||
%%DATADIR%%/framework/i18n/data/ta_in.php
|
||||
%%DATADIR%%/framework/i18n/data/ta_lk.php
|
||||
%%DATADIR%%/framework/i18n/data/ta_my.php
|
||||
%%DATADIR%%/framework/i18n/data/ta_sg.php
|
||||
%%DATADIR%%/framework/i18n/data/te.php
|
||||
%%DATADIR%%/framework/i18n/data/te_in.php
|
||||
%%DATADIR%%/framework/i18n/data/teo.php
|
||||
|
@ -1067,10 +1171,12 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/tl.php
|
||||
%%DATADIR%%/framework/i18n/data/tl_ph.php
|
||||
%%DATADIR%%/framework/i18n/data/tn.php
|
||||
%%DATADIR%%/framework/i18n/data/tn_bw.php
|
||||
%%DATADIR%%/framework/i18n/data/tn_za.php
|
||||
%%DATADIR%%/framework/i18n/data/to.php
|
||||
%%DATADIR%%/framework/i18n/data/to_to.php
|
||||
%%DATADIR%%/framework/i18n/data/tr.php
|
||||
%%DATADIR%%/framework/i18n/data/tr_cy.php
|
||||
%%DATADIR%%/framework/i18n/data/tr_tr.php
|
||||
%%DATADIR%%/framework/i18n/data/trv.php
|
||||
%%DATADIR%%/framework/i18n/data/trv_tw.php
|
||||
|
@ -1111,6 +1217,7 @@ bin/yiic
|
|||
%%DATADIR%%/framework/i18n/data/ve_za.php
|
||||
%%DATADIR%%/framework/i18n/data/vi.php
|
||||
%%DATADIR%%/framework/i18n/data/vi_vn.php
|
||||
%%DATADIR%%/framework/i18n/data/vo.php
|
||||
%%DATADIR%%/framework/i18n/data/vun.php
|
||||
%%DATADIR%%/framework/i18n/data/vun_tz.php
|
||||
%%DATADIR%%/framework/i18n/data/wae.php
|
||||
|
@ -1158,7 +1265,9 @@ bin/yiic
|
|||
%%DATADIR%%/framework/logging/CLogRouter.php
|
||||
%%DATADIR%%/framework/logging/CLogger.php
|
||||
%%DATADIR%%/framework/logging/CProfileLogRoute.php
|
||||
%%DATADIR%%/framework/logging/CSysLogRoute.php
|
||||
%%DATADIR%%/framework/logging/CWebLogRoute.php
|
||||
%%DATADIR%%/framework/messages/ar/yii.php
|
||||
%%DATADIR%%/framework/messages/ar/zii.php
|
||||
%%DATADIR%%/framework/messages/bg/yii.php
|
||||
%%DATADIR%%/framework/messages/bg/zii.php
|
||||
|
@ -1168,6 +1277,8 @@ bin/yiic
|
|||
%%DATADIR%%/framework/messages/config.php
|
||||
%%DATADIR%%/framework/messages/cs/yii.php
|
||||
%%DATADIR%%/framework/messages/cs/zii.php
|
||||
%%DATADIR%%/framework/messages/da/yii.php
|
||||
%%DATADIR%%/framework/messages/da/zii.php
|
||||
%%DATADIR%%/framework/messages/de/yii.php
|
||||
%%DATADIR%%/framework/messages/de/zii.php
|
||||
%%DATADIR%%/framework/messages/el/yii.php
|
||||
|
@ -1201,6 +1312,7 @@ bin/yiic
|
|||
%%DATADIR%%/framework/messages/nl/yii.php
|
||||
%%DATADIR%%/framework/messages/nl/zii.php
|
||||
%%DATADIR%%/framework/messages/no/yii.php
|
||||
%%DATADIR%%/framework/messages/no/zii.php
|
||||
%%DATADIR%%/framework/messages/pl/yii.php
|
||||
%%DATADIR%%/framework/messages/pl/zii.php
|
||||
%%DATADIR%%/framework/messages/pt/yii.php
|
||||
|
@ -1245,6 +1357,7 @@ bin/yiic
|
|||
%%DATADIR%%/framework/utils/CPropertyValue.php
|
||||
%%DATADIR%%/framework/utils/CTimestamp.php
|
||||
%%DATADIR%%/framework/utils/CVarDumper.php
|
||||
%%DATADIR%%/framework/utils/fileExtensions.php
|
||||
%%DATADIR%%/framework/utils/mimeTypes.php
|
||||
%%DATADIR%%/framework/validators/CBooleanValidator.php
|
||||
%%DATADIR%%/framework/validators/CCaptchaValidator.php
|
||||
|
@ -1380,6 +1493,7 @@ bin/yiic
|
|||
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt
|
||||
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt
|
||||
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
|
||||
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt
|
||||
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt
|
||||
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
|
||||
%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt
|
||||
|
@ -1521,6 +1635,19 @@ bin/yiic
|
|||
%%DATADIR%%/framework/views/ca/profile-callstack.php
|
||||
%%DATADIR%%/framework/views/ca/profile-summary-firebug.php
|
||||
%%DATADIR%%/framework/views/ca/profile-summary.php
|
||||
%%DATADIR%%/framework/views/da/error.php
|
||||
%%DATADIR%%/framework/views/da/error400.php
|
||||
%%DATADIR%%/framework/views/da/error403.php
|
||||
%%DATADIR%%/framework/views/da/error404.php
|
||||
%%DATADIR%%/framework/views/da/error500.php
|
||||
%%DATADIR%%/framework/views/da/error503.php
|
||||
%%DATADIR%%/framework/views/da/exception.php
|
||||
%%DATADIR%%/framework/views/da/log-firebug.php
|
||||
%%DATADIR%%/framework/views/da/log.php
|
||||
%%DATADIR%%/framework/views/da/profile-callstack-firebug.php
|
||||
%%DATADIR%%/framework/views/da/profile-callstack.php
|
||||
%%DATADIR%%/framework/views/da/profile-summary-firebug.php
|
||||
%%DATADIR%%/framework/views/da/profile-summary.php
|
||||
%%DATADIR%%/framework/views/de/error.php
|
||||
%%DATADIR%%/framework/views/de/error400.php
|
||||
%%DATADIR%%/framework/views/de/error403.php
|
||||
|
@ -1891,6 +2018,7 @@ bin/yiic
|
|||
%%DATADIR%%/framework/web/auth/CPhpAuthManager.php
|
||||
%%DATADIR%%/framework/web/auth/CUserIdentity.php
|
||||
%%DATADIR%%/framework/web/auth/CWebUser.php
|
||||
%%DATADIR%%/framework/web/auth/schema-cubrid.sql
|
||||
%%DATADIR%%/framework/web/auth/schema-mssql.sql
|
||||
%%DATADIR%%/framework/web/auth/schema-mysql.sql
|
||||
%%DATADIR%%/framework/web/auth/schema-oci.sql
|
||||
|
@ -1948,21 +2076,6 @@ bin/yiic
|
|||
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-icons_888888_256x240.png
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/images/ui-icons_cd0a0a_256x240.png
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery-ui.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.accordion.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.autocomplete.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.button.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.core.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.datepicker.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.dialog.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.menu.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.progressbar.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.resizable.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.selectable.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.slider.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.spinner.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.tabs.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.theme.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/css/base/jquery.ui.tooltip.css
|
||||
%%DATADIR%%/framework/web/js/source/jui/js/jquery-ui-i18n.min.js
|
||||
%%DATADIR%%/framework/web/js/source/jui/js/jquery-ui.min.js
|
||||
%%DATADIR%%/framework/web/js/source/punycode.js
|
||||
|
|
Loading…
Reference in a new issue