I just updated UserRightsList to version 0.52. Key changes:
- works in 1.14 - searches for users who are not assigned to a group.
http://www.mediawiki.org/wiki/Extension:UserRightsList
Jim ===================================== Jim Hu Associate Professor Dept. of Biochemistry and Biophysics 2128 TAMU Texas A&M Univ. College Station, TX 77843-2128 979-862-4054
I writing to just share some info, I finally was able to hunt down anwser and with help from my friend and get working for local file links in FireFox. Thanks Tomas!!!
*1.* So after you have added file:/// to your local settings as an external URL protocol More info: http://www.mediawiki.org/wiki/Manual:$wgUrlProtocols
*2.* *Getting the link to work in Firefox without a Firefox plugin* More info: http://www.techspot.com/guides/44-firefox2-tweak-guide/page10.html http://www.techspot.com/guides/44-firefox2-tweak-guide/page10.html http://www.mozilla.org/projects/security/components/ConfigPolicy.html
If you don't have a user.js here: C:\Documents and Settings\jentzen\Application Data\Mozilla\Firefox\Profiles\flmza65d.default\ Create a *User.js file* and put the following code in it:
//Code Start*********************************** user_pref("capability.policy.policynames", "localfilelinks"); // your wiki url here user_pref("capability.policy.localfilelinks.sites", "http://wiki.example.com"); user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess"); //Code End************************************
*3. *Re- launch FireFox* *
So yesterday, I made a back of the MonoBook skin(MonoBook.php and monobook folder) for the purpose of experimenting with with the skin. Well soon as did this with no other changes when checked wiki it look like it had lost formating. No changes should have happend, right? I can not get it back I have tryed replaced files, nothing works. The other skins work but monobook does not. Also I am making sure to refresh the FireFox cache. :( What happened? If anyone can help that would be great. Thank you Also let me know if you need more info. Jentzen
Hey all, Just so you know my issue had to do with permissions and write access. The Wiki ended up defaulting to no css. I am dealing with a lot of IT security and little support, so it is tricky at times. /J
Jentzen Mooney wrote:
So yesterday, I made a back of the MonoBook skin(MonoBook.php and monobook folder) for the purpose of experimenting with with the skin. Well soon as did this with no other changes when checked wiki it look like it had lost formating. No changes should have happend, right? I can not get it back I have tryed replaced files, nothing works. The other skins work but monobook does not. Also I am making sure to refresh the FireFox cache. :( What happened? If anyone can help that would be great. Thank you Also let me know if you need more info. Jentzen
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org