[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 Krinkle changed: What|Removed |Added CC||krinklem...@gmail.com, |

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 Trevor Parscal changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #10 from darklama 2011-02-11 19:24:53 UTC --- (In reply to comment #9) > The reason this happens if because CSSMin, the library that ResrouceLoader > uses > to perform a variety of operations on CSS data does not yet support remapp

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #11 from Trevor Parscal 2011-02-11 19:32:05 UTC --- Not that thing... The one in our codebase that I wrote. http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/libs/CSSMin.php?view=markup -- Configure bugmail: https:

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 Mark A. Hershberger changed: What|Removed |Added CC||m...@everybody.org B

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 Trevor Parscal changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #13 from Krinkle 2011-02-11 23:03:17 UTC --- With this fix applied the following: @import url("?title=MediaWiki:Common.css/WikiTable.css&action=raw&ctype=text/css") screen; Which first tried to access: * http://bits.wikimedia.or

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #14 from Krinkle 2011-02-11 23:03:50 UTC --- With this fix applied the following: @import url("index.php?title=MediaWiki:Common.css/WikiTable.css&action=raw&ctype=text/css") screen; Which first tried to access: * http://bits.wik

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 darklama changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #16 from Liangent 2011-02-12 09:39:03 UTC --- There may be conflicts between page names and urls then I guess... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail beca

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #17 from darklama 2011-02-12 13:04:29 UTC --- (In reply to comment #16) > There may be conflicts between page names and urls then I guess... I guess you are right. Same problem likely exists with javascript loading too though. Page

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #18 from Liangent 2011-02-12 13:31:40 UTC --- Page names can also begin with "http://"; or "https://";. In JavaScript loading there are importScript("MediaWiki:Page.js"); and importScriptURI("http://example.com/script.js";); in leg

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #19 from darklama 2011-02-13 09:56:55 UTC --- Another option. Invent a new protocol and remap it: url("mw://Page.css") -> url("/w/index.php?title=Page.css&action=raw&ctype=text/css") -- Configure bugmail: https://bugzilla.wikimed

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #20 from Krinkle 2011-02-14 21:55:47 UTC --- (In reply to comment #18) > Page names can also begin with "http://"; or "https://";. > > In JavaScript loading there are importScript("MediaWiki:Page.js"); and > importScriptURI("http:/

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #21 from Roan Kattouw 2011-02-14 22:47:45 UTC --- Let's keep the bug (fix relative paths) and the feature request (make url(MediaWiki:Foo) or @import MediaWiki:Foo or something similar work) separate here. This bug is for the forme

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #22 from darklama 2011-02-15 00:38:17 UTC --- (In reply to comment #21) > Let's keep the bug (fix relative paths) and the feature request (make > url(MediaWiki:Foo) or @import MediaWiki:Foo or something similar work) > separate > h

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 Roan Kattouw changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 darklama changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 Mark A. Hershberger changed: What|Removed |Added Blocks|26611 | -- Configure bugmail: https://

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 Mark A. Hershberger changed: What|Removed |Added Blocks||27339 -- Configure bugmail: htt

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 --- Comment #25 from Roan Kattouw 2011-02-18 17:28:13 UTC --- (In reply to comment #24) > (In reply to comment #23) > > This bug is fixed now with r82000, r82156 and r82218 > > Unfortunately, r82218 breaks it again. All urls beginning with '/

[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328 Roan Kattouw changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|