gforge (3.1-31ubuntu0.1) dapper-security; urgency=low * SECURITY UPDATE: SQL injection, XSS vulnerabilities. * Patched inline from Debian sarge2: - Fixed SQL injection vulnerability due to insufficient input sanitizing (CVE-2007-3913). - Backported XSS vulnerabilities (CVE-2005-2430) fix from the upstream 4.5 to 4.5.0.1 diff. -- Kees Cook Sat, 15 Sep 2007 13:40:12 -0700 gforge (3.1-31) unstable; urgency=low * Fixed database creation when PostgreSQL doesn't run in the 'C' locale (closes: #306316). Thanks for the hint! -- Roland Mas Thu, 28 Apr 2005 20:09:34 +0200 gforge (3.1-30) unstable; urgency=high * Fixed LDAP postinst to account for the new slapd.conf syntax for ACLs (closes: #304755). * Start PostgreSQL daemon if needed (closes: #291535). * Updated link to new location of Mailman's CGI scripts. -- Roland Mas Fri, 15 Apr 2005 21:00:04 +0200 gforge (3.1-29) unstable; urgency=low * Fixed discrepancy in pending news items (to be approved on the front page) between /my/ and /news/admin/. -- Roland Mas Mon, 14 Mar 2005 10:03:06 +0100 gforge (3.1-28) unstable; urgency=low * Updated Czech Debconf translations (mostly fuzziness) from Miroslav Kure (closes: #298747). -- Roland Mas Sun, 13 Mar 2005 23:37:09 +0100 gforge (3.1-27) unstable; urgency=low * Fixed a bug in include.pl, where db_drop_table_if_exists would check for the existence of a table then promptly do nothing about it. * Fixed stats_cvs.pl so it actually does something useful, and enabled it in crontab, so it does so every night (closes: #215920). * Enlarged the text input widget for SSH keys (closes: #293566). * Added a DISTINCT clause to massmail.php, so as not to send multiple copies of emails to people even if they're admins for multiple projects. -- Roland Mas Wed, 23 Feb 2005 20:12:36 +0100 gforge (3.1-26) unstable; urgency=high * Disabled controller.php and controlleroo.php because of security risks, hence the high urgency upload (closes: #291718). -- Roland Mas Sun, 23 Jan 2005 12:59:25 +0100 gforge (3.1-25) unstable; urgency=low * Moved db_stop back a bit later in gforge-web-apache.postinst, because it seems modules-config uses Debconf. Grr. * Updated French and Japanese Debconf translations to fix fuzziness (closes: #286999, #287799). * Converted old setup using php4-cgi to php4-cli. -- Roland Mas Mon, 10 Jan 2005 15:34:56 +0100 gforge (3.1-24) unstable; urgency=low * [Roland] Updated French translations for Debconf templates from Christian Perrier and debian-l10n-french (closes: #282676). * [Roland] Apparently LC_ALL is not enough, LANG must be set too for install-db.sh (closes: #283849). * [Roland] Stop debconf system before restarting Apache, as it may lead to problems. * [Roland] Added Japanese debconf translations from Hideki Yamane, and fixed a few typos in the English templates (closes: #286283). * [Roland] Fixed a few Lintian errors. -- Roland Mas Sun, 19 Dec 2004 14:57:28 +0100 gforge (3.1-23) unstable; urgency=low * [Roland] Updated Dutch translations for Debconf templates from debian-l10n-dutch (closes: #279239). * [Roland] Initial Czech Debconf translation from Miroslav Kure (closes: #280133). * [Roland] Ensure the various commands run by install-db.sh run in LANG=C. * [Roland] Added libnss_ldap.so* to chroot, so that users can authenticate against LDAP inside it, patch from Clement 'nodens' Hermann (closes: #280446). * [Roland] Disabled sys_use_ldap in local.inc.template to prevent the web interface from returning errors when adding users to projects (closes: #280496). * [Roland] Updated debian/copyright a bit, including a mention of the http://gforge.org upstream website (closes: #281309). -- Roland Mas Wed, 17 Nov 2004 20:15:52 +0100 gforge (3.1-22) unstable; urgency=medium * [Roland] Fixed quoting in db-upgrade.pl script, to prevent Bad Things from happening when some password contains special characters, thanks to David Margery for noticing (closes: #276465). * [Roland] urgency=medium because this is an RC bug. -- Roland Mas Thu, 14 Oct 2004 22:30:18 +0200 gforge (3.1-21) unstable; urgency=low * [Roland] The "Troll farceur, elfe farci" release. * [Roland] Fallback to doing nothing in case debconf is absent for gforge-sourceforge-transition.preinst (closes: #265616). Rationale: if it were an upgrade from old Sourceforge, debconf would be present. If it isn't, then there's nothing to do, and we can safely exit. * [Roland] Also removed useless debconf stuff in gforge-sourceforge-transition.postinst. -- Roland Mas Sat, 14 Aug 2004 20:39:49 +0200 gforge (3.1-20) unstable; urgency=low * [Roland] The "I can only assume you're being facetious" release. * [Roland] Fallback to doing debconf-related stuff in sourceforge.postinst instead of sourceforge.preinst if needed. I refuse to add a Pre-Depends to an empty package (closes: #263784). * [Roland] Fixed a couple of Lintian warnings and errors too. -- Roland Mas Thu, 5 Aug 2004 22:39:31 +0200 gforge (3.1-19) unstable; urgency=medium * [Roland] Evidently *sigh* I now have to protect users against themselves now. You'd think they'd read package description, and not deliberately install empty packages. Fixed database dump for transition so it doesn't fail (or do anything) if the database doesn't exist (closes: #263349). -- Roland Mas Wed, 4 Aug 2004 21:03:09 +0200 gforge (3.1-18) unstable; urgency=low * [Roland] Re-added the Debconf note about the need for an SSL certificate, which seems to have been lost in time at some point. * [Roland] Restored proper non-setgid permissions on the debian/ control directory (closes: #262500). * [Roland] Set LC_ALL to C in scripts to fix error message detection (closes: #254695). -- Roland Mas Tue, 3 Aug 2004 16:06:31 +0200 gforge (3.1-17) unstable; urgency=low * [Roland] Fixed docman/view.php to display filenames appropriately in case of files with spaces in their name (patch from Emmanuel Lacour ) (closes: #241874). -- Roland Mas Fri, 28 May 2004 18:54:09 +0200 gforge (3.1-16) unstable; urgency=low * [Roland] Fix for create-mailing-lists.pl and fix-mailing-lists.pl from Matt Hope : no need to get the previous config before reinjecting it, and it even used to break some versions of Mailman. * [Roland] Force register_globals to On (closes: #2511886). * [Roland] Fix ScriptAlias for Mailman's CGI scripts (closes: #244678). * [Roland] Added Catalan translations for Debconf templates from Debian L10n Catalan Team (closes: #250126). -- Roland Mas Thu, 27 May 2004 23:29:37 +0200 gforge (3.1-15) unstable; urgency=low * [Roland] Fixed override disparity. * [Roland] Fixed redirection of createuser's output (used to be to /dev/null, now it's displayed). * [Roland] Fixed install-db.sh, which would blindly overwrite lines in pg_hba.conf which it wasn't entitled to overwrite. -- Roland Mas Thu, 1 Apr 2004 23:18:01 +0200 gforge (3.1-14) unstable; urgency=low * [Roland] Rewrote the "sourceforge" package description to fix a Lintian error. * [Roland] po-debconf updates for French (Christian Perrier and the debian-l10n-french team) and Dutch (cobaco and the debian-l10n-dutch team) (closes: #232235, #237844, #238566). * [Roland] Disable shell access for suspended and deleted accounts (closes: #239879). * [Roland] Also enable e-mail forwarding for accounts even if they don't belong to any group (closes: #237024). * [Roland] Fixed cvsweb.cgi so it calls cvs with non-absolute filenames, thus allowing the "download" feature to work again. -- Roland Mas Wed, 31 Mar 2004 22:00:46 +0200 gforge (3.1-13) unstable; urgency=low * [Roland] Upgraded the Suggests: libphp-jpgraph to a Depends:, since that package has now been uploaded to Debian unstable. * [Roland] Fixed the versioned depends in gforge-cvs. On malformed line, dpkg-gencontrol doesn't give you an error message, but just ignores the line instead, which resulted in gforge-cvs depending on nothing at all (closes: #236112). -- Roland Mas Thu, 4 Mar 2004 22:23:38 +0100 gforge (3.1-12) unstable; urgency=low * [Roland] Added an empty sourceforge binary package, with some Debconf magic to help people upgrading from sourceforge to gforge. * [Christian] Also moved the logs in gforge-sourceforge-transition. -- Roland Mas Tue, 2 Mar 2004 23:06:02 +0100 gforge (3.1-11) unstable; urgency=low * [Roland] Added exim4 support, patch from Guillem Jover . Thanks! (closes: #234684). Also made it the default, since exim4 is the new default MTA for Sarge. -- Roland Mas Mon, 1 Mar 2004 16:46:57 +0100 gforge (3.1-10) unstable; urgency=low * [Roland] This is a brown-paper-bag type of release. I broke install-ldap.sh in 3.1-9. This should fix it. -- Roland Mas Mon, 16 Feb 2004 14:20:27 +0100 gforge (3.1-9) unstable; urgency=low * [Roland] Added permissions for the robot to edit the ou=mailingList,dc=... entries in LDAP. * [Roland] Better detection of strange conditions in cvs_dump_update.pl. * [Roland] Fixed permissions for groups' "home" directories. * [Roland] Added po/nl.po for the Dutch translation (closes: #232236). * [Roland] Don't comment out LDAP schema inclusions in slapd.conf (closes: #227377). * [Roland] Don't count private projects and the None user when displaying numbers on the front page (closes: #211086). -- Roland Mas Sun, 15 Feb 2004 17:10:11 +0100 gforge (3.1-8) unstable; urgency=low * [Roland] It seems the new organisation of the apache (and related) packages managed to break quite a lot of things. Still trying to catch up, this time removing a "Listen" directive that would turn out to be a duplicate one, thus preventing Apache from running. -- Roland Mas Tue, 20 Jan 2004 22:45:03 +0100 gforge (3.1-7) unstable; urgency=low * [Roland] Yet another LDAP fix. This one would completely prevent installation from scratch. -- Roland Mas Sun, 11 Jan 2004 02:12:51 +0100 gforge (3.1-6) unstable; urgency=low * [Roland] Detection of wrong passwords, with a message describing how to fix (closes: #223693, #215577, #224257). * [Roland] Insert data into LDAP using the robot DN, so as to minimise the use of the admin DN. * [Roland] Better detection of errors when creating database and user, too. * [Roland] Added cronjobs/massmail.php and enabled it in gforge-db-postgresql.cron.d (closes: #225686). * [Roland] Cleaned up the Apache installation process so that it works more generically with apache{,-perl,-ssl} flavours. Also use /etc/$flavour/conf.d/ directory (thus removing the hack that changed the /etc/$flavour/httpd.conf file). -- Roland Mas Sat, 10 Jan 2004 22:41:21 +0100 gforge (3.1-5) unstable; urgency=low * [Roland] Tightened the versioned dependency on Apache so that we can rely on modules-config (closes: #220872). * [Roland] Escape special characters like @ and $ before passing strings containing them to a Perl script, for instance e-mail addresses. Should help fix the administrator's e-mail. * [Roland] install-db.sh now uses grep and cut (instead of Perl) to extract the configuration variables from the configuration file, which should help gforge-sourceforge-transition work better. * [Roland] Added full path to invoke-rc.d in create-vhosts.sh. This script may be called from a very sparse environment (cron), in which $PATH does not include /usr/sbin. * [Roland] Remove .ssh/authorized_keys when they are set to empty, instead of just leaving them as they are. * [Roland] Added support for apache-perl too. * [Roland] Fixed the way we use modules-config so that gforge-web-apache does not hang on install (closes: #221172). * [Roland] Added "--encoding=UNICODE" to the restore action of install-db.sh. -- Roland Mas Fri, 9 Jan 2004 22:35:34 +0100 gforge (3.1-4) unstable; urgency=low * [Roland] Fixed multiline inline Perl script for gforge-mta-postfix's configuration process (I know, I know) (closes: #219379). * [Roland] install-apache.sh now uses the new "modules-config" mechanism provided by Apache packages to enable/disable modules, instead of uncommenting LoadModules lines by script (closes: #219745). * [Roland] Fixed update-user-group-cvs.sh's handling of lockfiles (closes: #219957). * [Christian] corrected SYSLOGD warning to 'you must have SYSLOGD="-p /dev/log -a /var/lib/gforge/chroot/dev/log" in /etc/init.d/sysklogd', since the old advice might have break your syslogd, sorry for this but this is makejail advice. -- Roland Mas Thu, 13 Nov 2003 23:21:26 +0100 gforge (3.1-3) unstable; urgency=low * [Roland] Added a lock feature to update-user-group-cvs.sh. That adds a dependency on lockfile-progs. * [Roland] Fixed install-postfix.sh for gforge-mta-postfix's deconfiguration process (closes: #218637). -- Roland Mas Tue, 4 Nov 2003 23:16:44 +0100 gforge (3.1-2) unstable; urgency=low * [Roland] Fixed install-db.sh and its "cannot create user : already exists" bug. -- Roland Mas Mon, 27 Oct 2003 10:35:09 +0100 gforge (3.1-1) unstable; urgency=low * New upstream release. * [Roland] Patch #558 from Patrick McFarland to fix hardwiring problem in install-db.sh. * [Roland] Patch #561 from Patrick McFarland to fix "access to *'" bug in install-ldap.sh. * [Roland] Fixed a few occurences of SF in the Debconf templates (Gforge bug #555). -- Roland Mas Sun, 26 Oct 2003 23:01:26 +0100 gforge (3.0-9) unstable; urgency=low * [Roland] New CVS snapshot, including fix for a bug that prevented e-mails to be sent with the passwords for new mailing-lists at their creation. -- Roland Mas Fri, 10 Oct 2003 12:23:09 +0200 gforge (3.0-8) unstable; urgency=low * [Roland] Fixed redirection URL for Mailman. * [Roland] Made the create-vhosts cronjob silent. * [Roland] Removed duplicate colon from PHP script, it belongs in the *.tab files (closes: #212213). * [Roland] Fixed -request alias for Mailman (closes: #213160). * [Roland] Index page is now customisable (in /etc/gforge/custom/index_std.php) (and the default version differs from the gforge.org home page). Patch from Francisco Gimeno. * [Roland] Fixed images alias for Mailman (closes: #213052). -- Roland Mas Mon, 6 Oct 2003 16:27:38 +0200 gforge (3.0-7) unstable; urgency=low * [Roland] Added 20030822.sql. * [Roland] Added scripts to generate a /var/lib/gforge/etc/httpd.vhosts file from the database and use that, so projects can use virtual hosts other than .. Added a /etc/gforge/templates/httpd.vhosts.template file, too. * [Roland] Bumped Standards-Version: to 3.6.1 (no changes needed). * [Christian] Applied Joo-won Jung ldap patch [#507] to correct bad ldap init * [Christian] Applied Vicente J. Ruiz Jurado patch [ #430 ] mailman + postfix to correct postfix setup (untested) * [Christian] Applied Antoine Nivard suggestion to correct [ #505 ] Disable Tracker and the "TAB" is not disable / error in Layout.class * [Roland] Added "objectclass: domain" to the top-level LDAP object when it's not the same as the top-level LDAP object created by slapd, see Gforge bug #518. Also, (closes: #208849), since I believe it's the same bug. * [Roland] Create /var/lib/gforge/etc in all packages, for the upcoming move of generated config files. * [Roland] install-apache.sh: do not exit with an error if Apache fails to start, so that people without an SSL certificate will still be able to install. * [Roland] Fixed db-upgrade.pl. It seems Postgresql feels free to change the return type of a function when it's used by a trigger, but doesn't allow the user to change that return type afterwards. Fix: drop trigger and function, re-create function and trigger. -- Roland Mas Sun, 21 Sep 2003 14:43:14 +0200 gforge (3.0-6) unstable; urgency=low * [Roland] Suppressed warning in gforge-common.postinst when the sourceforge user does not exist. -- Roland Mas Fri, 22 Aug 2003 17:38:01 +0200 gforge (3.0-5) unstable; urgency=low * [Roland] Changed proftpd configuration file to comply with current syntax. Patch from Igor Genibel , thanks Igor (closes: #203341). * [Roland] Fixed the *-owner alias for Mailman lists. Patch from Igor Genibel again (closes: #203522). * [Roland] Changed the objectclass: person to objectclass: account, since person requires an additional field. -- Roland Mas Fri, 22 Aug 2003 12:24:35 +0200 gforge (3.0-4) unstable; urgency=low * [Roland] Make sure the $gforge_base_dn, ou=People,$gforge_base_dn and other needed LDAP records exist before we try to insert new sub-trees/records in them (closes: #201536). * [Christian] Corrected my stupid error in ldap.php that made a warning on changing ldap protocol version (closes: #202208) * [Christian] Added dependancy on cpio for gforge-common * [Roland] Updated French translation for Debconf templates, again thanks to the French l10n team (closes: #201668). * [Roland] The French l10n team have too much time on their hands, but they provide valid suggestions as for which Debconf templates should be translated and which shouldn't. I obey the French l10n team's wishes in that regard (closes: #201666). * [Roland] Clearly mark files generated from templates as such, as well as these templates (closes: #193155). * [Christian] Added cronjobs/db_project_sums.php in postgres cron * [Christian] Added cronjobs/check_stale_tracker_items.php in postgres cron * [Christian] Added objectClass: person in install-ldap.sh as suggested by Lars Ehrhardt in http://gforge.org/forum/message.php?msg_id=3211 * [Roland] Reverted a few images to their status in 3.0-1, to avoid build problems. Sorry about the delay, and the lack of a 3.0-3. -- Roland Mas Wed, 20 Aug 2003 22:02:32 +0200 gforge (3.0-2) unstable; urgency=low * [Roland] Applied patch provided by Denis Barbier and the French l10 team, to switch the Debconf templates to po-debconf (closes: #199939). Many thanks, guys! -- Roland Mas Tue, 8 Jul 2003 21:23:45 +0200 gforge (3.0-1) unstable; urgency=low * [Roland] The much-awaited 3.0 release! Yay! * [Roland] This Debian release is dedicated to Christian and his wife, whose marriage was five years old on the 20th of June. * [Roland] Do not take the availability of mod_userdir.c for granted. Patch from Tomas Pospisek (closes: #197606). * [Roland] Bumped Standards-Version: to 3.5.10 (no changes needed). * [Christian] added sys_ldap_version variable and take it in account if defined in common/include/ldap.php after bind * [Roland] Rename French versions of the fields in Debconf templates from *-fr_FR to *-fr (closes: #199743). * [Roland] Cleanup in install-ldap.sh. -- Roland Mas Thu, 3 Jul 2003 21:09:15 +0200 gforge (3rc2-4) unstable; urgency=low * [Roland] Install README.Debian into all packages (Gforge bug #340), and README.Multipack into gforge-common (closes: #193151). * [Roland] We can even quit using the OID 1.3.6.1.4.1.9586.1.1 (iso.org.dod.internet.private.enterprise.Debian.package.sourceforge) and start using the newly assigned 1.3.6.1.4.1.9586.100.3 (iso.org.dod.internet.private.enterprise.Debian.package.gforge) instead. That means a global s/debSf/debGforge/ in attribute types and object classes, in all the files that use LDAP. * [Roland] Lots of fixes in the Debconf variable handling. It should be more straightforward now, more logical (variables have been moved to their proper package), more policy-compliant (gforge.conf is read and Debconf is initialised from it as much as possible), and it even actually seems to work. * [Christian] Added {cronolog_path} in httpd.conf.template, make it fill by gforge-config and removed dependancy on a specific cronolog version * [Roland] Fixed create-mailing-lists.pl to change the base URL of newly created mailing-lists (Gforge bug #331). Also added a fix-mailing-lists.pl script to fix the previous damage. We even run this script if the previously installed version was likely to have the bug. * [Roland] and [Christian] Added cn: fiend in LDAP entries for mailing-lists. * [Roland] Stopped trying to create/modify the base DN of the LDAP directory if it already exists. -- Roland Mas Fri, 20 Jun 2003 13:31:38 +0200 gforge (3rc2-3) unstable; urgency=low * [Roland] Switched from non-US to main, so that the upload be accepted. -- Roland Mas Wed, 21 May 2003 00:11:57 +0200 gforge (3rc2-2) unstable; urgency=low * [Roland] Added db/20030513.sql, to add an "enabled" column to the themes table. Fixed register-theme accordingly, and wrote a new unregister-theme too (which just disables the theme). * [Christian] Updated French.tab contributed by Linac (Angouleme Lug) for Adullact . * [Roland] Applied patch #330 fixing LDAP schema. Thanks, Alwyn Schoeman . * [Christian] Moved theme in gforge-theme- dir where name not gforge or osx. * [Roland] Fixed cvs_dump_update.pl so that it creates the homedirs for the anoncvs_* users when needed. * [Roland] Also fixed database user creation code. * [Roland] Depend on cronolog (>= 1.6.2-1), since the binary was relocated from /usr/sbin to /usr/bin in that version. * [Roland] Clean the source tree so as to be able to build a non-native Debian package. * [Roland] Restored initial debSfMailingList (Mailman 2.0 version) to the LDAP schema, and added the new debSfMailingListMM21 with OID 1.3.6.1.4.1.9586.1.1.1.2.3 for Mailman 2.1. Fixed sql2ldif.pl accordingly. -- Roland Mas Tue, 20 May 2003 23:18:47 +0200 gforge (3rc2-1) unstable; urgency=low * [Christian] rc2 will go to unstable -- Christian Bayle Wed, 14 May 2003 00:15:36 +0200 gforge (3rc1-3) experimental; urgency=low * [Christian] Fixed GForge-CVS in cvsweb.conf * [Christian] Fixed jpgraph path in local.inc * [Christian] Added suggest on libphp-jpgraph * [Christian] Added unix_box and cvs_box argument to the create funtion in Group.class * [Christian] added darkaqua theme from Patrick McFarland (diablod3) * [Chrsitian] added a find for sourceforge owned file in common postinst (Closes: bug#179050) * [Roland] Fixed homedirs for anoncvs_* users. * [Roland] Enabled HTTPS for CVSweb. * [Roland] Removed yet a few mentions of Sourceforge. * [Roland] Fixed a few problems with OpenLDAP 2.1. -- Roland Mas Sat, 26 Apr 2003 22:22:39 +0200 gforge (3rc1-2) experimental; urgency=low * [Roland] Corrected a bug in exim install script * [Christian] Added location on projects and users for ssl part * [Christian] Fixed a typo in deb-specific/install-postfix.sh -- Christian Bayle Wed, 26 Mar 2003 23:29:15 +0100 gforge (3rc1-1) experimental; urgency=low * [Christian] Added support for content encoding in util_send_mail * [Christian] Removed .htaccess and put appropriate lines in httpd template * [Christian] Renamed sf-(un)register functions in (un)register * [Christian] Some cvs improvement * [Roland] Fixed several database upgrading bugs. * [Roland] Don't fail or hang in postinst with recent ssh. * [Roland] Added a few diagnostic tests in the LDAP isntallation scripts. That should help pointing out errors caused by the user inputting invalid data. * [Christian] rewrote partly user/group/cvs/ssh backend, now there are four separate scripts [user|group|cvs|ssh]_dump_update.pl -- Christian Bayle Sun, 16 Mar 2003 21:51:42 +0100 gforge (3pre9-0+2) experimental; urgency=low * [Roland] Recoded Debconf templates into UTF-8, as part of the grand transition to UTF-8. * [Roland] Also set the PHP default charset to be UTF-8 in the Apache configuration. * [Christian] Improved transition from debian-sf 2.5 * [Christian] pre9 package db upgrade * [Christian] Removed stricter dependency on debconf, to be able to run on woody * [Christian] removed dns.head for simple config and added test in dns cron * [Christian] applied Jim Nutt (jimnutt) patch [ #183 ] Fixes an ip address in dns config * [Roland] Adapted to run with Mailman 2.1. * [Christian] Adjusted sequence in language table * [Christian] Adjusted stateid in doc_data * [Christian] Repeared local customization -- Christian Bayle Mon, 3 Mar 2003 22:55:59 +0100 gforge (3pre8-0+1) experimental; urgency=low * [Roland] Reencoded this changelog into UTF-8, as per upcoming policy changes (see bug #174982). * [Roland] Also, changed version to reflect the pre8 status of the current code. * [Roland] Stricter dependency on debconf, to fix a Lintian warning. * [Roland] Die on error when installing the DB. * [Roland] Do not forget 20021213.sql... * [Roland] Generate a random password for the LDAP stuff if the user doesn't provide one. * [Christian] Applied Olafur Osvaldsson patch #143, Incorrect user permissions on upload dir * [Roland] Several changes occured in PostgreSQL between versions 7.2 and 7.3: the pg_hba.conf file syntax, the way users are authenticated, and data checking is stricter. The installation process should now work with both versions (provided the PostgreSQL server is installed correctly). * [Roland] Applied patches #103 and #104 fixing stuff related with Apache-SSL / Apache + mod_ssl. Thanks, Julien Goodwin . * [Roland] Applied patch #102. At last, a serious attempt at a working install-postfix.sh. Thanks again, Julien Goodwin. -- Roland Mas Wed, 15 Jan 2003 17:15:52 +0100 gforge (3.0-0+8) experimental; urgency=low * [Christian] Reintroduce the possibility to define default home page in Themes * [Christian] Added subMenu in Layout * [Roland] Merged in everything that was done on the trunk since Branch_gforge was started. That includes the plugin subsystem. * [Roland] Merged Branch_gforge back into the trunk. * [Christian] Removed dependency on php4-mcrypt * [Christian] Applied F. Elie patch theme init #73 * [Christian] Applied F. Elie patch image and searchbox localisation #84 #85 -- Christian Bayle Tue, 31 Dec 2002 13:12:48 +0100 gforge (3.0-0+7) experimental; urgency=low * [Christian] Added db upgrade 20021125-debian.sql * [Christian] See upstream Changelog * [Christian] Replacing html_get_alt_row_color with boxGetAltRowStyle * [Christian] Removed obsolete html_get_alt_row_color function * [Christian] FRS/QRS in gforge fashion * [Christian] Added Peerating parameter management -- Christian Bayle Thu, 19 Dec 2002 00:27:27 +0100 gforge (3.0-0+5) experimental; urgency=low * [Christian] Merged mostly all change from gforge tree now changing the package name * [Christian] Applied Francisco Gimeno alias kikov supposed corrected patch * [Christian] Big renaming from sourceforge to gforge * [Christian] Added Jabber related French translation * [Christian] Added Jabber stuffs in local.inc.template * [Christian] Made sys_dbname sys_dbuser sys_dbhost debconf param * [Christian] Added gforge-sourceforge-transition package for smooth upgrade * [Christian] First pre-pre-realease -- Christian Bayle Wed, 11 Dec 2002 00:08:07 +0100 sourceforge (2.6-0+17+gforge-1) experimental; urgency=low * [Roland] Started the "gforge" branch, to temporarily host all the changes made by Tim Perdue (a.k.a. Bigdisk) in his Gforge fork. Hopefully, we'll eventually merge them into the trunk and drop that branch, but since his changes seem to be rather large, we can't do that instantly. -- Roland Mas Wed, 27 Nov 2002 22:42:02 +0100 sourceforge (2.6-0+17+) experimental; urgency=low * [Roland] Introducing the plugin subsystem: some infrastructure is now in place to add plugins to Sourceforge. Currently implemented: a table containing a list of installed plugins, a table for a list of "this group uses that plugin" relations, one for "this user uses that plugin" relations, and a usesPlugin() method for the User and Group classes (in PHP). * [Roland] Also implemented: a PluginManager class, a Plugin class. * [Roland] Also, a hook system. Read README.Plugins for more info. -- Roland Mas Sat, 14 Dec 2002 19:29:04 +0100 sourceforge (2.6-0+17) experimental; urgency=low * [Christian] repared broken delete function in new_parse.pl (again) * [Christian] Fixed install-chroot.sh incomplete copy of libs for ldap * [Roland] DSF-Helperised a bit of Debconf for sourceforge-dns-bind9 that had previously been forgotten. -- Christian Bayle Tue, 10 Dec 2002 23:03:18 +0100 sourceforge (2.6-0+16) experimental; urgency=low * [Christian] repared broken delete function in new_parse.pl * [Christian] made that ssh_dump.pl don't try to create key files for deleted user * [Christian] Applied an repared Francisco Gimeno alias kikov task manager patch -- Christian Bayle Tue, 3 Dec 2002 10:11:31 +0100 sourceforge (2.6-0+15) experimental; urgency=low * [Christian] Add the possibility to hide forum in news_show_latest * [Christian] Added the possibility of a language by theme customization and updated README.Custom * [Christian] Included full Spanish translation from Vicente Ruiz. Thanks again * [Christian] Removed the unused categories column in www/admin/grouplist.php * [Christian] Added stats_getprojects_active_public function in www/include/features_boxes.php * [Christian] Applied Francisco Gimeno patch as is -- Christian Bayle Wed, 27 Nov 2002 22:08:19 +0100 sourceforge (2.6-0+14) experimental; urgency=low * [Roland] Uuencoded all binary files in the source package, so that dpkg-source can build a .diff.gz from the .orig.tar.gz. debian/rules changed accordingly to uudecode the *.uu files at build time, and to remove the resulting files at clean time. * [Christian] Made trove cat more editable * [Roland] Added integrity constraints between the tables related to the Trove map. * [Roland] Bumped Standards-Version to 3.5.7 and DH_COMPAT to 4. Changed Build-Depends-Indep accordingly. * [Roland] Applied patch from Vicente Ruiz to fix LDAP installation. * [Roland] Added an test in sf-httpd.conf so that SSL is enabled on Apache-SSL (as opposed to Apache / mod_ssl) servers. Thanks, Kees Louwen . * [Christian] Added delete capability in trove map edit * [Christian] Added setup_onevar_mainfile function in dsf helper to add vars in sourceforge.conf not managed by debconf * [Christian] More i18n in /my and /account * [Christian] Make user menu themeable * [Christian] Applied Mathieu Peltier patch to send mail to admin when a project is submitted, and modified it to send the mail to all members of siteadmin (id=1) group, also applied ftp patch partly. * [Christian] Added translation tool in admin (Visualisation only at the moment) * [Roland] Added missing dependency on php4-cgi for package sourceforge-web-apache. * [Roland] [From 2.5] Sort documents by title. * [Roland] Fix email delivery to users, patch from Vicente Ruiz. * [Otavio] Now the browser accepted language are only read if set. * [Christian] i18n for project Approval/Rejection/Submission mail. * [Paddington] Patch #577 by Andreas Schrattenecker : preserve release date hh:mm in "Edit Releases". * [Roland] Added eval magic in install-ldap.sh to help debugging. "export DEBSFDEBUG=1" will disable all the redirections, thus showing the STDOUT and STDERR of all commands. * [Roland] Added extra columns (use_ftp, use_tracker, use_frs, use_stats, enable_pserver, enable_anoncvs) in the groups table. * [Christian] added web management of these new columns, now you can hide almost everything in project page. * [Roland] sourceforge-ldap-openldap now depends on libnss-ldap. This should not be necessary and will have to be fixed at some point, but for now I'm just too lazy to move the code from install-ldap.sh to another, more appropriately named, script. * [Roland] Applied patch #614 from Robert Lamoureux fixing various problems with themes. Thanks, Bob! * [Roland] Included full Spanish translation from Vicente Ruiz. Thanks a lot, Vicente! * [Roland] Changes to the supported_languages table: the language_code field is now 5 characters wide (2 characters previously). We can thus rename the language code for Brazilian to its proper value, pt_BR. Also renamed the files to PortugueseBrazilian with one 'l' only, which is the proper spelling for it. * [Roland] Also, added a foreign key constraint: the doc_data table references a language_id. * [Christian] Made project admin menu themeable * [Christian] Made news menu themeable * [Christian] A lot of i18n in forum_utils * [Christian] You can now customize date format in language tab files * [Roland] Applied patch #617 from Robert Lamoureux. Stats should now work! Changes are detailed below, with a [Bob] prefix. * [Bob] Fixed initial pass problem with calculate_user_metric.php so user ratings statistics now run. * [Bob] Fixed db_ commit() error in project_weekly_metric.php. Project statistics now work. * [Bob] Fixed stats_http_logparse.pl to look for HTTP access log entries in the right place (/var/log/sourceforge). * [Bob] Changed sf-httpd.conf to have all sourceforge Virtual Web servers log all activity to /var/log/sourceforge. Introduced a dependency on cronolog. The stats Perl files all assume a YYYY/MM/DD directory structure for the log files. * [Bob] Fixed rules file to install cron jobs into /bin directory. * [Bob] Changed sourceforge-db-postgresql cron file to call the stats jobs every night. * [Bob] Changed the views_graph.png and users_graph.png files to generate an empty graph when no data is present rather than a broken image icon. Also, fixed a bug that would break the graph if there was 0 or only 1 row in the database. * [Bob] Changed stats_logparse.sh to have the full path to the scripts. We cannot assume we will be in the right directory when it runs. * [Bob] Fixed relative paths to utils/include.pl since all cronjobs seem to installed in the bin directory. The old path was 3 levels down in the cronjobs directory which is not part of the install hierarchy. * [Roland] Applied patch #637 from Mathieu Peltier . Changes are detailed below, with entries having a [Mathieu] prefix. * [Mathieu] Fixed project title displayed when the forum of a news item is viewed (was always 'Site Admin News' instead of the name of the project). * [Mathieu] Fixed typos in www/forum/forum_utils.php, www/include/Base.tab, www/include/menu.php and www/include/Layout.class. * [Mathieu] Removed 'Edit' and '?' links for root trove category in the trove map. * [Christian] you can now have a customized pre.php in /etc/sourceforge/custom/pre.php * [Roland] Changed the authentication system: the authoritative password field is now unix_pw, even for authenticating web sessions. We keep user_pw for better performance when looking up the user entry in the database, but it is just a cached value that is recomputed from the unix_pw when possible (except when said unix_pw is empty, in which case user_pw is the reference, and unix_pw is recomputed when possible). This allows for better integration with existing systems (for instance, if you want to inject some existing accounts into the database...). * [Roland] A little i18n in the user's homepage. * [Christian] added James Michael DuPont proposed files from http://introspector.sourceforge.net/sfexport.tgz . This means 2 files: bug_dump.php and patch_dump.php * [Christian] Added the supposed userIsAdmin() function in Group class used in bug_dump.php and patch_dump.php * [Christian] Made some change in bug_dump.php and patch_dump.php to make them work (partially), this need actually to manually create two views since in 2.6 patch and bug tables don't exist, scripts creating views are view_bug.sql and view_patch.sql. * [Roland] Make HTTPS harder to leave, and make it the default in links sent as e-mails (should fix Savannah bug #1401). * [Christian] applied paddington patch #644 missing rotate_activity.php, generate artifact stats * [Christian] more i18n in account management -- Christian Bayle Tue, 12 Nov 2002 21:49:11 +0100 sourceforge (2.6-0+13) experimental; urgency=low * [Christian] Added a dump and restore option to install-db.sh * [Christian] Added themeable main page support * [Christian] Rewritting of trove_getcatlisting function to return a string instead of direct printing * [Christian] you can choose default language in local.inc with e.g. $sys_lang='French'; * [Roland] Added the files necessary for sourceforge-mta-postfix. Yay! Our first try at flexibility! Don't get any funny ideas though, I'm pretty confident it doesn't work. Yet. * [Roland] [From 2.5] Changed the way we empty the LDAP directory, so as not to kill entries that are not ours. * [Roland] [From 2.5] Fixed last inserted languages. * [Soon-Son] added group write permission (0664) when creating the val-tags file in the CVSROOT directory of each project. Old configuration (0644) caused an error when the user tries to tag it as follows: $cvs up -r xterm-branch cvs [server aborted]: cannot write /cvsroot/[...]/CVSROOT/val-tags: Permission denied * [Roland] [From 2.5] New install-ldap.sh. Should help killing our LDAP problems. Still waiting for more testing, but it seems to mostly work. There's still a bug in it, but it should be fairly simple to fix and I'm working on it. * [Roland] Various other cleanings in install-ldap.sh. * [Roland] Fixed dependencies of the packages. Not as if it were really important before multi-host installations are officially supported, but it's good to do it nevertheless. * [Roland] [From 2.5] common/include/User.class: Fixed Unix UID attribution, so that accounts activated by hand by the admin are given an UID too. * [Roland] [From 2.5] deb-specific/db-upgrade.pl: Fixed the backlog of wrong UIDs. * [Roland] Applied patch #417 from Chris Rudd (very slightly modified) to spread the use of the util_send_mail() function. Thanks, Chris. * [Roland] Also applied patch #418 from same Chris Rudd to help portability on Cygwin platforms. Thanks, Chris. * [Roland] utils/new_parse.pl: Applied patch from Manik Surtani fixing a few paths. * [Christian] Update language_code in supported_languages table. It's used to have a default language corresponding to browser language settings. * [Christian] More i18n on Trove map (work in progress). * [Christian] More i18n in group, French translation added too. * [Christian] Added choice for default language and theme in debconf. * [Roland] Made some scripts silent (including some cron jobs). They should have been silent earlier, but shell redirection is trickier than I thought. * [Roland] README.Themes: Added a section on theme naming to avoid name conflicts. * [Christian] added choice for default language and theme in debconf * [Christian] more i18n for account register * [Christian] cosmetics/i18n in bugtracker * [Christian] removed multi record bug in software map * [Roland] Dropped and recreated the views related to the artifact manager, to fix the artifact bug (couldn't submit new artifacts, couldn't add new comments to existing ones, couldn't attach files). Thanks to Andreas Schrattenecker for the bug report and analysis. -- Christian Bayle Wed, 9 Oct 2002 21:35:36 +0200 sourceforge (2.6-0+12) unstable; urgency=low * [Roland] Added support for local overloading of the default translation files. See README.Custom for details. * [Roland] Applied Olafur's "Making DNS simpler" patch, with a few changes. * [Roland] Applied Soon-Son's patch #281 increasing internationalisation and the Korean translation. * [Roland] Split the package into no less than eleven subpackages. This isolates different features into different packages, and it also paves the road to multi-host installations (that part is not done yet). * [Roland] To facilitate this splitting, a bit of magic was introduced. I hereby present DSF-Helper to the face of the world. This script is inspired from dh_installdeb, and basically does a search-and-replace on template files. This allows us to share bits of code (for maintainer scripts) or text (Debconf templates) between several packages without having to maintain consistency by hand. The code/text is in one file, and is inserted in the appropriate files when the package is built. * [Roland] Cleaned debian/rules file a bit. * [Christian] Added box1_get_alt_row_style function in Layout.class that replace html_get_alt_row_color from html.php. This will help to solve problems with savannah themes. I also made the necessary changes in savannah styles * [Soon-Son] fixed bug # 148 (malformed part on dns.zone) * [Soon-Son] fixed bug # 431 (Number of public forum/msg are 0) * [Soon-Son] removed all links to nonexistent document * [Soon-Son] more i18n effort including patch # 283 * [Soon-Son] removed dtd definition for bug # 120 * [Christian] Repared trove map count * [Roland] Fixed invocation of tarballs.sh in crontab. * [Roland] [From 2.5] Fixed mailing-lists entries in LDAP. * [Roland] Included entries from the 2.5 changelog file into this one. Don't worry it the dates are not ordered. Development has been concurrent for a while (and still is). Such merges should happen until the 2.5 branch is abandoned. * [Roland] Added missing languages. * [Christian] added checks in sourceforge-config * [Christian] install/desinstall cycle support for common, web-apache, db-postgress * [Christian] Added ssh-nonfree support * [Christian] Added many Replaces: sourceforge in control files -- Christian Bayle Thu, 27 Jun 2002 00:13:31 +0200 sourceforge (2.6-0+11) unstable; urgency=low * [Roland] Fixed theme registration for 2.6->2.6 upgrades. You might encounter problems if you registered them manually, in this case simply run the following SQL in the sourceforge database: DELETE FROM themes WHERE dirname LIKE 'savannah_%'; BUG #124 CLOSED * [Christian] changed Layout.class with div align=center BUG #120 CLOSED * [Christian] removed link to docman BUG #122 CLOSED * [Christian] $sys_name is now used for imported savannah themes BUG #129 CLOSED * [Christian/Roland] added darkslate savannah theme -- Christian Bayle Thu, 25 Apr 2002 17:15:57 +0200 sourceforge (2.6-0+10) unstable; urgency=low * [Christian] Corrected wrong link in menu.php for lastlogin.php. * [Roland] *Lots* of patches from Olafur Osvaldsson applied, many thanks to him. * [Roland] Changed about.php page so that it now speaks about Debian Sourceforge. It's internationalised, too. * [Roland] Page footer is now shorter, internationalised, and pointing to the About page. * [Roland] Fixed links in the Site News page. * [Roland] Made groups siteadmin and newsadmin public to prevent problems with submitting of news. Also, changed their names for coherence with names inherited from the 2.5 branch. * [Christian] Continuing work on theming, added a new function in html.php (url_html) * [Roland] Removed a few bashisms in maintainer scripts. * [Christian] Added savannah converted themes and appropriate db inserts * [Christian] Added README.Themes -- Christian Bayle Thu, 25 Apr 2002 01:02:54 +0200 sourceforge (2.6-0+9) unstable; urgency=low * [Christian] Added dependancy on rcs for our patched cvsweb * [Roland] Renamed db-upgrade26.pl to db-upgrade.pl. * [Roland] Split the parse_sql_file function out of db-upgrade.pl and into its own file (sqlparser.pm). * [Roland] Fixed configuration of apache-ssl. * [Roland] Worked to make the database scheme independent of the upgrade path: installing 2.6 over 2.5 now yields the same scheme as installing 2.6 from scratch. Well, actually, not quite, but the differences are only in a few constraints, and that'll be taken care of when we provide some way to backup and restore a database. * [Roland] db-upgrade.pl: replay the database "fixes" included in the 2.5 packages before starting the conversion to 2.6, to permit upgrades from versions that are not the latest in the 2.5 series. * [Christian] gig2png conversion to make GNU happy. * [Christian] some html cleaning in Layout.class and osdn.php * [Christian] added Add, Delete, or Edit Themes in Site Utilities for admin * [Christian] change uid/gid attribution in ldap.php to be backend compliant * [Christian] added debian and savannah Themes * [Roland] Remove /cvsroot symlink on purge. * [Roland] Insert the appropriate rows in the database for themes. * [Roland] Added a "checkpoint" in db-upgrade.pl, so that we should now be able to provide upgrades between different releases in the 2.6 series. * [Roland] Added a totally rewritten Korean language translation file provided by Soon-Son Kwon . Many thanks to him. * [Roland] Also rewrote the French language translation file, so as to not be lagging behind the Koreans :-) * [Roland] Also fixed a few typoes in the English language. * [Christian] Removed confusing unused image from archive and put in unused directory in cvs, preparing easy Theming * [Christian] Theming should be easier though not complete -- Christian Bayle Tue, 16 Apr 2002 22:14:28 +0200 sourceforge (2.6-0+8) unstable; urgency=low * [Christian] Added debian/BUGS * [Christian] Corrected approve_pending bug * [Christian] Corrected wrong userid for CVS * [Christian] Fixed libmcryp4 dependancy * [Christian] Added anoncvs_ users in ldap db * [Roland] [From 2.5] Added man page for sourceforge-config (from a Docbook SGML file). This fixes a lintian error. * [Christian] Added ldap support for chrooted anonymous cvs * [Roland] Minor typo-fixes here and there, and a few cosmetic changes. * [Roland] [From 2.5] Fixed unix_box entries. * [Roland] Fixed leftover cruft in /etc/nsswitch.conf purging. * [Roland] Made the header somewhat customizable (display/hide the banner, mainly). * [Roland] Transitioned to PostgreSQL 7.2. That was far from easy, since PG 7.2 is much more anal retentive than 7.1.3. In particular, foreign key constraints and indices are not automagically dropped, which caused strange errors and deep frustration in the upgrade path from the 2.5 series. * [Roland] While I was fixing that, I also took the opportunity to add some code to drop the useless "deadXX" columns that are introduced by the 2.5->2.6 upgrade (ALTER TABLE/DROP COLUMN not being implemented in PostgreSQL yet). * [Roland] Moved a few SQL statements used only in the 2.5->2.6 upgrade from db-upgrade26.pl to sf2.5-to-sf2.6.sql. -- Christian Bayle Mon, 11 Mar 2002 23:54:57 +0100 sourceforge (2.6-0+7) unstable; urgency=low * [Roland] [From 2.5] Added templates to conffiles. * [Roland] Added debconf magic to ask whether to replace a config file before doing it (in the post-installation and pre-remove phases). * [Christian] Changed to use cvsweb * [Roland] [From 2.5] Added "-s /bin/sh" when su'ing to postgres. * [Roland] [From 2.5] Moved templates to a Policy-compliant location (/etc/sourceforge/templates). * [Christian] modify install-ldap.sh to follow slapd undocumented changes * [Christian] removed test on /etc/ldap.secret in sourceforge.config * [Christian] changed template in local.inc.template to remove People in sys_ldap_admin dn -- Christian Bayle Tue, 26 Feb 2002 18:20:31 +0100 sourceforge (2.6-0+6) unstable; urgency=low * [Roland] [From 2.5] Added docs. * [Roland] Added libmime-base64-perl and libhtml-parser-perl to dependencies (db-upgrade26.pl now uses MIME::Base64 and HTML::Entities). * [Roland] Added migration capability to the db-upgrade26.pl script. Database upgrades smoothly from 2.5 to 2.6. Hopefully. Not very well tested yet. * [Christian] Removed libmcrypt bug workaround -- Christian Bayle Thu, 7 Feb 2002 18:30:27 +0100 sourceforge (2.6-0+5) unstable; urgency=low * [Christian] Added dependency to php4-mcrypt * [Christian] Temporary workaround for libmcrypt bug in local.inc.template * [Christian] Removed mcrypt-test.sh -- Christian Bayle Sun, 27 Jan 2002 18:43:43 +0100 sourceforge (2.6-0+4) unstable; urgency=low * [Christian] Removed unjustified warning in intall-ldap.sh. * [Roland] Updated Standards-Version to 3.5.6.0. * [Roland] Made the package arch-independent. * [Roland] Updated debian/TODO a bit. * [Roland] Fixed a few minor bugs in my/index.php. * [Roland] Fixed speling error in Description: field. * [Roland] Added dependencies on packages providing the vi editor. * [Roland] www/include/Layout.class (and others): Removed the VA logo in the site icon. The new site icon now consists of a black "SF" written over a Debian swirl. * [Roland] deb-specific/install-ldap.sh: Test for the existence of /etc/ldap/slapd.conf before trying to modify it, and suggest to reconfigure slapd if it is not present. * [Roland] [From 2.5] Ported the new LDAP schema, that had been forgotten for some reason. * [Roland] [From 2.5] Fixed email addresses on the users' home page. * [Roland] Added the login name and real name of the user whose permissions in a project are being edited. * [Roland] Replaced a call to /etc/init.d/bind9 restart by a (more appropriate) reload. Used the policy-defined invoke-rc.d, too. * [Roland] Fixed dependencies to correctly handle apache-ssl and exim-tls. -- Roland Mas Fri, 11 Jan 2002 13:05:02 +0100 sourceforge (2.6-0+3) unstable; urgency=low * [Christian] Added proper chmod for cp -r www and common * [Christian] Added homedir_prefix and groupdir_prefix in local.inc.template and made the change in account.php to take this in account * [Roland] [From 2.5] Rewrote the config file handling, so that it does not overwrite local changes. * [Roland] [From 2.5] Added cvssh.pl. -- Christian Bayle Mon, 3 Dec 2001 20:09:39 +0100 sourceforge (2.6-0+2) unstable; urgency=low * [Christian] Patch for db init * [Christian] Repared bad db init -- Christian Bayle Sat, 17 Nov 2001 01:29:25 +0100 sourceforge (2.6-0+1) unstable; urgency=low * Started working on 2.6. Don't expect it to work just yet. * Split the DB installation/deinstallation process out of postinst/postrm/prerm and into an install-db.sh script. Made it a bit less verbose. * Split the Apache installation/deinstallation process out of postinst/prerm and into an install-db.sh script. * Cleaned the exim configuration a bit. * Cleaned the DNS configuration a bit. * Cleaned the install-*.sh scripts a lot. They now all look the same, are more readable (well, they are more readable to me), and work approximately the same way. Added a template for future such scripts (install-skel.sh). * [Christian] Put utils/include.pl utils/sql2ldif.pl utils/underworld-dummy/ssh_dump.pl of 2.5 as 2.6 scripts, sql2ldif will probably have to be re-seen * [Christian] Added sf-2.6-complete.sql script * [Christian] Cleaned debian/rules * [Christian] Added path in apache template * deb-specific/db-upgrade26.pl: Rewrote the SQL parsing state machine so that it 1. works better, 2. is more readable, 3. knows about comments, 4. knows about COPY [...] FROM stdin. * [From 2.5 branch] Fixed install-cvs.sh so that it no longer inserts too many lines in the inetd.conf file. * [From 2.5 branch] Added sf_ldap_modify_if_exists() to www/include/ldap.php. Works the same as sf_ldap_modify, but returns a non-error if the LDAP entry does not exist. Patched sf_ldap_user_set_attribute to use this new function, so that even users with no account (or no account yet) can change their passwords and personal info. * Adapted the patch to display the site admin menu, from using the now deprecated function user_ismember() to using the new (2.6) methods involving Group and Permission objects. * [From 2.5 branch] Improved personal page: site admin(s) now see(s) a list of pending projects, and news admin(s) see(s) a list of pending news bytes. * Replaced calls to /etc/init.d/