Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2015 14:10:32 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378541 - in head/www/glpi: . files
Message-ID:  <201502061410.t16EAWlu035580@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  6 14:10:32 2015
New Revision: 378541
URL: https://svnweb.freebsd.org/changeset/ports/378541
QAT: https://qat.redports.org/buildarchive/r378541/

Log:
  www/glpi: Upgrade version 0.84.4 => 0.85.1
  
  PR:		196843
  Submitted by:	maintainer (Mathias Monnerville)

Modified:
  head/www/glpi/Makefile
  head/www/glpi/distinfo
  head/www/glpi/files/pkg-message.in
  head/www/glpi/pkg-plist

Modified: head/www/glpi/Makefile
==============================================================================
--- head/www/glpi/Makefile	Fri Feb  6 14:00:25 2015	(r378540)
+++ head/www/glpi/Makefile	Fri Feb  6 14:10:32 2015	(r378541)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	glpi
-PORTVERSION=	0.84.4
+PORTVERSION=	0.85.1
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://droidng.free.fr/freebsd/ \
@@ -13,7 +13,7 @@ COMMENT=	Free IT and asset management so
 
 LICENSE=	GPLv2
 
-USE_PHP=	mysqli mbstring pcre session xml json ctype
+USE_PHP=	mysqli mbstring pcre session xml json ctype gd
 WANT_PHP_WEB=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -40,7 +40,7 @@ post-extract:
 	@${FIND} ${WRKSRC} -name '*~' -delete
 
 do-install:
-	@${MKDIR} ${STAGEDIR}${WWWDIR}
-	${CP} -R ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
+	${MKDIR} ${STAGEDIR}${WWWDIR}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
 
 .include <bsd.port.mk>

Modified: head/www/glpi/distinfo
==============================================================================
--- head/www/glpi/distinfo	Fri Feb  6 14:00:25 2015	(r378540)
+++ head/www/glpi/distinfo	Fri Feb  6 14:10:32 2015	(r378541)
@@ -1,2 +1,2 @@
-SHA256 (glpi-0.84.4.tar.gz) = 84fccedab83b65ccfadcd4117636cf5dd288c2b8dec7cac7c17a8cf129fc2c32
-SIZE (glpi-0.84.4.tar.gz) = 10596529
+SHA256 (glpi-0.85.1.tar.gz) = 3bbb397c673637490850daa309706c8c6540729c8b27f2c506c2a056e7ed0514
+SIZE (glpi-0.85.1.tar.gz) = 17897878

Modified: head/www/glpi/files/pkg-message.in
==============================================================================
--- head/www/glpi/files/pkg-message.in	Fri Feb  6 14:00:25 2015	(r378540)
+++ head/www/glpi/files/pkg-message.in	Fri Feb  6 14:10:32 2015	(r378541)
@@ -15,15 +15,18 @@ If you are using MySQL, here's the short
   $ mysql -uroot -e"GRANT ALL ON glpi.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" glpi
   (choose your own values for USERNAME and PASSWORD)
 
-You will also need to configure Apache.  Consider adding the following
-to your httpd.conf:
+Make sur Apache supports PHP (www/mod_php5) and add a config file for GLPI in Includes/glpi.conf:
 
+    Alias /glpi %%PREFIX%%/%%GLPIDIR%%
     <Directory %%PREFIX%%/%%GLPIDIR%%>
         AllowOverride Options FileInfo
+        Options Indexes FollowSymLinks
+        Require all granted
+        DirectoryIndex index.php
     </Directory>
 
 Then reload Apache: 'apachectl graceful'
 
-Please visit 'http://{host.domain}/%%GLPIDIR%%/' in a
+Please visit 'http://{host.domain}/glpi/' in a
 web-browser and follow the configuration instructions.
 *****************************************************************

Modified: head/www/glpi/pkg-plist
==============================================================================
--- head/www/glpi/pkg-plist	Fri Feb  6 14:00:25 2015	(r378540)
+++ head/www/glpi/pkg-plist	Fri Feb  6 14:10:32 2015	(r378541)
@@ -1,5 +1,6 @@
-@group www
 @owner www
+@group www
+%%WWWDIR%%/.htaccess
 %%WWWDIR%%/AUTHORS.txt
 %%WWWDIR%%/CHANGELOG.txt
 %%WWWDIR%%/COPYING.txt
@@ -14,31 +15,34 @@
 %%WWWDIR%%/ajax/dropdownConnectNetworkPortDeviceType.php
 %%WWWDIR%%/ajax/dropdownDelegationUsers.php
 %%WWWDIR%%/ajax/dropdownFieldsBlacklist.php
-%%WWWDIR%%/ajax/dropdownFindNum.php
 %%WWWDIR%%/ajax/dropdownInstallVersion.php
 %%WWWDIR%%/ajax/dropdownItilActors.php
 %%WWWDIR%%/ajax/dropdownMassiveAction.php
 %%WWWDIR%%/ajax/dropdownMassiveActionAddActor.php
+%%WWWDIR%%/ajax/dropdownMassiveActionAddValidator.php
 %%WWWDIR%%/ajax/dropdownMassiveActionAuthMethods.php
 %%WWWDIR%%/ajax/dropdownMassiveActionField.php
-%%WWWDIR%%/ajax/dropdownNetpoint.php
 %%WWWDIR%%/ajax/dropdownNotificationEvent.php
 %%WWWDIR%%/ajax/dropdownNotificationTemplate.php
 %%WWWDIR%%/ajax/dropdownRubDocument.php
-%%WWWDIR%%/ajax/dropdownRules.php
-%%WWWDIR%%/ajax/dropdownSelectSoftware.php
-%%WWWDIR%%/ajax/dropdownSelectSoftwareLicense.php
 %%WWWDIR%%/ajax/dropdownShowIPNetwork.php
 %%WWWDIR%%/ajax/dropdownSoftwareLicense.php
 %%WWWDIR%%/ajax/dropdownTicketCategories.php
 %%WWWDIR%%/ajax/dropdownTrackingDeviceType.php
 %%WWWDIR%%/ajax/dropdownUnicityFields.php
-%%WWWDIR%%/ajax/dropdownUsers.php
-%%WWWDIR%%/ajax/dropdownValue.php
+%%WWWDIR%%/ajax/dropdownValidator.php
 %%WWWDIR%%/ajax/dropdownValuesBlacklist.php
 %%WWWDIR%%/ajax/entitytree.php
+%%WWWDIR%%/ajax/entitytreesearch.php
 %%WWWDIR%%/ajax/entitytreesons.php
 %%WWWDIR%%/ajax/genericdate.php
+%%WWWDIR%%/ajax/getDropdownConnect.php
+%%WWWDIR%%/ajax/getDropdownFindNum.php
+%%WWWDIR%%/ajax/getDropdownNetpoint.php
+%%WWWDIR%%/ajax/getDropdownNumber.php
+%%WWWDIR%%/ajax/getDropdownUsers.php
+%%WWWDIR%%/ajax/getDropdownValue.php
+%%WWWDIR%%/ajax/getFileTag.php
 %%WWWDIR%%/ajax/index.php
 %%WWWDIR%%/ajax/inputtext.php
 %%WWWDIR%%/ajax/ldapdaterestriction.php
@@ -53,8 +57,11 @@
 %%WWWDIR%%/ajax/ruleactionvalue.php
 %%WWWDIR%%/ajax/rulecriteria.php
 %%WWWDIR%%/ajax/rulecriteriavalue.php
+%%WWWDIR%%/ajax/searchmetarow.php
 %%WWWDIR%%/ajax/searchoption.php
 %%WWWDIR%%/ajax/searchoptionvalue.php
+%%WWWDIR%%/ajax/searchrow.php
+%%WWWDIR%%/ajax/selectUnaffectedOrNewItem_Device.php
 %%WWWDIR%%/ajax/solution.php
 %%WWWDIR%%/ajax/subvisibility.php
 %%WWWDIR%%/ajax/textarea.php
@@ -65,6 +72,7 @@
 %%WWWDIR%%/ajax/uemailUpdate.php
 %%WWWDIR%%/ajax/updateMetaSearch.php
 %%WWWDIR%%/ajax/updateTrackingDeviceType.php
+%%WWWDIR%%/ajax/updateTranslationFields.php
 %%WWWDIR%%/ajax/updatecurrenttab.php
 %%WWWDIR%%/ajax/viewsubitem.php
 %%WWWDIR%%/ajax/visibility.php
@@ -72,7 +80,12 @@
 %%WWWDIR%%/config/based_config.php
 %%WWWDIR%%/config/config.php
 %%WWWDIR%%/config/define.php
-%%WWWDIR%%/css/ext-all-glpi.css
+%%WWWDIR%%/css/jquery-glpi.css
+%%WWWDIR%%/css/jstree/d.gif
+%%WWWDIR%%/css/jstree/d.png
+%%WWWDIR%%/css/jstree/dot_for_ie.gif
+%%WWWDIR%%/css/jstree/style.css
+%%WWWDIR%%/css/jstree/throbber.gif
 %%WWWDIR%%/css/nothing.gif
 %%WWWDIR%%/css/print.css
 %%WWWDIR%%/css/style_install.css
@@ -87,6 +100,7 @@
 %%WWWDIR%%/files/_graphs/remove.txt
 %%WWWDIR%%/files/_lock/remove.txt
 %%WWWDIR%%/files/_log/remove.txt
+%%WWWDIR%%/files/_pictures/remove.txt
 %%WWWDIR%%/files/_plugins/remove.txt
 %%WWWDIR%%/files/_rss/remove.txt
 %%WWWDIR%%/files/_sessions/remove.txt
@@ -104,6 +118,8 @@
 %%WWWDIR%%/front/backup.php
 %%WWWDIR%%/front/blacklist.form.php
 %%WWWDIR%%/front/blacklist.php
+%%WWWDIR%%/front/blacklistedmailcontent.form.php
+%%WWWDIR%%/front/blacklistedmailcontent.php
 %%WWWDIR%%/front/bookmark.php
 %%WWWDIR%%/front/budget.form.php
 %%WWWDIR%%/front/budget.php
@@ -120,11 +136,19 @@
 %%WWWDIR%%/front/central.php
 %%WWWDIR%%/front/change.form.php
 %%WWWDIR%%/front/change.php
+%%WWWDIR%%/front/change_group.form.php
 %%WWWDIR%%/front/change_item.form.php
 %%WWWDIR%%/front/change_problem.form.php
+%%WWWDIR%%/front/change_project.form.php
+%%WWWDIR%%/front/change_supplier.form.php
 %%WWWDIR%%/front/change_ticket.form.php
+%%WWWDIR%%/front/change_user.form.php
+%%WWWDIR%%/front/changecost.form.php
 %%WWWDIR%%/front/changetask.form.php
+%%WWWDIR%%/front/changevalidation.form.php
+%%WWWDIR%%/front/commonitilcost.form.php
 %%WWWDIR%%/front/commonitiltask.form.php
+%%WWWDIR%%/front/commonitilvalidation.form.php
 %%WWWDIR%%/front/computer.form.php
 %%WWWDIR%%/front/computer.php
 %%WWWDIR%%/front/computer_item.form.php
@@ -204,6 +228,7 @@
 %%WWWDIR%%/front/dropdown.common.form.php
 %%WWWDIR%%/front/dropdown.common.php
 %%WWWDIR%%/front/dropdown.php
+%%WWWDIR%%/front/dropdowntranslation.form.php
 %%WWWDIR%%/front/entity.form.php
 %%WWWDIR%%/front/entity.php
 %%WWWDIR%%/front/event.php
@@ -213,12 +238,15 @@
 %%WWWDIR%%/front/fieldunicity.php
 %%WWWDIR%%/front/filesystem.form.php
 %%WWWDIR%%/front/filesystem.php
+%%WWWDIR%%/front/fileupload.php
 %%WWWDIR%%/front/find_num.php
 %%WWWDIR%%/front/fqdn.form.php
 %%WWWDIR%%/front/fqdn.php
 %%WWWDIR%%/front/graph.send.php
 %%WWWDIR%%/front/group.form.php
 %%WWWDIR%%/front/group.php
