[Bug 10183] Add personal Common.css Common.js

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

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Blocks||8463

-- 
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 10183] Add personal Common.css Common.js

2010-09-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||brad9...@gmail.com

--- Comment #24 from duplicate...@googlemail.com 2010-09-03 18:04:32 UTC ---
*** Bug 25027 has been marked as a duplicate of this bug. ***

-- 
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 10183] Add personal Common.css Common.js

2010-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183

Danny B. dann...@email.cz changed:

   What|Removed |Added

 Blocks||2114

-- 
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 10183] Add personal Common.css Common.js

2010-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183

Ilmari Karonen nos...@vyznev.net changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||nos...@vyznev.net
 Resolution||FIXED

--- Comment #23 from Ilmari Karonen nos...@vyznev.net 2010-03-05 22:43:28 UTC 
---
Done in r63300.

-- 
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 10183] Add personal Common.css Common.js

2009-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183


merl bugrepor...@to.mabomuja.de changed:

   What|Removed |Added

 CC||bugrepor...@to.mabomuja.de




--- Comment #22 from merl bugrepor...@to.mabomuja.de  2009-11-08 04:54:19 UTC 
---
+1 In the past a crosswiki user simply added personal setting to
monobook.js/css (automated per bot). But more and more wikis are switching its
skin to vector.
So this feature is very useful because there isn't a global default skin
anymore.


-- 
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 10183] Add personal Common.css Common.js

2009-08-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183





--- Comment #19 from Jimmy Xu xu.jimmy@gmail.com  2009-08-22 18:45:59 UTC 
---
Seems add two lines in the site MediaWiki:Common.js will solve this:

importScript('User:' + wgUserName + '/common.js');
importStylesheet('User:' + wgUserName + '/common.css');


-- 
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 10183] Add personal Common.css Common.js

2009-08-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183





--- Comment #20 from Carl Fürstenberg azat...@gmail.com  2009-08-22 21:51:56 
UTC ---
(In reply to comment #19)
 Seems add two lines in the site MediaWiki:Common.js will solve this:
 
 importScript('User:' + wgUserName + '/common.js');
 importStylesheet('User:' + wgUserName + '/common.css');
 

Remember that importScript is asynchronous and is subject to temporal
displacement 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 10183] Add personal Common.css Common.js

2009-08-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183





--- Comment #21 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com  
2009-08-23 03:14:15 UTC ---
(In reply to comment #20)
 (In reply to comment #19)
  Seems add two lines in the site MediaWiki:Common.js will solve this:
  
  importScript('User:' + wgUserName + '/common.js');
  importStylesheet('User:' + wgUserName + '/common.css');
  
 
 Remember that importScript is asynchronous and is subject to temporal
 displacement etc.
 

And that'd better be wrapped in if( wgUserName ) or you'll introduce a script
injection vector for all anon users where someone can edit [[User:/common.js]]
and globally attack every visitor to the site with js enabled.


-- 
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 10183] Add personal Common.css Common.js

2009-07-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




-- 
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 10183] Add personal Common.css Common.js

2009-07-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183


Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.co
   ||m
 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Comment #17 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-07-29 
22:13:32 UTC ---
(In reply to comment #15)
 Adding yet another two requests for every logged-in visitor (plus the headers
 for these files in every page view) does not seem like a good idea to me.

It wouldn't have to be a separate request, just roll it into the existing
autogenerated stuff.  We already only do one request for Monobook.js +
Common.js:

http://en.wikipedia.org/w/index.php?title=-action=rawsmaxage=0gen=jsuseskin=monobook

I don't think this deserves WONTFIX.  It's not very high priority, but it may
as well be done, for consistency if nothing else.


-- 
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 10183] Add personal Common.css Common.js

2009-06-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

 CC||chinch...@gmail.com




--- Comment #12 from Bryan Baron chinch...@gmail.com  2009-06-21 19:12:06 UTC 
---
Is it much trouble to save your personalized *.js/*.css for each skin, instead
of making a common.js/css? For me, this is unnecessary.


-- 
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 10183] Add personal Common.css Common.js

2009-06-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183





--- Comment #13 from Erwin Dokter er...@darcoury.nl  2009-06-21 23:13:41 UTC 
---
It's more trouble then having one common set of files; we have seven skins now.


-- 
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 10183] Add personal Common.css Common.js

2009-06-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183





--- Comment #14 from Bryan Baron chinch...@gmail.com  2009-06-22 00:44:59 UTC 
---
You're right, but just as #2 said a wrong common.css/js file may completely
mess up the page; even if it could make things simpler, who is constantly
changing his skin? or who (somebody that change the default one) doesn't know
that most personal scripts/skins are designed for the monobook, or even if they
work for the other skins, it's obvious that the file to modify is not
Special:Mypage/monobook.js/css but the skin they have defined (ex.
Special:Mypage/myskin.js/css)


-- 
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 10183] Add personal Common.css Common.js

2009-06-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183





--- Comment #15 from Laurence 'GreenReaper' Parry greenrea...@hotmail.com  
2009-06-22 01:00:18 UTC ---
Adding yet another two requests for every logged-in visitor (plus the headers
for these files in every page view) does not seem like a good idea to me.
MediaWiki is already heavy in that area as it is.

If people really want to share CSS, can't they can put it in a third place and
use a CSS @import directive with action=raw to load it? Not sure of the JS
equivalent.


-- 
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 10183] Add personal Common.css Common.js

2009-06-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183





--- Comment #16 from Splarka h...@goldrush.com  2009-06-22 01:06:11 UTC ---
 Not sure of the JS equivalent.
The JS equivalent would be importScript('Pagename'); ... or
importScriptURI('url'); for an off-site page.


-- 
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 10183] Add personal Common.css Common.js

2009-01-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10183


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||fryedpe...@gmail.com




--- Comment #11 from ^demon innocentkil...@gmail.com  2009-01-30 19:14:14 UTC 
---
*** Bug 17258 has been marked as a duplicate of this bug. ***


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