Thu Apr 23 10:45:21 2009 UTC ()
Update to 1.1.7

2009.04.20 - 1.1.7
===================================

Bugfix maintenance release, cleaning up most of the remaining issues with 1.1.x series.

- 0006848: [administration] Bugs in manage_config_*_set.php (grangeway) - resolved.
- 0009986: [administration] APPLICATION ERROR #2800 using "Delete Project Specific Settings" (jreese) - resolved.
- 0010235: [api soap] mc_issue_attachment_add corrupts attachments (giallu) - resolved.
- 0009888: [bugtracker] Issue History Problem... build, os, os_version, and platform are not looking right and are not effected by language files. (jreese) - resolved.
- 0009999: [bugtracker] APPLICATION ERROR #2800 - While submit a new bug (jreese) - resolved.
- 0009606: [custom fields] Custom fields not enforced. (thraxisp) - resolved.
- 0009979: [custom fields] Function gpc_isset always return false for a custom date field (thraxisp) - resolved.
- 0010035: [custom fields] Custom multi-selection list fields don't allow deselection (thraxisp) - resolved.
- 0010154: [custom fields] Custom field enum values are getting the first and last characters truncated when displayed. (thraxisp) - resolved.
- 0010011: [customization] date_submitted is not set properly in bug object (thraxisp) - resolved.
- 0010200: [email] \n not replaced in registration e-mail (siebrand) - resolved.
- 0010231: [feature] Assigned bug status cannot be changed to new? (jreese) - resolved.
- 0010299: [html] Invalid HTML (jreese) - resolved.
- 0010270: [localization] escaped double quotes in localization files (siebrand) - resolved.
- 0010187: [security] Using dession destroy and unset for logout (jreese) - resolved.
- 0010192: [sub-projects] Repeated Target versions (jreese) - resolved.
- 0010038: [tagging] Problems attaching tags in Chrome (jreese) - resolved.
- 0010050: [time tracking] All leves have access to billing reports - Access level required to run reports does not function (giallu) - resolved.

2008.12.09 - 1.1.6
===================================

This release fixes once and for all the caching troubles from previous stable releases, some
access permissions bugs, and a few various other issues. This release also improves the existing
source control integration by allowing remote checkins.

- 0009893: [administration] Users can change status on ViewOnly Tasks (jreese) - resolved.
- 0009815: [bugtracker] gpc_get_string_array() sometimes returns non-arrays (thraxisp) - resolved.
- 0009869: [bugtracker] application error 2800 still in version 1.1.5 (jreese) - resolved.
- 0009888: [bugtracker] Issue History Problem... build, os, os_version, and platform are not looking right and are not effected by language files. (jreese) - resolved.
- 0009890: [bugtracker] Case of extension for inline image is not ignored (jreese) - resolved.
- 0009900: [customization] Allowing update issue status disables the function to administrator (thraxisp) - resolved.
- 0008847: [integration] Revamp SVN and CVS integration (jreese) - resolved.
- 0009651: [other] Version copy from parent project copies incorrect date (jreese) - resolved.
- 0009928: [other] Inconsistent uses of file extension configuration settings. (jreese) - resolved.

2008.11.21 - 1.1.5
===================================

This release solves more issues relating to the security fixes introduced by 1.1.3, as well as various other minor bugs.