+%%WWWDIR%%/front/group_problem.form.php
+%%WWWDIR%%/front/group_ticket.form.php
 %%WWWDIR%%/front/group_user.form.php
 %%WWWDIR%%/front/helpdesk.faq.php
 %%WWWDIR%%/front/helpdesk.html
@@ -233,14 +261,29 @@
 %%WWWDIR%%/front/ipnetwork.form.php
 %%WWWDIR%%/front/ipnetwork.php
 %%WWWDIR%%/front/ipnetwork_vlan.form.php
+%%WWWDIR%%/front/item_device.common.form.php
+%%WWWDIR%%/front/item_devicecase.form.php
+%%WWWDIR%%/front/item_devicecontrol.form.php
+%%WWWDIR%%/front/item_devicedrive.form.php
+%%WWWDIR%%/front/item_devicegraphiccard.form.php
+%%WWWDIR%%/front/item_deviceharddrive.form.php
+%%WWWDIR%%/front/item_devicememory.form.php
+%%WWWDIR%%/front/item_devicemotherboard.form.php
+%%WWWDIR%%/front/item_devicenetworkcard.form.php
+%%WWWDIR%%/front/item_devicepci.form.php
+%%WWWDIR%%/front/item_devicepowersupply.form.php
+%%WWWDIR%%/front/item_deviceprocessor.form.php
 %%WWWDIR%%/front/item_devices.form.php
+%%WWWDIR%%/front/item_devicesoundcard.form.php
 %%WWWDIR%%/front/item_problem.form.php
+%%WWWDIR%%/front/item_project.form.php
 %%WWWDIR%%/front/itilcategory.form.php
 %%WWWDIR%%/front/itilcategory.php
 %%WWWDIR%%/front/knowbaseitem.form.php
 %%WWWDIR%%/front/knowbaseitem.php
 %%WWWDIR%%/front/knowbaseitemcategory.form.php
 %%WWWDIR%%/front/knowbaseitemcategory.php
+%%WWWDIR%%/front/knowbaseitemtranslation.form.php
 %%WWWDIR%%/front/ldap.group.import.php
 %%WWWDIR%%/front/ldap.group.php
 %%WWWDIR%%/front/ldap.import.php
@@ -252,13 +295,15 @@
 %%WWWDIR%%/front/location.form.php
 %%WWWDIR%%/front/location.php
 %%WWWDIR%%/front/lock.form.php
+%%WWWDIR%%/front/login.php
+%%WWWDIR%%/front/logout.php
 %%WWWDIR%%/front/lostpassword.php
 %%WWWDIR%%/front/mailcollector.form.php
 %%WWWDIR%%/front/mailcollector.php
 %%WWWDIR%%/front/manufacturer.form.php
 %%WWWDIR%%/front/manufacturer.php
 %%WWWDIR%%/front/massiveaction.php
-%%WWWDIR%%/front/migration_cleaner.php
+%%WWWDIR%%/front/migrationcleaner.php
 %%WWWDIR%%/front/monitor.form.php
 %%WWWDIR%%/front/monitor.php
 %%WWWDIR%%/front/monitormodel.form.php
@@ -286,6 +331,7 @@
 %%WWWDIR%%/front/networkport_vlan.form.php
 %%WWWDIR%%/front/networkportmigration.form.php
 %%WWWDIR%%/front/networkportmigration.php
+%%WWWDIR%%/front/notepad.form.php
 %%WWWDIR%%/front/notification.form.php
 %%WWWDIR%%/front/notification.php
 %%WWWDIR%%/front/notification.tags.php
@@ -320,7 +366,6 @@
 %%WWWDIR%%/front/plugin.form.php
 %%WWWDIR%%/front/plugin.php
 %%WWWDIR%%/front/pluginimage.send.php
-%%WWWDIR%%/front/popup.php
 %%WWWDIR%%/front/preference.php
 %%WWWDIR%%/front/printer.form.php
 %%WWWDIR%%/front/printer.php
@@ -330,12 +375,30 @@
 %%WWWDIR%%/front/printertype.php
 %%WWWDIR%%/front/problem.form.php
 %%WWWDIR%%/front/problem.php
+%%WWWDIR%%/front/problem_supplier.form.php
 %%WWWDIR%%/front/problem_ticket.form.php
 %%WWWDIR%%/front/problem_user.form.php
+%%WWWDIR%%/front/problemcost.form.php
 %%WWWDIR%%/front/problemtask.form.php
 %%WWWDIR%%/front/profile.form.php
 %%WWWDIR%%/front/profile.php
 %%WWWDIR%%/front/profile_user.form.php
+%%WWWDIR%%/front/project.form.php
+%%WWWDIR%%/front/project.php
+%%WWWDIR%%/front/projectcost.form.php
+%%WWWDIR%%/front/projectstate.form.php
+%%WWWDIR%%/front/projectstate.php
+%%WWWDIR%%/front/projecttask.form.php
+%%WWWDIR%%/front/projecttask.php
+%%WWWDIR%%/front/projecttask_ticket.form.php
+%%WWWDIR%%/front/projecttaskteam.form.php
+%%WWWDIR%%/front/projecttasktype.form.php
+%%WWWDIR%%/front/projecttasktype.php
+%%WWWDIR%%/front/projectteam.form.php
+%%WWWDIR%%/front/projecttype.form.php
+%%WWWDIR%%/front/projecttype.php
+%%WWWDIR%%/front/queuedmail.form.php
+%%WWWDIR%%/front/queuedmail.php
 %%WWWDIR%%/front/reminder.form.php
 %%WWWDIR%%/front/reminder.php
 %%WWWDIR%%/front/report.contract.list.php
@@ -361,11 +424,14 @@
 %%WWWDIR%%/front/reservationitem.php
 %%WWWDIR%%/front/rssfeed.form.php
 %%WWWDIR%%/front/rssfeed.php
+%%WWWDIR%%/front/rule.backup.php
 %%WWWDIR%%/front/rule.common.form.php
 %%WWWDIR%%/front/rule.common.php
 %%WWWDIR%%/front/rule.generic.form.php
 %%WWWDIR%%/front/rule.php
 %%WWWDIR%%/front/rule.test.php
+%%WWWDIR%%/front/ruleaction.form.php
+%%WWWDIR%%/front/rulecriteria.form.php
 %%WWWDIR%%/front/ruledictionnarycomputermodel.form.php
 %%WWWDIR%%/front/ruledictionnarycomputermodel.php
 %%WWWDIR%%/front/ruledictionnarycomputertype.form.php
@@ -424,6 +490,8 @@
 %%WWWDIR%%/front/sla.form.php
 %%WWWDIR%%/front/sla.php
 %%WWWDIR%%/front/slalevel.form.php
+%%WWWDIR%%/front/slalevelaction.form.php
+%%WWWDIR%%/front/slalevelcriteria.form.php
 %%WWWDIR%%/front/software.form.php
 %%WWWDIR%%/front/software.php
 %%WWWDIR%%/front/softwarecategory.form.php
@@ -448,6 +516,7 @@
 %%WWWDIR%%/front/state.php
 %%WWWDIR%%/front/supplier.form.php
 %%WWWDIR%%/front/supplier.php
+%%WWWDIR%%/front/supplier_ticket.form.php
 %%WWWDIR%%/front/suppliertype.form.php
 %%WWWDIR%%/front/suppliertype.php
 %%WWWDIR%%/front/taskcategory.form.php
@@ -496,7 +565,9 @@
 %%WWWDIR%%/inc/authmail.class.php
 %%WWWDIR%%/inc/autoload.function.php
 %%WWWDIR%%/inc/autoupdatesystem.class.php
+%%WWWDIR%%/inc/backup.class.php
 %%WWWDIR%%/inc/blacklist.class.php
+%%WWWDIR%%/inc/blacklistedmailcontent.class.php
 %%WWWDIR%%/inc/bookmark.class.php
 %%WWWDIR%%/inc/bookmark_user.class.php
 %%WWWDIR%%/inc/budget.class.php
@@ -512,10 +583,13 @@
 %%WWWDIR%%/inc/change_group.class.php
 %%WWWDIR%%/inc/change_item.class.php
 %%WWWDIR%%/inc/change_problem.class.php
+%%WWWDIR%%/inc/change_project.class.php
 %%WWWDIR%%/inc/change_supplier.class.php
 %%WWWDIR%%/inc/change_ticket.class.php
 %%WWWDIR%%/inc/change_user.class.php
+%%WWWDIR%%/inc/changecost.class.php
 %%WWWDIR%%/inc/changetask.class.php
+%%WWWDIR%%/inc/changevalidation.class.php
 %%WWWDIR%%/inc/commondbchild.class.php
 %%WWWDIR%%/inc/commondbconnexity.class.php
 %%WWWDIR%%/inc/commondbrelation.class.php
@@ -525,8 +599,10 @@
 %%WWWDIR%%/inc/commonglpi.class.php
 %%WWWDIR%%/inc/commonimplicittreedropdown.class.php
 %%WWWDIR%%/inc/commonitilactor.class.php
+%%WWWDIR%%/inc/commonitilcost.class.php
 %%WWWDIR%%/inc/commonitilobject.class.php
 %%WWWDIR%%/inc/commonitiltask.class.php
+%%WWWDIR%%/inc/commonitilvalidation.class.php
 %%WWWDIR%%/inc/commontreedropdown.class.php
 %%WWWDIR%%/inc/computer.class.php
 %%WWWDIR%%/inc/computer_item.class.php
@@ -548,6 +624,7 @@
 %%WWWDIR%%/inc/contract_supplier.class.php
 %%WWWDIR%%/inc/contractcost.class.php
 %%WWWDIR%%/inc/contracttype.class.php
+%%WWWDIR%%/inc/control.class.php
 %%WWWDIR%%/inc/crontask.class.php
 %%WWWDIR%%/inc/crontasklog.class.php
 %%WWWDIR%%/inc/db.function.php
@@ -574,6 +651,7 @@
 %%WWWDIR%%/inc/documenttype.class.php
 %%WWWDIR%%/inc/domain.class.php
 %%WWWDIR%%/inc/dropdown.class.php
+%%WWWDIR%%/inc/dropdowntranslation.class.php
 %%WWWDIR%%/inc/entity.class.php
 %%WWWDIR%%/inc/entity_knowbaseitem.class.php
 %%WWWDIR%%/inc/entity_reminder.class.php
@@ -584,6 +662,8 @@
 %%WWWDIR%%/inc/filesystem.class.php
 %%WWWDIR%%/inc/fqdn.class.php
 %%WWWDIR%%/inc/fqdnlabel.class.php
+%%WWWDIR%%/inc/glpimailer.class.php
+%%WWWDIR%%/inc/glpipdf.class.php
 %%WWWDIR%%/inc/graphpalette.class.php
 %%WWWDIR%%/inc/group.class.php
 %%WWWDIR%%/inc/group_knowbaseitem.class.php
@@ -626,12 +706,14 @@
 %%WWWDIR%%/inc/item_devices.class.php
 %%WWWDIR%%/inc/item_devicesoundcard.class.php
 %%WWWDIR%%/inc/item_problem.class.php
+%%WWWDIR%%/inc/item_project.class.php
 %%WWWDIR%%/inc/itilcategory.class.php
 %%WWWDIR%%/inc/knowbase.class.php
 %%WWWDIR%%/inc/knowbaseitem.class.php
 %%WWWDIR%%/inc/knowbaseitem_profile.class.php
 %%WWWDIR%%/inc/knowbaseitem_user.class.php
 %%WWWDIR%%/inc/knowbaseitemcategory.class.php
+%%WWWDIR%%/inc/knowbaseitemtranslation.class.php
 %%WWWDIR%%/inc/link.class.php
 %%WWWDIR%%/inc/link_itemtype.class.php
 %%WWWDIR%%/inc/location.class.php
@@ -639,7 +721,9 @@
 %%WWWDIR%%/inc/log.class.php
 %%WWWDIR%%/inc/mailcollector.class.php
 %%WWWDIR%%/inc/manufacturer.class.php
