[Bug 32748] Printer friendly version of article must encode URL in unicode.

2012-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32748

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2012-05-15 07:32:57 UTC ---
This is already merged

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32748] Printer friendly version of article must encode URL in unicode.

2012-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32748

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 CC||santhosh.thottingal@gmail.c
   ||om

--- Comment #7 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2012-03-29 06:01:53 UTC ---
The patch proposed by Brion is submitted here
https://gerrit.wikimedia.org/r/3897 - with slight modification.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32748] Printer friendly version of article must encode URL in unicode.

2011-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32748

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||christoph.kepper@pediapress
   ||.com,
   ||developm...@pediapress.com,
   ||he...@pediapress.com,
   ||m...@everybody.org,
   ||volker.h...@pediapress.com

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-12-01 
13:56:07 UTC ---
Have you tried using the PDF export (click on PDF క్రింద దిగుమతి చేసుకోండి)
instead of the printer friendly version or creating a book/collection (click
on ఓ పుస్తకాన్ని సృష్టించండి)?  Adding some of the PediaPress devs in case
there are some concerns with the Collection extension that they could address.

If there is a compelling reason for not using the above methods, then I'll see
if we can't get this fixed sooner.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32748] Printer friendly version of article must encode URL in unicode.

2011-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32748

--- Comment #2 from Srikanth Logic srik@gmail.com 2011-12-01 15:03:43 UTC 
---
Indic rendering on PDF is not up to mark yet, So thats a bigger problem than
this. I think Santhosh is working on it, but may take time. Fixing this will do
good for the time being.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32748] Printer friendly version of article must encode URL in unicode.

2011-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32748

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-12-02 00:48:17 UTC 
---
Created attachment 9592
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9592
Sample print output from a copy of
https://te.wikibooks.org/wiki/%E0%B0%89%E0%B0%AC%E0%B1%81%E0%B0%82%E0%B0%9F%E0%B1%81_%E0%B0%B5%E0%B0%BE%E0%B0%A1%E0%B1%81%E0%B0%95%E0%B0%B0%E0%B0%BF_%E0%B0%AE%E0%B0%

PDF shows the reeally long permalink URL broken over 5 lines in the print
footer. While possible in principle, it doesn't look very easy to type. :)

Note that the title isn't actually necessary in the permalink, but the
'oldid=1517' at the end is vital to getting that particular version of the page
(and would, on its own, be sufficient).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32748] Printer friendly version of article must encode URL in unicode.

2011-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32748

--- Comment #4 from Brion Vibber br...@wikimedia.org 2011-12-02 00:49:35 UTC 
---
Created attachment 9593
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9593
Test patch: changes print footer to decode Unicode chars as a pretty IRI

Test patch: changes print footer to decode Unicode chars as a pretty IRI
(Internationalized Resource Identifier). Only changes the print footer, but
adds a wfExpandIRI() function as a sister of wfExpandUrl().

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32748] Printer friendly version of article must encode URL in unicode.

2011-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32748

--- Comment #5 from Brion Vibber br...@wikimedia.org 2011-12-02 00:52:01 UTC 
---
Created attachment 9594
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9594
PDF output with the patch

PDF output with the patch. Several things to note:

* by default, titles will still use underscores instead of spaces here. this
may or may not look good with all scripts
* the URL is still longish due to presence of index.php?title= and the
oldid=1517 is bumped to the second line.

I might recommend changing permalinks in general to a more compact format that
puts the oldid first.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32748] Printer friendly version of article must encode URL in unicode.

2011-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32748

--- Comment #6 from Brion Vibber br...@wikimedia.org 2011-12-02 00:54:07 UTC 
---
Note the PDF output above is produced by print to file on Firefox 8 on Ubuntu
11.10.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l