plugins/SpecialPageFuncs.php
Mon, 05 Dec 2011 08:16:00 -0500 Dan Fuhry AjaxUpload: fixed handling of upload completion
Sun, 04 Sep 2011 02:32:49 -0400 Dan Fuhry SECURITY: Various security enhancements to password resets. They are now rate-limited by username and IP, and it is possible to disable username autofill for guests.
Sat, 21 Aug 2010 23:31:36 -0400 Dan Fuhry Added an API for AJAX file uploads and the monitoring thereof. This is to be used in Snapr and soon core (Special:UploadFile).
Thu, 29 Jul 2010 12:25:14 -0400 Dan Some fixes to autofill with Unicode usernames; fixed a few end user experience pieces of the group CP. Users are now allowed to freely leave GROUP_OPEN and GROUP_REQUEST groups, and must be removed by a group mod for GROUP_CLOSED and GROUP_HIDDEN.
Tue, 20 Apr 2010 11:38:24 -0400 Dan Fixed some cosmetic bugs in Special:AllPages
Sun, 28 Mar 2010 23:10:46 -0400 Dan Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Wed, 06 Jan 2010 02:03:20 -0500 Dan End year on Enano copyright dates is dynamic now
Mon, 04 Jan 2010 11:09:50 -0500 Dan Fixed Special:AllPages under PostgreSQL. Thanks phirox from IRC.
Fri, 27 Nov 2009 18:31:23 -0500 Dan Language update for About Enano page ("help achieve" sentence added)
Mon, 16 Nov 2009 20:37:39 -0500 Dan Fixed some open_basedir errors in SpecialPageFuncs
Fri, 21 Aug 2009 13:50:20 -0400 Dan Autofill: fixed missing parameter to $db->fetchrow()
Thu, 20 Aug 2009 20:01:55 -0400 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
Wed, 13 May 2009 09:39:45 -0400 Dan SpecialPageFuncs: Removed tag cloud sidebar in the name of cutting out an SQL query. It will go into a plugin.
Sun, 10 May 2009 14:44:37 -0400 Dan Added register_special_page() function, to make it much easier to create special pages. Also, rewrote Special:Memberlist to use more efficient fetch method and not use an unbuffered whole-table query.
Tue, 05 May 2009 00:10:26 -0400 Dan Made some more changes to the way namespaces are handled, for optimization purposes. This is a bit of a structural reorganization: $paths->pages is obsoleted in its entirety; calculating page existence and metadata is now the job of the Namespace_* backend class. There are many things in PageProcessor that should be reorganized, and page actions in general should really be rethought. This is probably the beginning of a long process that will be taking place over the course of the betas.
less more (0) -15 tip