Your message dated Sat, 15 Jul 2006 19:26:29 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 0.19.2-5sarge2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mantis
Version: 0.19.2-5sarge1
Severity: important
Tags: patch
an error (probably) in patching system, I've resolved in this way
# diff view_filters_page.php.old view_filters_page.php
38c38,39
< $t_field_info = custom_field_cache_row(
$t_cfid, true );+ if (
$t_field_info['access_level_r'] <= $t_current_user_access_level ) {
---
> $t_field_info = custom_field_cache_row(
> $t_cfid, true );
> if ( $t_field_info['access_level_r'] <=
> $t_current_user_access_level ) {
42c43,44
< $t_fields[] = "custom_" .
$t_field_info['name'];+ }
---
> $t_fields[] = "custom_" .
> $t_field_info['name'];
> }
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.32-grsec
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=ISO-8859-1)
Versions of packages mantis depends on:
ii apache [httpd] 1.3.33-6sarge1 versatile, high-performance HTTP s
ii debconf 1.4.30.13 Debian configuration management sy
ii grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii libapache-mod-php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii libphp-adodb 4.52-1 The 'adodb' database abstraction l
ii makepasswd 1.10-2 Generate and encrypt passwords
ii mysql-client 4.0.24-10sarge1 mysql database client binaries
ii php4-cli 4:4.3.10-16 command-line interpreter for the p
ii php4-mysql 4:4.3.10-16 MySQL module for php4
ii wwwconfig-common 0.0.43 Debian web auto configuration
-- debconf information:
mantis/title: Mantis
* mantis/url: https://www.sythos.net/tribunale/
mantis/bounce: [EMAIL PROTECTED]
* mantis/db_autoupdate: true
* mantis/ldap: false
mantis/ldap_server: localhost
mantis/version:
mantis/from: [EMAIL PROTECTED]
mantis/show_version: true
mantis/root_mysql: root
mantis/signup: true
mantis/admin: [EMAIL PROTECTED]
mantis/ldap_info:
* mantis/username: mantis
mantis/webmaster: [EMAIL PROTECTED]
* mantis/purge_db: true
mantis/dn: dn=
mantis/mysql_port: 3306
* mantis/webserver: apache-ssl
* mantis/app_configure: true
mantis/language: english
* mantis/mysql_server: localhost
* mantis/database: mantis
mantis/organisation:
--- End Message ---
--- Begin Message ---
Version: 0.19.2-5sarge2
> an error (probably) in patching system, I've resolved in this way
Thanks for your report, this has been fixed in version 0.19.2-5sarge2
that has been uploaded a while ago.
Thijs
signature.asc
Description: This is a digitally signed message part
--- End Message ---