pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mantis Update to 1.1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03975a28b2b3
branches:  trunk
changeset: 557823:03975a28b2b3
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Apr 23 10:45:21 2009 +0000

description:
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.

diffstat:

 devel/mantis/Makefile |  5 +++--
 devel/mantis/PLIST    |  5 +++--
 devel/mantis/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 9026da23a2c1 -r 03975a28b2b3 devel/mantis/Makefile
--- a/devel/mantis/Makefile     Thu Apr 23 08:39:01 2009 +0000
+++ b/devel/mantis/Makefile     Thu Apr 23 10:45:21 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2008/11/02 17:25:18 adrianp Exp $
+# $NetBSD: Makefile,v 1.34 2009/04/23 10:45:21 gavan Exp $
 
-DISTNAME=      mantis-1.1.4
+DISTNAME=      mantisbt-1.1.7
+PKGNAME=       ${DISTNAME:S/mantisbt/mantis/}
 CATEGORIES=    devel www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
 
diff -r 9026da23a2c1 -r 03975a28b2b3 devel/mantis/PLIST
--- a/devel/mantis/PLIST        Thu Apr 23 08:39:01 2009 +0000
+++ b/devel/mantis/PLIST        Thu Apr 23 10:45:21 2009 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.12 2008/06/21 15:17:00 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/04/23 10:45:21 gavan Exp $
 share/doc/mantis/CUSTOMIZATION
 share/doc/mantis/INSTALL
 share/examples/mantis/config_inc.php
 share/examples/mantis/mantis.conf
 share/examples/mantis/mantis_offline.php.sample
+share/mantis/.gitignore
 share/mantis/account_delete.php
 share/mantis/account_page.php
 share/mantis/account_prefs_inc.php
@@ -212,7 +213,6 @@
 share/mantis/core/adodb/drivers/adodb-sapdb.inc.php
 share/mantis/core/adodb/drivers/adodb-sqlanywhere.inc.php
 share/mantis/core/adodb/drivers/adodb-sqlite.inc.php
-share/mantis/core/adodb/drivers/adodb-sqlite.inc.php.bak
 share/mantis/core/adodb/drivers/adodb-sqlitepo.inc.php
 share/mantis/core/adodb/drivers/adodb-sybase.inc.php
 share/mantis/core/adodb/drivers/adodb-sybase_ase.inc.php
@@ -292,6 +292,7 @@
 share/mantis/core/bugnote_api.php
 share/mantis/core/category_api.php
 share/mantis/core/checkin.php
+share/mantis/core/checkincurl.php
 share/mantis/core/class.RSSBuilder.inc.php
 share/mantis/core/class.period.php
 share/mantis/core/class.urlmatch.php
diff -r 9026da23a2c1 -r 03975a28b2b3 devel/mantis/distinfo
--- a/devel/mantis/distinfo     Thu Apr 23 08:39:01 2009 +0000
+++ b/devel/mantis/distinfo     Thu Apr 23 10:45:21 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2008/11/02 17:25:18 adrianp Exp $
+$NetBSD: distinfo,v 1.14 2009/04/23 10:45:21 gavan Exp $
 
-SHA1 (mantis-1.1.4.tar.gz) = 7e64529508d3e35b98ae49c12b808998e669ef76
-RMD160 (mantis-1.1.4.tar.gz) = e67d3aa48e65498b7a75909a5976f21db9554d75
-Size (mantis-1.1.4.tar.gz) = 2584719 bytes
+SHA1 (mantisbt-1.1.7.tar.gz) = f22948ddeb76b85a3fb30072b937b1836ca16441
+RMD160 (mantisbt-1.1.7.tar.gz) = 6d13570e7e99195aa869419149b513be696b1d3a
+Size (mantisbt-1.1.7.tar.gz) = 2417784 bytes



Home | Main Index | Thread Index | Old Index