[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-commits] gforge ChangeLog,1.346,1.347 setup,1.21,1.22
From: |
cbayle |
Subject: |
[Gforge-commits] gforge ChangeLog,1.346,1.347 setup,1.21,1.22 |
Date: |
Fri, 16 Apr 2004 07:25:28 -0500 |
Update of /cvsroot/gforge/gforge
In directory db.perdue.net:/tmp/cvs-serv14125
Modified Files:
ChangeLog setup
Log Message:
Introduce a custom path to manage smoothly customized files
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gforge/gforge/ChangeLog,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -d -r1.346 -r1.347
--- ChangeLog 14 Apr 2004 21:17:22 -0000 1.346
+++ ChangeLog 16 Apr 2004 12:25:26 -0000 1.347
@@ -1,3 +1,18 @@
+2004-04-16 Christian Bayle <address@hidden>
+ * Test if Theme.class is really there, keep the default of local.inc if
+ not in User.class
+ * Remove test about the presence of /etc/gforge/custom/pre.php in
+ pre.php. Customized pre.php can be loaded by adding a path in apache
+ * Manage a sys_custom_path for gforge customization
+
+2004-04-15 Christian Bayle <address@hidden>
+
+ * Reordered country code by country name and not by country code
+ (closes bug #762)
+ * Replace squal_pre.php with pre.php in ./www/frs/download.php
+ ./www/snippet/download.php ./www/tracker/download.php
+ * utils/fill-in-the-blanks.pl can use more than one conf file
+
2004-04-14 Guillaume Smet <address@hidden>
* fixed a bug in new cronjob cvs.php. Modes must be in octal.
Index: setup
===================================================================
RCS file: /cvsroot/gforge/gforge/setup,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- setup 16 Apr 2004 11:52:15 -0000 1.21
+++ setup 16 Apr 2004 12:25:26 -0000 1.22
@@ -44,6 +44,7 @@
DEFAULTsys_path_to_cvsweb=/usr/lib/gforge/bin/
DEFAULTgforge_chroot=$CHROOT
DEFAULTgforge_etc=$ETCDIR
+ DEFAULTsys_custom_path=$ETCDIR/custom
DEFAULTgroupdir=$GROUPPATH
DEFAULThomedir=$HOMEPATH
DEFAULTuploaddir=$GFGDIR/var/lib/gforge/download/
@@ -167,6 +168,7 @@
echo "Creating $HTTPDSECRETS"
cat $ETCDIR/httpd.secrets.gforge-new > $HTTPDSECRETS
rm $ETCDIR/httpd.secrets.gforge-new
+ chmod 600 $HTTPDSECRETS
echo "Creating $LOCALINC"
for i in $ETCDIR/local.d/01* $ETCDIR/local.d/10database.$database
$ETCDIR/local.d/[2-9]*
@@ -177,7 +179,8 @@
rm $ETCDIR/01* $ETCDIR/10database.$database $ETCDIR/[2-9]*
echo "Creating other includes"
- for i in $ETCDIR/templates/database.inc $ETCDIR/templates/local.pl
+ #for i in $ETCDIR/templates/[a-z]*
+ find $ETCDIR/templates -name '[a-z]*' -maxdepth 1 -type f | while read
i
do
$BINDIR/fill-in-the-blanks.pl $i $ETCDIR/`basename $i`
$CONFFILEOUT
done
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-commits] gforge ChangeLog,1.346,1.347 setup,1.21,1.22,
cbayle <=
- Prev by Date:
[Gforge-commits] gforge/www/include Layout.class,1.77,1.78
- Next by Date:
[Gforge-commits] gforge/etc gforge.conf.example, 1.5, 1.6 httpd.conf.example, 1.4, 1.5 local.inc.example, 1.12, 1.13
- Previous by thread:
[Gforge-commits] gforge/www/include Layout.class,1.77,1.78
- Next by thread:
[Gforge-commits] gforge/etc gforge.conf.example, 1.5, 1.6 httpd.conf.example, 1.4, 1.5 local.inc.example, 1.12, 1.13
- Index(es):