[Bug 25869] Give advanced printing options (no images, print only some sections in a page, etc)

2014-05-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25869

C. Scott Ananian canan...@wikimedia.org changed:

   What|Removed |Added

 CC||canan...@wikimedia.org
   Assignee|wikibugs-l@lists.wikimedia. |canan...@wikimedia.org
   |org |

--- Comment #6 from C. Scott Ananian canan...@wikimedia.org ---
The OCG extension should allow some more of these options.

-- 
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 25869] Give advanced printing options (no images, print only some sections in a page, etc)

2011-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25869

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com
 Blocks|27292   |

-- 
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 25869] Give advanced printing options (no images, print only some sections in a page, etc)

2011-02-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25869

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

   What|Removed |Added

 CC||m...@everybody.org
 Blocks||27292

-- 
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 25869] Give advanced printing options (no images, print only some sections in a page, etc)

2010-11-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25869

--- Comment #5 from Derk-Jan Hartman hart...@videolan.org 2010-11-11 20:32:22 
UTC ---
I have implemented something like this as a userscript:

http://en.wikipedia.org/wiki/User:TheDJ/Print_dialog

It requires jQuery btw.

-- 
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 25869] Give advanced printing options (no images, print only some sections in a page, etc)

2010-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25869

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
Summary|New print f |Give advanced printing
   ||options (no images, print
   ||only some sections in a
   ||page, etc)

-- 
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 25869] Give advanced printing options (no images, print only some sections in a page, etc)

2010-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25869

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #2 from Derk-Jan Hartman hart...@videolan.org 2010-11-10 20:36:49 
UTC ---
Such features are usually the job of the printer driver and Print setup dialog.
Doing it in JS + html/css is next to impossible and at the very least will have
unpredictable results across the varying browsers, operating systems and
printer drivers.

-- 
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 25869] Give advanced printing options (no images, print only some sections in a page, etc)

2010-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25869

--- Comment #3 from Bawolff bawolff...@gmail.com 2010-11-10 20:55:02 UTC ---
Hmmm, it is most definitely the job of the print driver, but I don't think its
impossible for us to do with js/css, at least not for the things he requested -
for example, no images could be done with a print stylesheet that sets img
{display: none}.

-- 
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 25869] Give advanced printing options (no images, print only some sections in a page, etc)

2010-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25869

--- Comment #4 from Derk-Jan Hartman hart...@videolan.org 2010-11-10 20:59:58 
UTC ---
We can only choose which parts to hide, not which parts to print specifically.
We might want to combine any work in that area with Bug 22256.

-- 
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 25869] Give advanced printing options (no images, print only some sections in a page, etc)

2010-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25869

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 Blocks||10206

-- 
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