+%%WWWDIR%%/inc/massiveaction.class.php
 %%WWWDIR%%/inc/migration.class.php
+%%WWWDIR%%/inc/migrationcleaner.class.php
 %%WWWDIR%%/inc/monitor.class.php
 %%WWWDIR%%/inc/monitormodel.class.php
 %%WWWDIR%%/inc/monitortype.class.php
@@ -663,6 +747,7 @@
 %%WWWDIR%%/inc/networkportlocal.class.php
 %%WWWDIR%%/inc/networkportmigration.class.php
 %%WWWDIR%%/inc/networkportwifi.class.php
+%%WWWDIR%%/inc/notepad.class.php
 %%WWWDIR%%/inc/notification.class.php
 %%WWWDIR%%/inc/notificationevent.class.php
 %%WWWDIR%%/inc/notificationinterface.class.php
@@ -670,6 +755,7 @@
 %%WWWDIR%%/inc/notificationmailsetting.class.php
 %%WWWDIR%%/inc/notificationtarget.class.php
 %%WWWDIR%%/inc/notificationtargetcartridgeitem.class.php
+%%WWWDIR%%/inc/notificationtargetchange.class.php
 %%WWWDIR%%/inc/notificationtargetcommonitilobject.class.php
 %%WWWDIR%%/inc/notificationtargetconsumableitem.class.php
 %%WWWDIR%%/inc/notificationtargetcontract.class.php
@@ -677,8 +763,11 @@
 %%WWWDIR%%/inc/notificationtargetdbconnection.class.php
 %%WWWDIR%%/inc/notificationtargetfieldunicity.class.php
 %%WWWDIR%%/inc/notificationtargetinfocom.class.php
+%%WWWDIR%%/inc/notificationtargetmailcollector.class.php
 %%WWWDIR%%/inc/notificationtargetplanningrecall.class.php
 %%WWWDIR%%/inc/notificationtargetproblem.class.php
+%%WWWDIR%%/inc/notificationtargetproject.class.php
+%%WWWDIR%%/inc/notificationtargetprojecttask.class.php
 %%WWWDIR%%/inc/notificationtargetreservation.class.php
 %%WWWDIR%%/inc/notificationtargetsoftwarelicense.class.php
 %%WWWDIR%%/inc/notificationtargetticket.class.php
@@ -707,11 +796,24 @@
 %%WWWDIR%%/inc/problem_supplier.class.php
 %%WWWDIR%%/inc/problem_ticket.class.php
 %%WWWDIR%%/inc/problem_user.class.php
+%%WWWDIR%%/inc/problemcost.class.php
 %%WWWDIR%%/inc/problemtask.class.php
 %%WWWDIR%%/inc/profile.class.php
 %%WWWDIR%%/inc/profile_reminder.class.php
 %%WWWDIR%%/inc/profile_rssfeed.class.php
 %%WWWDIR%%/inc/profile_user.class.php
+%%WWWDIR%%/inc/profileright.class.php
+%%WWWDIR%%/inc/project.class.php
+%%WWWDIR%%/inc/projectcost.class.php
+%%WWWDIR%%/inc/projectstate.class.php
+%%WWWDIR%%/inc/projecttask.class.php
+%%WWWDIR%%/inc/projecttask_ticket.class.php
+%%WWWDIR%%/inc/projecttaskteam.class.php
+%%WWWDIR%%/inc/projecttasktype.class.php
+%%WWWDIR%%/inc/projectteam.class.php
+%%WWWDIR%%/inc/projecttype.class.php
+%%WWWDIR%%/inc/queuedmail.class.php
+%%WWWDIR%%/inc/registeredid.class.php
 %%WWWDIR%%/inc/relation.constant.php
 %%WWWDIR%%/inc/reminder.class.php
 %%WWWDIR%%/inc/reminder_user.class.php
@@ -829,7 +931,7 @@
 %%WWWDIR%%/install/index.php
 %%WWWDIR%%/install/install.php
 %%WWWDIR%%/install/mysql/.htaccess
-%%WWWDIR%%/install/mysql/glpi-0.84.4-empty.sql
+%%WWWDIR%%/install/mysql/glpi-0.85-empty.sql
 %%WWWDIR%%/install/update.php
 %%WWWDIR%%/install/update_031_04.php
 %%WWWDIR%%/install/update_042_05.php
@@ -859,7 +961,9 @@
 %%WWWDIR%%/install/update_083_0831.php
 %%WWWDIR%%/install/update_0841_0843.php
 %%WWWDIR%%/install/update_0843_0844.php
+%%WWWDIR%%/install/update_0845_0846.php
 %%WWWDIR%%/install/update_084_0841.php
+%%WWWDIR%%/install/update_084_085.php
 %%WWWDIR%%/install/update_content.php
 %%WWWDIR%%/install/update_to_031.php
 %%WWWDIR%%/lib/Zend/Cache/Exception/BadMethodCallException.php
@@ -883,12 +987,16 @@
 %%WWWDIR%%/lib/Zend/Cache/Pattern/PatternOptions.php
 %%WWWDIR%%/lib/Zend/Cache/PatternFactory.php
 %%WWWDIR%%/lib/Zend/Cache/PatternPluginManager.php
+%%WWWDIR%%/lib/Zend/Cache/README.md
+%%WWWDIR%%/lib/Zend/Cache/Service/StorageCacheAbstractServiceFactory.php
+%%WWWDIR%%/lib/Zend/Cache/Service/StorageCacheFactory.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/AbstractAdapter.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/AbstractZendServer.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/AdapterOptions.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Apc.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/ApcIterator.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/ApcOptions.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/BlackHole.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Dba.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/DbaIterator.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/DbaOptions.php
@@ -896,12 +1004,23 @@
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/FilesystemIterator.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/FilesystemOptions.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/KeyListIterator.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Memcache.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemcacheOptions.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemcacheResourceManager.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Memcached.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemcachedOptions.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemcachedResourceManager.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Memory.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/MemoryOptions.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Redis.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/RedisOptions.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/RedisResourceManager.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/Session.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/SessionOptions.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/WinCache.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/WinCacheOptions.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/XCache.php
+%%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/XCacheOptions.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/ZendServerDisk.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/Adapter/ZendServerShm.php
 %%WWWDIR%%/lib/Zend/Cache/Storage/AdapterPluginManager.php
@@ -931,10 +1050,12 @@
 %%WWWDIR%%/lib/Zend/Cache/Storage/TotalSpaceCapableInterface.php
 %%WWWDIR%%/lib/Zend/Cache/StorageFactory.php
 %%WWWDIR%%/lib/Zend/Cache/composer.json
+%%WWWDIR%%/lib/Zend/EventManager/AbstractListenerAggregate.php
 %%WWWDIR%%/lib/Zend/EventManager/Event.php
 %%WWWDIR%%/lib/Zend/EventManager/EventInterface.php
 %%WWWDIR%%/lib/Zend/EventManager/EventManager.php
 %%WWWDIR%%/lib/Zend/EventManager/EventManagerAwareInterface.php
+%%WWWDIR%%/lib/Zend/EventManager/EventManagerAwareTrait.php
 %%WWWDIR%%/lib/Zend/EventManager/EventManagerInterface.php
 %%WWWDIR%%/lib/Zend/EventManager/EventsCapableInterface.php
 %%WWWDIR%%/lib/Zend/EventManager/Exception/DomainException.php
@@ -946,14 +1067,19 @@
 %%WWWDIR%%/lib/Zend/EventManager/FilterChain.php
 %%WWWDIR%%/lib/Zend/EventManager/GlobalEventManager.php
 %%WWWDIR%%/lib/Zend/EventManager/ListenerAggregateInterface.php
+%%WWWDIR%%/lib/Zend/EventManager/ListenerAggregateTrait.php
 %%WWWDIR%%/lib/Zend/EventManager/ProvidesEvents.php
+%%WWWDIR%%/lib/Zend/EventManager/README.md
 %%WWWDIR%%/lib/Zend/EventManager/ResponseCollection.php
+%%WWWDIR%%/lib/Zend/EventManager/SharedEventAggregateAwareInterface.php
 %%WWWDIR%%/lib/Zend/EventManager/SharedEventManager.php
 %%WWWDIR%%/lib/Zend/EventManager/SharedEventManagerAwareInterface.php
 %%WWWDIR%%/lib/Zend/EventManager/SharedEventManagerInterface.php
+%%WWWDIR%%/lib/Zend/EventManager/SharedListenerAggregateInterface.php
 %%WWWDIR%%/lib/Zend/EventManager/StaticEventManager.php
 %%WWWDIR%%/lib/Zend/EventManager/composer.json
 %%WWWDIR%%/lib/Zend/I18n/Exception/ExceptionInterface.php
+%%WWWDIR%%/lib/Zend/I18n/Exception/ExtensionNotLoadedException.php
 %%WWWDIR%%/lib/Zend/I18n/Exception/InvalidArgumentException.php
 %%WWWDIR%%/lib/Zend/I18n/Exception/OutOfBoundsException.php
 %%WWWDIR%%/lib/Zend/I18n/Exception/ParseException.php
@@ -963,9 +1089,14 @@
 %%WWWDIR%%/lib/Zend/I18n/Filter/Alnum.php
 %%WWWDIR%%/lib/Zend/I18n/Filter/Alpha.php
 %%WWWDIR%%/lib/Zend/I18n/Filter/NumberFormat.php
+%%WWWDIR%%/lib/Zend/I18n/Filter/NumberParse.php
+%%WWWDIR%%/lib/Zend/I18n/README.md
+%%WWWDIR%%/lib/Zend/I18n/Translator/Loader/AbstractFileLoader.php
 %%WWWDIR%%/lib/Zend/I18n/Translator/Loader/FileLoaderInterface.php
 %%WWWDIR%%/lib/Zend/I18n/Translator/Loader/Gettext.php
+%%WWWDIR%%/lib/Zend/I18n/Translator/Loader/Ini.php
 %%WWWDIR%%/lib/Zend/I18n/Translator/Loader/PhpArray.php
+%%WWWDIR%%/lib/Zend/I18n/Translator/Loader/PhpMemoryArray.php
 %%WWWDIR%%/lib/Zend/I18n/Translator/Loader/RemoteLoaderInterface.php
 %%WWWDIR%%/lib/Zend/I18n/Translator/LoaderPluginManager.php
 %%WWWDIR%%/lib/Zend/I18n/Translator/Plural/Parser.php
@@ -974,16 +1105,264 @@
 %%WWWDIR%%/lib/Zend/I18n/Translator/TextDomain.php
 %%WWWDIR%%/lib/Zend/I18n/Translator/Translator.php
 %%WWWDIR%%/lib/Zend/I18n/Translator/TranslatorAwareInterface.php
+%%WWWDIR%%/lib/Zend/I18n/Translator/TranslatorAwareTrait.php
+%%WWWDIR%%/lib/Zend/I18n/Translator/TranslatorInterface.php
 %%WWWDIR%%/lib/Zend/I18n/Translator/TranslatorServiceFactory.php
 %%WWWDIR%%/lib/Zend/I18n/Validator/Alnum.php
 %%WWWDIR%%/lib/Zend/I18n/Validator/Alpha.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/DateTime.php
 %%WWWDIR%%/lib/Zend/I18n/Validator/Float.php
 %%WWWDIR%%/lib/Zend/I18n/Validator/Int.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AC.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AD.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AF.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AL.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AS.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AU.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AW.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AX.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/AZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BB.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BD.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BF.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BH.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BJ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BL.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BQ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BS.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BW.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BY.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/BZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CC.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CD.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CF.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CH.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CK.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CL.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CU.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CV.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CW.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CX.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CY.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/CZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DJ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DK.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/DZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/EC.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/EE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/EG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/EH.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ER.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ES.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ET.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FJ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FK.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/FR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GB.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GD.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GF.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GH.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GL.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GP.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GQ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GU.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GW.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/GY.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HK.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/HU.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ID.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IL.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IQ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IS.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/IT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/JE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/JM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/JO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/JP.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KH.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KP.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KW.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KY.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/KZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LB.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LC.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LK.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LS.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LU.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LV.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/LY.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MC.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MD.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ME.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MF.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MH.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MK.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ML.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MP.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MQ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MS.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MU.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MV.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MW.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MX.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MY.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/MZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NC.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NF.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NL.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NP.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NU.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/NZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/OM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PF.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PH.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PK.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PL.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PS.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PW.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/PY.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/QA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RS.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RU.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/RW.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SB.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SC.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SD.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SH.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SJ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SK.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SL.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SS.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ST.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SV.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SX.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SY.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/SZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TC.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TD.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TH.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TJ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TK.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TL.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TO.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TR.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TV.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TW.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/TZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/UA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/UG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/US.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/UY.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/UZ.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VC.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VG.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VI.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VN.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/VU.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/WF.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/WS.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/YE.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/YT.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ZA.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ZM.php
