From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 19 14:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DA451065676 for ; Thu, 19 Apr 2012 14:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4EFC58FC19 for ; Thu, 19 Apr 2012 14:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3JEo8al096321 for ; Thu, 19 Apr 2012 14:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3JEo8Eh096320; Thu, 19 Apr 2012 14:50:08 GMT (envelope-from gnats) Resent-Date: Thu, 19 Apr 2012 14:50:08 GMT Resent-Message-Id: <201204191450.q3JEo8Eh096320@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Theis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 251681065672 for ; Thu, 19 Apr 2012 14:42:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6E78FC0A for ; Thu, 19 Apr 2012 14:42:19 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3JEgIeT077019 for ; Thu, 19 Apr 2012 14:42:18 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q3JEgITX077018; Thu, 19 Apr 2012 14:42:18 GMT (envelope-from nobody) Message-Id: <201204191442.q3JEgITX077018@red.freebsd.org> Date: Thu, 19 Apr 2012 14:42:18 GMT From: Christoph Theis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/167099: New cakephp port for version 2.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2012 14:50:08 -0000 >Number: 167099 >Category: ports >Synopsis: New cakephp port for version 2.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 19 14:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: Strictly spoken I'm only the maintainer of www/cakephp13 for the previous version of CakePHP. So when asked if there will be a FreeBSD port of CakePHP 2.x I created it based on the cakephp13 port. This is a new port www/cakephp2. The CakePHP people told me there will be no separate branches 2.0, 2.1, etc. like in the 1.x branch but only one 2.x, so there is no need to have ports like cakephp20 for version 2.0, cakephp21 for version 2.1, etc. And many thanks to Thomas Steen Rasmussen for testing the port. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cakephp2 # cakephp2/Makefile # cakephp2/distinfo # cakephp2/pkg-descr # cakephp2/pkg-plist # cakephp2/files # cakephp2/files/pkg-message-no-apache.in # cakephp2/files/pkg-message.in # cakephp2/files/cakephp-development.conf.in # cakephp2/files/cakephp-development-cgi.conf.in # cakephp2/files/cakephp-production.conf.in # cakephp2/files/cakephp-production-cgi.conf.in # cakephp2/files/patch-cake__console__cake # cakephp2/files/extra-patch-app__Config__core.php # echo c - cakephp2 mkdir -p cakephp2 > /dev/null 2>&1 echo x - cakephp2/Makefile sed 's/^X//' >cakephp2/Makefile << '2c4eccf21bdc1c476257ee3ad6c80a22' X# New ports collection makefile for: cakephp2 X# Date created: 20 February 2012 X# Whom: Christoph Theis X# X# $FreeBSD$ X# X XPORTNAME= cakephp XPORTVERSION= 2.1.1 XPORTREVISION= XCATEGORIES= www XMASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ XDISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} X XMAINTAINER= theis@gmx.at XCOMMENT= A framework for developing PHP web applications X XLICENSE= MIT X XGITVERSION= 0-g43cf2f0 XFETCH_ARGS= -pRr XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-0cad237 X XPORTDOCS= README X XSLAVE_PORT_MODULES= rewrite X XCONFLICTS= cakephp-1.* X XNO_BUILD= yes XUSE_GETTEXT= yes XUSE_PHP= session XWANT_PHP_WEB= yes XDEFAULT_PHP_VER=5 XIGNORE_WITH_PHP=4 X XCAKE_CONF_FILES= \ X app/Config/acl.php \ X app/Config/acl.ini.php \ X app/Config/bootstrap.php \ X app/Config/core.php \ X app/Config/database.php \ X app/Config/routes.php \ X app/Config/email.php XCAKE_CONSOLE= lib/Cake/Console/cake X XOPTIONS= PROD "Install for production server (make confighelp)" Off \ X AP "Add Apache 2.2+ dependency" Off \ X MYSQL "Check for/install MySQL support in PHP" Off \ X PGSQL "Check for/install PostgreSQL support in PHP" Off \ X SQLITE "Check for/install SQLite support in PHP" Off \ X APC "Enable APC caching engine" Off \ X MEMCACHE "Enable Memcached caching engine client" Off X XCONFDIR= ${PREFIX}/${CONFDIR_REL} XCONFDIR_REL= ${APACHEETCDIR}/Includes X X.include X XWITH_PHP_CGI?= /cgi-bin/php X X.if ${PHP_SAPI:Mcgi} == "cgi" && ${PHP_SAPI:Mmod} == "" XCGI_EXT= -cgi X.else XCGI_EXT= X.endif X XSUB_LIST+= PHPCGI=${WITH_PHP_CGI} X X.if defined(WITH_AP) XSUB_FILES= pkg-message XUSE_APACHE= 22+ XPKGMESSAGE= pkg-message XAPDEP= X.else XSUB_FILES= pkg-message-no-apache XPKGMESSAGE= pkg-message-no-apache XAPDEP= "@comment " X.endif X X.if defined(WITH_PROD) XPROD= production XHTACCESS= "" X.else XPROD= development XEXTRA_PATCHES= ${FILESDIR}/extra-patch-app__Config__core.php XHTACCESS= "@comment " X.endif X XCONF= cakephp-${PROD}${CGI_EXT}.conf XSUB_FILES+= ${CONF} X XPLIST_SUB+= CONFDIR=${CONFDIR_REL} ECHO_MSG=${ECHO_MSG} \ X HTACCESS=${HTACCESS} APDEP=${APDEP} X XDB_DEFINED= no X X.if defined(WITH_MYSQL) XDB_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_mysql.so:${PORTSDIR}/databases/php5-pdo_mysql XDB_DEFINED= yes X.endif X X.if defined(WITH_PGSQL) XDB_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql XDB_DEFINED= yes X.endif X X.if defined(WITH_SQLITE) XDB_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_sqlite.so:${PORTSDIR}/databases/php5-pdo_sqlite XDB_DEFINED= yes X.endif X X.if ${DB_DEFINED} == "yes" XRUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo.so:${PORTSDIR}/databases/php5-pdo \ X ${DB_DEPENDS} X.endif X X.if defined(WITH_APC) XUSE_PHP+= apc X.endif X X.if defined(WITH_MEMCACHE) XUSE_PHP+= memcache X.endif X Xconfighelp: X @${ECHO_MSG} "" X @${ECHO_MSG} "On a production server, the Apache DocumentRoot is" X @${ECHO_MSG} "updated to point to the CakePHP webroot directory." X @${ECHO_MSG} "In this configuration, the CakePHP application is" X @${ECHO_MSG} "accessed at http://www.myservername.com/." X @${ECHO_MSG} "" X @${ECHO_MSG} "A non-production server, CakePHP is installed at" X @${ECHO_MSG} "the /cakephp URL, and the CakePHP application is" X @${ECHO_MSG} "accessed at http://www.myservername.com/cakephp/." X @${ECHO_MSG} "" X @${ECHO_MSG} "For more information, please see:" X @${ECHO_MSG} "http://manual.cakephp.org/chapter/installing" X @${ECHO_MSG} "" X Xpost-extract: X @${FIND} ${WRKSRC} -name ._\* -delete X Xpost-patch: X @${RM} -f ${WRKSRC}/lib/Cake/Console/cake.orig \ X ${WRKSRC}/app/Config/core.php.orig X X# Rename config files so we don't overwrite those in an existing installation X @for i in ${CAKE_CONF_FILES}; do \ X if [ -f ${WRKSRC}/$$i ]; then \ X ${MV} ${WRKSRC}/$$i ${WRKSRC}/$$i.default; \ X fi \ X done X Xdo-install: X @cd ${WRKSRC} && ${COPYTREE_SHARE} \ X ".htaccess app lib index.php plugins vendors" ${WWWDIR} X X.if !defined(WITH_PROD) X# If installed in development mode, get rid of .htaccess files, X# as noted by: X# http://book.cakephp.org/view/42/The-Configuration-Class#CakePHP-Core-Configuration-Variables-44 X @${FIND} ${WWWDIR} -type f -name .htaccess -exec ${RM} {} \; X @${ECHO_CMD} '@exec ${FIND} ${WWWDIR:S|^${PREFIX}/|%D/|} -type f -name .htaccess -exec ${RM} {} \;' >> ${TMPPLIST} X.endif X X# Get rid of the empty placeholder files X @${FIND} ${WWWDIR} -type f -name empty -size 0 -exec ${RM} {} \; X @${ECHO_CMD} '@exec ${FIND} ${WWWDIR:S|^${PREFIX}/|%D/|} -type f -name empty -size 0 -exec ${RM} {} \;' >> ${TMPPLIST} X X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} X @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \ X ${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST} X @${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 X @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type f -print0 | \ X ${XARGS} -0 ${CHMOD} 644' >> ${TMPPLIST} X @${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 X @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type d -print0 | \ X ${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST} X X# Fix the permissions of the Cake console script X @${CHMOD} 755 ${WWWDIR}/${CAKE_CONSOLE} X @${ECHO_CMD} '@exec ${CHMOD} 755 ${WWWDIR}/${CAKE_CONSOLE}' >> ${TMPPLIST} X Xpost-install: X @for i in ${CAKE_CONF_FILES}; do \ X if [ ! -f ${WWWDIR}/$$i -a -f ${WRKSRC}/$$i.default ]; then \ X ${INSTALL_DATA} ${WRKSRC}/$$i.default ${WWWDIR}/$$i; \ X fi \ X done X.if defined(WITH_AP) X @if [ -d "${CONFDIR}" ]; then \ X ${CP} ${WRKDIR}/${CONF} ${CONFDIR}/cakephp.conf; \ X else \ X ${ECHO_MSG} "" ; \ X ${ECHO_MSG} "Please check your Apache 2.x installation -" ; \ X ${ECHO_MSG} "${CONFDIR} doesn't exist," ; \ X ${ECHO_MSG} "so I cannot install cakephp.conf there!" ; \ X ${ECHO_MSG} "" ; \ X ${FALSE} ; \ X fi X.endif X.if !defined(NOPORTDOCS) X @${INSTALL} -d ${DOCSDIR} X @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} X.endif X @${CAT} ${PKGMESSAGE} X.if ${CGI_EXT} == "-cgi" X @${ECHO_MSG} "" X @${ECHO_MSG} "Your CakePHP installation was configured to use the PHP CGI binary." X @${ECHO_MSG} "The PHP CGI binary is expected to be referenced by the URL:" X @${ECHO_MSG} "" X @${ECHO_MSG} " ${WITH_PHP_CGI}" X @${ECHO_MSG} "" X @${ECHO_MSG} "If this is incorrect, reinstall the port with the WITH_PHP_CGI knob" X @${ECHO_MSG} "set to the correct URL." X.endif X @${ECHO_MSG} "*********************************************************************" X X.include 2c4eccf21bdc1c476257ee3ad6c80a22 echo x - cakephp2/distinfo sed 's/^X//' >cakephp2/distinfo << '5f52d1de7dbc5d1a616004a007dc56ac' XSHA256 (cakephp-cakephp-2.1.1-0-g43cf2f0.tar.gz) = e54f2fcb3eb14c8caaf773888613b01c7f7205c4ef82a50838ea2cecf9e7a9f3 XSIZE (cakephp-cakephp-2.1.1-0-g43cf2f0.tar.gz) = 1124497 5f52d1de7dbc5d1a616004a007dc56ac echo x - cakephp2/pkg-descr sed 's/^X//' >cakephp2/pkg-descr << '58698fd2b4ed6c6f8bdd85a377f98ec1' XThis is a port of the CakePHP web application framework. CakePHP is a Xfree open-source rapid development framework for PHP. It's a structure Xof libraries, classes and run-time infrastructure for programmers Xcreating web applications originally inspired by the Ruby on Rails Xframework. Our primary goal is to enable you to work in a structured Xand rapid manner - without loss of flexibility. X XWWW: http://www.cakephp.org/ 58698fd2b4ed6c6f8bdd85a377f98ec1 echo x - cakephp2/pkg-plist sed 's/^X//' >cakephp2/pkg-plist << 'd4dd25ccac960e9ff582bee7d73a0a09' X%%HTACCESS%%%%WWWDIR%%/.htaccess X%%HTACCESS%%%%WWWDIR%%/app/.htaccess X@unexec if cmp -s %D/%%WWWDIR%%/app/Config/acl.php.default %D/%%WWWDIR%%/app/Config/acl.php; then rm -f %D/%%WWWDIR%%/app/Config/acl.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/Config/acl.php has not been removed"; fi X%%WWWDIR%%/app/Config/acl.php.default X@exec if [ ! -f %B/acl.php ]; then cp -p %B/acl.php.default %B/acl.php; else %%ECHO_MSG%% "===> Customized %B/acl.php has not been overwritten"; fi X@unexec if cmp -s %D/%%WWWDIR%%/app/Config/acl.ini.php.default %D/%%WWWDIR%%/app/Config/acl.ini.php; then rm -f %D/%%WWWDIR%%/app/Config/acl.ini.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/Config/acl.ini.php has not been removed"; fi X%%WWWDIR%%/app/Config/acl.ini.php.default X@exec if [ ! -f %B/acl.ini.php ]; then cp -p %B/acl.ini.php.default %B/acl.ini.php; else %%ECHO_MSG%% "===> Customized %B/acl.ini.php has not been overwritten"; fi X@unexec if cmp -s %D/%%WWWDIR%%/app/Config/bootstrap.php.default %D/%%WWWDIR%%/app/Config/bootstrap.php; then rm -f %D/%%WWWDIR%%/app/Config/bootstrap.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/Config/bootstrap.php has not been removed"; fi X%%WWWDIR%%/app/Config/bootstrap.php.default X@exec if [ ! -f %B/bootstrap.php ]; then cp -p %B/bootstrap.php.default %B/bootstrap.php; else %%ECHO_MSG%% "===> Customized %B/bootstrap.php has not been overwritten"; fi X@unexec if cmp -s %D/%%WWWDIR%%/app/Config/core.php.default %D/%%WWWDIR%%/app/Config/core.php; then rm -f %D/%%WWWDIR%%/app/Config/core.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/Config/core.php has not been removed"; fi X%%WWWDIR%%/app/Config/core.php.default X@exec if [ ! -f %B/core.php ]; then cp -p %B/core.php.default %B/core.php; else %%ECHO_MSG%% "===> Customized %B/core.php has not been overwritten"; fi X@unexec if cmp -s %D/%%WWWDIR%%/app/Config/database.php.default %D/%%WWWDIR%%/app/Config/database.php; then rm -f %D/%%WWWDIR%%/app/Config/database.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/Config/database.php has not been removed"; fi X%%WWWDIR%%/app/Config/database.php.default X@exec if [ ! -f %B/database.php ]; then cp -p %B/database.php.default %B/database.php; else %%ECHO_MSG%% "===> Customized %B/database.php has not been overwritten"; fi X@unexec if cmp -s %D/%%WWWDIR%%/app/Config/email.php.default %D/%%WWWDIR%%/app/Config/email.php; then rm -f %D/%%WWWDIR%%/app/Config/email.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/Config/email.php has not been removed"; fi X%%WWWDIR%%/app/Config/email.php.default X@exec if [ ! -f %B/email.php ]; then cp -p %B/email.php.default %B/email.php; else %%ECHO_MSG%% "===> Customized %B/email.php has not been overwritten"; fi X@unexec if cmp -s %D/%%WWWDIR%%/app/Config/routes.php.default %D/%%WWWDIR%%/app/Config/routes.php; then rm -f %D/%%WWWDIR%%/app/Config/routes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/Config/routes.php has not been removed"; fi X%%WWWDIR%%/app/Config/routes.php.default X@exec if [ ! -f %B/routes.php ]; then cp -p %B/routes.php.default %B/routes.php; else %%ECHO_MSG%% "===> Customized %B/routes.php has not been overwritten"; fi X%%WWWDIR%%/app/Config/Schema/db_acl.php X%%WWWDIR%%/app/Config/Schema/db_acl.sql X%%WWWDIR%%/app/Config/Schema/i18n.php X%%WWWDIR%%/app/Config/Schema/i18n.sql X%%WWWDIR%%/app/Config/Schema/sessions.php X%%WWWDIR%%/app/Config/Schema/sessions.sql X%%WWWDIR%%/app/Console/Command/AppShell.php X%%WWWDIR%%/app/Console/cake X%%WWWDIR%%/app/Console/cake.bat X%%WWWDIR%%/app/Console/cake.php X%%WWWDIR%%/app/Controller/AppController.php X%%WWWDIR%%/app/Controller/PagesController.php X%%WWWDIR%%/app/Model/AppModel.php X%%WWWDIR%%/app/View/Emails/html/default.ctp X%%WWWDIR%%/app/View/Emails/text/default.ctp X%%WWWDIR%%/app/View/Errors/error400.ctp X%%WWWDIR%%/app/View/Errors/error500.ctp X%%WWWDIR%%/app/View/Helper/AppHelper.php X%%WWWDIR%%/app/View/Layouts/Emails/html/default.ctp X%%WWWDIR%%/app/View/Layouts/Emails/text/default.ctp X%%WWWDIR%%/app/View/Layouts/js/default.ctp X%%WWWDIR%%/app/View/Layouts/rss/default.ctp X%%WWWDIR%%/app/View/Layouts/xml/default.ctp X%%WWWDIR%%/app/View/Layouts/ajax.ctp X%%WWWDIR%%/app/View/Layouts/default.ctp X%%WWWDIR%%/app/View/Layouts/flash.ctp X%%WWWDIR%%/app/View/Pages/home.ctp X%%WWWDIR%%/app/index.php X%%HTACCESS%%%%WWWDIR%%/app/webroot/.htaccess X%%WWWDIR%%/app/webroot/css/cake.generic.css X%%WWWDIR%%/app/webroot/favicon.ico X%%WWWDIR%%/app/webroot/img/cake.icon.png X%%WWWDIR%%/app/webroot/img/cake.power.gif X%%WWWDIR%%/app/webroot/img/test-error-icon.png X%%WWWDIR%%/app/webroot/img/test-fail-icon.png X%%WWWDIR%%/app/webroot/img/test-pass-icon.png X%%WWWDIR%%/app/webroot/img/test-skip-icon.png X%%WWWDIR%%/app/webroot/index.php X%%WWWDIR%%/app/webroot/test.php X%%WWWDIR%%/index.php X%%WWWDIR%%/lib/Cake/Cache/Cache.php X%%WWWDIR%%/lib/Cake/Cache/CacheEngine.php X%%WWWDIR%%/lib/Cake/Cache/Engine/ApcEngine.php X%%WWWDIR%%/lib/Cake/Cache/Engine/FileEngine.php X%%WWWDIR%%/lib/Cake/Cache/Engine/MemcacheEngine.php X%%WWWDIR%%/lib/Cake/Cache/Engine/WincacheEngine.php X%%WWWDIR%%/lib/Cake/Cache/Engine/XcacheEngine.php X%%WWWDIR%%/lib/Cake/Config/config.php X%%WWWDIR%%/lib/Cake/Config/routes.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/0080_00ff.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/0100_017f.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/0180_024F.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/0250_02af.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/0370_03ff.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/0400_04ff.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/0500_052f.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/0530_058f.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/1e00_1eff.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/1f00_1fff.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/2100_214f.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/2150_218f.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/2460_24ff.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/2c00_2c5f.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/2c60_2c7f.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/2c80_2cff.php X%%WWWDIR%%/lib/Cake/Config/unicode/casefolding/ff00_ffef.php X%%WWWDIR%%/lib/Cake/Configure/ConfigReaderInterface.php X%%WWWDIR%%/lib/Cake/Configure/IniReader.php X%%WWWDIR%%/lib/Cake/Configure/PhpReader.php X%%WWWDIR%%/lib/Cake/Console/Command/AclShell.php X%%WWWDIR%%/lib/Cake/Console/Command/ApiShell.php X%%WWWDIR%%/lib/Cake/Console/Command/AppShell.php X%%WWWDIR%%/lib/Cake/Console/Command/BakeShell.php X%%WWWDIR%%/lib/Cake/Console/Command/CommandListShell.php X%%WWWDIR%%/lib/Cake/Console/Command/ConsoleShell.php X%%WWWDIR%%/lib/Cake/Console/Command/I18nShell.php X%%WWWDIR%%/lib/Cake/Console/Command/SchemaShell.php X%%WWWDIR%%/lib/Cake/Console/Command/TestShell.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/BakeTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/ControllerTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/DbConfigTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/ExtractTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/FixtureTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/ModelTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/PluginTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/ProjectTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/TemplateTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/TestTask.php X%%WWWDIR%%/lib/Cake/Console/Command/Task/ViewTask.php X%%WWWDIR%%/lib/Cake/Console/Command/TestsuiteShell.php X%%WWWDIR%%/lib/Cake/Console/Command/UpgradeShell.php X%%WWWDIR%%/lib/Cake/Console/ConsoleErrorHandler.php X%%WWWDIR%%/lib/Cake/Console/ConsoleInput.php X%%WWWDIR%%/lib/Cake/Console/ConsoleInputArgument.php X%%WWWDIR%%/lib/Cake/Console/ConsoleInputOption.php X%%WWWDIR%%/lib/Cake/Console/ConsoleInputSubcommand.php X%%WWWDIR%%/lib/Cake/Console/ConsoleOptionParser.php X%%WWWDIR%%/lib/Cake/Console/ConsoleOutput.php X%%WWWDIR%%/lib/Cake/Console/HelpFormatter.php X%%WWWDIR%%/lib/Cake/Console/Shell.php X%%WWWDIR%%/lib/Cake/Console/ShellDispatcher.php X%%WWWDIR%%/lib/Cake/Console/TaskCollection.php X%%WWWDIR%%/lib/Cake/Console/Templates/default/actions/controller_actions.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/default/classes/controller.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/default/classes/fixture.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/default/classes/model.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/default/classes/test.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/default/views/form.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/default/views/home.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/default/views/index.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/default/views/view.ctp X%%HTACCESS%%%%WWWDIR%%/lib/Cake/Console/Templates/skel/.htaccess X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/Schema/db_acl.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/Schema/db_acl.sql X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/Schema/i18n.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/Schema/i18n.sql X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/Schema/sessions.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/Schema/sessions.sql X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/acl.ini.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/bootstrap.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/core.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/database.php.default X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/email.php.default X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/routes.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Console/Command/AppShell.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Console/cake X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Console/cake.bat X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Console/cake.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Controller/AppController.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Controller/PagesController.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/Model/AppModel.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Emails/html/default.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Emails/text/default.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Errors/error400.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Errors/error500.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Helper/AppHelper.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/Emails/html/default.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/Emails/text/default.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/default.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/js/default.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/rss/default.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/xml/default.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Pages/home.ctp X%%WWWDIR%%/lib/Cake/Console/Templates/skel/index.php X%%HTACCESS%%%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/.htaccess X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/favicon.ico X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/img/cake.icon.png X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/img/cake.power.gif X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/img/test-error-icon.png X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/img/test-fail-icon.png X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/img/test-pass-icon.png X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/img/test-skip-icon.png X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/index.php X%%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/test.php X%%WWWDIR%%/lib/Cake/Console/cake X%%WWWDIR%%/lib/Cake/Console/cake.bat X%%WWWDIR%%/lib/Cake/Console/cake.php X%%WWWDIR%%/lib/Cake/Controller/CakeErrorController.php X%%WWWDIR%%/lib/Cake/Controller/Component.php X%%WWWDIR%%/lib/Cake/Controller/Component/Acl/AclInterface.php X%%WWWDIR%%/lib/Cake/Controller/Component/Acl/DbAcl.php X%%WWWDIR%%/lib/Cake/Controller/Component/Acl/IniAcl.php X%%WWWDIR%%/lib/Cake/Controller/Component/Acl/PhpAcl.php X%%WWWDIR%%/lib/Cake/Controller/Component/AclComponent.php X%%WWWDIR%%/lib/Cake/Controller/Component/Auth/ActionsAuthorize.php X%%WWWDIR%%/lib/Cake/Controller/Component/Auth/BaseAuthenticate.php X%%WWWDIR%%/lib/Cake/Controller/Component/Auth/BaseAuthorize.php X%%WWWDIR%%/lib/Cake/Controller/Component/Auth/BasicAuthenticate.php X%%WWWDIR%%/lib/Cake/Controller/Component/Auth/ControllerAuthorize.php X%%WWWDIR%%/lib/Cake/Controller/Component/Auth/CrudAuthorize.php X%%WWWDIR%%/lib/Cake/Controller/Component/Auth/DigestAuthenticate.php X%%WWWDIR%%/lib/Cake/Controller/Component/Auth/FormAuthenticate.php X%%WWWDIR%%/lib/Cake/Controller/Component/AuthComponent.php X%%WWWDIR%%/lib/Cake/Controller/Component/CookieComponent.php X%%WWWDIR%%/lib/Cake/Controller/Component/EmailComponent.php X%%WWWDIR%%/lib/Cake/Controller/Component/PaginatorComponent.php X%%WWWDIR%%/lib/Cake/Controller/Component/RequestHandlerComponent.php X%%WWWDIR%%/lib/Cake/Controller/Component/SecurityComponent.php X%%WWWDIR%%/lib/Cake/Controller/Component/SessionComponent.php X%%WWWDIR%%/lib/Cake/Controller/ComponentCollection.php X%%WWWDIR%%/lib/Cake/Controller/Controller.php X%%WWWDIR%%/lib/Cake/Controller/Scaffold.php X%%WWWDIR%%/lib/Cake/Core/App.php X%%WWWDIR%%/lib/Cake/Core/CakePlugin.php X%%WWWDIR%%/lib/Cake/Core/Configure.php X%%WWWDIR%%/lib/Cake/Core/Object.php X%%WWWDIR%%/lib/Cake/Error/ErrorHandler.php X%%WWWDIR%%/lib/Cake/Error/ExceptionRenderer.php X%%WWWDIR%%/lib/Cake/Error/exceptions.php X%%WWWDIR%%/lib/Cake/Event/CakeEvent.php X%%WWWDIR%%/lib/Cake/Event/CakeEventListener.php X%%WWWDIR%%/lib/Cake/Event/CakeEventManager.php X%%WWWDIR%%/lib/Cake/I18n/I18n.php X%%WWWDIR%%/lib/Cake/I18n/L10n.php X%%WWWDIR%%/lib/Cake/I18n/Multibyte.php X%%WWWDIR%%/lib/Cake/LICENSE.txt X%%WWWDIR%%/lib/Cake/Log/CakeLog.php X%%WWWDIR%%/lib/Cake/Log/CakeLogInterface.php X%%WWWDIR%%/lib/Cake/Log/Engine/FileLog.php X%%WWWDIR%%/lib/Cake/Model/AclNode.php X%%WWWDIR%%/lib/Cake/Model/Aco.php X%%WWWDIR%%/lib/Cake/Model/AcoAction.php X%%WWWDIR%%/lib/Cake/Model/Aro.php X%%WWWDIR%%/lib/Cake/Model/Behavior/AclBehavior.php X%%WWWDIR%%/lib/Cake/Model/Behavior/ContainableBehavior.php X%%WWWDIR%%/lib/Cake/Model/Behavior/TranslateBehavior.php X%%WWWDIR%%/lib/Cake/Model/Behavior/TreeBehavior.php X%%WWWDIR%%/lib/Cake/Model/BehaviorCollection.php X%%WWWDIR%%/lib/Cake/Model/CakeSchema.php X%%WWWDIR%%/lib/Cake/Model/ConnectionManager.php X%%WWWDIR%%/lib/Cake/Model/Datasource/CakeSession.php X%%WWWDIR%%/lib/Cake/Model/Datasource/DataSource.php X%%WWWDIR%%/lib/Cake/Model/Datasource/Database/Mysql.php X%%WWWDIR%%/lib/Cake/Model/Datasource/Database/Postgres.php X%%WWWDIR%%/lib/Cake/Model/Datasource/Database/Sqlite.php X%%WWWDIR%%/lib/Cake/Model/Datasource/Database/Sqlserver.php X%%WWWDIR%%/lib/Cake/Model/Datasource/DboSource.php X%%WWWDIR%%/lib/Cake/Model/Datasource/Session/CacheSession.php X%%WWWDIR%%/lib/Cake/Model/Datasource/Session/CakeSessionHandlerInterface.php X%%WWWDIR%%/lib/Cake/Model/Datasource/Session/DatabaseSession.php X%%WWWDIR%%/lib/Cake/Model/I18nModel.php X%%WWWDIR%%/lib/Cake/Model/Model.php X%%WWWDIR%%/lib/Cake/Model/ModelBehavior.php X%%WWWDIR%%/lib/Cake/Model/Permission.php X%%WWWDIR%%/lib/Cake/Network/CakeRequest.php X%%WWWDIR%%/lib/Cake/Network/CakeResponse.php X%%WWWDIR%%/lib/Cake/Network/CakeSocket.php X%%WWWDIR%%/lib/Cake/Network/Email/AbstractTransport.php X%%WWWDIR%%/lib/Cake/Network/Email/CakeEmail.php X%%WWWDIR%%/lib/Cake/Network/Email/DebugTransport.php X%%WWWDIR%%/lib/Cake/Network/Email/MailTransport.php X%%WWWDIR%%/lib/Cake/Network/Email/SmtpTransport.php X%%WWWDIR%%/lib/Cake/Network/Http/BasicAuthentication.php X%%WWWDIR%%/lib/Cake/Network/Http/DigestAuthentication.php X%%WWWDIR%%/lib/Cake/Network/Http/HttpResponse.php X%%WWWDIR%%/lib/Cake/Network/Http/HttpSocket.php X%%WWWDIR%%/lib/Cake/Routing/Dispatcher.php X%%WWWDIR%%/lib/Cake/Routing/Route/CakeRoute.php X%%WWWDIR%%/lib/Cake/Routing/Route/PluginShortRoute.php X%%WWWDIR%%/lib/Cake/Routing/Route/RedirectRoute.php X%%WWWDIR%%/lib/Cake/Routing/Router.php X%%WWWDIR%%/lib/Cake/Test/Case/AllBehaviorsTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllCacheTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllComponentsTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllConfigureTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllConsoleTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllControllerTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllCoreTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllDatabaseTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllErrorTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllEventTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllHelpersTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllI18nTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllLogTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllNetworkTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllRoutingTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllTestSuiteTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllTestsTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllUtilityTest.php X%%WWWDIR%%/lib/Cake/Test/Case/AllViewTest.php X%%WWWDIR%%/lib/Cake/Test/Case/BasicsTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Cache/CacheTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Configure/IniReaderTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Configure/PhpReaderTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/AllConsoleTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/AllShellsTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/AllTasksTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/AclShellTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/ApiShellTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/BakeShellTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/CommandListShellTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/TestShellTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/ControllerTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/ConsoleOutputTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/HelpFormatterTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/ShellDispatcherTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/ShellTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Console/TaskCollectionTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Auth/ActionsAuthorizeTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Auth/ControllerAuthorizeTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Auth/CrudAuthorizeTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Auth/DigestAuthenticateTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Auth/FormAuthenticateTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/AclComponentTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/AuthComponentTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/CookieComponentTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/EmailComponentTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/PaginatorComponentTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/SessionComponentTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/ComponentTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/ControllerTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/PagesControllerTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Controller/ScaffoldTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Core/AppTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Core/CakePluginTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Core/ConfigureTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Core/ObjectTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Error/ErrorHandlerTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Error/ExceptionRendererTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Event/CakeEventManagerTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Event/CakeEventTest.php X%%WWWDIR%%/lib/Cake/Test/Case/I18n/I18nTest.php X%%WWWDIR%%/lib/Cake/Test/Case/I18n/L10nTest.php X%%WWWDIR%%/lib/Cake/Test/Case/I18n/MultibyteTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Log/CakeLogTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Log/Engine/FileLogTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Behavior/ContainableBehaviorTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/AclNodeTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/CakeSchemaTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/ConnectionManagerTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/ModelDeleteTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/ModelIntegrationTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/ModelReadTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/ModelTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/ModelTestBase.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/ModelValidationTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/ModelWriteTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Model/models.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/CakeRequestTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/CakeResponseTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/CakeSocketTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/Http/HttpResponseTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Routing/DispatcherTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Routing/RouterTest.php X%%WWWDIR%%/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php X%%WWWDIR%%/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php X%%WWWDIR%%/lib/Cake/Test/Case/TestSuite/CakeTestSuiteTest.php X%%WWWDIR%%/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php X%%WWWDIR%%/lib/Cake/Test/Case/TestSuite/HtmlCoverageReportTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/CakeNumberTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/CakeTimeTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/ClassRegistryTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/DebuggerTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/FileTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/FolderTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/InflectorTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/ObjectCollectionTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/SanitizeTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/SecurityTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/SetTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/StringTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/ValidationTest.php X%%WWWDIR%%/lib/Cake/Test/Case/Utility/XmlTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/CacheHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/FormHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/JsHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/NumberHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/RssHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/TextHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/Helper/TimeHelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/HelperCollectionTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/HelperTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/JsonViewTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/MediaViewTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/ScaffoldViewTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/ThemeViewTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/ViewTest.php X%%WWWDIR%%/lib/Cake/Test/Case/View/XmlViewTest.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AccountFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AcoActionFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AcoFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AcoTwoFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AdFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AdvertisementFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AfterTreeFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AnotherArticleFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AppleFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ArmorFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ArmorsPlayerFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AroFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AroTwoFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ArosAcoFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ArosAcoTwoFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ArticleFeaturedFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ArticleFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ArticlesTagFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AssertTagsTestCase.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AttachmentFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AuthUserCustomFieldFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AuthUserFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/AuthorFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BakeArticleFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BakeArticlesBakeTagFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BakeCommentFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BakeTagFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BasketFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BidFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BiddingFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BiddingMessageFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BinaryTestFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/BookFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CacheTestModelFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CallbackFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CampaignFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CategoryFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CategoryThreadFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CdFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CommentFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ContentAccountFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ContentFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CounterCachePostFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CounterCacheUserFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DataTestFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DatatypeFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DependencyFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DeviceFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DeviceTypeCategoryFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DeviceTypeFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DocumentDirectoryFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DocumentFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DomainFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/DomainsSiteFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ExteriorTypeCategoryFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/FeatureSetFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/FeaturedFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/FilmFileFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/FixturizedTestCase.php X%%WWWDIR%%/lib/Cake/Test/Fixture/FlagTreeFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/FruitFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/FruitsUuidTagFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/GroupUpdateAllFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/GuildFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/GuildsPlayerFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/HomeFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ImageFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ItemFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ItemsPortfolioFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/JoinABFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/JoinACFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/JoinAFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/JoinBFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/JoinCFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/JoinThingFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/MessageFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/MyCategoriesMyProductsFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/MyCategoriesMyUsersFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/MyCategoryFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/MyProductFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/MyUserFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/NodeFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/NumberTreeFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/NumberTreeTwoFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/NumericArticleFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/OverallFavoriteFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/PersonFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/PlayerFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/PortfolioFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/PostFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/PostsTagFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/PrefixTestFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/PrimaryModelFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ProductFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ProductUpdateAllFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ProjectFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/SampleFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/SecondaryModelFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/SiteFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/SessionFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/SomethingElseFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/SomethingFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/StoriesTagFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/StoryFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/SyfileFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/TagFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/TestPluginArticleFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/TestPluginCommentFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ThePaperMonkiesFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/ThreadFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/TranslateArticleFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/TranslateFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/TranslateTableFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/TranslateWithPrefixFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/TranslatedArticleFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/TranslatedItemFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UnconventionalTreeFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UnderscoreFieldFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UserFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UuidFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UuidTagFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UuidTreeFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UuiditemFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/UuidportfolioFixture.php X%%WWWDIR%%/lib/Cake/Test/Fixture/rss.xml X%%WWWDIR%%/lib/Cake/Test/Fixture/sample.xml X%%WWWDIR%%/lib/Cake/Test/Fixture/soap_request.xml X%%WWWDIR%%/lib/Cake/Test/Fixture/soap_response.xml X%%WWWDIR%%/lib/Cake/Test/test_app/Config/acl.php X%%WWWDIR%%/lib/Cake/Test/test_app/Config/acl.ini.php X%%WWWDIR%%/lib/Cake/Test/test_app/Config/empty.php X%%WWWDIR%%/lib/Cake/Test/test_app/Config/htmlhelper_minimized.ini X%%WWWDIR%%/lib/Cake/Test/test_app/Config/htmlhelper_tags.php X%%WWWDIR%%/lib/Cake/Test/test_app/Config/nested.ini X%%WWWDIR%%/lib/Cake/Test/test_app/Config/no_section.ini X%%WWWDIR%%/lib/Cake/Test/test_app/Config/routes.php X%%WWWDIR%%/lib/Cake/Test/test_app/Config/var_test.php X%%WWWDIR%%/lib/Cake/Test/test_app/Config/var_test2.php X%%WWWDIR%%/lib/Cake/Test/test_app/Console/Command/SampleShell.php X%%WWWDIR%%/lib/Cake/Test/test_app/Console/Templates/test/classes/test_object.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Console/Templates/test/views/admin_edit.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Controller/AppController.php X%%WWWDIR%%/lib/Cake/Test/test_app/Controller/PagesController.php X%%WWWDIR%%/lib/Cake/Test/test_app/Controller/TestsAppsController.php X%%WWWDIR%%/lib/Cake/Test/test_app/Controller/TestsAppsPostsController.php X%%WWWDIR%%/lib/Cake/Test/test_app/Lib/Cache/Engine/TestAppCacheEngine.php X%%WWWDIR%%/lib/Cake/Test/test_app/Lib/Library.php X%%WWWDIR%%/lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php X%%WWWDIR%%/lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES/dom1.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES/dom2.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/ja_jp/LC_TIME X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/po/LC_MONETARY/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/po/LC_TIME X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_0_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_0_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_0_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_0_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_10_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_10_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_10_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_10_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_11_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_11_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_11_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_11_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_12_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_12_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_12_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_12_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_13_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_13_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_13_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_13_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_14_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_14_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_14_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_14_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_1_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_1_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_1_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_1_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_2_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_2_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_2_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_2_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_3_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_3_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_3_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_3_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_4_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_4_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_4_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_4_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_5_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_5_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_5_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_5_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_6_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_6_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_6_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_6_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_7_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_7_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_7_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_7_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_8_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_8_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_8_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_8_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_9_mo/LC_MESSAGES/core.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_9_mo/LC_MESSAGES/default.mo X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_9_po/LC_MESSAGES/core.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_9_po/LC_MESSAGES/default.po X%%WWWDIR%%/lib/Cake/Test/test_app/Locale/time_test/LC_TIME X%%WWWDIR%%/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/Datasource/Database/TestLocalDriver.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/Datasource/Session/TestAppLibSession.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/Datasource/Test2OtherSource.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/Datasource/Test2Source.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/AppModel.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/Comment.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/PersisterOne.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/PersisterTwo.php X%%WWWDIR%%/lib/Cake/Test/test_app/Model/Post.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs/Config/bootstrap.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js/one/plugin_one.js X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js/plugin_js.js X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/bootstrap.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/custom_config.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/more.load.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/routes.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginController.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestsController.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache/Engine/TestPluginCacheEngine.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log/Engine/TestPluginLog.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginLibrary.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale/po/LC_MESSAGES/test_plugin.po X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale/po/LC_MONETARY/test_plugin.po X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterOneBehavior.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterTwoBehavior.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Database/DboDummy.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Database/TestDriver.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Session/TestPluginSession.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/TestSource.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/TestOtherSource.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAppModel.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthUser.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthors.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginComment.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginPost.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Utility/TestPluginEngine.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/welcome.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/Example/ExampleExample.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/plugin_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/test_plugin_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/translate.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Emails/text/test_plugin_tpl.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/Emails/text/plug_default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Tests/index.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Tests/scaffold.form.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/test_plugin_asset.css X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/theme_one.htc X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/unknown.extension X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/flash/plugin_test.swf X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/img/cake.icon.gif X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/js/test_plugin/test.js X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/pdfs/plugin_test.pdf X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/root.js X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Config/bootstrap.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php X%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php X%%WWWDIR%%/lib/Cake/Test/test_app/Utility/TestAppEngine.php X%%WWWDIR%%/lib/Cake/Test/test_app/Vendor/Test/MyTest.php X%%WWWDIR%%/lib/Cake/Test/test_app/Vendor/Test/hello.php X%%WWWDIR%%/lib/Cake/Test/test_app/Vendor/css/test_asset.css X%%WWWDIR%%/lib/Cake/Test/test_app/Vendor/img/test.jpg X%%WWWDIR%%/lib/Cake/Test/test_app/Vendor/img/test_2.JPG X%%WWWDIR%%/lib/Cake/Test/test_app/Vendor/sample/configure_test_vendor_sample.php X%%WWWDIR%%/lib/Cake/Test/test_app/Vendor/somename/some.name.php X%%WWWDIR%%/lib/Cake/Test/test_app/Vendor/welcome.php X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/extended_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/extended_missing_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/html_call.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/nocache/contains_nocache.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/nocache/plain.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/nocache/sub1.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/nocache/sub2.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/parent_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/session_helper.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/test_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/test_element.xml X%%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/type_check.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html/custom.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html/japanese.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html/nested_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/text/custom.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/text/custom_helper.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/text/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/text/japanese.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/text/wide.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Errors/error400.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Errors/error500.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Helper/BananaHelper.php X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/Emails/html/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/Emails/html/japanese.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/Emails/html/thin.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/Emails/text/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/Emails/text/japanese.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/ajax.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/ajax2.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/cache_empty_sections.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/cache_layout.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/flash.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/json/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/multi_cache.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/js/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/rss/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/xml/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Pages/extract.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Pages/home.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Pages/page.home.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/json/index.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/xml/index.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/alt_ext.alt X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/cache_empty_sections.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/cache_form.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/extend_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/extend_loop.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/extend_loop_inner.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/extend_missing_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/extend_self.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/helper_overwrite.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/index.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/multiple_nocache.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/nested_extends.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/nocache_multiple_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/open_block.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/parent_1.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/parent_2.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/parent_view.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/scaffold.form.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/sequencial_nocache.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/test_nocache_tags.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/TestsApps/index.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/TestsApps/json/index.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Elements/test_element.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Layouts/default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Layouts/plugin_default.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Tests/index.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts/index.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts/scaffold.index.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts/themed.ctp X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/css/test_asset.css X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/css/theme_webroot.css X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/flash/theme_test.swf X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/img/cake.power.gif X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/img/test.jpg X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/one/theme_one.js X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf X%%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/space image.text X%%WWWDIR%%/lib/Cake/Test/test_app/tmp/dir_map X%%WWWDIR%%/lib/Cake/Test/test_app/webroot/img/cake.power.gif X%%WWWDIR%%/lib/Cake/Test/test_app/webroot/theme/test_theme/css/theme_webroot.css X%%WWWDIR%%/lib/Cake/Test/test_app/webroot/theme/test_theme/css/webroot_test.css X%%WWWDIR%%/lib/Cake/Test/test_app/webroot/theme/test_theme/img/cake.power.gif X%%WWWDIR%%/lib/Cake/Test/test_app/webroot/theme/test_theme/img/test.jpg X%%WWWDIR%%/lib/Cake/TestSuite/CakeTestCase.php X%%WWWDIR%%/lib/Cake/TestSuite/CakeTestLoader.php X%%WWWDIR%%/lib/Cake/TestSuite/CakeTestRunner.php X%%WWWDIR%%/lib/Cake/TestSuite/CakeTestSuite.php X%%WWWDIR%%/lib/Cake/TestSuite/CakeTestSuiteCommand.php X%%WWWDIR%%/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php X%%WWWDIR%%/lib/Cake/TestSuite/ControllerTestCase.php X%%WWWDIR%%/lib/Cake/TestSuite/Coverage/BaseCoverageReport.php X%%WWWDIR%%/lib/Cake/TestSuite/Coverage/HtmlCoverageReport.php X%%WWWDIR%%/lib/Cake/TestSuite/Coverage/TextCoverageReport.php X%%WWWDIR%%/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php X%%WWWDIR%%/lib/Cake/TestSuite/Fixture/CakeTestFixture.php X%%WWWDIR%%/lib/Cake/TestSuite/Fixture/CakeTestModel.php X%%WWWDIR%%/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php X%%WWWDIR%%/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php X%%WWWDIR%%/lib/Cake/TestSuite/Reporter/CakeTextReporter.php X%%WWWDIR%%/lib/Cake/TestSuite/templates/footer.php X%%WWWDIR%%/lib/Cake/TestSuite/templates/header.php X%%WWWDIR%%/lib/Cake/TestSuite/templates/menu.php X%%WWWDIR%%/lib/Cake/TestSuite/templates/missing_connection.php X%%WWWDIR%%/lib/Cake/TestSuite/templates/phpunit.php X%%WWWDIR%%/lib/Cake/TestSuite/templates/xdebug.php X%%WWWDIR%%/lib/Cake/Utility/CakeNumber.php X%%WWWDIR%%/lib/Cake/Utility/CakeTime.php X%%WWWDIR%%/lib/Cake/Utility/ClassRegistry.php X%%WWWDIR%%/lib/Cake/Utility/Debugger.php X%%WWWDIR%%/lib/Cake/Utility/File.php X%%WWWDIR%%/lib/Cake/Utility/Folder.php X%%WWWDIR%%/lib/Cake/Utility/Inflector.php X%%WWWDIR%%/lib/Cake/Utility/ObjectCollection.php X%%WWWDIR%%/lib/Cake/Utility/Sanitize.php X%%WWWDIR%%/lib/Cake/Utility/Security.php X%%WWWDIR%%/lib/Cake/Utility/Set.php X%%WWWDIR%%/lib/Cake/Utility/String.php X%%WWWDIR%%/lib/Cake/Utility/Validation.php X%%WWWDIR%%/lib/Cake/Utility/Xml.php X%%WWWDIR%%/lib/Cake/VERSION.txt X%%WWWDIR%%/lib/Cake/View/Elements/exception_stack_trace.ctp X%%WWWDIR%%/lib/Cake/View/Elements/sql_dump.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_action.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_behavior.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_component.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_connection.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_controller.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_database.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_datasource.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_datasource_config.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_helper.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_layout.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_plugin.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_table.ctp X%%WWWDIR%%/lib/Cake/View/Errors/missing_view.ctp X%%WWWDIR%%/lib/Cake/View/Errors/pdo_error.ctp X%%WWWDIR%%/lib/Cake/View/Errors/private_action.ctp X%%WWWDIR%%/lib/Cake/View/Errors/scaffold_error.ctp X%%WWWDIR%%/lib/Cake/View/Helper.php X%%WWWDIR%%/lib/Cake/View/Helper/CacheHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/FormHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/HtmlHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/JqueryEngineHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/JsBaseEngineHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/JsHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/MootoolsEngineHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/NumberHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/PaginatorHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/PrototypeEngineHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/RssHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/SessionHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/TextHelper.php X%%WWWDIR%%/lib/Cake/View/Helper/TimeHelper.php X%%WWWDIR%%/lib/Cake/View/HelperCollection.php X%%WWWDIR%%/lib/Cake/View/ScaffoldView.php X%%WWWDIR%%/lib/Cake/View/Scaffolds/form.ctp X%%WWWDIR%%/lib/Cake/View/Scaffolds/index.ctp X%%WWWDIR%%/lib/Cake/View/Scaffolds/view.ctp X%%WWWDIR%%/lib/Cake/View/MediaView.php X%%WWWDIR%%/lib/Cake/View/JsonView.php X%%WWWDIR%%/lib/Cake/View/ThemeView.php X%%WWWDIR%%/lib/Cake/View/View.php X%%WWWDIR%%/lib/Cake/View/ViewBlock.php X%%WWWDIR%%/lib/Cake/View/XmlView.php X%%WWWDIR%%/lib/Cake/basics.php X%%WWWDIR%%/lib/Cake/bootstrap.php X%%APDEP%%%%CONFDIR%%/cakephp.conf X@dirrm %%WWWDIR%%/vendors X@dirrm %%WWWDIR%%/plugins X@dirrm %%WWWDIR%%/lib/Cake/View/Scaffolds X@dirrm %%WWWDIR%%/lib/Cake/View/Helper X@dirrm %%WWWDIR%%/lib/Cake/View/Errors X@dirrm %%WWWDIR%%/lib/Cake/View/Elements X@dirrm %%WWWDIR%%/lib/Cake/View X@dirrm %%WWWDIR%%/lib/Cake/Utility X@dirrm %%WWWDIR%%/lib/Cake/TestSuite/templates X@dirrm %%WWWDIR%%/lib/Cake/TestSuite/Reporter X@dirrm %%WWWDIR%%/lib/Cake/TestSuite/Fixture X@dirrm %%WWWDIR%%/lib/Cake/TestSuite/Coverage X@dirrm %%WWWDIR%%/lib/Cake/TestSuite X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/webroot/theme/test_theme/img X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/webroot/theme/test_theme/css X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/webroot/theme/test_theme X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/webroot/theme X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/webroot/img X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/webroot X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/tmp X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/pdfs X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/one X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/img X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/flash X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/css X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Tests X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Layouts X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Layouts X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme/Elements X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed/TestTheme X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Themed X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/TestsApps/json X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/TestsApps X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Scaffolds X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/xml X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/json X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Posts X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Pages X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/xml X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/rss X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/json X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/js X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/Emails/text X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/Emails/html X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/Emails X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Helper X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Errors X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/text X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Emails X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/nocache X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View/Elements X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/View X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Vendor/somename X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Vendor/sample X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Vendor/img X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Vendor/css X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Vendor/Test X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Vendor X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Utility X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Templates X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/Task X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Config X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPluginTwo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/pdfs X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/js/test_plugin X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/js X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/img X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/flash X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Tests X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/Emails/text X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/Emails X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Emails/text X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Emails X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/sample X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/Example X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Utility X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Session X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Database X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Model X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale/po/LC_MONETARY X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale/po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale/po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log/Engine X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Custom/Package X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Custom X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache/Engine X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Templates X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Console X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js/one X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs/webroot X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs/Config X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Model/Datasource/Session X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Model/Datasource/Database X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Model/Datasource X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Model/Behavior X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Model X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/time_test X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_9_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_9_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_9_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_9_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_8_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_8_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_8_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_8_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_7_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_7_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_7_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_7_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_6_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_6_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_6_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_6_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_5_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_5_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_5_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_5_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_4_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_4_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_4_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_4_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_3_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_3_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_3_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_3_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_2_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_2_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_2_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_2_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_1_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_1_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_1_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_1_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_14_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_14_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_14_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_14_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_13_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_13_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_13_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_13_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_12_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_12_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_12_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_12_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_11_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_11_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_11_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_11_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_10_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_10_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_10_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_10_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_0_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_0_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_0_mo/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/rule_0_mo X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/po/LC_MONETARY X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/ja_jp X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale/cache_test_po X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Locale X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Utility X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Log/Engine X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Log X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Cache/Engine X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Cache X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Lib X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Controller/Component X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Controller X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Console/Templates/test/views X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Console/Templates/test/classes X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Console/Templates/test X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Console/Templates X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Console/Command/Task X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Console/Command X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Console X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Config X@dirrm %%WWWDIR%%/lib/Cake/Test/test_app X@dirrm %%WWWDIR%%/lib/Cake/Test/Fixture X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/View/Helper X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/View X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Utility X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/TestSuite X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Routing/Route X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Routing X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Network/Http X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Network/Email X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Network X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Session X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Database X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Model/Behavior X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Model X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Log/Engine X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Log X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/I18n X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Event X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Error X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Core X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Acl X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Controller/Component/Auth X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Controller/Component X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Controller X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Console/Command/Task X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Console/Command X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Console X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Configure X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Cache/Engine X@dirrm %%WWWDIR%%/lib/Cake/Test/Case/Cache X@dirrm %%WWWDIR%%/lib/Cake/Test/Case X@dirrm %%WWWDIR%%/lib/Cake/Test X@dirrm %%WWWDIR%%/lib/Cake/Routing/Route X@dirrm %%WWWDIR%%/lib/Cake/Routing X@dirrm %%WWWDIR%%/lib/Cake/Network/Http X@dirrm %%WWWDIR%%/lib/Cake/Network/Email X@dirrm %%WWWDIR%%/lib/Cake/Network X@dirrm %%WWWDIR%%/lib/Cake/Model/Datasource/Session X@dirrm %%WWWDIR%%/lib/Cake/Model/Datasource/Database X@dirrm %%WWWDIR%%/lib/Cake/Model/Datasource X@dirrm %%WWWDIR%%/lib/Cake/Model/Behavior X@dirrm %%WWWDIR%%/lib/Cake/Model X@dirrm %%WWWDIR%%/lib/Cake/Log/Engine X@dirrm %%WWWDIR%%/lib/Cake/Log X@dirrm %%WWWDIR%%/lib/Cake/I18n X@dirrm %%WWWDIR%%/lib/Cake/Event X@dirrm %%WWWDIR%%/lib/Cake/Error X@dirrm %%WWWDIR%%/lib/Cake/Core X@dirrm %%WWWDIR%%/lib/Cake/Controller/Component/Acl X@dirrm %%WWWDIR%%/lib/Cake/Controller/Component/Auth X@dirrm %%WWWDIR%%/lib/Cake/Controller/Component X@dirrm %%WWWDIR%%/lib/Cake/Controller X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/js X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/files X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/img X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot/css X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/webroot X@dirrmtry %%WWWDIR%%/lib/Cake/Console/Templates/skel/tmp/tests X@dirrmtry %%WWWDIR%%/lib/Cake/Console/Templates/skel/tmp/sessions X@dirrmtry %%WWWDIR%%/lib/Cake/Console/Templates/skel/tmp/logs X@dirrmtry %%WWWDIR%%/lib/Cake/Console/Templates/skel/tmp/cache/views X@dirrmtry %%WWWDIR%%/lib/Cake/Console/Templates/skel/tmp/cache/persistent X@dirrmtry %%WWWDIR%%/lib/Cake/Console/Templates/skel/tmp/cache/models X@dirrmtry %%WWWDIR%%/lib/Cake/Console/Templates/skel/tmp/cache X@dirrmtry %%WWWDIR%%/lib/Cake/Console/Templates/skel/tmp X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Scaffolds X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Pages X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/xml X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/rss X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/js X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/Emails/text X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/Emails/html X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts/Emails X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Layouts X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Helper X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Errors X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Emails/text X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Emails/html X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Emails X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View/Elements X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/View X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Vendor X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Test/Fixture X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Test/Case/View/Helper X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Test/Case/View X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Test/Case/Model/Behavior X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Test/Case/Model X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Test/Case/Controller/Component X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Test/Case/Controller X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Test/Case X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Test X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Plugin X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Model/Datasource X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Model/Behavior X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Model X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Locale/eng/LC_MESSAGES X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Locale/eng X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Locale X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Lib X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Controller/Component X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Controller X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Console/Templates X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Console/Command/Task X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Console/Command X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Console X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Config/Schema X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel/Config X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/skel X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/default/views X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/default/classes X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/default/actions X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates/default X@dirrm %%WWWDIR%%/lib/Cake/Console/Templates X@dirrm %%WWWDIR%%/lib/Cake/Console/Command/Task X@dirrm %%WWWDIR%%/lib/Cake/Console/Command X@dirrm %%WWWDIR%%/lib/Cake/Console X@dirrm %%WWWDIR%%/lib/Cake/Configure X@dirrm %%WWWDIR%%/lib/Cake/Config/unicode/casefolding X@dirrm %%WWWDIR%%/lib/Cake/Config/unicode X@dirrm %%WWWDIR%%/lib/Cake/Config X@dirrm %%WWWDIR%%/lib/Cake/Cache/Engine X@dirrm %%WWWDIR%%/lib/Cake/Cache X@dirrm %%WWWDIR%%/lib/Cake X@dirrm %%WWWDIR%%/lib X@dirrm %%WWWDIR%%/app/webroot/js X@dirrm %%WWWDIR%%/app/webroot/img X@dirrm %%WWWDIR%%/app/webroot/files X@dirrm %%WWWDIR%%/app/webroot/css X@dirrm %%WWWDIR%%/app/webroot X@dirrmtry %%WWWDIR%%/app/tmp/tests X@dirrmtry %%WWWDIR%%/app/tmp/sessions X@dirrmtry %%WWWDIR%%/app/tmp/logs X@dirrmtry %%WWWDIR%%/app/tmp/cache/views X@dirrmtry %%WWWDIR%%/app/tmp/cache/persistent X@dirrmtry %%WWWDIR%%/app/tmp/cache/models X@dirrmtry %%WWWDIR%%/app/tmp/cache X@dirrmtry %%WWWDIR%%/app/tmp X@dirrm %%WWWDIR%%/app/View/Scaffolds X@dirrm %%WWWDIR%%/app/View/Pages X@dirrm %%WWWDIR%%/app/View/Layouts/xml X@dirrm %%WWWDIR%%/app/View/Layouts/rss X@dirrm %%WWWDIR%%/app/View/Layouts/js X@dirrm %%WWWDIR%%/app/View/Layouts/Emails/text X@dirrm %%WWWDIR%%/app/View/Layouts/Emails/html X@dirrm %%WWWDIR%%/app/View/Layouts/Emails X@dirrm %%WWWDIR%%/app/View/Layouts X@dirrm %%WWWDIR%%/app/View/Helper X@dirrm %%WWWDIR%%/app/View/Errors X@dirrm %%WWWDIR%%/app/View/Emails/text X@dirrm %%WWWDIR%%/app/View/Emails/html X@dirrm %%WWWDIR%%/app/View/Emails X@dirrm %%WWWDIR%%/app/View/Elements X@dirrm %%WWWDIR%%/app/View X@dirrm %%WWWDIR%%/app/Vendor X@dirrm %%WWWDIR%%/app/Test/Fixture X@dirrm %%WWWDIR%%/app/Test/Case/View/Helper X@dirrm %%WWWDIR%%/app/Test/Case/View X@dirrm %%WWWDIR%%/app/Test/Case/Model/Behavior X@dirrm %%WWWDIR%%/app/Test/Case/Model X@dirrm %%WWWDIR%%/app/Test/Case/Controller/Component X@dirrm %%WWWDIR%%/app/Test/Case/Controller X@dirrm %%WWWDIR%%/app/Test/Case X@dirrm %%WWWDIR%%/app/Test X@dirrm %%WWWDIR%%/app/Plugin X@dirrm %%WWWDIR%%/app/Model/Datasource X@dirrm %%WWWDIR%%/app/Model/Behavior X@dirrm %%WWWDIR%%/app/Model X@dirrm %%WWWDIR%%/app/Locale/eng/LC_MESSAGES X@dirrm %%WWWDIR%%/app/Locale/eng X@dirrm %%WWWDIR%%/app/Locale X@dirrm %%WWWDIR%%/app/Lib X@dirrm %%WWWDIR%%/app/Controller/Component X@dirrm %%WWWDIR%%/app/Controller X@dirrm %%WWWDIR%%/app/Console/Templates X@dirrm %%WWWDIR%%/app/Console/Command/Task X@dirrm %%WWWDIR%%/app/Console/Command X@dirrm %%WWWDIR%%/app/Console X@dirrm %%WWWDIR%%/app/Config/Schema X@dirrmtry %%WWWDIR%%/app/Config X@dirrmtry %%WWWDIR%%/app X@dirrmtry %%WWWDIR%% d4dd25ccac960e9ff582bee7d73a0a09 echo c - cakephp2/files mkdir -p cakephp2/files > /dev/null 2>&1 echo x - cakephp2/files/pkg-message-no-apache.in sed 's/^X//' >cakephp2/files/pkg-message-no-apache.in << '298bb400d8d433b40bb6e78dabf6ffa3' X********************************************************************* XYou have just installed the CakePHP web application framework. Please Xconsider supporting the project by visiting http://www.cakephp.org/ Xand making a donation to the development effort. X XBe sure to check the files in %%WWWDIR%%/app/config for Xadditional framework configuration options. 298bb400d8d433b40bb6e78dabf6ffa3 echo x - cakephp2/files/pkg-message.in sed 's/^X//' >cakephp2/files/pkg-message.in << '0e17859d5572ffeeda89492b90840e3e' X********************************************************************* XYou have just installed the CakePHP web application framework. Please Xconsider supporting the project by visiting http://www.cakephp.org/ Xand making a donation to the development effort. X XNote that you should restart your Apache web server to ensure that Xthe CakePHP configuration file is loaded. X XBe sure to check the files in %%WWWDIR%%/app/config for Xadditional framework configuration options. 0e17859d5572ffeeda89492b90840e3e echo x - cakephp2/files/cakephp-development.conf.in sed 's/^X//' >cakephp2/files/cakephp-development.conf.in << '66a80c53c5aba56547600ebfc4465b07' XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps X XAlias /cakephp %%WWWDIR%% X X X DirectoryIndex index.php X Order deny,allow X Allow from all X 66a80c53c5aba56547600ebfc4465b07 echo x - cakephp2/files/cakephp-development-cgi.conf.in sed 's/^X//' >cakephp2/files/cakephp-development-cgi.conf.in << '7e0c0178f5d07fd53ea632a9c8e08b10' XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps X XAction php-script %%PHPCGI%% XAddHandler php-script .php X XAlias /cakephp %%WWWDIR%% X X X DirectoryIndex index.php X Order deny,allow X Allow from all X 7e0c0178f5d07fd53ea632a9c8e08b10 echo x - cakephp2/files/cakephp-production.conf.in sed 's/^X//' >cakephp2/files/cakephp-production.conf.in << '7f6dbf6aa826c86505ab8883ae2c0e11' XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps X XDocumentRoot %%WWWDIR%%/app/webroot X X X DirectoryIndex index.php X Order deny,allow X Allow from all X 7f6dbf6aa826c86505ab8883ae2c0e11 echo x - cakephp2/files/cakephp-production-cgi.conf.in sed 's/^X//' >cakephp2/files/cakephp-production-cgi.conf.in << '677fe2cb11da345d43b7bc05168d9f7a' XAddType application/x-httpd-php .php XAddType application/x-httpd-php-source .phps X XAction php-script %%PHPCGI%% XAddHandler php-script .php X XDocumentRoot %%WWWDIR%%/app/webroot X X X DirectoryIndex index.php X Order deny,allow X Allow from all X 677fe2cb11da345d43b7bc05168d9f7a echo x - cakephp2/files/patch-cake__console__cake sed 's/^X//' >cakephp2/files/patch-cake__console__cake << '473f6bddd908153325c81a89b87d2f10' X--- lib/Cake/Console/cake.orig 2012-02-20 19:44:50.000000000 +0100 X+++ lib/Cake/Console/cake 2012-02-20 19:45:27.000000000 +0100 X@@ -1,4 +1,4 @@ X-#!/usr/bin/env bash X+#!/bin/sh X ################################################################################ X # X # Bake is a shell script for running CakePHP bake script X@@ -31,3 +31,4 @@ X exec php -q "$LIB"cake.php -working "$APP" "$@" X X exit; X+ 473f6bddd908153325c81a89b87d2f10 echo x - cakephp2/files/extra-patch-app__Config__core.php sed 's/^X//' >cakephp2/files/extra-patch-app__Config__core.php << '4bbcf8987ecc41b913950c53e09cf721' X--- app/Config/core.php.orig 2012-02-20 18:12:19.000000000 +0100 X+++ app/Config/core.php 2012-02-20 18:12:37.000000000 +0100 X@@ -92,7 +92,7 @@ X * X * And uncomment the App.baseUrl below: X */ X- //Configure::write('App.baseUrl', env('SCRIPT_NAME')); X+ Configure::write('App.baseUrl', env('SCRIPT_NAME')); X X /** X * Uncomment the define below to use CakePHP prefix routes. 4bbcf8987ecc41b913950c53e09cf721 exit >Release-Note: >Audit-Trail: >Unformatted: