8 Commits

Author SHA1 Message Date
a61805a7cb make php code enclosed by ?php - this makes it work by default on more modern
php/debian
2015-06-20 12:02:20 -04:00
3fe0576739 fix some spelling errors noticed while reading through the code 2015-01-25 10:17:12 +01:00
5834e5efda bring the example code for the mediawiki plugin more in line with what
we actually use in production, this mostly consists of the "new style" support
for raw data passthrough, but does not fix the actual problem (which is dealing
with url "double" encoding/decoding - or rather the loss of information about
that) yet...
Will fix that and sync up exactly with the production code for MW 1.19 soon...
2013-08-13 23:56:32 +02:00
be9b0c25ef fix a minor typo 2013-05-26 19:59:03 -04:00
cc9d8e0e01 change example rewrite rules to something that also catches the "nocache"
versions of the mw pages
2013-05-26 19:58:09 -04:00
976549931b remove the code to add default user_options for the upcoming MW 1.19 upgrade
user preferences in MW pos 1.18 got moved to a seperate table and only stuff
that is _NOT_ default should be stored there. Despite what the documentation
says actually having data left in user_options is harmful and will break
random functionality like preference handling
2013-05-26 13:31:00 -04:00
f940801e3f Add generic PHP code for decryption/parsing
In general, you're better off looking at the mediawiki plugin which
is a bit more complete..
2012-06-03 12:29:02 +02:00
2a13d4a48c Add community auth v2 provider for mediawiki 2012-06-03 12:20:40 +02:00