+%%WWWDIR%%/lib/Zend/I18n/Validator/PhoneNumber/ZW.php
 %%WWWDIR%%/lib/Zend/I18n/Validator/PostCode.php
 %%WWWDIR%%/lib/Zend/I18n/View/Helper/AbstractTranslatorHelper.php
 %%WWWDIR%%/lib/Zend/I18n/View/Helper/CurrencyFormat.php
 %%WWWDIR%%/lib/Zend/I18n/View/Helper/DateFormat.php
 %%WWWDIR%%/lib/Zend/I18n/View/Helper/NumberFormat.php
+%%WWWDIR%%/lib/Zend/I18n/View/Helper/Plural.php
 %%WWWDIR%%/lib/Zend/I18n/View/Helper/Translate.php
 %%WWWDIR%%/lib/Zend/I18n/View/Helper/TranslatePlural.php
 %%WWWDIR%%/lib/Zend/I18n/View/HelperConfig.php
@@ -1003,6 +1382,7 @@
 %%WWWDIR%%/lib/Zend/Loader/ModuleAutoloader.php
 %%WWWDIR%%/lib/Zend/Loader/PluginClassLoader.php
 %%WWWDIR%%/lib/Zend/Loader/PluginClassLocator.php
+%%WWWDIR%%/lib/Zend/Loader/README.md
 %%WWWDIR%%/lib/Zend/Loader/ShortNameLocator.php
 %%WWWDIR%%/lib/Zend/Loader/SplAutoloader.php
 %%WWWDIR%%/lib/Zend/Loader/StandardAutoloader.php
@@ -1012,11 +1392,13 @@
 %%WWWDIR%%/lib/Zend/ServiceManager/AbstractPluginManager.php
 %%WWWDIR%%/lib/Zend/ServiceManager/Config.php
 %%WWWDIR%%/lib/Zend/ServiceManager/ConfigInterface.php
+%%WWWDIR%%/lib/Zend/ServiceManager/DelegatorFactoryInterface.php
 %%WWWDIR%%/lib/Zend/ServiceManager/Di/DiAbstractServiceFactory.php
 %%WWWDIR%%/lib/Zend/ServiceManager/Di/DiInstanceManagerProxy.php
 %%WWWDIR%%/lib/Zend/ServiceManager/Di/DiServiceFactory.php
 %%WWWDIR%%/lib/Zend/ServiceManager/Di/DiServiceInitializer.php
 %%WWWDIR%%/lib/Zend/ServiceManager/Exception/CircularDependencyFoundException.php
+%%WWWDIR%%/lib/Zend/ServiceManager/Exception/CircularReferenceException.php
 %%WWWDIR%%/lib/Zend/ServiceManager/Exception/ExceptionInterface.php
 %%WWWDIR%%/lib/Zend/ServiceManager/Exception/InvalidArgumentException.php
 %%WWWDIR%%/lib/Zend/ServiceManager/Exception/InvalidServiceNameException.php
@@ -1025,40 +1407,84 @@
 %%WWWDIR%%/lib/Zend/ServiceManager/Exception/ServiceNotFoundException.php
 %%WWWDIR%%/lib/Zend/ServiceManager/FactoryInterface.php
 %%WWWDIR%%/lib/Zend/ServiceManager/InitializerInterface.php
+%%WWWDIR%%/lib/Zend/ServiceManager/MutableCreationOptionsInterface.php
+%%WWWDIR%%/lib/Zend/ServiceManager/Proxy/LazyServiceFactory.php
+%%WWWDIR%%/lib/Zend/ServiceManager/Proxy/LazyServiceFactoryFactory.php
+%%WWWDIR%%/lib/Zend/ServiceManager/README.md
 %%WWWDIR%%/lib/Zend/ServiceManager/ServiceLocatorAwareInterface.php
+%%WWWDIR%%/lib/Zend/ServiceManager/ServiceLocatorAwareTrait.php
 %%WWWDIR%%/lib/Zend/ServiceManager/ServiceLocatorInterface.php
 %%WWWDIR%%/lib/Zend/ServiceManager/ServiceManager.php
 %%WWWDIR%%/lib/Zend/ServiceManager/ServiceManagerAwareInterface.php
 %%WWWDIR%%/lib/Zend/ServiceManager/composer.json
 %%WWWDIR%%/lib/Zend/Stdlib/AbstractOptions.php
+%%WWWDIR%%/lib/Zend/Stdlib/ArrayObject.php
 %%WWWDIR%%/lib/Zend/Stdlib/ArraySerializableInterface.php
 %%WWWDIR%%/lib/Zend/Stdlib/ArrayStack.php
 %%WWWDIR%%/lib/Zend/Stdlib/ArrayUtils.php
 %%WWWDIR%%/lib/Zend/Stdlib/CallbackHandler.php
