Sun, 16 May 2010 21:35:43 -0400 |
Dan |
Added the ability to trust XFF (X-Forwarded-For) headers.
|
file |
diff |
annotate
|
Sun, 02 May 2010 23:15:18 -0400 |
Dan |
Added a box on Admin:UploadConfig showing the value of upload_max_filesize.
|
file |
diff |
annotate
|
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()
|
file |
diff |
annotate
|
Fri, 30 Apr 2010 22:10:57 -0400 |
Dan |
Added an ajax auto check for the path to ImageMagick in Admin:UploadConfig
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 21:49:26 -0400 |
Dan |
Introduced configurability for gzip compression. Fixes issue 18.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 17 Dec 2009 04:31:55 -0500 |
Dan |
ACP: Added lockout management feature
|
file |
diff |
annotate
|
Thu, 01 Oct 2009 09:07:21 -0400 |
Dan |
Fixed (more) output buffering bugs in Special:EditSidebar
|
file |
diff |
annotate
|
Sat, 26 Sep 2009 15:14:15 -0400 |
Dan |
A bit of refinement and consistency to "Powered by Enano" link and associated documentation
|
file |
diff |
annotate
|
Fri, 25 Sep 2009 14:22:24 -0400 |
Dan |
Whoops, it's setHook(), not getHook() (Special:Administration JS core)
|
file |
diff |
annotate
|
Sun, 20 Sep 2009 04:00:07 -0400 |
Dan |
Admin panel: added collapsible tables under GeneralConfig, with room for support on other pages.
|
file |
diff |
annotate
|
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!
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:38:11 -0400 |
Dan |
Sidebar editor: fixed ob_end_clean() warning
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 17 Jul 2009 20:28:24 -0400 |
Dan |
Admin: query string is now preserved on redirect to login
|
file |
diff |
annotate
|
Sat, 11 Jul 2009 20:28:28 -0400 |
Dan |
Here we go, preload_js() officially added to admin panel. Pray with me.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 29 May 2009 13:55:16 -0400 |
Dan |
Fixed lack of default value in main page field on admin panel
|
file |
diff |
annotate
|
Wed, 27 May 2009 14:15:15 -0400 |
Dan |
Fixed a PHP warning in Admin:GeneralConfig default theme selection
|
file |
diff |
annotate
|
Fri, 15 May 2009 14:40:12 -0400 |
Dan |
GeneralConfig: Fixed failure to import $cache during save
|
file |
diff |
annotate
|
Mon, 11 May 2009 19:53:25 -0400 |
Dan |
Fixed a couple bugs with admin avatar settings and getConfig() return types
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 05 May 2009 08:36:38 -0400 |
Dan |
Whoops, last commit broke admin stuff.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 19 Apr 2009 18:35:35 -0400 |
Dan |
Fixed path to wrong line image in admin CP nav tree
|
file |
diff |
annotate
|
Wed, 15 Apr 2009 19:44:47 -0400 |
Dan |
New, beautiful, rethought Admin:Home. No, really, you'll like it.
|
file |
diff |
annotate
|
Sat, 11 Apr 2009 22:32:45 -0400 |
Dan |
When changing namespace of a File: page, associated files are now deleted. Also fixed some issues with image scaling.
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 00:55:06 -0400 |
Dan |
Major revamp to sidebar editor. Some behavioral changes as well as being based on jQuery UI Sortables. Creation interface remains the same, but better strings merged in from stable.
|
file |
diff |
annotate
|
Mon, 16 Feb 2009 16:17:25 -0500 |
Dan |
Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
|
file |
diff |
annotate
|