Date: Fri, 6 Oct 2017 10:50:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451375 - head/www/webtrees Message-ID: <201710061050.v96AoRGO007201@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 6 10:50:27 2017 New Revision: 451375 URL: https://svnweb.freebsd.org/changeset/ports/451375 Log: Update to 1.7.9 Changes: https://wiki.webtrees.net/en/Release_History PR: 222794 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Modified: head/www/webtrees/Makefile head/www/webtrees/distinfo head/www/webtrees/pkg-plist Modified: head/www/webtrees/Makefile ============================================================================== --- head/www/webtrees/Makefile Fri Oct 6 10:45:21 2017 (r451374) +++ head/www/webtrees/Makefile Fri Oct 6 10:50:27 2017 (r451375) @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= webtrees -PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTVERSION= 1.7.9 CATEGORIES= www -MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/${PORTVERSION}/+download/ +MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= fbsd@opal.com COMMENT= Online genealogy viewer EXTRACT_AFTER_ARGS= -d ${WRKSRC} -USES= cpe php shebangfix zip:infozip -SHEBANG_FILES= webtrees/library/bombayworks/zendframework1/puppet/scripts/php-build.sh \ - webtrees/library/ezyang/htmlpurifier/maintenance/*.php \ - webtrees/library/ezyang/htmlpurifier/maintenance/*.sh \ - webtrees/library/tecnick.com/tcpdf/tools/tcpdf_addfont.php +USES= cpe php shebangfix zip +SHEBANG_FILES= webtrees/vendor/ezyang/htmlpurifier/maintenance/*.php \ + webtrees/vendor/ezyang/htmlpurifier/maintenance/*.sh \ + webtrees/vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \ + webtrees/vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php USE_PHP= calendar dom filter gd pcre pdo_mysql session simplexml xml NO_BUILD= yes NO_ARCH= yes @@ -29,7 +28,7 @@ do-install: @(cd ${WRKSRC}/${PORTNAME}; ${FIND} . -not -type d) | ${SORT} | \ ${SED} -ne 's,^${PORTNAME}/,${WWWDIR_REL}/,p' >> ${TMPPLIST} @${ECHO_CMD} \ - '@exec chown -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \ + '@postexec chown -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \ >> ${TMPPLIST} .include <bsd.port.mk> Modified: head/www/webtrees/distinfo ============================================================================== --- head/www/webtrees/distinfo Fri Oct 6 10:45:21 2017 (r451374) +++ head/www/webtrees/distinfo Fri Oct 6 10:50:27 2017 (r451375) @@ -1,2 +1,3 @@ -SHA256 (webtrees-1.6.2.zip) = 98191cc211985761a99d3935320c9dfc04f9e686dbed4dfbb8252561a8ab30b1 -SIZE (webtrees-1.6.2.zip) = 32966215 +TIMESTAMP = 1507287022 +SHA256 (webtrees-1.7.9.zip) = 9eebfefff250135bf68a07a5e7a2693919cec596d756f60762d38a18ede79c31 +SIZE (webtrees-1.7.9.zip) = 32308411 Modified: head/www/webtrees/pkg-plist ============================================================================== --- head/www/webtrees/pkg-plist Fri Oct 6 10:45:21 2017 (r451374) +++ head/www/webtrees/pkg-plist Fri Oct 6 10:50:27 2017 (r451375) @@ -1,4 +1,3 @@ -%%WWWDIR%%/GPL.txt %%WWWDIR%%/README.md %%WWWDIR%%/action.php %%WWWDIR%%/addmedia.php @@ -6,6 +5,7 @@ %%WWWDIR%%/admin_media.php %%WWWDIR%%/admin_media_upload.php %%WWWDIR%%/admin_module_blocks.php +%%WWWDIR%%/admin_module_charts.php %%WWWDIR%%/admin_module_menus.php %%WWWDIR%%/admin_module_reports.php %%WWWDIR%%/admin_module_sidebar.php @@ -19,21 +19,501 @@ %%WWWDIR%%/admin_site_info.php %%WWWDIR%%/admin_site_logs.php %%WWWDIR%%/admin_site_merge.php -%%WWWDIR%%/admin_site_other.php %%WWWDIR%%/admin_site_readme.php %%WWWDIR%%/admin_site_upgrade.php %%WWWDIR%%/admin_trees_check.php %%WWWDIR%%/admin_trees_config.php %%WWWDIR%%/admin_trees_download.php +%%WWWDIR%%/admin_trees_duplicates.php %%WWWDIR%%/admin_trees_export.php %%WWWDIR%%/admin_trees_manage.php %%WWWDIR%%/admin_trees_merge.php %%WWWDIR%%/admin_trees_places.php %%WWWDIR%%/admin_trees_renumber.php +%%WWWDIR%%/admin_trees_unconnected.php %%WWWDIR%%/admin_users.php %%WWWDIR%%/admin_users_bulk.php %%WWWDIR%%/ancestry.php +%%WWWDIR%%/app/Auth.php +%%WWWDIR%%/app/Census/AbstractCensusColumn.php +%%WWWDIR%%/app/Census/AbstractCensusColumnCondition.php +%%WWWDIR%%/app/Census/Census.php +%%WWWDIR%%/app/Census/CensusColumnAge.php +%%WWWDIR%%/app/Census/CensusColumnAgeFemale.php +%%WWWDIR%%/app/Census/CensusColumnAgeFemale5Years.php +%%WWWDIR%%/app/Census/CensusColumnAgeMale.php +%%WWWDIR%%/app/Census/CensusColumnAgeMale5Years.php +%%WWWDIR%%/app/Census/CensusColumnAgeMarried.php +%%WWWDIR%%/app/Census/CensusColumnBirthDate.php +%%WWWDIR%%/app/Census/CensusColumnBirthDay.php +%%WWWDIR%%/app/Census/CensusColumnBirthDayDotMonthYear.php +%%WWWDIR%%/app/Census/CensusColumnBirthDayMonthSlashYear.php +%%WWWDIR%%/app/Census/CensusColumnBirthDaySlashMonth.php +%%WWWDIR%%/app/Census/CensusColumnBirthDaySlashMonthYear.php +%%WWWDIR%%/app/Census/CensusColumnBirthMonth.php +%%WWWDIR%%/app/Census/CensusColumnBirthPlace.php +%%WWWDIR%%/app/Census/CensusColumnBirthPlaceSimple.php +%%WWWDIR%%/app/Census/CensusColumnBirthYear.php +%%WWWDIR%%/app/Census/CensusColumnBornForeignParts.php +%%WWWDIR%%/app/Census/CensusColumnChildrenBornAlive.php +%%WWWDIR%%/app/Census/CensusColumnChildrenDied.php +%%WWWDIR%%/app/Census/CensusColumnChildrenLiving.php +%%WWWDIR%%/app/Census/CensusColumnConditionDanish.php +%%WWWDIR%%/app/Census/CensusColumnConditionEnglish.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchFemme.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchFille.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchGarcon.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchHomme.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchVeuf.php +%%WWWDIR%%/app/Census/CensusColumnConditionFrenchVeuve.php +%%WWWDIR%%/app/Census/CensusColumnConditionUs.php +%%WWWDIR%%/app/Census/CensusColumnFatherBirthPlace.php +%%WWWDIR%%/app/Census/CensusColumnFatherBirthPlaceSimple.php +%%WWWDIR%%/app/Census/CensusColumnFatherForeign.php +%%WWWDIR%%/app/Census/CensusColumnFullName.php +%%WWWDIR%%/app/Census/CensusColumnGivenNameInitial.php +%%WWWDIR%%/app/Census/CensusColumnGivenNames.php +%%WWWDIR%%/app/Census/CensusColumnInterface.php +%%WWWDIR%%/app/Census/CensusColumnMarriedWithinYear.php +%%WWWDIR%%/app/Census/CensusColumnMonthIfBornWithinYear.php +%%WWWDIR%%/app/Census/CensusColumnMonthIfMarriedWithinYear.php +%%WWWDIR%%/app/Census/CensusColumnMotherBirthPlace.php +%%WWWDIR%%/app/Census/CensusColumnMotherBirthPlaceSimple.php +%%WWWDIR%%/app/Census/CensusColumnMotherForeign.php +%%WWWDIR%%/app/Census/CensusColumnNationality.php +%%WWWDIR%%/app/Census/CensusColumnNull.php +%%WWWDIR%%/app/Census/CensusColumnOccupation.php +%%WWWDIR%%/app/Census/CensusColumnRelationToHead.php +%%WWWDIR%%/app/Census/CensusColumnRelationToHeadGerman.php +%%WWWDIR%%/app/Census/CensusColumnReligion.php +%%WWWDIR%%/app/Census/CensusColumnSexMF.php +%%WWWDIR%%/app/Census/CensusColumnSexMK.php +%%WWWDIR%%/app/Census/CensusColumnSexMZ.php +%%WWWDIR%%/app/Census/CensusColumnSurname.php +%%WWWDIR%%/app/Census/CensusColumnSurnameGivenNameInitial.php +%%WWWDIR%%/app/Census/CensusColumnSurnameGivenNames.php +%%WWWDIR%%/app/Census/CensusColumnYearsMarried.php +%%WWWDIR%%/app/Census/CensusInterface.php +%%WWWDIR%%/app/Census/CensusOfCzechRepublic.php +%%WWWDIR%%/app/Census/CensusOfCzechRepublic1880.php +%%WWWDIR%%/app/Census/CensusOfCzechRepublic1921.php +%%WWWDIR%%/app/Census/CensusOfDenmark.php +%%WWWDIR%%/app/Census/CensusOfDenmark1787.php +%%WWWDIR%%/app/Census/CensusOfDenmark1801.php +%%WWWDIR%%/app/Census/CensusOfDenmark1803.php +%%WWWDIR%%/app/Census/CensusOfDenmark1834.php +%%WWWDIR%%/app/Census/CensusOfDenmark1835.php +%%WWWDIR%%/app/Census/CensusOfDenmark1840.php +%%WWWDIR%%/app/Census/CensusOfDenmark1845.php +%%WWWDIR%%/app/Census/CensusOfDenmark1850.php +%%WWWDIR%%/app/Census/CensusOfDenmark1855.php +%%WWWDIR%%/app/Census/CensusOfDenmark1860.php +%%WWWDIR%%/app/Census/CensusOfDenmark1870.php +%%WWWDIR%%/app/Census/CensusOfDenmark1880.php +%%WWWDIR%%/app/Census/CensusOfDenmark1885.php +%%WWWDIR%%/app/Census/CensusOfDenmark1890.php +%%WWWDIR%%/app/Census/CensusOfDenmark1901.php +%%WWWDIR%%/app/Census/CensusOfDenmark1906.php +%%WWWDIR%%/app/Census/CensusOfDenmark1911.php +%%WWWDIR%%/app/Census/CensusOfDenmark1916.php +%%WWWDIR%%/app/Census/CensusOfDenmark1921.php +%%WWWDIR%%/app/Census/CensusOfDenmark1925.php +%%WWWDIR%%/app/Census/CensusOfDenmark1930.php +%%WWWDIR%%/app/Census/CensusOfDenmark1940.php +%%WWWDIR%%/app/Census/CensusOfDeutschland.php +%%WWWDIR%%/app/Census/CensusOfDeutschland1819.php +%%WWWDIR%%/app/Census/CensusOfDeutschland1867.php +%%WWWDIR%%/app/Census/CensusOfDeutschland1900.php +%%WWWDIR%%/app/Census/CensusOfDeutschland1919.php +%%WWWDIR%%/app/Census/CensusOfDeutschlandNL1867.php +%%WWWDIR%%/app/Census/CensusOfEngland.php +%%WWWDIR%%/app/Census/CensusOfEngland1841.php +%%WWWDIR%%/app/Census/CensusOfEngland1851.php +%%WWWDIR%%/app/Census/CensusOfEngland1861.php +%%WWWDIR%%/app/Census/CensusOfEngland1871.php +%%WWWDIR%%/app/Census/CensusOfEngland1881.php +%%WWWDIR%%/app/Census/CensusOfEngland1891.php +%%WWWDIR%%/app/Census/CensusOfEngland1901.php +%%WWWDIR%%/app/Census/CensusOfEngland1911.php +%%WWWDIR%%/app/Census/CensusOfFrance.php +%%WWWDIR%%/app/Census/CensusOfFrance1831.php +%%WWWDIR%%/app/Census/CensusOfFrance1836.php +%%WWWDIR%%/app/Census/CensusOfFrance1841.php +%%WWWDIR%%/app/Census/CensusOfFrance1846.php +%%WWWDIR%%/app/Census/CensusOfFrance1851.php +%%WWWDIR%%/app/Census/CensusOfFrance1856.php +%%WWWDIR%%/app/Census/CensusOfFrance1861.php +%%WWWDIR%%/app/Census/CensusOfFrance1866.php +%%WWWDIR%%/app/Census/CensusOfFrance1872.php +%%WWWDIR%%/app/Census/CensusOfFrance1876.php +%%WWWDIR%%/app/Census/CensusOfFrance1881.php +%%WWWDIR%%/app/Census/CensusOfFrance1886.php +%%WWWDIR%%/app/Census/CensusOfFrance1891.php +%%WWWDIR%%/app/Census/CensusOfFrance1896.php +%%WWWDIR%%/app/Census/CensusOfFrance1901.php +%%WWWDIR%%/app/Census/CensusOfFrance1906.php +%%WWWDIR%%/app/Census/CensusOfFrance1911.php +%%WWWDIR%%/app/Census/CensusOfFrance1921.php +%%WWWDIR%%/app/Census/CensusOfFrance1926.php +%%WWWDIR%%/app/Census/CensusOfFrance1931.php +%%WWWDIR%%/app/Census/CensusOfFrance1936.php +%%WWWDIR%%/app/Census/CensusOfFrance1946.php +%%WWWDIR%%/app/Census/CensusOfScotland.php +%%WWWDIR%%/app/Census/CensusOfScotland1841.php +%%WWWDIR%%/app/Census/CensusOfScotland1851.php +%%WWWDIR%%/app/Census/CensusOfScotland1861.php +%%WWWDIR%%/app/Census/CensusOfScotland1871.php +%%WWWDIR%%/app/Census/CensusOfScotland1881.php +%%WWWDIR%%/app/Census/CensusOfScotland1891.php +%%WWWDIR%%/app/Census/CensusOfScotland1901.php +%%WWWDIR%%/app/Census/CensusOfScotland1911.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1790.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1800.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1810.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1820.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1830.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1840.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1850.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1860.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1870.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1880.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1890.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1900.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1910.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1920.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1930.php +%%WWWDIR%%/app/Census/CensusOfUnitedStates1940.php +%%WWWDIR%%/app/Census/CensusOfWales.php +%%WWWDIR%%/app/Census/CensusOfWales1841.php +%%WWWDIR%%/app/Census/CensusOfWales1851.php +%%WWWDIR%%/app/Census/CensusOfWales1861.php +%%WWWDIR%%/app/Census/CensusOfWales1871.php +%%WWWDIR%%/app/Census/CensusOfWales1881.php +%%WWWDIR%%/app/Census/CensusOfWales1891.php +%%WWWDIR%%/app/Census/CensusOfWales1901.php +%%WWWDIR%%/app/Census/CensusOfWales1911.php +%%WWWDIR%%/app/Census/CensusPlaceInterface.php +%%WWWDIR%%/app/Census/RegisterOfEngland1939.php +%%WWWDIR%%/app/Census/RegisterOfWales1939.php +%%WWWDIR%%/app/ColorGenerator.php +%%WWWDIR%%/app/Config.php +%%WWWDIR%%/app/Controller/AdvancedSearchController.php +%%WWWDIR%%/app/Controller/AjaxController.php +%%WWWDIR%%/app/Controller/AncestryController.php +%%WWWDIR%%/app/Controller/BaseController.php +%%WWWDIR%%/app/Controller/BranchesController.php +%%WWWDIR%%/app/Controller/ChartController.php +%%WWWDIR%%/app/Controller/CompactController.php +%%WWWDIR%%/app/Controller/DescendancyController.php +%%WWWDIR%%/app/Controller/FamilyBookController.php +%%WWWDIR%%/app/Controller/FamilyController.php +%%WWWDIR%%/app/Controller/FanchartController.php +%%WWWDIR%%/app/Controller/GedcomRecordController.php +%%WWWDIR%%/app/Controller/HourglassController.php +%%WWWDIR%%/app/Controller/IndividualController.php +%%WWWDIR%%/app/Controller/LifespanController.php +%%WWWDIR%%/app/Controller/MediaController.php +%%WWWDIR%%/app/Controller/NoteController.php +%%WWWDIR%%/app/Controller/PageController.php +%%WWWDIR%%/app/Controller/PedigreeController.php +%%WWWDIR%%/app/Controller/RelationshipController.php +%%WWWDIR%%/app/Controller/RepositoryController.php +%%WWWDIR%%/app/Controller/SearchController.php +%%WWWDIR%%/app/Controller/SimpleController.php +%%WWWDIR%%/app/Controller/SourceController.php +%%WWWDIR%%/app/Controller/TimelineController.php +%%WWWDIR%%/app/Database.php +%%WWWDIR%%/app/Date.php +%%WWWDIR%%/app/Date/CalendarDate.php +%%WWWDIR%%/app/Date/FrenchDate.php +%%WWWDIR%%/app/Date/GregorianDate.php +%%WWWDIR%%/app/Date/HijriDate.php +%%WWWDIR%%/app/Date/JalaliDate.php +%%WWWDIR%%/app/Date/JewishDate.php +%%WWWDIR%%/app/Date/JulianDate.php +%%WWWDIR%%/app/Date/RomanDate.php +%%WWWDIR%%/app/Fact.php +%%WWWDIR%%/app/Family.php +%%WWWDIR%%/app/File.php +%%WWWDIR%%/app/Filter.php +%%WWWDIR%%/app/FlashMessages.php +%%WWWDIR%%/app/Functions/Functions.php +%%WWWDIR%%/app/Functions/FunctionsCharts.php +%%WWWDIR%%/app/Functions/FunctionsDate.php +%%WWWDIR%%/app/Functions/FunctionsDb.php +%%WWWDIR%%/app/Functions/FunctionsEdit.php +%%WWWDIR%%/app/Functions/FunctionsExport.php +%%WWWDIR%%/app/Functions/FunctionsImport.php +%%WWWDIR%%/app/Functions/FunctionsMedia.php +%%WWWDIR%%/app/Functions/FunctionsPrint.php +%%WWWDIR%%/app/Functions/FunctionsPrintFacts.php +%%WWWDIR%%/app/Functions/FunctionsPrintLists.php +%%WWWDIR%%/app/Functions/FunctionsRtl.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeAdop.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeName.php +%%WWWDIR%%/app/GedcomCode/GedcomCodePedi.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeQuay.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeRela.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeStat.php +%%WWWDIR%%/app/GedcomCode/GedcomCodeTemp.php +%%WWWDIR%%/app/GedcomRecord.php +%%WWWDIR%%/app/GedcomTag.php +%%WWWDIR%%/app/HitCounter.php +%%WWWDIR%%/app/Html.php +%%WWWDIR%%/app/I18N.php +%%WWWDIR%%/app/Individual.php +%%WWWDIR%%/app/Log.php +%%WWWDIR%%/app/Mail.php +%%WWWDIR%%/app/Media.php +%%WWWDIR%%/app/Menu.php +%%WWWDIR%%/app/Module.php +%%WWWDIR%%/app/Module/AbstractModule.php +%%WWWDIR%%/app/Module/AhnentafelReportModule.php +%%WWWDIR%%/app/Module/AlbumModule.php +%%WWWDIR%%/app/Module/AncestorsChartModule.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateBasePlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateMissingDeathPlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php +%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php +%%WWWDIR%%/app/Module/BatchUpdateModule.php +%%WWWDIR%%/app/Module/BirthDeathMarriageReportModule.php +%%WWWDIR%%/app/Module/BirthReportModule.php +%%WWWDIR%%/app/Module/CemeteryReportModule.php +%%WWWDIR%%/app/Module/CensusAssistantModule.php +%%WWWDIR%%/app/Module/ChangeReportModule.php +%%WWWDIR%%/app/Module/ChartsBlockModule.php +%%WWWDIR%%/app/Module/CkeditorModule.php +%%WWWDIR%%/app/Module/ClippingsCart/ClippingsCartController.php +%%WWWDIR%%/app/Module/ClippingsCartModule.php +%%WWWDIR%%/app/Module/CompactTreeChartModule.php +%%WWWDIR%%/app/Module/DeathReportModule.php +%%WWWDIR%%/app/Module/DescendancyChartModule.php +%%WWWDIR%%/app/Module/DescendancyModule.php +%%WWWDIR%%/app/Module/DescendancyReportModule.php +%%WWWDIR%%/app/Module/ExtraInformationModule.php +%%WWWDIR%%/app/Module/FactSourcesReportModule.php +%%WWWDIR%%/app/Module/FamiliesSidebarModule.php +%%WWWDIR%%/app/Module/FamilyBookChartModule.php +%%WWWDIR%%/app/Module/FamilyGroupReportModule.php +%%WWWDIR%%/app/Module/FamilyNavigatorModule.php +%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration0.php +%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration1.php +%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration2.php +%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration3.php +%%WWWDIR%%/app/Module/FamilyTreeFavoritesModule.php +%%WWWDIR%%/app/Module/FamilyTreeNews/Schema/Migration0.php +%%WWWDIR%%/app/Module/FamilyTreeNews/Schema/Migration1.php +%%WWWDIR%%/app/Module/FamilyTreeNews/Schema/Migration2.php +%%WWWDIR%%/app/Module/FamilyTreeNewsModule.php +%%WWWDIR%%/app/Module/FamilyTreeStatisticsModule.php +%%WWWDIR%%/app/Module/FanChartModule.php +%%WWWDIR%%/app/Module/FrequentlyAskedQuestionsModule.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration0.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration1.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration2.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration3.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration4.php +%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration5.php +%%WWWDIR%%/app/Module/GoogleMapsModule.php +%%WWWDIR%%/app/Module/HourglassChartModule.php +%%WWWDIR%%/app/Module/HtmlBlockModule.php +%%WWWDIR%%/app/Module/IndividualFactsTabModule.php +%%WWWDIR%%/app/Module/IndividualFamiliesReportModule.php +%%WWWDIR%%/app/Module/IndividualReportModule.php +%%WWWDIR%%/app/Module/IndividualSidebarModule.php +%%WWWDIR%%/app/Module/InteractiveTree/TreeView.php +%%WWWDIR%%/app/Module/InteractiveTreeModule.php +%%WWWDIR%%/app/Module/LifespansChartModule.php +%%WWWDIR%%/app/Module/LoggedInUsersModule.php +%%WWWDIR%%/app/Module/LoginBlockModule.php +%%WWWDIR%%/app/Module/MarriageReportModule.php +%%WWWDIR%%/app/Module/MediaTabModule.php +%%WWWDIR%%/app/Module/MissingFactsReportModule.php +%%WWWDIR%%/app/Module/ModuleBlockInterface.php +%%WWWDIR%%/app/Module/ModuleChartInterface.php +%%WWWDIR%%/app/Module/ModuleConfigInterface.php +%%WWWDIR%%/app/Module/ModuleMenuInterface.php +%%WWWDIR%%/app/Module/ModuleReportInterface.php +%%WWWDIR%%/app/Module/ModuleSidebarInterface.php +%%WWWDIR%%/app/Module/ModuleTabInterface.php +%%WWWDIR%%/app/Module/ModuleThemeInterface.php +%%WWWDIR%%/app/Module/NotesTabModule.php +%%WWWDIR%%/app/Module/OccupationReportModule.php +%%WWWDIR%%/app/Module/OnThisDayModule.php +%%WWWDIR%%/app/Module/PageMenuModule.php +%%WWWDIR%%/app/Module/PedigreeChartModule.php +%%WWWDIR%%/app/Module/PedigreeReportModule.php +%%WWWDIR%%/app/Module/RecentChangesModule.php +%%WWWDIR%%/app/Module/RelatedIndividualsReportModule.php +%%WWWDIR%%/app/Module/RelationshipsChartModule.php +%%WWWDIR%%/app/Module/RelativesTabModule.php +%%WWWDIR%%/app/Module/ResearchTaskModule.php +%%WWWDIR%%/app/Module/ReviewChangesModule.php +%%WWWDIR%%/app/Module/SiteMapModule.php +%%WWWDIR%%/app/Module/SlideShowModule.php +%%WWWDIR%%/app/Module/SourcesTabModule.php +%%WWWDIR%%/app/Module/StatisticsChartModule.php +%%WWWDIR%%/app/Module/StoriesModule.php +%%WWWDIR%%/app/Module/ThemeSelectModule.php +%%WWWDIR%%/app/Module/TimelineChartModule.php +%%WWWDIR%%/app/Module/TopGivenNamesModule.php +%%WWWDIR%%/app/Module/TopPageViewsModule.php +%%WWWDIR%%/app/Module/TopSurnamesModule.php +%%WWWDIR%%/app/Module/UpcomingAnniversariesModule.php +%%WWWDIR%%/app/Module/UserFavoritesModule.php +%%WWWDIR%%/app/Module/UserJournalModule.php +%%WWWDIR%%/app/Module/UserMessagesModule.php +%%WWWDIR%%/app/Module/UserWelcomeModule.php +%%WWWDIR%%/app/Module/WelcomeBlockModule.php +%%WWWDIR%%/app/Module/YahrzeitModule.php +%%WWWDIR%%/app/Note.php +%%WWWDIR%%/app/Place.php +%%WWWDIR%%/app/Query/QueryMedia.php +%%WWWDIR%%/app/Query/QueryName.php +%%WWWDIR%%/app/Report/ReportBase.php +%%WWWDIR%%/app/Report/ReportBaseCell.php +%%WWWDIR%%/app/Report/ReportBaseElement.php +%%WWWDIR%%/app/Report/ReportBaseFootnote.php +%%WWWDIR%%/app/Report/ReportBaseHtml.php +%%WWWDIR%%/app/Report/ReportBaseImage.php +%%WWWDIR%%/app/Report/ReportBaseLine.php +%%WWWDIR%%/app/Report/ReportBasePageheader.php +%%WWWDIR%%/app/Report/ReportBaseText.php +%%WWWDIR%%/app/Report/ReportBaseTextbox.php +%%WWWDIR%%/app/Report/ReportHtml.php +%%WWWDIR%%/app/Report/ReportHtmlCell.php +%%WWWDIR%%/app/Report/ReportHtmlFootnote.php +%%WWWDIR%%/app/Report/ReportHtmlHtml.php +%%WWWDIR%%/app/Report/ReportHtmlImage.php +%%WWWDIR%%/app/Report/ReportHtmlLine.php +%%WWWDIR%%/app/Report/ReportHtmlPageheader.php +%%WWWDIR%%/app/Report/ReportHtmlText.php +%%WWWDIR%%/app/Report/ReportHtmlTextbox.php +%%WWWDIR%%/app/Report/ReportParserBase.php +%%WWWDIR%%/app/Report/ReportParserGenerate.php +%%WWWDIR%%/app/Report/ReportParserSetup.php +%%WWWDIR%%/app/Report/ReportPdf.php +%%WWWDIR%%/app/Report/ReportPdfCell.php +%%WWWDIR%%/app/Report/ReportPdfFootnote.php +%%WWWDIR%%/app/Report/ReportPdfHtml.php +%%WWWDIR%%/app/Report/ReportPdfImage.php +%%WWWDIR%%/app/Report/ReportPdfLine.php +%%WWWDIR%%/app/Report/ReportPdfPageheader.php +%%WWWDIR%%/app/Report/ReportPdfText.php +%%WWWDIR%%/app/Report/ReportPdfTextbox.php +%%WWWDIR%%/app/Report/ReportTcpdf.php +%%WWWDIR%%/app/Repository.php +%%WWWDIR%%/app/Schema/Migration0.php +%%WWWDIR%%/app/Schema/Migration1.php +%%WWWDIR%%/app/Schema/Migration10.php +%%WWWDIR%%/app/Schema/Migration11.php +%%WWWDIR%%/app/Schema/Migration12.php +%%WWWDIR%%/app/Schema/Migration13.php +%%WWWDIR%%/app/Schema/Migration14.php +%%WWWDIR%%/app/Schema/Migration15.php +%%WWWDIR%%/app/Schema/Migration16.php +%%WWWDIR%%/app/Schema/Migration17.php +%%WWWDIR%%/app/Schema/Migration18.php +%%WWWDIR%%/app/Schema/Migration19.php +%%WWWDIR%%/app/Schema/Migration2.php +%%WWWDIR%%/app/Schema/Migration20.php +%%WWWDIR%%/app/Schema/Migration21.php +%%WWWDIR%%/app/Schema/Migration22.php +%%WWWDIR%%/app/Schema/Migration23.php +%%WWWDIR%%/app/Schema/Migration24.php +%%WWWDIR%%/app/Schema/Migration25.php +%%WWWDIR%%/app/Schema/Migration26.php +%%WWWDIR%%/app/Schema/Migration27.php +%%WWWDIR%%/app/Schema/Migration28.php +%%WWWDIR%%/app/Schema/Migration29.php +%%WWWDIR%%/app/Schema/Migration3.php +%%WWWDIR%%/app/Schema/Migration30.php +%%WWWDIR%%/app/Schema/Migration31.php +%%WWWDIR%%/app/Schema/Migration32.php +%%WWWDIR%%/app/Schema/Migration33.php +%%WWWDIR%%/app/Schema/Migration34.php +%%WWWDIR%%/app/Schema/Migration35.php +%%WWWDIR%%/app/Schema/Migration36.php +%%WWWDIR%%/app/Schema/Migration37.php +%%WWWDIR%%/app/Schema/Migration4.php +%%WWWDIR%%/app/Schema/Migration5.php +%%WWWDIR%%/app/Schema/Migration6.php +%%WWWDIR%%/app/Schema/Migration7.php +%%WWWDIR%%/app/Schema/Migration8.php +%%WWWDIR%%/app/Schema/Migration9.php +%%WWWDIR%%/app/Schema/MigrationInterface.php +%%WWWDIR%%/app/Session.php +%%WWWDIR%%/app/Site.php +%%WWWDIR%%/app/Soundex.php +%%WWWDIR%%/app/Source.php +%%WWWDIR%%/app/SpecialChars.php +%%WWWDIR%%/app/SpecialChars/AbstractSpecialChars.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsAf.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsAr.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsCs.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsDa.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsDe.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsEl.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsEn.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsEs.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsEu.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsFi.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsFr.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsGd.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsHaw.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsHe.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsHu.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsInterface.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsIs.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsIt.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsLt.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsNl.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsNn.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsPl.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsPt.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsRu.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsSk.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsSl.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsSv.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsTr.php +%%WWWDIR%%/app/SpecialChars/SpecialCharsVi.php +%%WWWDIR%%/app/Statement.php +%%WWWDIR%%/app/Stats.php +%%WWWDIR%%/app/SurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/DefaultSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/IcelandicSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/LithuanianSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/MatrilinealSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/PaternalSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/PatrilinealSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/PolishSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/PortugueseSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/SpanishSurnameTradition.php +%%WWWDIR%%/app/SurnameTradition/SurnameTraditionInterface.php +%%WWWDIR%%/app/Theme.php +%%WWWDIR%%/app/Theme/AbstractTheme.php +%%WWWDIR%%/app/Theme/AdministrationTheme.php +%%WWWDIR%%/app/Theme/CloudsTheme.php +%%WWWDIR%%/app/Theme/ColorsTheme.php +%%WWWDIR%%/app/Theme/FabTheme.php +%%WWWDIR%%/app/Theme/MinimalTheme.php +%%WWWDIR%%/app/Theme/ThemeInterface.php +%%WWWDIR%%/app/Theme/WebtreesTheme.php +%%WWWDIR%%/app/Theme/XeneaTheme.php +%%WWWDIR%%/app/Tree.php +%%WWWDIR%%/app/User.php %%WWWDIR%%/apple-touch-icon.png +%%WWWDIR%%/assets/js-1.7.9/admin.js +%%WWWDIR%%/assets/js-1.7.9/autocomplete.js +%%WWWDIR%%/assets/js-1.7.9/font-awesome-rtl.css +%%WWWDIR%%/assets/js-1.7.9/jquery.colorbox-1.5.14.js +%%WWWDIR%%/assets/js-1.7.9/jquery.colorbox.patch +%%WWWDIR%%/assets/js-1.7.9/jquery.wheelzoom-2.0.0.js +%%WWWDIR%%/assets/js-1.7.9/jquery.wheelzoom.patch +%%WWWDIR%%/assets/js-1.7.9/webtrees.js %%WWWDIR%%/autocomplete.php %%WWWDIR%%/block_edit.php %%WWWDIR%%/branches.php @@ -60,67 +540,14 @@ %%WWWDIR%%/hourglass.php %%WWWDIR%%/hourglass_ajax.php %%WWWDIR%%/import.php -%%WWWDIR%%/includes/config_data.php -%%WWWDIR%%/includes/db_schema/db_schema_10_11.php -%%WWWDIR%%/includes/db_schema/db_schema_11_12.php -%%WWWDIR%%/includes/db_schema/db_schema_12_13.php -%%WWWDIR%%/includes/db_schema/db_schema_13_14.php -%%WWWDIR%%/includes/db_schema/db_schema_14_15.php -%%WWWDIR%%/includes/db_schema/db_schema_15_16.php -%%WWWDIR%%/includes/db_schema/db_schema_16_17.php -%%WWWDIR%%/includes/db_schema/db_schema_17_18.php -%%WWWDIR%%/includes/db_schema/db_schema_18_19.php -%%WWWDIR%%/includes/db_schema/db_schema_19_20.php -%%WWWDIR%%/includes/db_schema/db_schema_1_2.php -%%WWWDIR%%/includes/db_schema/db_schema_20_21.php -%%WWWDIR%%/includes/db_schema/db_schema_21_22.php -%%WWWDIR%%/includes/db_schema/db_schema_22_23.php -%%WWWDIR%%/includes/db_schema/db_schema_23_24.php -%%WWWDIR%%/includes/db_schema/db_schema_24_25.php -%%WWWDIR%%/includes/db_schema/db_schema_25_26.php -%%WWWDIR%%/includes/db_schema/db_schema_26_27.php -%%WWWDIR%%/includes/db_schema/db_schema_27_28.php -%%WWWDIR%%/includes/db_schema/db_schema_28_29.php -%%WWWDIR%%/includes/db_schema/db_schema_2_3.php -%%WWWDIR%%/includes/db_schema/db_schema_3_4.php -%%WWWDIR%%/includes/db_schema/db_schema_4_5.php -%%WWWDIR%%/includes/db_schema/db_schema_5_6.php -%%WWWDIR%%/includes/db_schema/db_schema_6_7.php -%%WWWDIR%%/includes/db_schema/db_schema_7_8.php -%%WWWDIR%%/includes/db_schema/db_schema_8_9.php -%%WWWDIR%%/includes/db_schema/db_schema_9_10.php -%%WWWDIR%%/includes/fonts/DejaVuSans.ttf -%%WWWDIR%%/includes/fonts/LICENSE -%%WWWDIR%%/includes/functions/functions.php -%%WWWDIR%%/includes/functions/functions_charts.php -%%WWWDIR%%/includes/functions/functions_date.php -%%WWWDIR%%/includes/functions/functions_db.php -%%WWWDIR%%/includes/functions/functions_edit.php -%%WWWDIR%%/includes/functions/functions_export.php -%%WWWDIR%%/includes/functions/functions_import.php -%%WWWDIR%%/includes/functions/functions_mediadb.php -%%WWWDIR%%/includes/functions/functions_print.php -%%WWWDIR%%/includes/functions/functions_print_facts.php -%%WWWDIR%%/includes/functions/functions_print_lists.php -%%WWWDIR%%/includes/functions/functions_rtl.php -%%WWWDIR%%/includes/hitcount.php -%%WWWDIR%%/includes/reportheader.php %%WWWDIR%%/includes/session.php -%%WWWDIR%%/includes/specialchars.php +%%WWWDIR%%/includes/session.php-e %%WWWDIR%%/index.php %%WWWDIR%%/index_edit.php %%WWWDIR%%/indilist.php %%WWWDIR%%/individual.php %%WWWDIR%%/inverselink.php -%%WWWDIR%%/js/autocomplete.js -%%WWWDIR%%/js/jquery-1.11.1.js -%%WWWDIR%%/js/jquery-ui-1.11.2.js -%%WWWDIR%%/js/jquery.colorbox-1.5.14.js -%%WWWDIR%%/js/jquery.cookie-1.4.1.js -%%WWWDIR%%/js/jquery.datatables-1.10.3.js -%%WWWDIR%%/js/jquery.jeditable-1.7.3.js -%%WWWDIR%%/js/jquery.wheelzoom-2.0.0.js -%%WWWDIR%%/js/webtrees-1.6.2.js +%%WWWDIR%%/language/af.mo %%WWWDIR%%/language/ar.mo %%WWWDIR%%/language/bg.mo %%WWWDIR%%/language/bs.mo @@ -128,2484 +555,60 @@ %%WWWDIR%%/language/cs.mo %%WWWDIR%%/language/da.mo %%WWWDIR%%/language/de.mo +%%WWWDIR%%/language/dv.mo %%WWWDIR%%/language/el.mo -%%WWWDIR%%/language/en_GB.mo -%%WWWDIR%%/language/en_US.mo +%%WWWDIR%%/language/en-AU.mo +%%WWWDIR%%/language/en-GB.mo +%%WWWDIR%%/language/en-US.mo %%WWWDIR%%/language/es.mo %%WWWDIR%%/language/et.mo -%%WWWDIR%%/language/extra/af.mo -%%WWWDIR%%/language/extra/dv.mo -%%WWWDIR%%/language/extra/en_AU.mo -%%WWWDIR%%/language/extra/fa.mo -%%WWWDIR%%/language/extra/fo.mo -%%WWWDIR%%/language/extra/fr_CA.mo -%%WWWDIR%%/language/extra/gl.mo -%%WWWDIR%%/language/extra/id.mo -%%WWWDIR%%/language/extra/ja.mo -%%WWWDIR%%/language/extra/ka.mo -%%WWWDIR%%/language/extra/ko.mo -%%WWWDIR%%/language/extra/lv.mo -%%WWWDIR%%/language/extra/mi.mo -%%WWWDIR%%/language/extra/ms.mo -%%WWWDIR%%/language/extra/ne.mo -%%WWWDIR%%/language/extra/oc.mo -%%WWWDIR%%/language/extra/ro.mo -%%WWWDIR%%/language/extra/sl.mo -%%WWWDIR%%/language/extra/sr.mo -%%WWWDIR%%/language/extra/sr@Latn.mo -%%WWWDIR%%/language/extra/ta.mo -%%WWWDIR%%/language/extra/tt.mo -%%WWWDIR%%/language/extra/yi.mo -%%WWWDIR%%/language/extra/zh_TW.mo +%%WWWDIR%%/language/fa.mo %%WWWDIR%%/language/fi.mo +%%WWWDIR%%/language/fo.mo +%%WWWDIR%%/language/fr-CA.mo %%WWWDIR%%/language/fr.mo +%%WWWDIR%%/language/gl.mo %%WWWDIR%%/language/he.mo %%WWWDIR%%/language/hr.mo %%WWWDIR%%/language/hu.mo +%%WWWDIR%%/language/id.mo %%WWWDIR%%/language/is.mo %%WWWDIR%%/language/it.mo +%%WWWDIR%%/language/ja.mo +%%WWWDIR%%/language/ka.mo +%%WWWDIR%%/language/ko.mo +%%WWWDIR%%/language/ln.mo %%WWWDIR%%/language/lt.mo +%%WWWDIR%%/language/lv.mo +%%WWWDIR%%/language/mi.mo %%WWWDIR%%/language/mr.mo +%%WWWDIR%%/language/ms.mo %%WWWDIR%%/language/nb.mo +%%WWWDIR%%/language/ne.mo %%WWWDIR%%/language/nl.mo %%WWWDIR%%/language/nn.mo +%%WWWDIR%%/language/oc.mo %%WWWDIR%%/language/pl.mo +%%WWWDIR%%/language/pt-BR.mo %%WWWDIR%%/language/pt.mo -%%WWWDIR%%/language/pt_BR.mo +%%WWWDIR%%/language/ro.mo %%WWWDIR%%/language/ru.mo %%WWWDIR%%/language/sk.mo +%%WWWDIR%%/language/sl.mo +%%WWWDIR%%/language/sq.mo +%%WWWDIR%%/language/sr-Latn.mo +%%WWWDIR%%/language/sr.mo %%WWWDIR%%/language/sv.mo +%%WWWDIR%%/language/sw.mo +%%WWWDIR%%/language/ta.mo +%%WWWDIR%%/language/th.mo %%WWWDIR%%/language/tr.mo +%%WWWDIR%%/language/tt.mo %%WWWDIR%%/language/uk.mo %%WWWDIR%%/language/vi.mo -%%WWWDIR%%/language/zh_CN.mo -%%WWWDIR%%/library/WT/Auth.php -%%WWWDIR%%/library/WT/Controller/AdvancedSearch.php -%%WWWDIR%%/library/WT/Controller/Ajax.php -%%WWWDIR%%/library/WT/Controller/Ancestry.php -%%WWWDIR%%/library/WT/Controller/Base.php -%%WWWDIR%%/library/WT/Controller/Branches.php -%%WWWDIR%%/library/WT/Controller/Chart.php -%%WWWDIR%%/library/WT/Controller/Compact.php -%%WWWDIR%%/library/WT/Controller/Descendancy.php -%%WWWDIR%%/library/WT/Controller/Family.php -%%WWWDIR%%/library/WT/Controller/Familybook.php -%%WWWDIR%%/library/WT/Controller/Fanchart.php -%%WWWDIR%%/library/WT/Controller/GedcomRecord.php -%%WWWDIR%%/library/WT/Controller/Hourglass.php -%%WWWDIR%%/library/WT/Controller/Individual.php -%%WWWDIR%%/library/WT/Controller/Lifespan.php -%%WWWDIR%%/library/WT/Controller/Media.php -%%WWWDIR%%/library/WT/Controller/Note.php -%%WWWDIR%%/library/WT/Controller/Page.php -%%WWWDIR%%/library/WT/Controller/Pedigree.php -%%WWWDIR%%/library/WT/Controller/Repository.php -%%WWWDIR%%/library/WT/Controller/Search.php -%%WWWDIR%%/library/WT/Controller/Simple.php -%%WWWDIR%%/library/WT/Controller/Source.php -%%WWWDIR%%/library/WT/Controller/Timeline.php -%%WWWDIR%%/library/WT/DB.php -%%WWWDIR%%/library/WT/DBStatement.php -%%WWWDIR%%/library/WT/Date.php -%%WWWDIR%%/library/WT/Date/Calendar.php -%%WWWDIR%%/library/WT/Date/French.php -%%WWWDIR%%/library/WT/Date/Gregorian.php -%%WWWDIR%%/library/WT/Date/Hijri.php -%%WWWDIR%%/library/WT/Date/Jalali.php -%%WWWDIR%%/library/WT/Date/Jewish.php -%%WWWDIR%%/library/WT/Date/Julian.php -%%WWWDIR%%/library/WT/Date/Roman.php -%%WWWDIR%%/library/WT/Fact.php -%%WWWDIR%%/library/WT/Family.php -%%WWWDIR%%/library/WT/File.php -%%WWWDIR%%/library/WT/Filter.php -%%WWWDIR%%/library/WT/FlashMessages.php -%%WWWDIR%%/library/WT/Gedcom/Code/Adop.php -%%WWWDIR%%/library/WT/Gedcom/Code/Name.php -%%WWWDIR%%/library/WT/Gedcom/Code/Pedi.php -%%WWWDIR%%/library/WT/Gedcom/Code/Quay.php -%%WWWDIR%%/library/WT/Gedcom/Code/Rela.php -%%WWWDIR%%/library/WT/Gedcom/Code/Stat.php -%%WWWDIR%%/library/WT/Gedcom/Code/Temp.php -%%WWWDIR%%/library/WT/Gedcom/Tag.php -%%WWWDIR%%/library/WT/GedcomRecord.php -%%WWWDIR%%/library/WT/I18N.php -%%WWWDIR%%/library/WT/Individual.php -%%WWWDIR%%/library/WT/Log.php -%%WWWDIR%%/library/WT/Mail.php -%%WWWDIR%%/library/WT/Media.php -%%WWWDIR%%/library/WT/Menu.php -%%WWWDIR%%/library/WT/MenuBar.php -%%WWWDIR%%/library/WT/Module.php -%%WWWDIR%%/library/WT/Module/Block.php -%%WWWDIR%%/library/WT/Module/Chart.php -%%WWWDIR%%/library/WT/Module/Config.php -%%WWWDIR%%/library/WT/Module/Menu.php -%%WWWDIR%%/library/WT/Module/Report.php -%%WWWDIR%%/library/WT/Module/Sidebar.php -%%WWWDIR%%/library/WT/Module/Tab.php -%%WWWDIR%%/library/WT/Module/Theme.php -%%WWWDIR%%/library/WT/Note.php -%%WWWDIR%%/library/WT/Place.php -%%WWWDIR%%/library/WT/Query/Admin.php -%%WWWDIR%%/library/WT/Query/Media.php -%%WWWDIR%%/library/WT/Query/Name.php -%%WWWDIR%%/library/WT/Report/Base.php -%%WWWDIR%%/library/WT/Report/Base_Cell.php -%%WWWDIR%%/library/WT/Report/Base_Element.php -%%WWWDIR%%/library/WT/Report/Base_Footnote.php -%%WWWDIR%%/library/WT/Report/Base_Html.php -%%WWWDIR%%/library/WT/Report/Base_Image.php -%%WWWDIR%%/library/WT/Report/Base_Line.php -%%WWWDIR%%/library/WT/Report/Base_PageHeader.php -%%WWWDIR%%/library/WT/Report/Base_Text.php -%%WWWDIR%%/library/WT/Report/Base_TextBox.php -%%WWWDIR%%/library/WT/Report/HTML.php -%%WWWDIR%%/library/WT/Report/HTML_Cell.php -%%WWWDIR%%/library/WT/Report/HTML_Footnote.php -%%WWWDIR%%/library/WT/Report/HTML_Html.php -%%WWWDIR%%/library/WT/Report/HTML_Image.php -%%WWWDIR%%/library/WT/Report/HTML_Line.php -%%WWWDIR%%/library/WT/Report/HTML_PageHeader.php -%%WWWDIR%%/library/WT/Report/HTML_Text.php -%%WWWDIR%%/library/WT/Report/HTML_TextBox.php -%%WWWDIR%%/library/WT/Report/PDF.php -%%WWWDIR%%/library/WT/Report/PDF_Cell.php -%%WWWDIR%%/library/WT/Report/PDF_Footnote.php -%%WWWDIR%%/library/WT/Report/PDF_Html.php -%%WWWDIR%%/library/WT/Report/PDF_Image.php -%%WWWDIR%%/library/WT/Report/PDF_Line.php -%%WWWDIR%%/library/WT/Report/PDF_PageHeader.php -%%WWWDIR%%/library/WT/Report/PDF_Text.php -%%WWWDIR%%/library/WT/Report/PDF_TextBox.php -%%WWWDIR%%/library/WT/Repository.php -%%WWWDIR%%/library/WT/Site.php -%%WWWDIR%%/library/WT/Soundex.php -%%WWWDIR%%/library/WT/Source.php -%%WWWDIR%%/library/WT/Stats.php -%%WWWDIR%%/library/WT/Tree.php -%%WWWDIR%%/library/WT/User.php -%%WWWDIR%%/library/autoload.php -%%WWWDIR%%/library/bin/uuid -%%WWWDIR%%/library/bin/zf.php -%%WWWDIR%%/library/bin/zf.sh -%%WWWDIR%%/library/bombayworks/zendframework1/CONTRIBUTING.md -%%WWWDIR%%/library/bombayworks/zendframework1/DEVELOPMENT_README.md -%%WWWDIR%%/library/bombayworks/zendframework1/INSTALL.md -%%WWWDIR%%/library/bombayworks/zendframework1/LICENSE.txt -%%WWWDIR%%/library/bombayworks/zendframework1/README-GIT.md -%%WWWDIR%%/library/bombayworks/zendframework1/README.md -%%WWWDIR%%/library/bombayworks/zendframework1/Vagrantfile -%%WWWDIR%%/library/bombayworks/zendframework1/bin/classmap_generator.php -%%WWWDIR%%/library/bombayworks/zendframework1/bin/zf.bat -%%WWWDIR%%/library/bombayworks/zendframework1/bin/zf.php -%%WWWDIR%%/library/bombayworks/zendframework1/bin/zf.sh -%%WWWDIR%%/library/bombayworks/zendframework1/composer.json -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Acl.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Application.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Auth.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Barcode.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Apc.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/BlackHole.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ExtendedInterface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/File.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Libmemcached.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Memcached.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Sqlite.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Static.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Test.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/TwoLevels.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/WinCache.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Xcache.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendPlatform.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer/Disk.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer/ShMem.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Core.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Capture.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Class.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/File.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Function.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Output.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Page.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Manager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/AbstractFactory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/SimpleDb.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Document.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/DocumentSet.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Factory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Query.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/QueryAdapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter/AbstractAdapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter/Ec2.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter/Rackspace.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Factory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Image.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/ImageList.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Instance.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/InstanceList.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/OperationNotAvailableException.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/Sqs.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/WindowsAzure.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/ZendQueue.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Factory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Message.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/MessageSet.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/FileSystem.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/Rackspace.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/S3.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/WindowsAzure.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Factory.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Config.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/ActionStack.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AjaxContext.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoComplete/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoCompleteDojo.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoCompleteScriptaculous.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Cache.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/ContextSwitch.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/FlashMessenger.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Json.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Redirector.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Url.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/ViewRenderer.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/HelperBroker.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/HelperBroker/PriorityStack.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Standard.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Front.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/ActionStack.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/Broker.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/ErrorHandler.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/PutHandler.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Apache404.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Http.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/HttpTestCase.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Simple.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Cli.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Http.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/HttpTestCase.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Rewrite.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Abstract.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Chain.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Hostname.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Interface.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Module.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Regex.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Static.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Crypt.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Currency.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Date.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Db.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Debug.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Dojo.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Event.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventCollection.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventDescription.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventManager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventManagerAware.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Exception/InvalidArgumentException.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Filter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Filter/FilterIterator.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/FilterChain.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/GlobalEventManager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/ListenerAggregate.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/ResponseCollection.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/SharedEventCollection.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/SharedEventCollectionAware.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/SharedEventManager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/StaticEventManager.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Exception.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Feed.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Alnum.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Alpha.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/BaseName.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Boolean.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Callback.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress.php -%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/Bz2.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710061050.v96AoRGO007201>