+%%WWWDIR%%/lib/Zend/Stdlib/DateTime.php
 %%WWWDIR%%/lib/Zend/Stdlib/DispatchableInterface.php
 %%WWWDIR%%/lib/Zend/Stdlib/ErrorHandler.php
 %%WWWDIR%%/lib/Zend/Stdlib/Exception/BadMethodCallException.php
 %%WWWDIR%%/lib/Zend/Stdlib/Exception/DomainException.php
 %%WWWDIR%%/lib/Zend/Stdlib/Exception/ExceptionInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/Exception/ExtensionNotLoadedException.php
 %%WWWDIR%%/lib/Zend/Stdlib/Exception/InvalidArgumentException.php
 %%WWWDIR%%/lib/Zend/Stdlib/Exception/InvalidCallbackException.php
 %%WWWDIR%%/lib/Zend/Stdlib/Exception/LogicException.php
+%%WWWDIR%%/lib/Zend/Stdlib/Exception/RuntimeException.php
+%%WWWDIR%%/lib/Zend/Stdlib/Extractor/ExtractionInterface.php
 %%WWWDIR%%/lib/Zend/Stdlib/Glob.php
+%%WWWDIR%%/lib/Zend/Stdlib/Guard/AllGuardsTrait.php
+%%WWWDIR%%/lib/Zend/Stdlib/Guard/ArrayOrTraversableGuardTrait.php
+%%WWWDIR%%/lib/Zend/Stdlib/Guard/EmptyGuardTrait.php
+%%WWWDIR%%/lib/Zend/Stdlib/Guard/GuardUtils.php
+%%WWWDIR%%/lib/Zend/Stdlib/Guard/NullGuardTrait.php
 %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/AbstractHydrator.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Aggregate/AggregateHydrator.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Aggregate/ExtractEvent.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Aggregate/HydrateEvent.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Aggregate/HydratorListener.php
 %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/ArraySerializable.php
 %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/ClassMethods.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/FilterComposite.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/FilterInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/FilterProviderInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/GetFilter.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/HasFilter.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/IsFilter.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/MethodMatchFilter.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/NumberOfParameterFilter.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Filter/OptionalParametersFilter.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/FilterEnabledInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydrationInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorAwareInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorAwareTrait.php
 %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorOptionsInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/HydratorPluginManager.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/NamingStrategy/NamingStrategyInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/NamingStrategy/UnderscoreNamingStrategy.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/NamingStrategyEnabledInterface.php
 %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/ObjectProperty.php
 %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Reflection.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Strategy/ClosureStrategy.php
 %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Strategy/DefaultStrategy.php
+%%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Strategy/SerializableStrategy.php
 %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/Strategy/StrategyInterface.php
 %%WWWDIR%%/lib/Zend/Stdlib/Hydrator/StrategyEnabledInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/InitializableInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/JsonSerializable.php
+%%WWWDIR%%/lib/Zend/Stdlib/JsonSerializable/PhpLegacyCompatibility.php
 %%WWWDIR%%/lib/Zend/Stdlib/Message.php
 %%WWWDIR%%/lib/Zend/Stdlib/MessageInterface.php
 %%WWWDIR%%/lib/Zend/Stdlib/ParameterObjectInterface.php
 %%WWWDIR%%/lib/Zend/Stdlib/Parameters.php
 %%WWWDIR%%/lib/Zend/Stdlib/ParametersInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/PriorityList.php
 %%WWWDIR%%/lib/Zend/Stdlib/PriorityQueue.php
+%%WWWDIR%%/lib/Zend/Stdlib/README.md
 %%WWWDIR%%/lib/Zend/Stdlib/Request.php
 %%WWWDIR%%/lib/Zend/Stdlib/RequestInterface.php
 %%WWWDIR%%/lib/Zend/Stdlib/Response.php
@@ -1066,421 +1492,18 @@
 %%WWWDIR%%/lib/Zend/Stdlib/SplPriorityQueue.php
 %%WWWDIR%%/lib/Zend/Stdlib/SplQueue.php
 %%WWWDIR%%/lib/Zend/Stdlib/SplStack.php
+%%WWWDIR%%/lib/Zend/Stdlib/StringUtils.php
+%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/AbstractStringWrapper.php
+%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/Iconv.php
+%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/Intl.php
+%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/MbString.php
+%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/Native.php
+%%WWWDIR%%/lib/Zend/Stdlib/StringWrapper/StringWrapperInterface.php
+%%WWWDIR%%/lib/Zend/Stdlib/compatibility/autoload.php
 %%WWWDIR%%/lib/Zend/Stdlib/composer.json
+%%WWWDIR%%/lib/Zend/Version/README.md
 %%WWWDIR%%/lib/Zend/Version/Version.php
 %%WWWDIR%%/lib/Zend/Version/composer.json
-%%WWWDIR%%/lib/Zend/autoload_classmap.php
-%%WWWDIR%%/lib/Zend/classmap_generator.php
-%%WWWDIR%%/lib/cache_lite/LICENSE
-%%WWWDIR%%/lib/cache_lite/Lite.php
-%%WWWDIR%%/lib/cache_lite/Lite/File.php
-%%WWWDIR%%/lib/cache_lite/Lite/Function.php
-%%WWWDIR%%/lib/cache_lite/Lite/Output.php
-%%WWWDIR%%/lib/cache_lite/TODO
-%%WWWDIR%%/lib/cache_lite/docs/examples
-%%WWWDIR%%/lib/cache_lite/docs/technical
-%%WWWDIR%%/lib/extjs/adapter/ext/ext-base-debug.js
-%%WWWDIR%%/lib/extjs/adapter/ext/ext-base.js
-%%WWWDIR%%/lib/extjs/adapter/prototype/ext-prototype-adapter-debug.js
-%%WWWDIR%%/lib/extjs/adapter/prototype/ext-prototype-adapter.js
-%%WWWDIR%%/lib/extjs/ext-all-debug.js
-%%WWWDIR%%/lib/extjs/ext-all.js
-%%WWWDIR%%/lib/extjs/gpl-3.0.txt
-%%WWWDIR%%/lib/extjs/index.html
-%%WWWDIR%%/lib/extjs/license.txt
-%%WWWDIR%%/lib/extjs/locale/ext-lang-af.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-am.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-bg.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-ca.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-cs.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-da.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-de.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-el_GR.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-en.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-en_GB.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-es.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-fa.js
-%%WWWDIR%%/lib/extjs/locale/ext-lang-fi.js

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502061410.t16EAWlu035580>