Your message dated Sat, 25 Aug 2012 14:03:26 +0100 with message-id <20120825130326.GA27587@desktop> and subject line Re: Bug#685513: Error in templates/de/search.tmpl breaks searching for classes/jobs/printers in browsers set to german language. has caused the Debian Bug report #685513, regarding Error in templates/de/search.tmpl breaks searching for classes/jobs/printers in browsers set to german language. 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 685513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685513 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: cups Version: 1.4.4-7+squeeze1 Please note: This only affects people who have set their web browser to prefer german language content. You have to look at the CUPS web interface translated to german to be affected by this bug. When I open the CUPS printers list at http://127.0.0.1:631/printers/ and enter *anything* in the search box and press "Suchen", the form is submitted to a invalid URL: http://127.0.0.1:631/printers/%7BTHIS_URL%7D?QUERY=asdf Instead of a list of matching printers, a placehodler printer titled "{THIS_URL}" with details consisting only of placeholders is shown. The cause seems obvious when comparing the original template to the localized version: me@mystuff:~$ diff /usr/share/cups/templates/search.tmpl /usr/share/cups/templates/de/search.tmpl 1c1 < <FORM ACTION="/{SECTION}/{?SEARCH_DEST}" METHOD="GET"> --- > <FORM ACTION="{THIS_URL}" METHOD="GET">
--- End Message ---
--- Begin Message ---tags 685513 fixed-upstream fixed 685513 1.4.5-1 thanks On Tue 21 Aug 2012 at 16:08:39 +0200, Markus Lindenberg wrote: > me@mystuff:~$ diff /usr/share/cups/templates/search.tmpl > /usr/share/cups/templates/de/search.tmpl > 1c1 > < <FORM ACTION="/{SECTION}/{?SEARCH_DEST}" METHOD="GET"> > --- > > <FORM ACTION="{THIS_URL}" METHOD="GET"> I imagine replacing the second line with the first in search.tmpl would give you the functionality you expect, Testing quickly on Wheezy doesn't display this bug. It seems to have been dealt with upstream in 1.4.5. http://www.opensource.apple.com/source/cups/cups-327/cups/CHANGES-1.4.txt > - Localization fixes (STR #3635, STR #3636, STR #3647, STR #3666) So it's http://www.cups.org/str.php?L3635 Thank you for your report. Regards, Brian.
--- End Message ---