- 0009713: [authentication] Users are unable to confirm registration (jreese) - resolved.
- 0009017: [bugtracker] SYSTEM WARNING implode() [function.implode]: Bad arguments. (jreese) - resolved.
- 0009738: [bugtracker] Browser caching should be enabled on bug_change_status_page.php (jreese) - resolved.
- 0009748: [bugtracker] Port 9737: bugnote_add.php contains undefined t_note_type (vboctor) - resolved.
- 0009754: [bugtracker] Failed to report issue (APPLICATION ERROR #2800) (jreese) - resolved.
- 0009714: [csv] Error message/warning, if HTTP_USER_AGENT is not set (jreese) - resolved.
- 0009808: [db mysql] Linking Sub-Projects to a project -> APPLICATION ERROR #200 (jreese) - resolved.
- 0009760: [other] Mantis checks $g_allow_browser_caching setting incorrectly (jreese) - resolved.
- 0009780: [tagging] Changing project in Tag Details view gives "APPLICATION ERROR #200" (jreese) - resolved.
- 0009803: [tagging] Tags field in filter should not be shown when user has no access to tags (jreese) - resolved.


(gavan)
diff -r1.33 -r1.34 pkgsrc/devel/mantis/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/mantis/PLIST
diff -r1.13 -r1.14 pkgsrc/devel/mantis/distinfo

cvs diff -r1.33 -r1.34 pkgsrc/devel/mantis/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mantis/Makefile 2008/11/02 17:25:18 1.33
+++ pkgsrc/devel/mantis/Makefile 2009/04/23 10:45:21 1.34
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.33 2008/11/02 17:25:18 adrianp Exp $ 1# $NetBSD: Makefile,v 1.34 2009/04/23 10:45:21 gavan Exp $
2 2
3DISTNAME= mantis-1.1.4 3DISTNAME= mantisbt-1.1.7
 4PKGNAME= ${DISTNAME:S/mantisbt/mantis/}
4CATEGORIES= devel www 5CATEGORIES= devel www
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
6 7
7MAINTAINER= adrianp@NetBSD.org 8MAINTAINER= adrianp@NetBSD.org
8HOMEPAGE= http://www.mantisbt.org/ 9HOMEPAGE= http://www.mantisbt.org/
9COMMENT= PHP/MySQL/web based bugtracking system 10COMMENT= PHP/MySQL/web based bugtracking system
10 11
11DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.6:../../www/ap-php 12DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.6:../../www/ap-php
12DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.0.6:../../databases/php-mysql 13DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.0.6:../../databases/php-mysql
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16NO_BUILD= YES 17NO_BUILD= YES

cvs diff -r1.12 -r1.13 pkgsrc/devel/mantis/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/mantis/PLIST 2008/06/21 15:17:00 1.12
+++ pkgsrc/devel/mantis/PLIST 2009/04/23 10:45:21 1.13
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1@comment $NetBSD: PLIST,v 1.12 2008/06/21 15:17:00 adrianp Exp $ 1@comment $NetBSD: PLIST,v 1.13 2009/04/23 10:45:21 gavan Exp $
2share/doc/mantis/CUSTOMIZATION 2share/doc/mantis/CUSTOMIZATION
3share/doc/mantis/INSTALL 3share/doc/mantis/INSTALL
4share/examples/mantis/config_inc.php 4share/examples/mantis/config_inc.php
5share/examples/mantis/mantis.conf 5share/examples/mantis/mantis.conf
6share/examples/mantis/mantis_offline.php.sample 6share/examples/mantis/mantis_offline.php.sample
 7share/mantis/.gitignore
7share/mantis/account_delete.php 8share/mantis/account_delete.php
8share/mantis/account_page.php 9share/mantis/account_page.php
9share/mantis/account_prefs_inc.php 10share/mantis/account_prefs_inc.php
10share/mantis/account_prefs_page.php 11share/mantis/account_prefs_page.php
11share/mantis/account_prefs_reset.php 12share/mantis/account_prefs_reset.php
12share/mantis/account_prefs_update.php 13share/mantis/account_prefs_update.php
13share/mantis/account_prof_edit_page.php 14share/mantis/account_prof_edit_page.php
14share/mantis/account_prof_menu_page.php 15share/mantis/account_prof_menu_page.php
15share/mantis/account_prof_update.php 16share/mantis/account_prof_update.php
16share/mantis/account_sponsor_page.php 17share/mantis/account_sponsor_page.php
17share/mantis/account_sponsor_update.php 18share/mantis/account_sponsor_update.php
18share/mantis/account_update.php 19share/mantis/account_update.php
19share/mantis/adm_config_delete.php 20share/mantis/adm_config_delete.php
@@ -202,27 +203,26 @@ share/mantis/core/adodb/drivers/adodb-or @@ -202,27 +203,26 @@ share/mantis/core/adodb/drivers/adodb-or
202share/mantis/core/adodb/drivers/adodb-pdo.inc.php 203share/mantis/core/adodb/drivers/adodb-pdo.inc.php
203share/mantis/core/adodb/drivers/adodb-pdo_mssql.inc.php 204share/mantis/core/adodb/drivers/adodb-pdo_mssql.inc.php
204share/mantis/core/adodb/drivers/adodb-pdo_mysql.inc.php 205share/mantis/core/adodb/drivers/adodb-pdo_mysql.inc.php
205share/mantis/core/adodb/drivers/adodb-pdo_oci.inc.php 206share/mantis/core/adodb/drivers/adodb-pdo_oci.inc.php
206share/mantis/core/adodb/drivers/adodb-pdo_pgsql.inc.php 207share/mantis/core/adodb/drivers/adodb-pdo_pgsql.inc.php
207share/mantis/core/adodb/drivers/adodb-postgres.inc.php 208share/mantis/core/adodb/drivers/adodb-postgres.inc.php
208share/mantis/core/adodb/drivers/adodb-postgres64.inc.php 209share/mantis/core/adodb/drivers/adodb-postgres64.inc.php
209share/mantis/core/adodb/drivers/adodb-postgres7.inc.php 210share/mantis/core/adodb/drivers/adodb-postgres7.inc.php
210share/mantis/core/adodb/drivers/adodb-postgres8.inc.php 211share/mantis/core/adodb/drivers/adodb-postgres8.inc.php
211share/mantis/core/adodb/drivers/adodb-proxy.inc.php 212share/mantis/core/adodb/drivers/adodb-proxy.inc.php
212share/mantis/core/adodb/drivers/adodb-sapdb.inc.php 213share/mantis/core/adodb/drivers/adodb-sapdb.inc.php
213share/mantis/core/adodb/drivers/adodb-sqlanywhere.inc.php 214share/mantis/core/adodb/drivers/adodb-sqlanywhere.inc.php
214share/mantis/core/adodb/drivers/adodb-sqlite.inc.php 215share/mantis/core/adodb/drivers/adodb-sqlite.inc.php
215share/mantis/core/adodb/drivers/adodb-sqlite.inc.php.bak 
216share/mantis/core/adodb/drivers/adodb-sqlitepo.inc.php 216share/mantis/core/adodb/drivers/adodb-sqlitepo.inc.php
217share/mantis/core/adodb/drivers/adodb-sybase.inc.php 217share/mantis/core/adodb/drivers/adodb-sybase.inc.php
218share/mantis/core/adodb/drivers/adodb-sybase_ase.inc.php 218share/mantis/core/adodb/drivers/adodb-sybase_ase.inc.php
219share/mantis/core/adodb/drivers/adodb-vfp.inc.php 219share/mantis/core/adodb/drivers/adodb-vfp.inc.php
220share/mantis/core/adodb/lang/adodb-ar.inc.php 220share/mantis/core/adodb/lang/adodb-ar.inc.php
221share/mantis/core/adodb/lang/adodb-bg.inc.php 221share/mantis/core/adodb/lang/adodb-bg.inc.php
222share/mantis/core/adodb/lang/adodb-bgutf8.inc.php 222share/mantis/core/adodb/lang/adodb-bgutf8.inc.php
223share/mantis/core/adodb/lang/adodb-ca.inc.php 223share/mantis/core/adodb/lang/adodb-ca.inc.php
224share/mantis/core/adodb/lang/adodb-cn.inc.php 224share/mantis/core/adodb/lang/adodb-cn.inc.php
225share/mantis/core/adodb/lang/adodb-cz.inc.php 225share/mantis/core/adodb/lang/adodb-cz.inc.php
226share/mantis/core/adodb/lang/adodb-da.inc.php 226share/mantis/core/adodb/lang/adodb-da.inc.php
227share/mantis/core/adodb/lang/adodb-de.inc.php 227share/mantis/core/adodb/lang/adodb-de.inc.php
228share/mantis/core/adodb/lang/adodb-en.inc.php 228share/mantis/core/adodb/lang/adodb-en.inc.php
@@ -282,26 +282,27 @@ share/mantis/core/adodb/xmlschema03.dtd @@ -282,26 +282,27 @@ share/mantis/core/adodb/xmlschema03.dtd
282share/mantis/core/adodb/xsl/convert-0.1-0.2.xsl 282share/mantis/core/adodb/xsl/convert-0.1-0.2.xsl
283share/mantis/core/adodb/xsl/convert-0.1-0.3.xsl 283share/mantis/core/adodb/xsl/convert-0.1-0.3.xsl
284share/mantis/core/adodb/xsl/convert-0.2-0.1.xsl 284share/mantis/core/adodb/xsl/convert-0.2-0.1.xsl
285share/mantis/core/adodb/xsl/convert-0.2-0.3.xsl 285share/mantis/core/adodb/xsl/convert-0.2-0.3.xsl
286share/mantis/core/adodb/xsl/remove-0.2.xsl 286share/mantis/core/adodb/xsl/remove-0.2.xsl
287share/mantis/core/adodb/xsl/remove-0.3.xsl 287share/mantis/core/adodb/xsl/remove-0.3.xsl
288share/mantis/core/ajax_api.php 288share/mantis/core/ajax_api.php
289share/mantis/core/authentication_api.php 289share/mantis/core/authentication_api.php
290share/mantis/core/bug_api.php 290share/mantis/core/bug_api.php
291share/mantis/core/bug_group_action_api.php 291share/mantis/core/bug_group_action_api.php
292share/mantis/core/bugnote_api.php 292share/mantis/core/bugnote_api.php
293share/mantis/core/category_api.php 293share/mantis/core/category_api.php
294share/mantis/core/checkin.php 294share/mantis/core/checkin.php
 295share/mantis/core/checkincurl.php
295share/mantis/core/class.RSSBuilder.inc.php 296share/mantis/core/class.RSSBuilder.inc.php
296share/mantis/core/class.period.php 297share/mantis/core/class.period.php
297share/mantis/core/class.urlmatch.php 298share/mantis/core/class.urlmatch.php
298share/mantis/core/collapse_api.php 299share/mantis/core/collapse_api.php
299share/mantis/core/columns_api.php 300share/mantis/core/columns_api.php
300share/mantis/core/compress_api.php 301share/mantis/core/compress_api.php
301share/mantis/core/config_api.php 302share/mantis/core/config_api.php
302share/mantis/core/constant_inc.php 303share/mantis/core/constant_inc.php
303share/mantis/core/csv_api.php 304share/mantis/core/csv_api.php
304share/mantis/core/current_user_api.php 305share/mantis/core/current_user_api.php
305share/mantis/core/custom_field_api.php 306share/mantis/core/custom_field_api.php
306share/mantis/core/custom_function_api.php 307share/mantis/core/custom_function_api.php
307share/mantis/core/database_api.php 308share/mantis/core/database_api.php

cvs diff -r1.13 -r1.14 pkgsrc/devel/mantis/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mantis/distinfo 2008/11/02 17:25:18 1.13
+++ pkgsrc/devel/mantis/distinfo 2009/04/23 10:45:21 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2008/11/02 17:25:18 adrianp Exp $ 1$NetBSD: distinfo,v 1.14 2009/04/23 10:45:21 gavan Exp $
2 2
3SHA1 (mantis-1.1.4.tar.gz) = 7e64529508d3e35b98ae49c12b808998e669ef76 3SHA1 (mantisbt-1.1.7.tar.gz) = f22948ddeb76b85a3fb30072b937b1836ca16441
4RMD160 (mantis-1.1.4.tar.gz) = e67d3aa48e65498b7a75909a5976f21db9554d75 4RMD160 (mantisbt-1.1.7.tar.gz) = 6d13570e7e99195aa869419149b513be696b1d3a
5Size (mantis-1.1.4.tar.gz) = 2584719 bytes 5Size (mantisbt-1.1.7.tar.gz) = 2417784 bytes