From: Roland Mas Date: Mon, 18 Apr 2011 14:50:46 +0000 (+0000) Subject: Merged from 5.0: one SQL fix + documentation of 5.0.3 release X-Git-Tag: v5.1~168 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=5de5321ac5eb1708d3ae20974d1fd4c90f378f82 Merged from 5.0: one SQL fix + documentation of 5.0.3 release --- diff --git a/src/CHANGES b/src/CHANGES index 84d9de88a2..8df0e1375c 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -33,6 +33,38 @@ FusionForge-5.1: iframe (Alcatel-Lucent) * Improved Spanish translation (Libresoft) +FusionForge-5.0.3: +* Maintenance release, bugfixes mostly. Summary of changes: +* htmlpurifier upgraded to 4.3.0 +* mailing lists now are as public as the project they’re in upon creation possible data leak, security fix, spotted by , 10x! +* MFC r11973: Fix XSD conformity errors in the generated WSDL. +* Stop trying to copy unneeded libcap into chroot +* Applied patch [#214]: PHP warning if search query is empty +* Added missing spaces to fix SQL queries [#208] +* [#207] Backport file from trunk to fix php warning in project_hierarchy plugin +* Fixed database credentials used for MTA and NSS on new installations +* Improve SVN checkout message and allow pure anonymous access for svn over http (webdav) +* Fix warning if no mailman-aliases files. +* Source install: No chgrp(scm_*) when no shell as groups are not created +* CVS plugin: clear warning when removing non existing files (at least for the first run) +* Source install: Disabling crons: tarball.php no longer available, get_news_approved.pl not working +* Allow user to register projects by default. +* Remove xslt on svn example file (for http). +* Fixed hang during removal of -mta-postfix in some conditions +* Fixed Mediawiki creation script so it uses the appropriate database and user +* Fixed XSS vulnerability reported by 'Bluetouff' +* Validate mailing-list names when creating/deleting them +* Merged updated translations from Pootle (Spanish and Italian) +* Handle amd64 architectures and add missing files in chroot creation +* Support rsyslog as well as syslogd +* Fixed bad detection of PostgreSQL's init script +* Fix URL for roadmap +* Fix for bug #200 +* Fix admin_table_postadd +* htmlpurifier upgraded to 4.2.0 +* Fixed SQL query in snippet browsing +* Fix database creation problems in case of an SQL_ASCII default for PostgreSQL + FusionForge-5.0.2: * Maintenance release, bugfixes mostly. diff --git a/src/common/tracker/ArtifactFactory.class.php b/src/common/tracker/ArtifactFactory.class.php index 2904c187ee..d7714cff00 100644 --- a/src/common/tracker/ArtifactFactory.class.php +++ b/src/common/tracker/ArtifactFactory.class.php @@ -349,11 +349,11 @@ class ArtifactFactory extends Error { //if assigned to selected, and more to where clause if ($this->assigned_to) { if (is_array($this->assigned_to)) { - $wheresql .= 'AND assigned_to = ANY ($'.$paramcount++ ; + $wheresql .= ' AND assigned_to = ANY ($'.$paramcount++ ; $params[] = db_int_array_to_any_clause ($this->assigned_to) ; $wheresql .= ')' ; } else { - $wheresql .= 'AND assigned_to = $'.$paramcount++ ; + $wheresql .= ' AND assigned_to = $'.$paramcount++ ; $params[] = $this->assigned_to ; } } diff --git a/src/debian/changelog b/src/debian/changelog index ac6e06a31f..b01eeb32b2 100644 --- a/src/debian/changelog +++ b/src/debian/changelog @@ -3,12 +3,13 @@ fusionforge (5.0.51-2) UNRELEASED; urgency=low * Snapshot from upstream SVN. -- Roland Mas Wed, 27 Oct 2010 11:06:49 +0200 + +fusionforge (5.0.3-1) unstable; urgency=low -fusionforge (5.0.2+svn-1) unstable; urgency=low + * New upstream bugfix release. - * Bumped upstream version number to avoid upgrade problems. + -- Roland Mas Fri, 15 Apr 2011 14:55:34 +0200 - -- Roland Mas Fri, 26 Nov 2010 10:31:33 +0100 fusionforge (5.0.2-5) unstable; urgency=low