[Bug 23807] Allow setting collapsiblenav state in user JS

2013-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23807

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   See Also|https://bugzilla.wikimedia. |
   |org/show_bug.cgi?id=46512   |

-- 
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 23807] Allow setting collapsiblenav state in user JS

2013-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23807

--- Comment #6 from MZMcBride b...@mzmcbride.com ---
Andre: did you mean to mark this bug as unconfirmed?

-- 
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 23807] Allow setting collapsiblenav state in user JS

2013-08-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23807

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |Low
 Status|NEW |UNCONFIRMED
 CC||krinklem...@gmail.com,
   ||tpars...@wikimedia.org
  Component|UsabilityInitiative |Vector
   Assignee|tpars...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org
 Ever confirmed|1   |0

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
[Moving Vector stuff to Vector extension]

-- 
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 23807] Allow setting collapsiblenav state in user JS

2013-08-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23807

Bartosz DziewoƄski matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=46512

-- 
You are receiving this mail because:
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 23807] Allow setting collapsiblenav state in user JS

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC|krinklem...@gmail.com   |
 AssignedTo|roan.katt...@gmail.com  |tpars...@wikimedia.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 23807] Allow setting collapsiblenav state in user JS

2010-06-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23807

--- Comment #4 from Krinkle krinklem...@gmail.com 2010-06-07 13:36:29 UTC ---
Just thought I'd explain this for others to read:

The Vector extension / Vector preferences, in contrary to other extensions and
preferences, dont have an effect the enable/disable state directly.

Instead it echo'es something like the following on the page:

code
script type=text/javascriptvar wgVectorPreferences = {
collapsiblenav: {
enable: 1
},
editwarning: {
enable: 1
}
};
var wgVectorEnabledModules = {
collapsiblenav: true,
collapsibletabs: true,
editwarning: true,
footercleanup: false,
simplesearch: true
};/script
/code 

And somewhere after this the actual extension is loaded via javascript and when
it initialises it checks these variables.

Because of this it is possible to override the above by putting something in
the local user-custom vector.js file because it is loaded in the head-section.

However, functions like onloadHook and importScriptURI() aren't excecuted
untill after the page has finished loading (and the extention is initialized) -
so toggling some variable switches isn't having any effect anymore then.

--
Krinkle

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 23807] Allow setting collapsiblenav state in user JS

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #2 from Platonides platoni...@gmail.com 2010-06-05 20:46:37 UTC 
---
Just add to your file:
wgVectorEnabledModules.collapsiblenav = 0;

and for editwarning:
wgVectorEnabledModules.editwarning = 0;

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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