gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge setup,1.26,1.27 ChangeLog,1.366,1.367


From: lo-lan-do
Subject: [Gforge-commits] gforge setup,1.26,1.27 ChangeLog,1.366,1.367
Date: Sun, 16 May 2004 11:55:02 -0500

Update of /cvsroot/gforge/gforge
In directory db.perdue.net:/tmp/cvs-serv19357

Modified Files:
        setup ChangeLog 
Log Message:
The big SCM pluginification plugin: removed lots of code (moved it
into gforge-plugin-scmcvs), added hooks, added the SCMPlugin class,
various tweaks here and there.


Index: setup
===================================================================
RCS file: /cvsroot/gforge/gforge/setup,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- setup       10 May 2004 19:51:34 -0000      1.26
+++ setup       16 May 2004 16:54:59 -0000      1.27
@@ -92,6 +92,7 @@
        DEFAULTsys_localization_enable_timestamp_checking=true
        DEFAULTsys_localinc=$ETCDIR/local.inc
        DEFAULTsys_jabber_pass=$(dd if=/dev/urandom count=256 bs=1 2> /dev/null 
| md5sum | cut -b1-8)
+       DEFAULTsys_plugins_path=/usr/lib/gforge/plugins/
        #
        # TODO
        #usr_lib_gforge=$GFGDIR
@@ -158,7 +159,7 @@
        then
                VHOST=$ETCDIR/httpd.d/55vhost
        fi
-       for i in $ETCDIR/httpd.d/[0-4][0-9]* $VHOST $ETCDIR/httpd.d/[6-9][0-9]* 
$ETCDIR/httpd.d/httpd.secrets
+       for i in $(ls -1 $ETCDIR/httpd.d/[0-4][0-9]* 2> /dev/null | grep -v 
dpkg) $VHOST $(ls -1 $ETCDIR/httpd.d/[6-9][0-9]* 2> /dev/null | grep -v dpkg) 
$ETCDIR/httpd.d/httpd.secrets
        do
                $BINDIR/fill-in-the-blanks.pl $i $ETCDIR/`basename 
$i`.gforge-new $CONFFILEOUT
        done

Index: ChangeLog
===================================================================
RCS file: /cvsroot/gforge/gforge/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -d -r1.366 -r1.367
--- ChangeLog   12 May 2004 18:49:51 -0000      1.366
+++ ChangeLog   16 May 2004 16:54:59 -0000      1.367
@@ -1,3 +1,8 @@
+2004-05-16  Roland Mas  <address@hidden>
+
+       * SCM pluginification: new SCMPlugin class, SCM pages now call the
+       SCM plugins instead of hardcoding CVS.  More hooks.
+
 2004-05-12  Tom Copeland <address@hidden>
 
        * www/include/snippet_caching.php: Modified queries to use GROUP BY
@@ -61,6 +66,11 @@
        * www/my/index.php: Fixed bug #788: Site admin's 'my page' shows 
        news postings from deleted projects
 
+2004-04-25  Roland Mas  <address@hidden>
+
+       * utils/ldap/sql2ldif.pl (dump_header): Added an Unix account for
+       SCM systems such as Subversion.
+
 2004-04-16  Christian Bayle <address@hidden>
 
        * Added DirectoryIndex in etc/httpd.d/40virtualhost





reply via email to

[Prev in Thread] Current Thread [Next in Thread]