[Home]Projects

JKWiki | RecentChanges | New Login | Login
This page is read-only | View other revisions | View current revision
Showing revision 7

[UseMod]

Installed Patches and Bugfixes

This Wiki is based on Usemod 1.0 has following modifications:

  1. [Patch: LoginLogoutByUsername] ([/Usemod10LoginLogout local])
  2. [Patch: EditFromTop]
  3. [/Usemod10NeedUsernameLoginLogoutBar Patch: Need Username and Login/Logout?-Bar]
  4. [Bugfixes: Marks Accumulated Bugfixes]
  5. [Patch: RestrictPages], modified, see below.

Extensions

Login with username and Logout function

/Usemod10LoginLogout: Patch against Usemod 1.0

Need Username and Login/Logout?-Bar

Taken from [LoginRework], but changed a little bit, to fit better with /Usemod10LoginLogout.

Restrict Pages Patch

Take from http://www.usemod.com/cgi-bin/wiki.pl?WikiPatches/RestrictPages but slightly modified to provide following extension in the restrict-file:

518c518
< return 1 if grep {$UserData{'username'} eq $_} @users;
---
> return 1 if grep {$UserData{'username'} eq $_ or substr($ENV{'REMOTE_HOST'}.'@',rindex($ENV{'REMOTE_HOST'}.'@',$_)) eq $_ or index('@'.$ENV{'REMOTE_ADDR'},$_) == 0} @users;



JKWiki | RecentChanges | New Login | Login
This page is read-only | View other revisions | View current revision | login=&lt;anonymous&gt;
Edited November 12, 2005 1:55 am by JohannKlasek (diff)
Search: