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

Bug#339411: marked as done (dcl: "numrows" global is not used for initial tickets display, but is used when changing pages.)



Your message dated Sat, 23 Sep 2006 09:27:49 -0700
with message-id <E1GRAM1-0007lj-Ms@spohr.debian.org>
and subject line Bug#339411: fixed in dcl 1:0.9.4.4-3
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: dcl
Version: 1:0.9.4.4-1
Severity: normal

The global "numrows" specifies the number of rows to display in ticket
views. It is used when changing to a specific page of the ticket
browser, but hardcoded at 15 for the initial ticket browser view.

this patch fixes that problem:

--- ./inc/class.htmlTickets.inc.php     2003-12-10 16:54:06.000000000 +1100
+++ /usr/share/dcl/www/inc/class.htmlTickets.inc.php    2005-11-10 11:44:58.000000000 +1100
@@ -349,7 +349,7 @@
                }
                else
                {
-                       $oView->numrows = 15;
+                       $oView->numrows = $GLOBALS['numrows'];
                        $oView->startrow = 0;
                }


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dcl depends on:
ii  apache [httpd]            1.3.33-6sarge1 versatile, high-performance HTTP s
ii  bash                      2.05b-26       The GNU Bourne Again SHell
ii  debconf                   1.4.30.13      Debian configuration management sy
ii  grep                      2.5.1.ds1-4    GNU grep, egrep and fgrep
ii  php4                      4:4.3.10-16    server-side, HTML-embedded scripti
ii  python                    2.3.5-2        An interactive high-level object-o
ii  sed                       4.1.2-8        The GNU sed stream editor
ii  wwwconfig-common          0.0.43         Debian web auto configuration

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: dcl
Source-Version: 1:0.9.4.4-3

We believe that the bug you reported is fixed in the latest version of
dcl, which is due to be installed in the Debian FTP archive:

dcl_0.9.4.4-3.diff.gz
  to pool/main/d/dcl/dcl_0.9.4.4-3.diff.gz
dcl_0.9.4.4-3.dsc
  to pool/main/d/dcl/dcl_0.9.4.4-3.dsc
dcl_0.9.4.4-3_all.deb
  to pool/main/d/dcl/dcl_0.9.4.4-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 339411@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anibal Monsalve Salazar <anibal@debian.org> (supplier of updated dcl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 20 Aug 2006 07:51:06 +1000
Source: dcl
Binary: dcl
Architecture: source all
Version: 1:0.9.4.4-3
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Changed-By: Anibal Monsalve Salazar <anibal@debian.org>
Description: 
 dcl        - GNU Enterprise - Double Choco Latte
Closes: 339411
Changes: 
 dcl (1:0.9.4.4-3) unstable; urgency=low
 .
   * New maintainers. See #247231.
   * Set Standards-Version to 3.7.2.
   * Set debian/compat to 5.
   * Updated debian/watch.
   * Fixed build-depends-indep-should-be-build-depends {debhelper,dbs}.
   * Fixed "'numrows' global is not used for initial tickets display, but is
     used when changing pages". Patch by Alex Satrapa <alex.satrapa@apf.edu.au>.
     Closes: #339411.
Files: 
 edc12cc3c552e07c97c0d16fb9f80410 621 web optional dcl_0.9.4.4-3.dsc
 6c3af7311bc0c97a2103018d1ec2225e 5000 web optional dcl_0.9.4.4-3.diff.gz
 71c1ef6af96411f7640e5042d87ff0aa 998611 web optional dcl_0.9.4.4.orig.tar.gz
 c41b6d51801f93e592b76e8f321206da 923016 web optional dcl_0.9.4.4-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFE56JAipBneRiAKDwRAiWuAJ9sKS0PrakgPtJsdj785tRu/8nKGgCgqwhK
wWBvmkIwYnzsxjZVFes6fXA=
=vB5X
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: