8f9ca4cac0
Ensure that latest version tag is always used, despite git's sorting sucking.
2013-01-14 13:55:22 +00:00
48eae1bb29
Documentation update.
2013-01-12 17:47:47 +00:00
887557311a
Template now looks for language variables in the database.
...
This should produce faster startup times, avoiding the need to read all the language files into memory at script start.
Hopefully the database will handle caching sensibly enough to avoid too much overhead, but if it proves to be a problem
the result from the database could be cached as needed...
2013-01-12 17:28:32 +00:00
e3389655dc
Fixed various error variable accesses.
2013-01-12 17:28:12 +00:00
1eb472353f
New support script to store language variables in the database.
2013-01-12 17:27:33 +00:00
a88f675023
Doc fix.
2013-01-11 23:14:49 +00:00
2254085764
Fixed error in AppUser::post_auth interface.
2013-01-11 22:44:46 +00:00
98e9654719
Hopefully final typo!
2013-01-11 16:34:37 +00:00
04e42c9fbc
Blegh, typos
2013-01-11 16:33:57 +00:00
f9a00a3daa
Improved error handling.
2013-01-11 16:15:30 +00:00
4d7f329885
Fixed hash calls
2013-01-11 16:02:55 +00:00
57044df6a4
Fixing copypasta.
2013-01-11 15:53:46 +00:00
55b442b761
Refactored authentication/activation/password reset code.
2013-01-11 15:44:20 +00:00
dac55ff239
Try again, without the typo.
2013-01-09 16:55:31 +00:00
dd104b03f4
Invoke constructor correctly!
2013-01-09 16:50:48 +00:00
a2fa55729c
Support for per-AuthMethod control of recovery and activation.
...
Note that this still requires the webapp to do work to perform the activation or recovery.
2013-01-09 14:01:02 +00:00
4b646cc3d4
Preparing auth setup to support per-method reset/activation support.
2013-01-08 21:20:23 +00:00
9e883ced44
Support site name configuration variable.
2013-01-08 21:19:32 +00:00
66ac535c73
Support for more powerful join handling.
2013-01-03 14:30:17 +00:00
15fe2d5a28
Tweaked handing of session variable save/fetch.
2013-01-03 14:29:36 +00:00
350793b042
More of the same.
2013-01-01 12:29:28 +00:00
59807383e0
More references to Logger fixed.
2013-01-01 12:25:22 +00:00
08363a3899
Support passing in of scriptpath, and config file location fixing.
2012-12-30 16:22:18 +00:00
196cbcbadf
Fixed missing namespace for Logger.
2012-12-29 22:17:12 +00:00
a6622794fc
Convenience wrapper added.
2012-12-24 12:32:17 +00:00
6983ddbc9e
Doc updates.
2012-12-24 12:31:24 +00:00
2aa01f58b3
Documentation updates.
2012-12-24 12:06:53 +00:00
b8c2cb9ad9
BREAKING CHANGE: fixing up internal references to webperl modules, pt 2.
2012-12-23 18:26:38 +00:00
5238d6ca1b
BREAKING CHANGE: moving webperl classes into own namespace, pt 1
2012-12-23 15:27:03 +00:00
92a27aaadc
Gracefully handle missing logger object in self_error()
2012-12-23 12:58:50 +00:00
45044fd247
No need for old error handling now.
2012-12-06 15:08:46 +00:00
d53c875980
More modules moved to using SystemModule as their base for error
...
handling.
2012-12-06 15:05:18 +00:00
f2e6403ee0
Updated basic webapp config and schema to latest tag features.
2012-12-06 00:23:34 +00:00
24c88df681
Documentation updates.
2012-11-30 23:38:52 +00:00
18f83f8815
Documentation updates.
2012-11-30 00:11:16 +00:00
841bdffc5e
Initial MediaWiki::Simple version.
...
This is the initial implementation of the mediawiki interaction wrapper,
an attempt at providing a simpler interface to MediaWiki::API without
the huge interface explosion that is MediaWiki::Bot.
2012-11-29 23:53:50 +00:00
e3754996d8
Minimal startup support added, and new errstr() access to errstr
2012-11-28 14:40:55 +00:00
df83583615
Todo implemented, removing.
2012-11-28 14:40:40 +00:00
8b4cc1e5f6
Fix for HTML-encoded special characters in passwords.
2012-10-09 12:33:30 +01:00
79725b405b
Wups, tyops!
2012-10-03 13:46:34 +01:00
8e8756f458
Rationalised arguments to load_cgi.
...
There's no point in passing upload_hook to load_cgi explicitly, when
it's already implicitly passed as part of $self. This will just pull it
from there now.
2012-10-03 13:45:04 +01:00
ba6b7d01b2
Support for post size limiting.
2012-10-03 12:49:11 +01:00
904704e0ee
Added cgi upload hook support.
2012-10-03 12:37:36 +01:00
24400b683e
Fixed typo.
2012-09-27 16:41:59 +01:00
3aed79a25d
Incorrect bases!
2012-09-27 16:22:01 +01:00
ac74bfde13
Correct load_module implementation.
2012-09-27 16:20:42 +01:00
7512d2b1fb
Gah, braino.
2012-09-27 14:17:54 +01:00
b79a3e953c
Transports may optionally be enabled or disabled on a per-user basis
2012-09-27 14:10:03 +01:00
c3c2a43e61
bytes_to_human() now calls humaise_bytes()
2012-09-05 14:50:10 +01:00
fa3bc96ba6
bytes_to_human is now 'humanise_bytes' with compatibility method.
...
Can't remove byteS_to_human entirely, as that'll break old code. Deprecating it, though.
2012-09-05 14:48:57 +01:00