From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 12 06:40:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7007016A4CE for ; Fri, 12 Nov 2004 06:40:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A5D43D39 for ; Fri, 12 Nov 2004 06:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iAC6eLrC022309 for ; Fri, 12 Nov 2004 06:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAC6eLCF022308; Fri, 12 Nov 2004 06:40:21 GMT (envelope-from gnats) Resent-Date: Fri, 12 Nov 2004 06:40:21 GMT Resent-Message-Id: <200411120640.iAC6eLCF022308@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Frank J.Laszlo" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9980516A4CE for ; Fri, 12 Nov 2004 06:33:20 +0000 (GMT) Received: from ion.franksworld.org (vhost.domainatlantic.com [67.18.185.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 123D043D46 for ; Fri, 12 Nov 2004 06:33:20 +0000 (GMT) (envelope-from laszlof@ion.franksworld.org) Received: (qmail 71836 invoked by uid 1001); 12 Nov 2004 01:37:42 -0000 Message-Id: <20041112013742.71835.qmail@ion.franksworld.org> Date: 12 Nov 2004 01:37:42 -0000 From: "Frank J.Laszlo" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73853: [UPDATE] www/gforge: Update to 4.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Frank J.Laszlo" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 06:40:21 -0000 >Number: 73853 >Category: ports >Synopsis: [UPDATE] www/gforge: Update to 4.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 12 06:40:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Frank J. Laszlo >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD ion.franksworld.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is an update from the extremely outdated 3.1 in ports to 4.0.1 from http://www.gforge.org >How-To-Repeat: >Fix: --- gforge-4.0.1.diff begins here --- diff -U3 -r gforge.orig/Makefile gforge/Makefile --- gforge.orig/Makefile Mon Oct 25 08:35:20 2004 +++ gforge/Makefile Fri Nov 12 01:34:06 2004 @@ -6,12 +6,11 @@ # PORTNAME= gforge -PORTVERSION= 3.1 -PORTREVISION= 1 +PORTVERSION= 4.0.1 CATEGORIES= www devel -MASTER_SITES= http://gforge.org/download.php/44/ +MASTER_SITES= http://gforge.org/frs/download.php/85/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= Open Source collaborative software development tool RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4 \ @@ -103,11 +102,10 @@ @${ECHO_MSG} " ==> Patching perl scripts" @${FIND} ${WRKSRC} -name "*.pl" | ${XARGS} ${REINPLACE_CMD} -e \ "s,/usr/bin/perl,${PERL}," -.for f in utils/groupCreator utils/ldap/ldap-clean utils/ldap/ldap-del-user utils/ldap/ldap-dump utils/ldap/ldap-import utils/ldap/ldap-check-replica monitor/systemdaemon +.for f in utils/ldap/ldap-clean utils/ldap/ldap-del-user utils/ldap/ldap-dump utils/ldap/ldap-import utils/ldap/ldap-check-replica monitor/systemdaemon @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL}," ${WRKSRC}/${f} .endfor @${ECHO_MSG} " ==> Setting correct path" - @${REINPLACE_CMD} -e "s,/usr/bin/wget,${LOCALBASE}/bin/wget," ${WRKSRC}/utils/mailing_lists_create.pl @${REINPLACE_CMD} -e "s,/usr/bin:/usr/games:/bin,${PATH}," ${WRKSRC}/monitor/systemdaemon .for f in backend/include.pl utils/include.pl www/include/BaseLanguage.class www/include/pre.php www/include/squal_pre.php @${REINPLACE_CMD} -e "s,/etc/gforge,${ETCDIR},g" ${WRKSRC}/${f} @@ -115,7 +113,7 @@ post-configure: @${ECHO_MSG} " ==> Preparing crontabs" -.for CRONFILE in README README.root +.for CRONFILE in README.root @${REINPLACE_CMD} -e "s,~/alexandria,${BACKEND_DIR},g" ${WRKSRC}/cronjobs/${CRONFILE} .endfor @${ECHO_MSG} " ==> Cleaning useless file" diff -U3 -r gforge.orig/distinfo gforge/distinfo --- gforge.orig/distinfo Thu Mar 18 02:01:14 2004 +++ gforge/distinfo Fri Nov 12 00:33:56 2004 @@ -1,2 +1,2 @@ -MD5 (gforge-3.1.tar.bz2) = 857143a2457f8cb736626dc65b264bf4 -SIZE (gforge-3.1.tar.bz2) = 1159454 +MD5 (gforge-4.0.1.tar.bz2) = 8a2e883d5b653710e85665d1922f8f3b +SIZE (gforge-4.0.1.tar.bz2) = 1488567 diff -U3 -r gforge.orig/pkg-plist gforge/pkg-plist --- gforge.orig/pkg-plist Sun Nov 9 16:06:55 2003 +++ gforge/pkg-plist Fri Nov 12 01:32:07 2004 @@ -1,38 +1,125 @@ %%ETC_DIR%%/local.inc-dist %%ETC_DIR%%/sample-apache.vhost-dist +%%PORTDOCS%%%%DOCSDIR%%/images/sflogo2-105a.png +%%PORTDOCS%%%%DOCSDIR%%/architecture/stats/stats-process.sda +%%PORTDOCS%%%%DOCSDIR%%/docbook/build/.keepme +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/introduction/introduction.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/administration_guide/administration_guide.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/howto_localization.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/howto_contribute.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/howto_documentation.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/coding_standards.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/howto_xhtml.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/templating.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/include/cvs_repository.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/contribution_guide/contribution_guide.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/getting_started/getting_started.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/introduction/introduction.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/tracker.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/docman.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/file_releases.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/forums.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/index.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/mailing_lists.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/news.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/project_admin.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/project_summary.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/surveys.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/task_manager.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/project_functions/cvs.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/index.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/project_help.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/search.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/snippet.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions/trove.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/user_functions/index.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/user_guide/user_guide.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/installation_guide/installation_guide.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/roland_mas.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/ken_mccullagh.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/reinhard_spisser.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/guillaume_smet.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/tim_perdue.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/tom_copeland.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors/ognyan_kulev.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/authors.ent +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/entities/xinclude.ent +%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/gforge_manual.xml +%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/include/common_html.xsl +%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/include/common_html_chunk.xsl +%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/include/common_pdf.xsl +%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/article_html_chunk.xsl +%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/article_pdf.xsl +%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/article_html.xsl +%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/book_html_chunk.xsl +%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/book_pdf.xsl +%%PORTDOCS%%%%DOCSDIR%%/docbook/xsl/book_html.xsl +%%PORTDOCS%%%%DOCSDIR%%/docbook/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/docbook/Makefile +%%PORTDOCS%%%%DOCSDIR%%/docbook/README +%%PORTDOCS%%%%DOCSDIR%%/log_formats.txt +%%PORTDOCS%%%%DOCSDIR%%/index.php +%%PORTDOCS%%%%DOCSDIR%%/gforge-themes-HOWTO.html +%%PORTDOCS%%%%DOCSDIR%%/doc_utils.php +%%PORTDOCS%%%%DOCSDIR%%/debian-installguidefornewbies.html +%%PORTDOCS%%%%DOCSDIR%%/debian-guide.html +%%PORTDOCS%%%%DOCSDIR%%/README.TuningLDAP +%%PORTDOCS%%%%DOCSDIR%%/README.Themes +%%PORTDOCS%%%%DOCSDIR%%/README.Soap +%%PORTDOCS%%%%DOCSDIR%%/README.Plugins +%%PORTDOCS%%%%DOCSDIR%%/README.KnownBugs +%%PORTDOCS%%%%DOCSDIR%%/README.Custom +%%PORTDOCS%%%%DOCSDIR%%/webalizer-HOWTO.html +%%PORTDOCS%%%%DOCSDIR%%/README.ConvertToUTF8 +%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-REPORT.txt +%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-HOWTO.html %%BACKEND_DIR%%/backend/zones/aliases.zone %%BACKEND_DIR%%/backend/zones/dns.zone -%%BACKEND_DIR%%/backend/zones/httpd.conf.zone %%BACKEND_DIR%%/backend/zones/sendmail.cw.zone %%BACKEND_DIR%%/backend/shell/apache.sh %%BACKEND_DIR%%/backend/include.pl %%BACKEND_DIR%%/backend/DatabaseDump.pl +%%BACKEND_DIR%%/cronjobs/tarballs/tarballs.php +%%BACKEND_DIR%%/cronjobs/tarballs/tarballs.sh %%BACKEND_DIR%%/cronjobs/mail/mailaliases.php %%BACKEND_DIR%%/cronjobs/mail/mailing_lists_create.php -%%BACKEND_DIR%%/cronjobs/mail/README.txt -%%BACKEND_DIR%%/cronjobs/cvs-cron/cvscreate.sh +%%BACKEND_DIR%%/cronjobs/dav-svn/svn-index.php +%%BACKEND_DIR%%/cronjobs/dav-svn/create_docman.php +%%BACKEND_DIR%%/cronjobs/dav-svn/create_group_home.php +%%BACKEND_DIR%%/cronjobs/dav-svn/create_groups.php +%%BACKEND_DIR%%/cronjobs/dav-svn/create_svn.php +%%BACKEND_DIR%%/cronjobs/dav-svn/create_users.php +%%BACKEND_DIR%%/cronjobs/dav-svn/default_page.php +%%BACKEND_DIR%%/cronjobs/dav-svn/README +%%BACKEND_DIR%%/cronjobs/cvs-cron/history_parse.php %%BACKEND_DIR%%/cronjobs/cvs-cron/cvs.php %%BACKEND_DIR%%/cronjobs/cvs-cron/grap.c -%%BACKEND_DIR%%/cronjobs/cvs-cron/history_parse.php +%%BACKEND_DIR%%/cronjobs/cvs-cron/cvscreate.sh %%BACKEND_DIR%%/cronjobs/cvs-cron/ssh_create.php %%BACKEND_DIR%%/cronjobs/cvs-cron/usergroup.php +%%BACKEND_DIR%%/cronjobs/cvs-cron/default_page.php %%BACKEND_DIR%%/cronjobs/stats_projects.inc %%BACKEND_DIR%%/cronjobs/stats_projects-backfill.php %%BACKEND_DIR%%/cronjobs/site_stats.php +%%BACKEND_DIR%%/cronjobs/send_pending_items_mail.php %%BACKEND_DIR%%/cronjobs/rotate_activity.php +%%BACKEND_DIR%%/cronjobs/reporting_cron.php %%BACKEND_DIR%%/cronjobs/rating_stats.php %%BACKEND_DIR%%/cronjobs/project_weekly_metric.php %%BACKEND_DIR%%/cronjobs/project_weekly_metric-backfill.php %%BACKEND_DIR%%/cronjobs/project_cleanup.php %%BACKEND_DIR%%/cronjobs/massmail.php +%%BACKEND_DIR%%/cronjobs/forum_gateway.php %%BACKEND_DIR%%/cronjobs/db_trove_maint.php +%%BACKEND_DIR%%/cronjobs/crontab.in %%BACKEND_DIR%%/cronjobs/db_stats_agg.php %%BACKEND_DIR%%/cronjobs/db_project_sums.php %%BACKEND_DIR%%/cronjobs/check_stale_tracker_items.php %%BACKEND_DIR%%/cronjobs/calculate_user_metric.php -%%BACKEND_DIR%%/cronjobs/README -%%BACKEND_DIR%%/cronjobs/README.root %%BACKEND_DIR%%/cronjobs/vacuum.php +%%BACKEND_DIR%%/cronjobs/README.root +%%BACKEND_DIR%%/cronjobs/update_filesize.php +%%BACKEND_DIR%%/cronjobs/tracker_gateway.php %%BACKEND_DIR%%/cronjobs/stats_site.inc %%BACKEND_DIR%%/monitor/systemdaemon %%BACKEND_DIR%%/monitor/check-system.pl @@ -47,6 +134,12 @@ %%BACKEND_DIR%%/utils/cvs1/cvscreate.sh %%BACKEND_DIR%%/utils/cvs1/cvstar_genlist.pl %%BACKEND_DIR%%/utils/cvs1/cvstar_superscript.pl +%%BACKEND_DIR%%/utils/ldap/ldap-check-replica +%%BACKEND_DIR%%/utils/ldap/ldap-clean +%%BACKEND_DIR%%/utils/ldap/ldap-del-user +%%BACKEND_DIR%%/utils/ldap/ldap-dump +%%BACKEND_DIR%%/utils/ldap/ldap-import +%%BACKEND_DIR%%/utils/ldap/sql2ldif.pl %%BACKEND_DIR%%/utils/fixscripts/upgrade_bug_data.php %%BACKEND_DIR%%/utils/fixscripts/fix_image_data.php %%BACKEND_DIR%%/utils/fixscripts/tools_data_cleanup.php @@ -54,50 +147,54 @@ %%BACKEND_DIR%%/utils/fixscripts/upgrade_filerelease_data.php %%BACKEND_DIR%%/utils/fixscripts/upgrade_forum_data.php %%BACKEND_DIR%%/utils/fixscripts/upgrade_task_data.php -%%BACKEND_DIR%%/utils/ldap/ldap-check-replica -%%BACKEND_DIR%%/utils/ldap/ldap-clean -%%BACKEND_DIR%%/utils/ldap/ldap-del-user -%%BACKEND_DIR%%/utils/ldap/ldap-dump -%%BACKEND_DIR%%/utils/ldap/ldap-import -%%BACKEND_DIR%%/utils/ldap/sql2ldif.pl -%%BACKEND_DIR%%/utils/cvs.txt -%%BACKEND_DIR%%/utils/new_aliases_parse.pl -%%BACKEND_DIR%%/utils/missing_L10n.pl -%%BACKEND_DIR%%/utils/mailing_lists_create.pl -%%BACKEND_DIR%%/utils/sffingerd.c -%%BACKEND_DIR%%/utils/include.pl -%%BACKEND_DIR%%/utils/groupCreator +%%BACKEND_DIR%%/utils/change_default_shell %%BACKEND_DIR%%/utils/grap.c -%%BACKEND_DIR%%/utils/sort_file.pl +%%BACKEND_DIR%%/utils/install-apache.sh +%%BACKEND_DIR%%/utils/fill-in-the-blanks.pl %%BACKEND_DIR%%/utils/default_page.php %%BACKEND_DIR%%/utils/decode_images.sh -%%BACKEND_DIR%%/utils/ssh_create.pl -%%BACKEND_DIR%%/utils/new_parse.pl -%%DATADIR%%/contrib/autoconf/config.status -%%DATADIR%%/contrib/autoconf/configure -%%DATADIR%%/contrib/autoconf/configure.ac -%%DATADIR%%/contrib/autoconf/local.inc -%%DATADIR%%/contrib/autoconf/local.inc.in -%%DATADIR%%/contrib/autoconf/sample-apache.vhost -%%DATADIR%%/contrib/autoconf/sample-apache.vhost.in -%%DATADIR%%/contrib/autoconf/README.configure +%%BACKEND_DIR%%/utils/sffingerd.c +%%BACKEND_DIR%%/utils/include.pl %%DATADIR%%/contrib/rh8_apache20_config/httpd.conf %%DATADIR%%/contrib/rh8_apache20_config/local.inc %%DATADIR%%/contrib/rh8_apache20_config/php.conf %%DATADIR%%/contrib/rh8_apache20_config/php.ini %%DATADIR%%/contrib/rh8_apache20_config/readme.txt -%%DATADIR%%/contrib/userlist.README +%%DATADIR%%/contrib/autoconf/autom4te253.cache/requests +%%DATADIR%%/contrib/autoconf/autom4te253.cache/output.0 +%%DATADIR%%/contrib/autoconf/autom4te253.cache/traces.0 +%%DATADIR%%/contrib/autoconf/configure +%%DATADIR%%/contrib/autoconf/configure.ac +%%DATADIR%%/contrib/autoconf/local.inc.in +%%DATADIR%%/contrib/autoconf/sample-apache.vhost.in +%%DATADIR%%/contrib/autoconf/config.status +%%DATADIR%%/contrib/autoconf/local.inc +%%DATADIR%%/contrib/autoconf/README.configure +%%DATADIR%%/contrib/autoconf/sample-apache.vhost %%DATADIR%%/contrib/tracker-cc.patch %%DATADIR%%/contrib/tracker-cc.README +%%DATADIR%%/contrib/gforge.conf %%DATADIR%%/contrib/gforge-3.0-php_path.patch -%%DATADIR%%/contrib/gforge-3.0-local_config.patch %%DATADIR%%/contrib/userlist.patch -%%DATADIR%%/contrib/gforge.conf +%%DATADIR%%/contrib/gforge-3.0-init_sql.patch %%DATADIR%%/contrib/gforge-3.0-cronjobs.patch %%DATADIR%%/contrib/cmd-line-prototype.tar.gz %%DATADIR%%/contrib/beta1_install_from_scratch_install.php %%DATADIR%%/contrib/beta1_install_from_scratch.txt -%%DATADIR%%/contrib/gforge-3.0-init_sql.patch +%%DATADIR%%/contrib/gforge-3.0-local_config.patch +%%DATADIR%%/contrib/userlist.README +%%DATADIR%%/db/SQL_2.6/user_rating.sql +%%DATADIR%%/db/SQL_2.6/SourceForge.sql +%%DATADIR%%/db/SQL_2.6/dbusers.sql +%%DATADIR%%/db/SQL_2.6/languages.tab +%%DATADIR%%/db/SQL_2.6/replicate.sh +%%DATADIR%%/db/SQL_2.6/replication-master.sql +%%DATADIR%%/db/SQL_2.6/replication-reset-master.sql +%%DATADIR%%/db/SQL_2.6/replication-reset-slave.sql +%%DATADIR%%/db/SQL_2.6/replication-slave.sql +%%DATADIR%%/db/SQL_2.6/replication.plan +%%DATADIR%%/db/SQL_2.6/trove_cat.tab +%%DATADIR%%/db/SQL_2.6/DefaultValues.sql %%DATADIR%%/db/SQL_2.5/DefaultValues_2_5.sql %%DATADIR%%/db/SQL_2.5/SourceForge_2_5.sql %%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010511.sql @@ -122,18 +219,6 @@ %%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010507.sql %%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010509.sql %%DATADIR%%/db/SQL_migrate-2.5-to-2.6/README -%%DATADIR%%/db/SQL_2.6/user_rating.sql -%%DATADIR%%/db/SQL_2.6/SourceForge.sql -%%DATADIR%%/db/SQL_2.6/dbusers.sql -%%DATADIR%%/db/SQL_2.6/languages.tab -%%DATADIR%%/db/SQL_2.6/replicate.sh -%%DATADIR%%/db/SQL_2.6/replication-master.sql -%%DATADIR%%/db/SQL_2.6/replication-reset-master.sql -%%DATADIR%%/db/SQL_2.6/replication-reset-slave.sql -%%DATADIR%%/db/SQL_2.6/replication-slave.sql -%%DATADIR%%/db/SQL_2.6/replication.plan -%%DATADIR%%/db/SQL_2.6/trove_cat.tab -%%DATADIR%%/db/SQL_2.6/DefaultValues.sql %%DATADIR%%/db/oci8port/pssonline/DefaultValues.sql %%DATADIR%%/db/oci8port/pssonline/Languages.sql %%DATADIR%%/db/oci8port/pssonline/SourceForge.sql @@ -144,7 +229,39 @@ %%DATADIR%%/db/oci8port/shaguo/SourceForge2.5oci8-Trigger_er.sql %%DATADIR%%/db/oci8port/shaguo/database.php %%DATADIR%%/db/oci8port/shaguo/pgdb-convert.pl +%%DATADIR%%/db/README +%%DATADIR%%/db/20041104.sql +%%DATADIR%%/db/20041031.sql +%%DATADIR%%/db/20041025-gforge-4.0 +%%DATADIR%%/db/20041020.sql +%%DATADIR%%/db/20041014.sql +%%DATADIR%%/db/20041006.sql +%%DATADIR%%/db/20041005.sql +%%DATADIR%%/db/20041001.sql +%%DATADIR%%/db/20040914.sql +%%DATADIR%%/db/20040826_migraterbac.php +%%DATADIR%%/db/20040826_migrateforum.php +%%DATADIR%%/db/20040826.sql +%%DATADIR%%/db/20040804.sql +%%DATADIR%%/db/20040729.sql +%%DATADIR%%/db/20040722.sql +%%DATADIR%%/db/20040507.sql +%%DATADIR%%/db/20040329.sql +%%DATADIR%%/db/20040326-gforge-3.3 +%%DATADIR%%/db/200403252.sql +%%DATADIR%%/db/20040325.sql +%%DATADIR%%/db/20040315.sql +%%DATADIR%%/db/20040204.sql +%%DATADIR%%/db/20040130.sql +%%DATADIR%%/db/20040108-gforge-3.21 +%%DATADIR%%/db/20031205.sql +%%DATADIR%%/db/20031129.sql +%%DATADIR%%/db/20031126.sql +%%DATADIR%%/db/20031124.sql +%%DATADIR%%/db/20031105.sql +%%DATADIR%%/db/20031026-gforge-3.1 %%DATADIR%%/db/20030822.sql +%%DATADIR%%/db/20030701-gforge-3.0 %%DATADIR%%/db/20030513.sql %%DATADIR%%/db/20030312.sql %%DATADIR%%/db/20030209.sql @@ -171,10 +288,51 @@ %%DATADIR%%/db/20021124-3_gforge-debian-sf-sync.sql %%DATADIR%%/db/20021124-2_theming.sql %%DATADIR%%/db/20021124-1_drop_foundry.sql -%%DATADIR%%/db/gforge3.sql %%DATADIR%%/db/gforge2.6.sql -%%DATADIR%%/db/README -%%WWW_ROOT%%/gforge/common/tracker/ArtifactsForUser.class +%%DATADIR%%/db/gforge.sql +%%DATADIR%%/db/gforge-pgsql7.3.sql +%%WWW_ROOT%%/gforge/common/pm/ProjectTask.class +%%WWW_ROOT%%/gforge/common/pm/ProjectGroup.class +%%WWW_ROOT%%/gforge/common/pm/ProjectGroupFactory.class +%%WWW_ROOT%%/gforge/common/pm/ProjectCategory.class +%%WWW_ROOT%%/gforge/common/pm/ProjectTaskFactory.class +%%WWW_ROOT%%/gforge/common/pm/Validator.class +%%WWW_ROOT%%/gforge/common/pm/ProjectTasksForUser.class +%%WWW_ROOT%%/gforge/common/survey/Survey.class +%%WWW_ROOT%%/gforge/common/survey/SurveyFactory.class +%%WWW_ROOT%%/gforge/common/survey/SurveyQuestion.class +%%WWW_ROOT%%/gforge/common/survey/SurveyQuestionFactory.class +%%WWW_ROOT%%/gforge/common/survey/SurveyResponse.class +%%WWW_ROOT%%/gforge/common/survey/SurveyResponseFactory.class +%%WWW_ROOT%%/gforge/common/search/TrackersSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/ExportProjectSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/ForumSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/PeopleSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/ProjectSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/SearchQuery.class +%%WWW_ROOT%%/gforge/common/search/SkillSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/DocsSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/ForumsSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/FrsSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/NewsSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/TasksSearchQuery.class +%%WWW_ROOT%%/gforge/common/search/ArtifactSearchQuery.class +%%WWW_ROOT%%/gforge/common/scm/SCMFactory.class +%%WWW_ROOT%%/gforge/common/reporting/report_utils.php +%%WWW_ROOT%%/gforge/common/reporting/ReportGroupAdded.class +%%WWW_ROOT%%/gforge/common/reporting/ReportGroupCum.class +%%WWW_ROOT%%/gforge/common/reporting/ReportProjectAct.class +%%WWW_ROOT%%/gforge/common/reporting/ReportProjectTime.class +%%WWW_ROOT%%/gforge/common/reporting/ReportSetup.class +%%WWW_ROOT%%/gforge/common/reporting/ReportSiteAct.class +%%WWW_ROOT%%/gforge/common/reporting/ReportSiteTime.class +%%WWW_ROOT%%/gforge/common/reporting/ReportTrackerAct.class +%%WWW_ROOT%%/gforge/common/reporting/ReportUserAct.class +%%WWW_ROOT%%/gforge/common/reporting/ReportUserAdded.class +%%WWW_ROOT%%/gforge/common/reporting/ReportUserCum.class +%%WWW_ROOT%%/gforge/common/reporting/ReportUserTime.class +%%WWW_ROOT%%/gforge/common/reporting/Report.class +%%WWW_ROOT%%/gforge/common/tracker/ArtifactExtraFieldElement.class %%WWW_ROOT%%/gforge/common/tracker/ArtifactCanned.class %%WWW_ROOT%%/gforge/common/tracker/ArtifactCategory.class %%WWW_ROOT%%/gforge/common/tracker/ArtifactFile.class @@ -186,19 +344,21 @@ %%WWW_ROOT%%/gforge/common/tracker/Artifacts.class %%WWW_ROOT%%/gforge/common/tracker/ArtifactTypeFactory.class %%WWW_ROOT%%/gforge/common/tracker/ArtifactFactory.class +%%WWW_ROOT%%/gforge/common/tracker/ArtifactsForUser.class +%%WWW_ROOT%%/gforge/common/tracker/ArtifactHistory.class +%%WWW_ROOT%%/gforge/common/tracker/ArtifactMessage.class +%%WWW_ROOT%%/gforge/common/tracker/ArtifactBoxOptions.class +%%WWW_ROOT%%/gforge/common/tracker/ArtifactExtraField.class %%WWW_ROOT%%/gforge/common/tracker/Artifact.class -%%WWW_ROOT%%/gforge/common/pm/ProjectTask.class -%%WWW_ROOT%%/gforge/common/pm/ProjectGroup.class -%%WWW_ROOT%%/gforge/common/pm/ProjectGroupFactory.class -%%WWW_ROOT%%/gforge/common/pm/ProjectCategory.class -%%WWW_ROOT%%/gforge/common/pm/ProjectTaskFactory.class -%%WWW_ROOT%%/gforge/common/pm/Validator.class -%%WWW_ROOT%%/gforge/common/pm/ProjectTasksForUser.class +%%WWW_ROOT%%/gforge/common/mail/MailingList.class +%%WWW_ROOT%%/gforge/common/mail/MailingListFactory.class +%%WWW_ROOT%%/gforge/common/include/system/LDAP.class +%%WWW_ROOT%%/gforge/common/include/system/UNIX.class +%%WWW_ROOT%%/gforge/common/include/system/pgsql.class %%WWW_ROOT%%/gforge/common/include/cvsweb/DirectoryHandler.class %%WWW_ROOT%%/gforge/common/include/cvsweb/ErrorHandler.class %%WWW_ROOT%%/gforge/common/include/cvsweb/FileHandler.class %%WWW_ROOT%%/gforge/common/include/cvsweb/RCSHandler.class -%%WWW_ROOT%%/gforge/common/include/Group.class %%WWW_ROOT%%/gforge/common/include/Jabber.class %%WWW_ROOT%%/gforge/common/include/Permission.class %%WWW_ROOT%%/gforge/common/include/Plugin.class @@ -206,14 +366,23 @@ %%WWW_ROOT%%/gforge/common/include/User.class %%WWW_ROOT%%/gforge/common/include/account.php %%WWW_ROOT%%/gforge/common/include/database.php -%%WWW_ROOT%%/gforge/common/include/ldap.php +%%WWW_ROOT%%/gforge/common/include/scm.php %%WWW_ROOT%%/gforge/common/include/session.php %%WWW_ROOT%%/gforge/common/include/timezones.php %%WWW_ROOT%%/gforge/common/include/utils.php -%%WWW_ROOT%%/gforge/common/include/vars.php %%WWW_ROOT%%/gforge/common/include/GForge.class -%%WWW_ROOT%%/gforge/common/include/Error.class %%WWW_ROOT%%/gforge/common/include/Stats.class +%%WWW_ROOT%%/gforge/common/include/cron_utils.php +%%WWW_ROOT%%/gforge/common/include/escapingUtils.php +%%WWW_ROOT%%/gforge/common/include/constants.php +%%WWW_ROOT%%/gforge/common/include/MailParser.class +%%WWW_ROOT%%/gforge/common/include/Role.class +%%WWW_ROOT%%/gforge/common/include/RoleObserver.class +%%WWW_ROOT%%/gforge/common/include/SCM.class +%%WWW_ROOT%%/gforge/common/include/System.class +%%WWW_ROOT%%/gforge/common/include/Error.class +%%WWW_ROOT%%/gforge/common/include/license.php +%%WWW_ROOT%%/gforge/common/include/Group.class %%WWW_ROOT%%/gforge/common/frs/FRSFile.class %%WWW_ROOT%%/gforge/common/frs/FRSPackage.class %%WWW_ROOT%%/gforge/common/frs/FRSRelease.class @@ -225,113 +394,73 @@ %%WWW_ROOT%%/gforge/common/docman/Document.class %%WWW_ROOT%%/gforge/common/docman/DocumentFactory.class %%WWW_ROOT%%/gforge/common/docman/DocumentGroup.class -%%WWW_ROOT%%/gforge/www/register/index.php -%%WWW_ROOT%%/gforge/www/register/projectinfo.php -%%WWW_ROOT%%/gforge/www/help/index.php -%%WWW_ROOT%%/gforge/www/help/tracker.php -%%WWW_ROOT%%/gforge/www/help/trove_cat.php -%%WWW_ROOT%%/gforge/www/forum/admin/index.php -%%WWW_ROOT%%/gforge/www/forum/include/ForumHTML.class -%%WWW_ROOT%%/gforge/www/forum/index.php -%%WWW_ROOT%%/gforge/www/forum/message.php -%%WWW_ROOT%%/gforge/www/forum/monitor.php -%%WWW_ROOT%%/gforge/www/forum/new.php -%%WWW_ROOT%%/gforge/www/forum/save.php -%%WWW_ROOT%%/gforge/www/forum/forum.php -%%WWW_ROOT%%/gforge/www/export/patch_dump.php -%%WWW_ROOT%%/gforge/www/export/nitf_sfforums.php -%%WWW_ROOT%%/gforge/www/export/projhtml.php -%%WWW_ROOT%%/gforge/www/export/projnews.php -%%WWW_ROOT%%/gforge/www/export/rss_sfnewreleases.php -%%WWW_ROOT%%/gforge/www/export/rss_sfnews.php -%%WWW_ROOT%%/gforge/www/export/rss_sfprojects.php -%%WWW_ROOT%%/gforge/www/export/rss_utils.inc -%%WWW_ROOT%%/gforge/www/export/sf_forum_0.1.dtd -%%WWW_ROOT%%/gforge/www/export/sf_forum_0.1.dtd.txt -%%WWW_ROOT%%/gforge/www/export/sf_tracker_export.php -%%WWW_ROOT%%/gforge/www/export/sf_tracker_export.xsd -%%WWW_ROOT%%/gforge/www/export/trove_tree.php -%%WWW_ROOT%%/gforge/www/export/trove_tree_0.1.dtd -%%WWW_ROOT%%/gforge/www/export/index.php +%%WWW_ROOT%%/gforge/www/reporting/usertime_graph.php +%%WWW_ROOT%%/gforge/www/reporting/groupadded_graph.php +%%WWW_ROOT%%/gforge/www/reporting/groupcum.php +%%WWW_ROOT%%/gforge/www/reporting/groupcum_graph.php +%%WWW_ROOT%%/gforge/www/reporting/index.php +%%WWW_ROOT%%/gforge/www/reporting/projectact.php +%%WWW_ROOT%%/gforge/www/reporting/projectact_graph.php +%%WWW_ROOT%%/gforge/www/reporting/projecttime.php +%%WWW_ROOT%%/gforge/www/reporting/projecttime_graph.php +%%WWW_ROOT%%/gforge/www/reporting/rebuild.php +%%WWW_ROOT%%/gforge/www/reporting/siteact.php +%%WWW_ROOT%%/gforge/www/reporting/siteact_graph.php +%%WWW_ROOT%%/gforge/www/reporting/sitetime.php +%%WWW_ROOT%%/gforge/www/reporting/sitetime_graph.php +%%WWW_ROOT%%/gforge/www/reporting/sitetimebar.php +%%WWW_ROOT%%/gforge/www/reporting/sitetimebar_graph.php +%%WWW_ROOT%%/gforge/www/reporting/timeadd.php +%%WWW_ROOT%%/gforge/www/reporting/timecategory.php +%%WWW_ROOT%%/gforge/www/reporting/useract.php +%%WWW_ROOT%%/gforge/www/reporting/toolspie.php +%%WWW_ROOT%%/gforge/www/reporting/toolspie_graph.php +%%WWW_ROOT%%/gforge/www/reporting/trackerpie_graph.php +%%WWW_ROOT%%/gforge/www/reporting/useract_graph.php +%%WWW_ROOT%%/gforge/www/reporting/useradded.php +%%WWW_ROOT%%/gforge/www/reporting/useradded_graph.php +%%WWW_ROOT%%/gforge/www/reporting/usercum.php +%%WWW_ROOT%%/gforge/www/reporting/usercum_graph.php +%%WWW_ROOT%%/gforge/www/reporting/usersummary.php +%%WWW_ROOT%%/gforge/www/reporting/usertime.php +%%WWW_ROOT%%/gforge/www/reporting/groupadded.php +%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactFileHtml.class +%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactHtml.class +%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactTypeHtml.class +%%WWW_ROOT%%/gforge/www/tracker/reporting/index.php +%%WWW_ROOT%%/gforge/www/tracker/reporting/trackeract_graph.php +%%WWW_ROOT%%/gforge/www/tracker/reporting/trackerpie_graph.php +%%WWW_ROOT%%/gforge/www/tracker/admin/updates.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-addcanned.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-addcategory.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-addextrafield.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-addextrafieldoption.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-addgroup.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-deletetracker.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-extrafieldcopy.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatecanned.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatecategory.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-updateextrafield.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-updateextrafieldelement.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-updategroup.php +%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatetracker.php +%%WWW_ROOT%%/gforge/www/tracker/admin/ind.php +%%WWW_ROOT%%/gforge/www/tracker/admin/tracker.php +%%WWW_ROOT%%/gforge/www/tracker/admin/index.php +%%WWW_ROOT%%/gforge/www/tracker/download.php +%%WWW_ROOT%%/gforge/www/tracker/index.php +%%WWW_ROOT%%/gforge/www/tracker/mod.php +%%WWW_ROOT%%/gforge/www/tracker/mod-limited.php +%%WWW_ROOT%%/gforge/www/tracker/taskmgr.php +%%WWW_ROOT%%/gforge/www/tracker/ind.php +%%WWW_ROOT%%/gforge/www/tracker/browse.php +%%WWW_ROOT%%/gforge/www/tracker/tracker.php +%%WWW_ROOT%%/gforge/www/tracker/add.php +%%WWW_ROOT%%/gforge/www/tracker/detail.php %%WWW_ROOT%%/gforge/www/top/index.php %%WWW_ROOT%%/gforge/www/top/mostactive.php %%WWW_ROOT%%/gforge/www/top/toplist.php %%WWW_ROOT%%/gforge/www/top/topusers.php -%%WWW_ROOT%%/gforge/www/docman/admin/index.php -%%WWW_ROOT%%/gforge/www/docman/include/doc_utils.php -%%WWW_ROOT%%/gforge/www/docman/index.php -%%WWW_ROOT%%/gforge/www/docman/new.php -%%WWW_ROOT%%/gforge/www/docman/view.php -%%WWW_ROOT%%/gforge/www/docman/display_doc.php -%%WWW_ROOT%%/gforge/www/developer/diary.php -%%WWW_ROOT%%/gforge/www/developer/index.php -%%WWW_ROOT%%/gforge/www/developer/monitor.php -%%WWW_ROOT%%/gforge/www/developer/rate.php -%%WWW_ROOT%%/gforge/www/softwaremap/index.php -%%WWW_ROOT%%/gforge/www/softwaremap/trove_list.php -%%WWW_ROOT%%/gforge/www/snippet/submit.php -%%WWW_ROOT%%/gforge/www/snippet/addversion.php -%%WWW_ROOT%%/gforge/www/snippet/browse.php -%%WWW_ROOT%%/gforge/www/snippet/delete.php -%%WWW_ROOT%%/gforge/www/snippet/detail.php -%%WWW_ROOT%%/gforge/www/snippet/download.php -%%WWW_ROOT%%/gforge/www/snippet/index.php -%%WWW_ROOT%%/gforge/www/snippet/package.php -%%WWW_ROOT%%/gforge/www/snippet/snippet-er-diagram.sda -%%WWW_ROOT%%/gforge/www/snippet/snippet-plan.txt -%%WWW_ROOT%%/gforge/www/snippet/snippet_utils.php -%%WWW_ROOT%%/gforge/www/snippet/add_snippet_to_package.php -%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_add.php -%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_edit.php -%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_list.php -%%WWW_ROOT%%/gforge/www/admin/add_language.php -%%WWW_ROOT%%/gforge/www/admin/admin_table.php -%%WWW_ROOT%%/gforge/www/admin/admin_utils.php -%%WWW_ROOT%%/gforge/www/admin/admintabfiles.php -%%WWW_ROOT%%/gforge/www/admin/approve-pending.php -%%WWW_ROOT%%/gforge/www/admin/database.php -%%WWW_ROOT%%/gforge/www/admin/edit_frs_filetype.php -%%WWW_ROOT%%/gforge/www/admin/edit_frs_processor.php -%%WWW_ROOT%%/gforge/www/admin/edit_frs_theme.php -%%WWW_ROOT%%/gforge/www/admin/edit_supported_languages.php -%%WWW_ROOT%%/gforge/www/admin/edittabfiles.php -%%WWW_ROOT%%/gforge/www/admin/groupedit.php -%%WWW_ROOT%%/gforge/www/admin/grouplist.php -%%WWW_ROOT%%/gforge/www/admin/index.php -%%WWW_ROOT%%/gforge/www/admin/loadtabfiles.php -%%WWW_ROOT%%/gforge/www/admin/massmail-old.php -%%WWW_ROOT%%/gforge/www/admin/massmail.php -%%WWW_ROOT%%/gforge/www/admin/massmail_execute.php -%%WWW_ROOT%%/gforge/www/admin/responses_admin.php -%%WWW_ROOT%%/gforge/www/admin/search.php -%%WWW_ROOT%%/gforge/www/admin/seetabfiles.php -%%WWW_ROOT%%/gforge/www/admin/unsubscribe.php -%%WWW_ROOT%%/gforge/www/admin/useredit.php -%%WWW_ROOT%%/gforge/www/admin/userlist.php -%%WWW_ROOT%%/gforge/www/admin/vhost.php -%%WWW_ROOT%%/gforge/www/admin/editdouble.php -%%WWW_ROOT%%/gforge/www/admin/editnotinbasetabfiles.php -%%WWW_ROOT%%/gforge/www/admin/editnotranstabfiles.php -%%WWW_ROOT%%/gforge/www/admin/edittranstabfiles.php -%%WWW_ROOT%%/gforge/www/admin/gettabfiles.php -%%WWW_ROOT%%/gforge/www/admin/seenotinbasetabfiles.php -%%WWW_ROOT%%/gforge/www/admin/seenotranstabfiles.php -%%WWW_ROOT%%/gforge/www/admin/seetranstabfiles.php -%%WWW_ROOT%%/gforge/www/account/verify.php -%%WWW_ROOT%%/gforge/www/account/change_email.php -%%WWW_ROOT%%/gforge/www/account/change_pw.php -%%WWW_ROOT%%/gforge/www/account/editsshkeys.php -%%WWW_ROOT%%/gforge/www/account/first.php -%%WWW_ROOT%%/gforge/www/account/index.php -%%WWW_ROOT%%/gforge/www/account/login.php -%%WWW_ROOT%%/gforge/www/account/logout.php -%%WWW_ROOT%%/gforge/www/account/lostlogin.php -%%WWW_ROOT%%/gforge/www/account/lostpw.php -%%WWW_ROOT%%/gforge/www/account/pending-resend.php -%%WWW_ROOT%%/gforge/www/account/register.php -%%WWW_ROOT%%/gforge/www/account/setlang.php -%%WWW_ROOT%%/gforge/www/account/unsubscribe.php -%%WWW_ROOT%%/gforge/www/account/change_email-complete.php %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomleft.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomright-inner.png @@ -344,12 +473,13 @@ %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner-dark.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomleft-inner.png -%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/forum20w.png -%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/caret.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/xmail16w.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cfolder15.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/check.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cvs16b.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/docman16b.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/forum20g.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/forum20w.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/ftp16b.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/halfcheck.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/home16b.png @@ -358,27 +488,51 @@ %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/mail16d.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/mail16w.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/manual16c.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/msg.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/ofolder15.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/pencil.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/save.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/survey16b.png -%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash-x.png -%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash.png -%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/write16w.png -%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/xmail16w.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/taskman20g.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/taskman20w.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/tracker20g.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/tracker20w.png -%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/forum20g.png -%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/msg.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash-x.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/write16w.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/caret.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/logo.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/t.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/t2.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/box-grad.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/box-topleft.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/box-topright.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-end-notselected.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-end-selected.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-notselected-bg.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-notselected-end.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-notselected-notselected.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-notselected-selected.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-top-blue.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/vert-grad.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-selected-bg.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-selected-end.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-bottomtab-selected-notselected.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-end-notselected.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-end-selected.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-notselected-bg.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-notselected-end.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-notselected-notselected.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-notselected-selected.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-selected-bg.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-selected-end.png %%WWW_ROOT%%/gforge/www/themes/gforge/images/clear.png +%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-selected-notselected.png %%WWW_ROOT%%/gforge/www/themes/gforge/Theme.class -%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/forum20w.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/xmail16w.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Admin.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Bugs.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/CVS.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Docs.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Files.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Forums.png @@ -396,6 +550,8 @@ %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/check.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/cvs16b.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/docman16b.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/forum20g.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/forum20w.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/ftp16b.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/halfcheck.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/home16b.png @@ -403,19 +559,19 @@ %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16b.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16d.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/manual16c.png -%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/CVS.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/ofolder15.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/pencil.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/save.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/survey16b.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/taskman20g.png -%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash-x.png -%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/taskman20w.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/tracker20g.png %%WWW_ROOT%%/gforge/www/themes/osx/images/ic/tracker20w.png -%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/forum20g.png -%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Admin.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash-x.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16w.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/write16w.png +%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/msg.png %%WWW_ROOT%%/gforge/www/themes/osx/images/proj/taskman16b.png %%WWW_ROOT%%/gforge/www/themes/osx/images/proj/docman16b.png %%WWW_ROOT%%/gforge/www/themes/osx/images/proj/ftp16b.png @@ -446,12 +602,137 @@ %%WWW_ROOT%%/gforge/www/themes/osx/images/background.png %%WWW_ROOT%%/gforge/www/themes/osx/Theme.class %%WWW_ROOT%%/gforge/www/themes/osx/README +%%WWW_ROOT%%/gforge/www/themes/ultralite/Theme.class %%WWW_ROOT%%/gforge/www/themes/index.php +%%WWW_ROOT%%/gforge/www/account/verify.php +%%WWW_ROOT%%/gforge/www/account/change_email.php +%%WWW_ROOT%%/gforge/www/account/change_pw.php +%%WWW_ROOT%%/gforge/www/account/editsshkeys.php +%%WWW_ROOT%%/gforge/www/account/first.php +%%WWW_ROOT%%/gforge/www/account/index.php +%%WWW_ROOT%%/gforge/www/account/login.php +%%WWW_ROOT%%/gforge/www/account/logout.php +%%WWW_ROOT%%/gforge/www/account/lostlogin.php +%%WWW_ROOT%%/gforge/www/account/lostpw.php +%%WWW_ROOT%%/gforge/www/account/pending-resend.php +%%WWW_ROOT%%/gforge/www/account/register.php +%%WWW_ROOT%%/gforge/www/account/setlang.php +%%WWW_ROOT%%/gforge/www/account/unsubscribe.php +%%WWW_ROOT%%/gforge/www/account/change_email-complete.php +%%WWW_ROOT%%/gforge/www/survey/admin/survey.php +%%WWW_ROOT%%/gforge/www/survey/admin/add_survey.php +%%WWW_ROOT%%/gforge/www/survey/admin/edit_question.php +%%WWW_ROOT%%/gforge/www/survey/admin/edit_survey.php +%%WWW_ROOT%%/gforge/www/survey/admin/index.php +%%WWW_ROOT%%/gforge/www/survey/admin/show_questions.php +%%WWW_ROOT%%/gforge/www/survey/admin/show_results.php +%%WWW_ROOT%%/gforge/www/survey/admin/show_results_aggregate.php +%%WWW_ROOT%%/gforge/www/survey/admin/show_results_comments.php +%%WWW_ROOT%%/gforge/www/survey/admin/show_results_csv.php +%%WWW_ROOT%%/gforge/www/survey/admin/show_results_individual.php +%%WWW_ROOT%%/gforge/www/survey/admin/graphs.php +%%WWW_ROOT%%/gforge/www/survey/admin/question.php +%%WWW_ROOT%%/gforge/www/survey/admin/survey_utils.php +%%WWW_ROOT%%/gforge/www/survey/admin/add_question.php +%%WWW_ROOT%%/gforge/www/survey/include/SurveyHTML.class +%%WWW_ROOT%%/gforge/www/survey/privacy.php +%%WWW_ROOT%%/gforge/www/survey/rating_resp.php +%%WWW_ROOT%%/gforge/www/survey/survey_utils.php +%%WWW_ROOT%%/gforge/www/survey/survey.php +%%WWW_ROOT%%/gforge/www/survey/survey_resp.php +%%WWW_ROOT%%/gforge/www/survey/index.php +%%WWW_ROOT%%/gforge/www/stats/users_graph.php +%%WWW_ROOT%%/gforge/www/stats/i18n.php +%%WWW_ROOT%%/gforge/www/stats/index.php +%%WWW_ROOT%%/gforge/www/stats/lastlogins.php +%%WWW_ROOT%%/gforge/www/stats/projects.php +%%WWW_ROOT%%/gforge/www/stats/site_stats_utils.php +%%WWW_ROOT%%/gforge/www/stats/views_graph.php +%%WWW_ROOT%%/gforge/www/stats/graphs.php +%%WWW_ROOT%%/gforge/www/squal/get_session_hash.php +%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_add.php +%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_edit.php +%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_list.php +%%WWW_ROOT%%/gforge/www/admin/languages/seetranstabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/editdouble.php +%%WWW_ROOT%%/gforge/www/admin/languages/editnotinbasetabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/editnotranstabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/edittabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/edittranstabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/gettabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/loadtabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/seenotinbasetabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/seenotranstabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/seetabfiles.php +%%WWW_ROOT%%/gforge/www/admin/languages/admintabfiles.php +%%WWW_ROOT%%/gforge/www/admin/admin_table.php +%%WWW_ROOT%%/gforge/www/admin/approve-pending.php +%%WWW_ROOT%%/gforge/www/admin/cronman.php +%%WWW_ROOT%%/gforge/www/admin/database.php +%%WWW_ROOT%%/gforge/www/admin/edit_frs_filetype.php +%%WWW_ROOT%%/gforge/www/admin/edit_frs_processor.php +%%WWW_ROOT%%/gforge/www/admin/edit_licenses.php +%%WWW_ROOT%%/gforge/www/admin/edit_supported_languages.php +%%WWW_ROOT%%/gforge/www/admin/edit_theme.php +%%WWW_ROOT%%/gforge/www/admin/groupedit.php +%%WWW_ROOT%%/gforge/www/admin/grouplist.php +%%WWW_ROOT%%/gforge/www/admin/index.php +%%WWW_ROOT%%/gforge/www/admin/massmail.php +%%WWW_ROOT%%/gforge/www/admin/responses_admin.php +%%WWW_ROOT%%/gforge/www/admin/search.php +%%WWW_ROOT%%/gforge/www/admin/unsubscribe.php +%%WWW_ROOT%%/gforge/www/admin/useredit.php +%%WWW_ROOT%%/gforge/www/admin/userlist.php +%%WWW_ROOT%%/gforge/www/admin/vhost.php +%%WWW_ROOT%%/gforge/www/admin/admin_utils.php +%%WWW_ROOT%%/gforge/www/softwaremap/index.php +%%WWW_ROOT%%/gforge/www/softwaremap/trove_list.php +%%WWW_ROOT%%/gforge/www/soap/common/group.php +%%WWW_ROOT%%/gforge/www/soap/common/user.php +%%WWW_ROOT%%/gforge/www/soap/tracker/tracker.php +%%WWW_ROOT%%/gforge/www/soap/pm/pm.php +%%WWW_ROOT%%/gforge/www/soap/SoapAPI.php +%%WWW_ROOT%%/gforge/www/soap/index.php +%%WWW_ROOT%%/gforge/www/soap/nusoap.php +%%WWW_ROOT%%/gforge/www/snippet/submit.php +%%WWW_ROOT%%/gforge/www/snippet/addversion.php +%%WWW_ROOT%%/gforge/www/snippet/browse.php +%%WWW_ROOT%%/gforge/www/snippet/delete.php +%%WWW_ROOT%%/gforge/www/snippet/detail.php +%%WWW_ROOT%%/gforge/www/snippet/download.php +%%WWW_ROOT%%/gforge/www/snippet/index.php +%%WWW_ROOT%%/gforge/www/snippet/package.php +%%WWW_ROOT%%/gforge/www/snippet/snippet_utils.php +%%WWW_ROOT%%/gforge/www/snippet/add_snippet_to_package.php +%%WWW_ROOT%%/gforge/www/developer/diary.php +%%WWW_ROOT%%/gforge/www/developer/index.php +%%WWW_ROOT%%/gforge/www/developer/monitor.php +%%WWW_ROOT%%/gforge/www/developer/rate.php +%%WWW_ROOT%%/gforge/www/search/include/engines/ArtifactSearchEngine.class +%%WWW_ROOT%%/gforge/www/search/include/engines/ForumSearchEngine.class +%%WWW_ROOT%%/gforge/www/search/include/engines/GroupSearchEngine.class +%%WWW_ROOT%%/gforge/www/search/include/engines/SearchEngine.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/TrackersHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/DocsHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/ForumHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/ForumsHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/FrsHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/HtmlGroupSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/HtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/NewsHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/PeopleHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/ProjectHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/ProjectRssSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/RssSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/SearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/SkillHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/TasksHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/renderers/ArtifactHtmlSearchRenderer.class +%%WWW_ROOT%%/gforge/www/search/include/SearchManager.class %%WWW_ROOT%%/gforge/www/search/index.php +%%WWW_ROOT%%/gforge/www/scm/admin/index.php +%%WWW_ROOT%%/gforge/www/scm/include/scm_utils.php %%WWW_ROOT%%/gforge/www/scm/index.php -%%WWW_ROOT%%/gforge/www/scm/controller.php -%%WWW_ROOT%%/gforge/www/scm/controlleroo.php -%%WWW_ROOT%%/gforge/www/scm/viewFile.php %%WWW_ROOT%%/gforge/www/images/ic/write16w.png %%WWW_ROOT%%/gforge/www/images/ic/cfolder15.png %%WWW_ROOT%%/gforge/www/images/ic/check.png @@ -494,65 +775,33 @@ %%WWW_ROOT%%/gforge/www/images/sf-for-debian.png %%WWW_ROOT%%/gforge/www/images/t.png %%WWW_ROOT%%/gforge/www/images/t2.png -%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactFileHtml.class -%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactHtml.class -%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactTypeHtml.class -%%WWW_ROOT%%/gforge/www/tracker/reporting/index.php -%%WWW_ROOT%%/gforge/www/tracker/admin/index.php -%%WWW_ROOT%%/gforge/www/tracker/download.php -%%WWW_ROOT%%/gforge/www/tracker/index.php -%%WWW_ROOT%%/gforge/www/tracker/mod.php -%%WWW_ROOT%%/gforge/www/tracker/browse.php -%%WWW_ROOT%%/gforge/www/tracker/taskmgr.php -%%WWW_ROOT%%/gforge/www/tracker/add.php -%%WWW_ROOT%%/gforge/www/tracker/detail.php -%%WWW_ROOT%%/gforge/www/tracker/mod-limited.php -%%WWW_ROOT%%/gforge/www/survey/admin/survey_utils.php -%%WWW_ROOT%%/gforge/www/survey/admin/add_survey.php -%%WWW_ROOT%%/gforge/www/survey/admin/edit_question.php -%%WWW_ROOT%%/gforge/www/survey/admin/edit_survey.php -%%WWW_ROOT%%/gforge/www/survey/admin/index.php -%%WWW_ROOT%%/gforge/www/survey/admin/show_questions.php -%%WWW_ROOT%%/gforge/www/survey/admin/show_results.php -%%WWW_ROOT%%/gforge/www/survey/admin/show_results_aggregate.php -%%WWW_ROOT%%/gforge/www/survey/admin/show_results_comments.php -%%WWW_ROOT%%/gforge/www/survey/admin/show_results_csv.php -%%WWW_ROOT%%/gforge/www/survey/admin/show_results_individual.php -%%WWW_ROOT%%/gforge/www/survey/admin/survey.sql -%%WWW_ROOT%%/gforge/www/survey/admin/add_question.php -%%WWW_ROOT%%/gforge/www/survey/index.php -%%WWW_ROOT%%/gforge/www/survey/privacy.php -%%WWW_ROOT%%/gforge/www/survey/rating_resp.php -%%WWW_ROOT%%/gforge/www/survey/survey-er-diagram.sda -%%WWW_ROOT%%/gforge/www/survey/survey.php -%%WWW_ROOT%%/gforge/www/survey/survey_resp.php -%%WWW_ROOT%%/gforge/www/survey/survey_utils.php -%%WWW_ROOT%%/gforge/www/project/admin/vhost.php +%%WWW_ROOT%%/gforge/www/images/pow-gforge.png +%%WWW_ROOT%%/gforge/www/register/index.php +%%WWW_ROOT%%/gforge/www/register/projectinfo.php +%%WWW_ROOT%%/gforge/www/docman/admin/index.php +%%WWW_ROOT%%/gforge/www/docman/include/doc_utils.php +%%WWW_ROOT%%/gforge/www/docman/view.php +%%WWW_ROOT%%/gforge/www/docman/index.php +%%WWW_ROOT%%/gforge/www/docman/new.php +%%WWW_ROOT%%/gforge/www/docman/display_doc.php +%%WWW_ROOT%%/gforge/www/project/admin/massfinish.php %%WWW_ROOT%%/gforge/www/project/admin/editgroupinfo.php %%WWW_ROOT%%/gforge/www/project/admin/editimages.php -%%WWW_ROOT%%/gforge/www/project/admin/editpackages.php -%%WWW_ROOT%%/gforge/www/project/admin/editrelease.php +%%WWW_ROOT%%/gforge/www/project/admin/index.php +%%WWW_ROOT%%/gforge/www/project/admin/vhost.php %%WWW_ROOT%%/gforge/www/project/admin/group_trove.php %%WWW_ROOT%%/gforge/www/project/admin/history.php -%%WWW_ROOT%%/gforge/www/project/admin/index.php %%WWW_ROOT%%/gforge/www/project/admin/project_admin_utils.php -%%WWW_ROOT%%/gforge/www/project/admin/qrs.php -%%WWW_ROOT%%/gforge/www/project/admin/rmuser.php -%%WWW_ROOT%%/gforge/www/project/admin/showreleases.php -%%WWW_ROOT%%/gforge/www/project/admin/userpermedit.php -%%WWW_ROOT%%/gforge/www/project/admin/userperms.php +%%WWW_ROOT%%/gforge/www/project/admin/roleedit.php +%%WWW_ROOT%%/gforge/www/project/admin/massadd.php %%WWW_ROOT%%/gforge/www/project/admin/database.php %%WWW_ROOT%%/gforge/www/project/stats/index.php %%WWW_ROOT%%/gforge/www/project/stats/project_stats_utils.php -%%WWW_ROOT%%/gforge/www/project/stats/stats_graph.php -%%WWW_ROOT%%/gforge/www/project/index.php %%WWW_ROOT%%/gforge/www/project/showfiles.php -%%WWW_ROOT%%/gforge/www/project/shownotes.php +%%WWW_ROOT%%/gforge/www/project/index.php %%WWW_ROOT%%/gforge/www/project/memberlist.php -%%WWW_ROOT%%/gforge/www/project/filemodule_monitor.php %%WWW_ROOT%%/gforge/www/pro/index.php -%%WWW_ROOT%%/gforge/www/pro/reporting.jpg -%%WWW_ROOT%%/gforge/www/pro/gforge-pro.png +%%WWW_ROOT%%/gforge/www/pro/gfgps_banner_small.gif %%WWW_ROOT%%/gforge/www/pm/include/ProjectGroupHTML.class %%WWW_ROOT%%/gforge/www/pm/include/ProjectTaskHTML.class %%WWW_ROOT%%/gforge/www/pm/admin/index.php @@ -566,17 +815,28 @@ %%WWW_ROOT%%/gforge/www/pm/task.php %%WWW_ROOT%%/gforge/www/pm/browse_task.php %%WWW_ROOT%%/gforge/www/pm/calendar.php -%%WWW_ROOT%%/gforge/www/people/admin/index.php -%%WWW_ROOT%%/gforge/www/people/createjob.php -%%WWW_ROOT%%/gforge/www/people/editjob.php -%%WWW_ROOT%%/gforge/www/people/editprofile.php -%%WWW_ROOT%%/gforge/www/people/helpwanted-latest.php -%%WWW_ROOT%%/gforge/www/people/index.php -%%WWW_ROOT%%/gforge/www/people/people-er-diagram.sda -%%WWW_ROOT%%/gforge/www/people/people_utils.php -%%WWW_ROOT%%/gforge/www/people/skills_utils.php -%%WWW_ROOT%%/gforge/www/people/viewjob.php -%%WWW_ROOT%%/gforge/www/people/viewprofile.php +%%WWW_ROOT%%/gforge/www/export/forum_0.1.dtd +%%WWW_ROOT%%/gforge/www/export/projhtml.php +%%WWW_ROOT%%/gforge/www/export/projnews.php +%%WWW_ROOT%%/gforge/www/export/projtitl.php +%%WWW_ROOT%%/gforge/www/export/rss_sfnewreleases.php +%%WWW_ROOT%%/gforge/www/export/rss_sfnews.php +%%WWW_ROOT%%/gforge/www/export/rss_sfprojects.php +%%WWW_ROOT%%/gforge/www/export/rss_utils.inc +%%WWW_ROOT%%/gforge/www/export/tracker.php +%%WWW_ROOT%%/gforge/www/export/tracker.xsd +%%WWW_ROOT%%/gforge/www/export/trove_tree.php +%%WWW_ROOT%%/gforge/www/export/trove_tree_0.1.dtd +%%WWW_ROOT%%/gforge/www/export/forum.php +%%WWW_ROOT%%/gforge/www/export/index.php +%%WWW_ROOT%%/gforge/www/forum/admin/index.php +%%WWW_ROOT%%/gforge/www/forum/include/ForumHTML.class +%%WWW_ROOT%%/gforge/www/forum/index.php +%%WWW_ROOT%%/gforge/www/forum/message.php +%%WWW_ROOT%%/gforge/www/forum/monitor.php +%%WWW_ROOT%%/gforge/www/forum/new.php +%%WWW_ROOT%%/gforge/www/forum/save.php +%%WWW_ROOT%%/gforge/www/forum/forum.php %%WWW_ROOT%%/gforge/www/news/admin/index.php %%WWW_ROOT%%/gforge/www/news/admin/news_admin_utils.php %%WWW_ROOT%%/gforge/www/news/index.php @@ -591,18 +851,22 @@ %%WWW_ROOT%%/gforge/www/my/rmproject.php %%WWW_ROOT%%/gforge/www/mail/admin/index.php %%WWW_ROOT%%/gforge/www/mail/index.php -%%WWW_ROOT%%/gforge/www/mail/mail_nav.php %%WWW_ROOT%%/gforge/www/mail/mail_utils.php -%%WWW_ROOT%%/gforge/www/stats/users_graph.php -%%WWW_ROOT%%/gforge/www/stats/i18n.php -%%WWW_ROOT%%/gforge/www/stats/index.php -%%WWW_ROOT%%/gforge/www/stats/lastlogins.php -%%WWW_ROOT%%/gforge/www/stats/projects.php -%%WWW_ROOT%%/gforge/www/stats/site_stats_utils.php -%%WWW_ROOT%%/gforge/www/stats/views_graph.php -%%WWW_ROOT%%/gforge/www/stats/graphs.php -%%WWW_ROOT%%/gforge/www/squal/get_session_hash.php -%%WWW_ROOT%%/gforge/www/include/languages/Latin.tab +%%WWW_ROOT%%/gforge/www/frs/admin/editrelease.php +%%WWW_ROOT%%/gforge/www/frs/admin/index.php +%%WWW_ROOT%%/gforge/www/frs/admin/qrs.php +%%WWW_ROOT%%/gforge/www/frs/admin/showreleases.php +%%WWW_ROOT%%/gforge/www/frs/admin/deletepackage.php +%%WWW_ROOT%%/gforge/www/frs/admin/deleterelease.php +%%WWW_ROOT%%/gforge/www/frs/include/frs_utils.php +%%WWW_ROOT%%/gforge/www/frs/download.php +%%WWW_ROOT%%/gforge/www/frs/index.php +%%WWW_ROOT%%/gforge/www/frs/monitor.php +%%WWW_ROOT%%/gforge/www/frs/shownotes.php +%%WWW_ROOT%%/gforge/www/help/index.php +%%WWW_ROOT%%/gforge/www/help/tracker.php +%%WWW_ROOT%%/gforge/www/help/trove_cat.php +%%WWW_ROOT%%/gforge/www/include/languages/Basque.tab %%WWW_ROOT%%/gforge/www/include/languages/Bulgarian.tab %%WWW_ROOT%%/gforge/www/include/languages/Catalan.tab %%WWW_ROOT%%/gforge/www/include/languages/Chinese.tab @@ -626,6 +890,7 @@ %%WWW_ROOT%%/gforge/www/include/languages/Spanish.tab %%WWW_ROOT%%/gforge/www/include/languages/Swedish.tab %%WWW_ROOT%%/gforge/www/include/languages/Thai.tab +%%WWW_ROOT%%/gforge/www/include/languages/Latin.tab %%WWW_ROOT%%/gforge/www/include/languages/Base.tab %%WWW_ROOT%%/gforge/www/include/BaseLanguage.class %%WWW_ROOT%%/gforge/www/include/HTML_Graphs.php @@ -647,80 +912,46 @@ %%WWW_ROOT%%/gforge/www/include/proj_email.php %%WWW_ROOT%%/gforge/www/include/project_home.php %%WWW_ROOT%%/gforge/www/include/project_summary.php -%%WWW_ROOT%%/gforge/www/include/snippet_caching.php -%%WWW_ROOT%%/gforge/www/include/squal_exit.php %%WWW_ROOT%%/gforge/www/include/squal_pre.php +%%WWW_ROOT%%/gforge/www/include/squal_exit.php +%%WWW_ROOT%%/gforge/www/include/user_home.php %%WWW_ROOT%%/gforge/www/include/stats_function.php %%WWW_ROOT%%/gforge/www/include/tool_reports.php %%WWW_ROOT%%/gforge/www/include/trove.php -%%WWW_ROOT%%/gforge/www/include/user_home.php %%WWW_ROOT%%/gforge/www/include/vote_function.php +%%WWW_ROOT%%/gforge/www/include/overrides.inc %%WWW_ROOT%%/gforge/www/include/LayoutSF.class %%WWW_ROOT%%/gforge/www/include/menuSF.php +%%WWW_ROOT%%/gforge/www/include/note.php +%%WWW_ROOT%%/gforge/www/include/role_utils.php +%%WWW_ROOT%%/gforge/www/people/admin/index.php +%%WWW_ROOT%%/gforge/www/people/createjob.php +%%WWW_ROOT%%/gforge/www/people/editjob.php +%%WWW_ROOT%%/gforge/www/people/editprofile.php +%%WWW_ROOT%%/gforge/www/people/helpwanted-latest.php +%%WWW_ROOT%%/gforge/www/people/index.php +%%WWW_ROOT%%/gforge/www/people/viewjob.php +%%WWW_ROOT%%/gforge/www/people/viewprofile.php +%%WWW_ROOT%%/gforge/www/people/people_utils.php +%%WWW_ROOT%%/gforge/www/people/skills_utils.php %%WWW_ROOT%%/gforge/www/404.php -%%WWW_ROOT%%/gforge/www/tarballs.php -%%WWW_ROOT%%/gforge/www/source.php -%%WWW_ROOT%%/gforge/www/sendmessage.php -%%WWW_ROOT%%/gforge/www/redir_ad.php -%%WWW_ROOT%%/gforge/www/projects %%WWW_ROOT%%/gforge/www/index_std.php -%%WWW_ROOT%%/gforge/www/index.php +%%WWW_ROOT%%/gforge/www/notepad.php +%%WWW_ROOT%%/gforge/www/users %%WWW_ROOT%%/gforge/www/download.php +%%WWW_ROOT%%/gforge/www/projects +%%WWW_ROOT%%/gforge/www/sendmessage.php %%WWW_ROOT%%/gforge/www/dbimage.php -%%WWW_ROOT%%/gforge/www/bugopolis.gif -%%WWW_ROOT%%/gforge/www/users -%%PORTDOCS%%%%DOCSDIR%%/architecture/stats/stats-process.sda -%%PORTDOCS%%%%DOCSDIR%%/debian-guide.html -%%PORTDOCS%%%%DOCSDIR%%/debian-installguidefornewbies.html -%%PORTDOCS%%%%DOCSDIR%%/doc_utils.php -%%PORTDOCS%%%%DOCSDIR%%/index.php -%%PORTDOCS%%%%DOCSDIR%%/images/sflogo2-105a.png -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/Soap.README -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/index.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/project_help.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/search.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/snippet.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide/trove.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/getting_started.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/intro.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/docman.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/cvs.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/file_releases.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/forum.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/index.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/mailing_lists.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/navigation.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/news.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/pm.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/project_admin.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/project_summary.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/survey.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions/tracker.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/user_guide/user_functions/index.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/installation.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/introduction.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/navigation.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/coding_standards.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/howto_contribute.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/howto_documentation.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/howto_localization.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/howto_xhtml.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/contributions/templating.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/admin_guide/index.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/xdocs/admin_guide/navigation.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/maven.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/project.properties -%%PORTDOCS%%%%DOCSDIR%%/xdocs/project.xml -%%PORTDOCS%%%%DOCSDIR%%/xdocs/generate_docs.sh -%%PORTDOCS%%%%DOCSDIR%%/gforge-themes-HOWTO.html -%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-HOWTO.html -%%PORTDOCS%%%%DOCSDIR%%/webalizer-HOWTO.html +%%WWW_ROOT%%/gforge/www/source.php +%%WWW_ROOT%%/gforge/www/tarballs.php +%%WWW_ROOT%%/gforge/www/index.php @unexec rmdir %D/%%ETC_DIR%% 2>/dev/null || true @unexec rmdir %D/%%BACKEND_DIR%%/backend/zones 2>/dev/null || true @unexec rmdir %D/%%BACKEND_DIR%%/backend/shell 2>/dev/null || true @unexec rmdir %D/%%BACKEND_DIR%%/backend 2>/dev/null || true @unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/mail 2>/dev/null || true +@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/tarballs 2>/dev/null || true +@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/dav-svn 2>/dev/null || true @unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/cvs-cron 2>/dev/null || true @unexec rmdir %D/%%BACKEND_DIR%%/cronjobs 2>/dev/null || true @dirrm %%BACKEND_DIR%%/monitor @@ -730,12 +961,13 @@ @dirrm %%BACKEND_DIR%%/utils/ldap @dirrm %%BACKEND_DIR%%/utils @unexec rmdir %D/%%BACKEND_DIR%% 2>/dev/null || true +@dirrm %%DATADIR%%/contrib/autoconf/autom4te253.cache @dirrm %%DATADIR%%/contrib/autoconf @dirrm %%DATADIR%%/contrib/rh8_apache20_config @dirrm %%DATADIR%%/contrib @dirrm %%DATADIR%%/db/SQL_2.5 -@dirrm %%DATADIR%%/db/SQL_migrate-2.5-to-2.6 @dirrm %%DATADIR%%/db/SQL_2.6 +@dirrm %%DATADIR%%/db/SQL_migrate-2.5-to-2.6 @dirrm %%DATADIR%%/db/oci8port/pssonline @dirrm %%DATADIR%%/db/oci8port/shaguo @dirrm %%DATADIR%%/db/oci8port @@ -743,11 +975,17 @@ @dirrm %%DATADIR%% @dirrm %%WWW_ROOT%%/gforge/common/tracker @dirrm %%WWW_ROOT%%/gforge/common/pm +@dirrm %%WWW_ROOT%%/gforge/common/include/system @dirrm %%WWW_ROOT%%/gforge/common/include/cvsweb @dirrm %%WWW_ROOT%%/gforge/common/include @dirrm %%WWW_ROOT%%/gforge/common/frs @dirrm %%WWW_ROOT%%/gforge/common/forum @dirrm %%WWW_ROOT%%/gforge/common/docman +@dirrm %%WWW_ROOT%%/gforge/common/survey +@dirrm %%WWW_ROOT%%/gforge/common/search +@dirrm %%WWW_ROOT%%/gforge/common/scm +@dirrm %%WWW_ROOT%%/gforge/common/mail +@dirrm %%WWW_ROOT%%/gforge/common/reporting @dirrm %%WWW_ROOT%%/gforge/common @dirrm %%WWW_ROOT%%/gforge/www/register @dirrm %%WWW_ROOT%%/gforge/www/help @@ -763,6 +1001,7 @@ @dirrm %%WWW_ROOT%%/gforge/www/softwaremap @dirrm %%WWW_ROOT%%/gforge/www/snippet @dirrm %%WWW_ROOT%%/gforge/www/admin/trove +@dirrm %%WWW_ROOT%%/gforge/www/admin/languages @dirrm %%WWW_ROOT%%/gforge/www/admin @dirrm %%WWW_ROOT%%/gforge/www/account @dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs @@ -774,9 +1013,15 @@ @dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images/tabs @dirrm %%WWW_ROOT%%/gforge/www/themes/osx/images @dirrm %%WWW_ROOT%%/gforge/www/themes/osx +@dirrm %%WWW_ROOT%%/gforge/www/themes/ultralite @dirrm %%WWW_ROOT%%/gforge/www/themes @unexec rmdir %D/%%WWW_ROOT%%/gforge/www/themes 2>/dev/null || true +@dirrm %%WWW_ROOT%%/gforge/www/search/include/engines +@dirrm %%WWW_ROOT%%/gforge/www/search/include/renderers +@dirrm %%WWW_ROOT%%/gforge/www/search/include @dirrm %%WWW_ROOT%%/gforge/www/search +@dirrm %%WWW_ROOT%%/gforge/www/scm/admin +@dirrm %%WWW_ROOT%%/gforge/www/scm/include @dirrm %%WWW_ROOT%%/gforge/www/scm @dirrm %%WWW_ROOT%%/gforge/www/images/ic @dirrm %%WWW_ROOT%%/gforge/www/images @@ -785,6 +1030,7 @@ @dirrm %%WWW_ROOT%%/gforge/www/tracker/admin @dirrm %%WWW_ROOT%%/gforge/www/tracker @dirrm %%WWW_ROOT%%/gforge/www/survey/admin +@dirrm %%WWW_ROOT%%/gforge/www/survey/include @dirrm %%WWW_ROOT%%/gforge/www/survey @dirrm %%WWW_ROOT%%/gforge/www/project/admin @dirrm %%WWW_ROOT%%/gforge/www/project/stats @@ -806,17 +1052,35 @@ @dirrm %%WWW_ROOT%%/gforge/www/squal @dirrm %%WWW_ROOT%%/gforge/www/include/languages @dirrm %%WWW_ROOT%%/gforge/www/include +@dirrm %%WWW_ROOT%%/gforge/www/reporting +@dirrm %%WWW_ROOT%%/gforge/www/soap/common +@dirrm %%WWW_ROOT%%/gforge/www/soap/pm +@dirrm %%WWW_ROOT%%/gforge/www/soap/tracker +@dirrm %%WWW_ROOT%%/gforge/www/soap +@dirrm %%WWW_ROOT%%/gforge/www/frs/admin +@dirrm %%WWW_ROOT%%/gforge/www/frs/include +@dirrm %%WWW_ROOT%%/gforge/www/frs @dirrm %%WWW_ROOT%%/gforge/www @unexec rmdir %D/%%WWW_ROOT%%/gforge || true +%%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/architecture/stats %%PORTDOCS%%@dirrm %%DOCSDIR%%/architecture -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/admin_guide -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/contributions -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/user_guide/project_functions -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/user_guide/side_wide -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/user_guide/user_functions -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs/user_guide -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs/xdocs -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xdocs +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/build +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/introduction +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/administration_guide +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/contribution_guide/include +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/contribution_guide +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/getting_started +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/introduction +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/project_functions +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/user_functions +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/installation_guide +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/entities/authors +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/entities +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/xsl/include +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/xsl +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook %%PORTDOCS%%@dirrm %%DOCSDIR%% --- gforge-4.0.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: