plugins/SpecialAdmin.php
Sat, 15 Dec 2012 12:40:59 -0500 Dan Fuhry Fixed undefined $errors in mass e-mail function
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.
Tue, 03 Aug 2010 22:10:07 -0400 Dan Fuhry Fixed no plugins showing up in sidebar create block page
Sat, 31 Jul 2010 11:46:53 -0400 Dan Fuhry Fixed theme not being loaded in Admin:EditSidebar
Fri, 30 Jul 2010 14:39:04 -0400 Dan Moved sidebar editor into the admin CP. Icon still needs to be added, no Internet right now to go find one. Also fixed a few template related things.
Sun, 16 May 2010 21:35:43 -0400 Dan Added the ability to trust XFF (X-Forwarded-For) headers.
Sun, 02 May 2010 23:15:18 -0400 Dan Added a box on Admin:UploadConfig showing the value of upload_max_filesize.
Fri, 30 Apr 2010 22:13:08 -0400 Dan Fixed typo in that, the parameter that was supposed to go to getConfig was going to htmlspecialchars()
Fri, 30 Apr 2010 22:10:57 -0400 Dan Added an ajax auto check for the path to ImageMagick in Admin:UploadConfig
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.
Sun, 28 Mar 2010 21:49:26 -0400 Dan Introduced configurability for gzip compression. Fixes issue 18.
Fri, 18 Dec 2009 19:06:49 -0500 Dan Logs: Fully integrated an author_uid column. Logs are now linked by user ID instead of just username, so they survive username changes better. Database is changed. Fixes issue 6.
Thu, 17 Dec 2009 04:31:55 -0500 Dan ACP: Added lockout management feature
Thu, 01 Oct 2009 09:07:21 -0400 Dan Fixed (more) output buffering bugs in Special:EditSidebar
Sat, 26 Sep 2009 15:14:15 -0400 Dan A bit of refinement and consistency to "Powered by Enano" link and associated documentation
Fri, 25 Sep 2009 14:22:24 -0400 Dan Whoops, it's setHook(), not getHook() (Special:Administration JS core)
Sun, 20 Sep 2009 04:00:07 -0400 Dan Admin panel: added collapsible tables under GeneralConfig, with room for support on other pages.
Fri, 21 Aug 2009 20:37:18 -0400 Dan A bit of shuffling around code related to determining the page title from the URL. It's done in common now, and $paths becomes more of an information repository rather than an information gatherer. Note: This BREAKS $paths->fullpage/$paths->getParam() in *_preloader!
Fri, 21 Aug 2009 15:38:11 -0400 Dan Sidebar editor: fixed ob_end_clean() warning
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
Fri, 17 Jul 2009 20:28:24 -0400 Dan Admin: query string is now preserved on redirect to login
Sat, 11 Jul 2009 20:28:28 -0400 Dan Here we go, preload_js() officially added to admin panel. Pray with me.
Mon, 15 Jun 2009 20:09:58 -0400 Dan Added support for preloading javascript libs ($template->preload_js()). Updated admin theme and Tigra Tree Menu to support this + JS_{HEADER,FOOTER} variables.
Fri, 29 May 2009 13:55:16 -0400 Dan Fixed lack of default value in main page field on admin panel
Wed, 27 May 2009 14:15:15 -0400 Dan Fixed a PHP warning in Admin:GeneralConfig default theme selection
Fri, 15 May 2009 14:40:12 -0400 Dan GeneralConfig: Fixed failure to import $cache during save
Mon, 11 May 2009 19:53:25 -0400 Dan Fixed a couple bugs with admin avatar settings and getConfig() return types
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 08:36:38 -0400 Dan Whoops, last commit broke admin stuff.
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) -100 -50 -30 tip