From owner-svn-ports-head@FreeBSD.ORG Sat Dec 13 20:33:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECF709A1; Sat, 13 Dec 2014 20:33:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6A2330E; Sat, 13 Dec 2014 20:33:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBDKX8hL082001; Sat, 13 Dec 2014 20:33:08 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBDKX7ss081996; Sat, 13 Dec 2014 20:33:07 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201412132033.sBDKX7ss081996@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 13 Dec 2014 20:33:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374684 - in head/www/piwik: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 20:33:09 -0000 Author: pawel Date: Sat Dec 13 20:33:06 2014 New Revision: 374684 URL: https://svnweb.freebsd.org/changeset/ports/374684 QAT: https://qat.redports.org/buildarchive/r374684/ Log: Update to version 2.9.1 PR: 195498 Submitted by: maintainer Modified: head/www/piwik/Makefile head/www/piwik/distinfo head/www/piwik/files/pkg-message.in head/www/piwik/pkg-plist Modified: head/www/piwik/Makefile ============================================================================== --- head/www/piwik/Makefile Sat Dec 13 20:12:07 2014 (r374683) +++ head/www/piwik/Makefile Sat Dec 13 20:33:06 2014 (r374684) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= piwik -PORTVERSION= 2.8.3 +PORTVERSION= 2.9.1 CATEGORIES= www MASTER_SITES= http://builds.piwik.org/ Modified: head/www/piwik/distinfo ============================================================================== --- head/www/piwik/distinfo Sat Dec 13 20:12:07 2014 (r374683) +++ head/www/piwik/distinfo Sat Dec 13 20:33:06 2014 (r374684) @@ -1,2 +1,2 @@ -SHA256 (piwik-2.8.3.tar.gz) = 149888909e91429fb975437c45c5f6f6183d515abd04efa43b67f6b58fc8f58d -SIZE (piwik-2.8.3.tar.gz) = 10362760 +SHA256 (piwik-2.9.1.tar.gz) = c77feaecda0505b391181107995f0a08d7fda4d9bbaa93eaa8e5474fe10f830e +SIZE (piwik-2.9.1.tar.gz) = 9579531 Modified: head/www/piwik/files/pkg-message.in ============================================================================== --- head/www/piwik/files/pkg-message.in Sat Dec 13 20:12:07 2014 (r374683) +++ head/www/piwik/files/pkg-message.in Sat Dec 13 20:33:06 2014 (r374684) @@ -13,8 +13,8 @@ POST-INSTALL CONFIGURATION FOR Piwik AllowOverride None Options Indexes FollowSymLinks - Order Allow,Deny - Allow from all + # Apache 2.4 no longer accepts "Order" or "Allow from ..." + Require all granted 3) Visit your Piwik site with a browser (i.e., Modified: head/www/piwik/pkg-plist ============================================================================== --- head/www/piwik/pkg-plist Sat Dec 13 20:12:07 2014 (r374683) +++ head/www/piwik/pkg-plist Sat Dec 13 20:33:06 2014 (r374684) @@ -1,5 +1,4 @@ %%WWWDIR%%/.bowerrc -%%WWWDIR%%/.coveralls.yml %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/LEGALNOTICE @@ -8,6 +7,7 @@ %%WWWDIR%%/composer.json %%WWWDIR%%/composer.lock %%WWWDIR%%/config/global.ini.php +%%WWWDIR%%/config/global.php %%WWWDIR%%/config/manifest.inc.php %%WWWDIR%%/console %%WWWDIR%%/core/API/ApiRenderer.php @@ -70,10 +70,12 @@ %%WWWDIR%%/core/CronArchive.php %%WWWDIR%%/core/CronArchive/FixedSiteIds.php %%WWWDIR%%/core/CronArchive/SharedSiteIds.php +%%WWWDIR%%/core/DataAccess/ArchiveInvalidator.php %%WWWDIR%%/core/DataAccess/ArchivePurger.php %%WWWDIR%%/core/DataAccess/ArchiveSelector.php %%WWWDIR%%/core/DataAccess/ArchiveTableCreator.php %%WWWDIR%%/core/DataAccess/ArchiveWriter.php +%%WWWDIR%%/core/DataAccess/InvalidatedReports.php %%WWWDIR%%/core/DataAccess/LogAggregator.php %%WWWDIR%%/core/DataAccess/Model.php %%WWWDIR%%/core/DataArray.php @@ -142,12 +144,20 @@ %%WWWDIR%%/core/Db/Schema.php %%WWWDIR%%/core/Db/Schema/Mysql.php %%WWWDIR%%/core/Db/SchemaInterface.php +%%WWWDIR%%/core/Db/Settings.php %%WWWDIR%%/core/DbHelper.php %%WWWDIR%%/core/Development.php %%WWWDIR%%/core/DeviceDetectorCache.php %%WWWDIR%%/core/DeviceDetectorFactory.php %%WWWDIR%%/core/Error.php %%WWWDIR%%/core/EventDispatcher.php +%%WWWDIR%%/core/Exception/AuthenticationFailedException.php +%%WWWDIR%%/core/Exception/Exception.php +%%WWWDIR%%/core/Exception/InvalidRequestParameterException.php +%%WWWDIR%%/core/Exception/MissingFilePermissionException.php +%%WWWDIR%%/core/Exception/NoPrivilegesException.php +%%WWWDIR%%/core/Exception/NoWebsiteFoundException.php +%%WWWDIR%%/core/Exception/UnexpectedWebsiteFoundException.php %%WWWDIR%%/core/ExceptionHandler.php %%WWWDIR%%/core/Filechecks.php %%WWWDIR%%/core/Filesystem.php @@ -203,6 +213,7 @@ %%WWWDIR%%/core/Plugin/ViewDataTable.php %%WWWDIR%%/core/Plugin/Visualization.php %%WWWDIR%%/core/Plugin/Widgets.php +%%WWWDIR%%/core/PluginDeactivatedException.php %%WWWDIR%%/core/Profiler.php %%WWWDIR%%/core/ProxyHeaders.php %%WWWDIR%%/core/ProxyHttp.php @@ -222,6 +233,7 @@ %%WWWDIR%%/core/ScheduledTime/Weekly.php %%WWWDIR%%/core/Segment.php %%WWWDIR%%/core/SegmentExpression.php +%%WWWDIR%%/core/Sequence.php %%WWWDIR%%/core/Session.php %%WWWDIR%%/core/Session/SaveHandler/DbTable.php %%WWWDIR%%/core/Session/SessionNamespace.php @@ -234,6 +246,7 @@ %%WWWDIR%%/core/SettingsServer.php %%WWWDIR%%/core/Singleton.php %%WWWDIR%%/core/Site.php +%%WWWDIR%%/core/StaticContainer.php %%WWWDIR%%/core/TCPDF.php %%WWWDIR%%/core/TaskScheduler.php %%WWWDIR%%/core/Theme.php @@ -361,6 +374,8 @@ %%WWWDIR%%/core/Updates/2.6.0-b1.php %%WWWDIR%%/core/Updates/2.7.0-b2.php %%WWWDIR%%/core/Updates/2.7.0-b4.php +%%WWWDIR%%/core/Updates/2.9.0-b1.php +%%WWWDIR%%/core/Updates/2.9.0-b7.php %%WWWDIR%%/core/Url.php %%WWWDIR%%/core/UrlHelper.php %%WWWDIR%%/core/Version.php @@ -434,6 +449,7 @@ %%WWWDIR%%/lang/ta.json %%WWWDIR%%/lang/te.json %%WWWDIR%%/lang/th.json +%%WWWDIR%%/lang/tl.json %%WWWDIR%%/lang/tr.json %%WWWDIR%%/lang/uk.json %%WWWDIR%%/lang/vi.json @@ -767,6 +783,8 @@ %%WWWDIR%%/libs/bower_components/html5shiv/package.json %%WWWDIR%%/libs/bower_components/html5shiv/readme.md %%WWWDIR%%/libs/bower_components/jScrollPane/.bower.json +%%WWWDIR%%/libs/bower_components/jScrollPane/.gitignore +%%WWWDIR%%/libs/bower_components/jScrollPane/.gitmodules %%WWWDIR%%/libs/bower_components/jScrollPane/GPL-LICENSE.txt %%WWWDIR%%/libs/bower_components/jScrollPane/MIT-LICENSE.txt %%WWWDIR%%/libs/bower_components/jScrollPane/README.md @@ -859,12 +877,15 @@ %%WWWDIR%%/libs/bower_components/jquery-mousewheel/jquery.mousewheel.js %%WWWDIR%%/libs/bower_components/jquery-mousewheel/jquery.mousewheel.min.js %%WWWDIR%%/libs/bower_components/jquery-placeholder/.bower.json +%%WWWDIR%%/libs/bower_components/jquery-placeholder/.gitattributes +%%WWWDIR%%/libs/bower_components/jquery-placeholder/.gitignore %%WWWDIR%%/libs/bower_components/jquery-placeholder/LICENSE-MIT.txt %%WWWDIR%%/libs/bower_components/jquery-placeholder/README.md %%WWWDIR%%/libs/bower_components/jquery-placeholder/bower.json %%WWWDIR%%/libs/bower_components/jquery-placeholder/demo.html %%WWWDIR%%/libs/bower_components/jquery-placeholder/jquery.placeholder.js %%WWWDIR%%/libs/bower_components/jquery-ui/.bower.json +%%WWWDIR%%/libs/bower_components/jquery-ui/.gitignore %%WWWDIR%%/libs/bower_components/jquery-ui/AUTHORS.txt %%WWWDIR%%/libs/bower_components/jquery-ui/MIT-LICENSE.txt %%WWWDIR%%/libs/bower_components/jquery-ui/README.md @@ -872,505 +893,7 @@ %%WWWDIR%%/libs/bower_components/jquery-ui/component.json %%WWWDIR%%/libs/bower_components/jquery-ui/composer.json %%WWWDIR%%/libs/bower_components/jquery-ui/package.json -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-icons_222222_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-icons_454545_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-icons_888888_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.accordion.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.all.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.autocomplete.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.base.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.button.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.core.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.datepicker.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.dialog.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.menu.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.progressbar.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.resizable.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.selectable.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.slider.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.spinner.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.tabs.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/jquery.ui.tooltip.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-icons_222222_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-icons_2e83ff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-icons_454545_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-icons_888888_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.accordion.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.autocomplete.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.button.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.core.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.datepicker.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.dialog.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.menu.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.progressbar.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.resizable.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.selectable.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.slider.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.spinner.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.tabs.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.theme.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/base/minified/jquery.ui.tooltip.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/black-tie/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/blitzer/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/cupertino/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dark-hive/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/dot-luv/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/eggplant/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/excite-bike/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/flick/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/hot-sneaks/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/humanity/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/le-frog/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/mint-choc/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/overcast/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/pepper-grinder/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/redmond/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/smoothness/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/south-street/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/start/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/sunny/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/swanky-purse/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/trontastic/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-darkness/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/ui-lightness/jquery.ui.theme.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/animated-overlay.gif -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/jquery-ui.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/jquery-ui.min.css -%%WWWDIR%%/libs/bower_components/jquery-ui/themes/vader/jquery.ui.theme.css +%%WWWDIR%%/libs/bower_components/jquery-ui/themes/.gitignore %%WWWDIR%%/libs/bower_components/jquery-ui/ui/.jshintrc %%WWWDIR%%/libs/bower_components/jquery-ui/ui/i18n/jquery-ui-i18n.js %%WWWDIR%%/libs/bower_components/jquery-ui/ui/i18n/jquery.ui.datepicker-af.js @@ -1688,6 +1211,7 @@ %%WWWDIR%%/libs/bower_components/jquery/src/var/toString.js %%WWWDIR%%/libs/bower_components/jquery/src/wrap.js %%WWWDIR%%/libs/bower_components/mousetrap/.bower.json +%%WWWDIR%%/libs/bower_components/mousetrap/.gitignore %%WWWDIR%%/libs/bower_components/mousetrap/Gruntfile.js %%WWWDIR%%/libs/bower_components/mousetrap/README.md %%WWWDIR%%/libs/bower_components/mousetrap/mousetrap.js @@ -1719,6 +1243,7 @@ %%WWWDIR%%/libs/bower_components/ngDialog/js/ngDialog.min.js %%WWWDIR%%/libs/bower_components/ngDialog/package.json %%WWWDIR%%/libs/bower_components/sprintf/.bower.json +%%WWWDIR%%/libs/bower_components/sprintf/.gitignore %%WWWDIR%%/libs/bower_components/sprintf/LICENSE %%WWWDIR%%/libs/bower_components/sprintf/README.md %%WWWDIR%%/libs/bower_components/sprintf/bower.json @@ -1766,7 +1291,6 @@ %%WWWDIR%%/libs/jquery/images/scroller.png %%WWWDIR%%/libs/jquery/images/slide.png %%WWWDIR%%/libs/jquery/images/up_arrow.png -%%WWWDIR%%/libs/jquery/themes/base/jquery-ui.min.css %%WWWDIR%%/libs/jquery/jquery.browser.js %%WWWDIR%%/libs/jquery/jquery.history.js %%WWWDIR%%/libs/jquery/jquery.smartbanner.js @@ -1789,6 +1313,7 @@ %%WWWDIR%%/libs/jquery/themes/base/images/ui-icons_454545_256x240.png %%WWWDIR%%/libs/jquery/themes/base/images/ui-icons_888888_256x240.png %%WWWDIR%%/libs/jquery/themes/base/images/ui-icons_cd0a0a_256x240.png +%%WWWDIR%%/libs/jquery/themes/base/jquery-ui.min.css %%WWWDIR%%/libs/pChart2.1.3/GPLv3.txt %%WWWDIR%%/libs/pChart2.1.3/change.log %%WWWDIR%%/libs/pChart2.1.3/class/pData.class.php @@ -1947,6 +1472,7 @@ %%WWWDIR%%/plugins/API/lang/ta.json %%WWWDIR%%/plugins/API/lang/te.json %%WWWDIR%%/plugins/API/lang/th.json +%%WWWDIR%%/plugins/API/lang/tl.json %%WWWDIR%%/plugins/API/lang/tr.json %%WWWDIR%%/plugins/API/lang/uk.json %%WWWDIR%%/plugins/API/lang/vi.json @@ -2044,6 +1570,7 @@ %%WWWDIR%%/plugins/Actions/lang/ta.json %%WWWDIR%%/plugins/Actions/lang/te.json %%WWWDIR%%/plugins/Actions/lang/th.json +%%WWWDIR%%/plugins/Actions/lang/tl.json %%WWWDIR%%/plugins/Actions/lang/tr.json %%WWWDIR%%/plugins/Actions/lang/uk.json %%WWWDIR%%/plugins/Actions/lang/vi.json @@ -2091,6 +1618,7 @@ %%WWWDIR%%/plugins/Annotations/lang/ta.json %%WWWDIR%%/plugins/Annotations/lang/te.json %%WWWDIR%%/plugins/Annotations/lang/th.json +%%WWWDIR%%/plugins/Annotations/lang/tl.json %%WWWDIR%%/plugins/Annotations/lang/tr.json %%WWWDIR%%/plugins/Annotations/lang/vi.json %%WWWDIR%%/plugins/Annotations/lang/zh-cn.json @@ -2126,10 +1654,14 @@ %%WWWDIR%%/plugins/Contents/lang/en.json %%WWWDIR%%/plugins/Contents/lang/es.json %%WWWDIR%%/plugins/Contents/lang/et.json +%%WWWDIR%%/plugins/Contents/lang/fi.json +%%WWWDIR%%/plugins/Contents/lang/fr.json %%WWWDIR%%/plugins/Contents/lang/it.json %%WWWDIR%%/plugins/Contents/lang/ja.json +%%WWWDIR%%/plugins/Contents/lang/nl.json %%WWWDIR%%/plugins/Contents/lang/pl.json %%WWWDIR%%/plugins/Contents/lang/pt.json +%%WWWDIR%%/plugins/Contents/lang/tl.json %%WWWDIR%%/plugins/Contents/lang/tr.json %%WWWDIR%%/plugins/Contents/plugin.json %%WWWDIR%%/plugins/Contents/screenshots/.gitkeep @@ -2187,6 +1719,7 @@ %%WWWDIR%%/plugins/CoreAdminHome/lang/ta.json %%WWWDIR%%/plugins/CoreAdminHome/lang/te.json %%WWWDIR%%/plugins/CoreAdminHome/lang/th.json +%%WWWDIR%%/plugins/CoreAdminHome/lang/tl.json %%WWWDIR%%/plugins/CoreAdminHome/lang/tr.json %%WWWDIR%%/plugins/CoreAdminHome/lang/uk.json %%WWWDIR%%/plugins/CoreAdminHome/lang/vi.json @@ -2202,13 +1735,13 @@ %%WWWDIR%%/plugins/CoreAdminHome/templates/pluginSettings.twig %%WWWDIR%%/plugins/CoreAdminHome/templates/trackingCodeGenerator.twig %%WWWDIR%%/plugins/CoreConsole/Commands/ClearCaches.php -%%WWWDIR%%/plugins/CoreConsole/Commands/CodeCoverage.php %%WWWDIR%%/plugins/CoreConsole/Commands/CoreArchiver.php %%WWWDIR%%/plugins/CoreConsole/Commands/DevelopmentEnable.php %%WWWDIR%%/plugins/CoreConsole/Commands/DevelopmentManageTestFiles.php %%WWWDIR%%/plugins/CoreConsole/Commands/DevelopmentSyncUITestScreenshots.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateAngularDirective.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateApi.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GenerateArchiver.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateCommand.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateController.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateDimension.php @@ -2219,7 +1752,6 @@ %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateScheduledTask.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateSettings.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateTest.php -%%WWWDIR%%/plugins/CoreConsole/Commands/GenerateTravisYmlFile.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateUpdate.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php %%WWWDIR%%/plugins/CoreConsole/Commands/GenerateWidget.php @@ -2227,12 +1759,7 @@ %%WWWDIR%%/plugins/CoreConsole/Commands/GitPull.php %%WWWDIR%%/plugins/CoreConsole/Commands/GitPush.php %%WWWDIR%%/plugins/CoreConsole/Commands/ManagePlugin.php -%%WWWDIR%%/plugins/CoreConsole/Commands/TestsRun.php -%%WWWDIR%%/plugins/CoreConsole/Commands/TestsRunUI.php -%%WWWDIR%%/plugins/CoreConsole/Commands/TestsSetupFixture.php %%WWWDIR%%/plugins/CoreConsole/Commands/WatchLog.php -%%WWWDIR%%/plugins/CoreConsole/TravisYmlView.php -%%WWWDIR%%/plugins/CoreConsole/templates/travis.yml.twig %%WWWDIR%%/plugins/CoreHome/Columns/IdSite.php %%WWWDIR%%/plugins/CoreHome/Columns/ServerTime.php %%WWWDIR%%/plugins/CoreHome/Columns/UserId.php @@ -2377,6 +1904,7 @@ %%WWWDIR%%/plugins/CoreHome/lang/ta.json %%WWWDIR%%/plugins/CoreHome/lang/te.json %%WWWDIR%%/plugins/CoreHome/lang/th.json +%%WWWDIR%%/plugins/CoreHome/lang/tl.json %%WWWDIR%%/plugins/CoreHome/lang/tr.json %%WWWDIR%%/plugins/CoreHome/lang/uk.json %%WWWDIR%%/plugins/CoreHome/lang/vi.json @@ -2495,6 +2023,7 @@ %%WWWDIR%%/plugins/CorePluginsAdmin/lang/ta.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/te.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/th.json +%%WWWDIR%%/plugins/CorePluginsAdmin/lang/tl.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/tr.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/uk.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/vi.json @@ -2505,7 +2034,6 @@ %%WWWDIR%%/plugins/CorePluginsAdmin/templates/browsePlugins.twig %%WWWDIR%%/plugins/CorePluginsAdmin/templates/browsePluginsActions.twig %%WWWDIR%%/plugins/CorePluginsAdmin/templates/browseThemes.twig -%%WWWDIR%%/plugins/CorePluginsAdmin/templates/extend.twig %%WWWDIR%%/plugins/CorePluginsAdmin/templates/installPlugin.twig %%WWWDIR%%/plugins/CorePluginsAdmin/templates/macros.twig %%WWWDIR%%/plugins/CorePluginsAdmin/templates/pluginDetails.twig @@ -2568,6 +2096,7 @@ %%WWWDIR%%/plugins/CoreUpdater/lang/ta.json %%WWWDIR%%/plugins/CoreUpdater/lang/te.json %%WWWDIR%%/plugins/CoreUpdater/lang/th.json +%%WWWDIR%%/plugins/CoreUpdater/lang/tl.json %%WWWDIR%%/plugins/CoreUpdater/lang/tr.json %%WWWDIR%%/plugins/CoreUpdater/lang/uk.json %%WWWDIR%%/plugins/CoreUpdater/lang/vi.json @@ -2657,6 +2186,7 @@ %%WWWDIR%%/plugins/CustomVariables/lang/sv.json %%WWWDIR%%/plugins/CustomVariables/lang/ta.json %%WWWDIR%%/plugins/CustomVariables/lang/th.json +%%WWWDIR%%/plugins/CustomVariables/lang/tl.json %%WWWDIR%%/plugins/CustomVariables/lang/tr.json %%WWWDIR%%/plugins/CustomVariables/lang/vi.json %%WWWDIR%%/plugins/CustomVariables/lang/zh-cn.json @@ -2723,6 +2253,7 @@ %%WWWDIR%%/plugins/DBStats/lang/ta.json %%WWWDIR%%/plugins/DBStats/lang/te.json %%WWWDIR%%/plugins/DBStats/lang/th.json +%%WWWDIR%%/plugins/DBStats/lang/tl.json %%WWWDIR%%/plugins/DBStats/lang/tr.json %%WWWDIR%%/plugins/DBStats/lang/uk.json %%WWWDIR%%/plugins/DBStats/lang/vi.json @@ -2789,6 +2320,7 @@ %%WWWDIR%%/plugins/Dashboard/lang/ta.json %%WWWDIR%%/plugins/Dashboard/lang/te.json %%WWWDIR%%/plugins/Dashboard/lang/th.json +%%WWWDIR%%/plugins/Dashboard/lang/tl.json %%WWWDIR%%/plugins/Dashboard/lang/tr.json %%WWWDIR%%/plugins/Dashboard/lang/uk.json %%WWWDIR%%/plugins/Dashboard/lang/vi.json @@ -2804,6 +2336,7 @@ %%WWWDIR%%/plugins/DevicesDetection/API.php %%WWWDIR%%/plugins/DevicesDetection/Archiver.php %%WWWDIR%%/plugins/DevicesDetection/Columns/Base.php +%%WWWDIR%%/plugins/DevicesDetection/Columns/BrowserEngine.php %%WWWDIR%%/plugins/DevicesDetection/Columns/BrowserName.php %%WWWDIR%%/plugins/DevicesDetection/Columns/BrowserVersion.php %%WWWDIR%%/plugins/DevicesDetection/Columns/DeviceBrand.php @@ -2816,13 +2349,16 @@ %%WWWDIR%%/plugins/DevicesDetection/Menu.php %%WWWDIR%%/plugins/DevicesDetection/Reports/Base.php %%WWWDIR%%/plugins/DevicesDetection/Reports/GetBrand.php +%%WWWDIR%%/plugins/DevicesDetection/Reports/GetBrowserEngines.php %%WWWDIR%%/plugins/DevicesDetection/Reports/GetBrowserFamilies.php %%WWWDIR%%/plugins/DevicesDetection/Reports/GetBrowserVersions.php %%WWWDIR%%/plugins/DevicesDetection/Reports/GetModel.php %%WWWDIR%%/plugins/DevicesDetection/Reports/GetOsFamilies.php %%WWWDIR%%/plugins/DevicesDetection/Reports/GetOsVersions.php %%WWWDIR%%/plugins/DevicesDetection/Reports/GetType.php +%%WWWDIR%%/plugins/DevicesDetection/Segment.php %%WWWDIR%%/plugins/DevicesDetection/Updates/1.14.php +%%WWWDIR%%/plugins/DevicesDetection/Visitor.php %%WWWDIR%%/plugins/DevicesDetection/functions.php %%WWWDIR%%/plugins/DevicesDetection/images/brand/Acer.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Alcatel.ico @@ -2944,7 +2480,9 @@ %%WWWDIR%%/plugins/DevicesDetection/images/screens/tv.png %%WWWDIR%%/plugins/DevicesDetection/images/screens/unknown.gif %%WWWDIR%%/plugins/DevicesDetection/images/screens/wide.gif +%%WWWDIR%%/plugins/DevicesDetection/lang/be.json %%WWWDIR%%/plugins/DevicesDetection/lang/bg.json +%%WWWDIR%%/plugins/DevicesDetection/lang/ca.json %%WWWDIR%%/plugins/DevicesDetection/lang/cs.json %%WWWDIR%%/plugins/DevicesDetection/lang/da.json %%WWWDIR%%/plugins/DevicesDetection/lang/de.json @@ -2955,17 +2493,26 @@ %%WWWDIR%%/plugins/DevicesDetection/lang/fa.json %%WWWDIR%%/plugins/DevicesDetection/lang/fi.json %%WWWDIR%%/plugins/DevicesDetection/lang/fr.json +%%WWWDIR%%/plugins/DevicesDetection/lang/id.json %%WWWDIR%%/plugins/DevicesDetection/lang/it.json %%WWWDIR%%/plugins/DevicesDetection/lang/ja.json +%%WWWDIR%%/plugins/DevicesDetection/lang/ko.json +%%WWWDIR%%/plugins/DevicesDetection/lang/lv.json %%WWWDIR%%/plugins/DevicesDetection/lang/nb.json %%WWWDIR%%/plugins/DevicesDetection/lang/nl.json %%WWWDIR%%/plugins/DevicesDetection/lang/pl.json %%WWWDIR%%/plugins/DevicesDetection/lang/pt-br.json +%%WWWDIR%%/plugins/DevicesDetection/lang/pt.json %%WWWDIR%%/plugins/DevicesDetection/lang/ro.json %%WWWDIR%%/plugins/DevicesDetection/lang/ru.json +%%WWWDIR%%/plugins/DevicesDetection/lang/sl.json +%%WWWDIR%%/plugins/DevicesDetection/lang/sq.json %%WWWDIR%%/plugins/DevicesDetection/lang/sr.json %%WWWDIR%%/plugins/DevicesDetection/lang/sv.json +%%WWWDIR%%/plugins/DevicesDetection/lang/tl.json %%WWWDIR%%/plugins/DevicesDetection/lang/tr.json +%%WWWDIR%%/plugins/DevicesDetection/lang/vi.json +%%WWWDIR%%/plugins/DevicesDetection/lang/zh-cn.json %%WWWDIR%%/plugins/DevicesDetection/templates/detection.twig %%WWWDIR%%/plugins/DevicesDetection/templates/index.twig %%WWWDIR%%/plugins/DevicesDetection/templates/list.twig @@ -3013,6 +2560,7 @@ %%WWWDIR%%/plugins/Events/lang/sr.json %%WWWDIR%%/plugins/Events/lang/sv.json %%WWWDIR%%/plugins/Events/lang/ta.json +%%WWWDIR%%/plugins/Events/lang/tl.json %%WWWDIR%%/plugins/Events/lang/tr.json %%WWWDIR%%/plugins/Events/lang/vi.json %%WWWDIR%%/plugins/Events/lang/zh-cn.json @@ -3026,6 +2574,7 @@ %%WWWDIR%%/plugins/ExamplePlugin/.gitignore %%WWWDIR%%/plugins/ExamplePlugin/.travis.yml %%WWWDIR%%/plugins/ExamplePlugin/API.php +%%WWWDIR%%/plugins/ExamplePlugin/Archiver.php %%WWWDIR%%/plugins/ExamplePlugin/Controller.php %%WWWDIR%%/plugins/ExamplePlugin/ExamplePlugin.php %%WWWDIR%%/plugins/ExamplePlugin/Menu.php @@ -3145,6 +2694,7 @@ %%WWWDIR%%/plugins/Feedback/lang/sv.json %%WWWDIR%%/plugins/Feedback/lang/ta.json %%WWWDIR%%/plugins/Feedback/lang/th.json +%%WWWDIR%%/plugins/Feedback/lang/tl.json %%WWWDIR%%/plugins/Feedback/lang/tr.json %%WWWDIR%%/plugins/Feedback/lang/uk.json %%WWWDIR%%/plugins/Feedback/lang/vi.json @@ -3325,7 +2875,9 @@ %%WWWDIR%%/plugins/Insights/lang/ru.json %%WWWDIR%%/plugins/Insights/lang/sr.json %%WWWDIR%%/plugins/Insights/lang/sv.json +%%WWWDIR%%/plugins/Insights/lang/tl.json %%WWWDIR%%/plugins/Insights/lang/tr.json +%%WWWDIR%%/plugins/Insights/lang/zh-cn.json %%WWWDIR%%/plugins/Insights/plugin.json %%WWWDIR%%/plugins/Insights/stylesheets/insightVisualization.less %%WWWDIR%%/plugins/Insights/templates/cannotDisplayReport.twig @@ -3337,7 +2889,9 @@ %%WWWDIR%%/plugins/Insights/templates/table_header.twig %%WWWDIR%%/plugins/Insights/templates/table_row.twig %%WWWDIR%%/plugins/Installation/Controller.php +%%WWWDIR%%/plugins/Installation/Exception/DatabaseConnectionFailedException.php %%WWWDIR%%/plugins/Installation/FormDatabaseSetup.php +%%WWWDIR%%/plugins/Installation/FormDefaultSettings.php %%WWWDIR%%/plugins/Installation/FormFirstWebsiteSetup.php %%WWWDIR%%/plugins/Installation/FormSuperUser.php %%WWWDIR%%/plugins/Installation/Installation.php @@ -3391,6 +2945,7 @@ %%WWWDIR%%/plugins/Installation/lang/ta.json %%WWWDIR%%/plugins/Installation/lang/te.json %%WWWDIR%%/plugins/Installation/lang/th.json +%%WWWDIR%%/plugins/Installation/lang/tl.json %%WWWDIR%%/plugins/Installation/lang/tr.json %%WWWDIR%%/plugins/Installation/lang/uk.json %%WWWDIR%%/plugins/Installation/lang/vi.json @@ -3422,6 +2977,7 @@ %%WWWDIR%%/plugins/LanguagesManager/Commands/LanguageNames.php %%WWWDIR%%/plugins/LanguagesManager/Commands/PluginsWithTranslations.php %%WWWDIR%%/plugins/LanguagesManager/Commands/SetTranslations.php +%%WWWDIR%%/plugins/LanguagesManager/Commands/TranslationBase.php %%WWWDIR%%/plugins/LanguagesManager/Commands/Update.php %%WWWDIR%%/plugins/LanguagesManager/Controller.php %%WWWDIR%%/plugins/LanguagesManager/LanguagesManager.php @@ -3469,6 +3025,7 @@ %%WWWDIR%%/plugins/LanguagesManager/lang/sv.json %%WWWDIR%%/plugins/LanguagesManager/lang/te.json %%WWWDIR%%/plugins/LanguagesManager/lang/th.json +%%WWWDIR%%/plugins/LanguagesManager/lang/tl.json %%WWWDIR%%/plugins/LanguagesManager/lang/tr.json %%WWWDIR%%/plugins/LanguagesManager/lang/uk.json %%WWWDIR%%/plugins/LanguagesManager/lang/vi.json @@ -3486,6 +3043,7 @@ %%WWWDIR%%/plugins/LeftMenu/lang/el.json %%WWWDIR%%/plugins/LeftMenu/lang/en.json %%WWWDIR%%/plugins/LeftMenu/lang/es.json +%%WWWDIR%%/plugins/LeftMenu/lang/fi.json %%WWWDIR%%/plugins/LeftMenu/lang/fr.json %%WWWDIR%%/plugins/LeftMenu/lang/it.json %%WWWDIR%%/plugins/LeftMenu/lang/ja.json @@ -3495,7 +3053,9 @@ %%WWWDIR%%/plugins/LeftMenu/lang/ru.json %%WWWDIR%%/plugins/LeftMenu/lang/sr.json %%WWWDIR%%/plugins/LeftMenu/lang/sv.json +%%WWWDIR%%/plugins/LeftMenu/lang/tl.json %%WWWDIR%%/plugins/LeftMenu/lang/tr.json +%%WWWDIR%%/plugins/LeftMenu/lang/zh-cn.json %%WWWDIR%%/plugins/LeftMenu/plugin.json %%WWWDIR%%/plugins/LeftMenu/stylesheets/theme.less %%WWWDIR%%/plugins/Live/API.php @@ -3575,6 +3135,7 @@ %%WWWDIR%%/plugins/Live/lang/ta.json %%WWWDIR%%/plugins/Live/lang/te.json %%WWWDIR%%/plugins/Live/lang/th.json +%%WWWDIR%%/plugins/Live/lang/tl.json %%WWWDIR%%/plugins/Live/lang/tr.json %%WWWDIR%%/plugins/Live/lang/uk.json %%WWWDIR%%/plugins/Live/lang/vi.json @@ -3645,6 +3206,7 @@ %%WWWDIR%%/plugins/Login/lang/ta.json %%WWWDIR%%/plugins/Login/lang/te.json %%WWWDIR%%/plugins/Login/lang/th.json +%%WWWDIR%%/plugins/Login/lang/tl.json %%WWWDIR%%/plugins/Login/lang/tr.json %%WWWDIR%%/plugins/Login/lang/uk.json %%WWWDIR%%/plugins/Login/lang/vi.json @@ -3696,6 +3258,7 @@ %%WWWDIR%%/plugins/MobileMessaging/lang/sv.json %%WWWDIR%%/plugins/MobileMessaging/lang/ta.json %%WWWDIR%%/plugins/MobileMessaging/lang/th.json +%%WWWDIR%%/plugins/MobileMessaging/lang/tl.json %%WWWDIR%%/plugins/MobileMessaging/lang/vi.json %%WWWDIR%%/plugins/MobileMessaging/lang/zh-cn.json %%WWWDIR%%/plugins/MobileMessaging/stylesheets/MobileMessagingSettings.less @@ -3903,6 +3466,7 @@ %%WWWDIR%%/plugins/MultiSites/lang/sv.json %%WWWDIR%%/plugins/MultiSites/lang/ta.json *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***