language/english/admin.json
Sat, 29 Jan 2011 15:30:59 -0500 Dan Fuhry ACL permissions viewer has better formatting now
Sun, 05 Sep 2010 16:05:33 -0400 Dan Fuhry Merged (again)
Sun, 05 Sep 2010 16:01:38 -0400 Dan Fuhry Fixed typo in string acl_inherit_pg_everyone. Fixes issue 22.
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).
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.
Thu, 29 Jul 2010 11:29:11 -0400 Dan Database revision is now shown in ACP home
Thu, 01 Jul 2010 20:24:19 -0400 Dan Fuhry First shot at switching to database revision numbers separate from release version number. There are probably bugs, especially related to migration.
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, 02 Apr 2010 14:43:37 -0500 Neal Gompa Fixed various legal marks in the strings of the English language pack
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.
Mon, 01 Feb 2010 02:14:02 -0500 Dan Added "days ago" to the Site Started field on admin home
Fri, 18 Dec 2009 05:05:01 -0500 Dan Mod extras: Changed string for RDNS generic failure error
Thu, 17 Dec 2009 04:31:55 -0500 Dan ACP: Added lockout management feature
Sat, 26 Sep 2009 15:14:15 -0400 Dan A bit of refinement and consistency to "Powered by Enano" link and associated documentation
Mon, 13 Jul 2009 08:00:36 -0400 Dan ACL editor: finally fixed that annoying blank-window bug on rule deletion
Wed, 08 Jul 2009 18:50:17 -0400 Dan Fixed one unlocalized string in sidebar editor; fixed sidebar editor jQuery init race condition seen under Firefox and Chromium on 64-bit
Wed, 27 May 2009 09:45:03 -0400 Dan AJAX rdns call now calls is_valid_ip() (security?)
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.
Wed, 15 Apr 2009 19:44:47 -0400 Dan New, beautiful, rethought Admin:Home. No, really, you'll like it.
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.
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.
Fri, 20 Mar 2009 09:14:03 -0400 Dan Resynced version numbers in JSON language files
Wed, 18 Mar 2009 11:35:28 -0400 Dan Plugins: Added checks and additional warning for authentication plugins.
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)
Sun, 25 Jan 2009 21:18:05 -0500 Dan Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Sun, 11 Jan 2009 21:37:49 -0500 Dan Added support for live re-auth and de-auth; fully AJAX, no page reload required, plus plugin-usable API.
Mon, 22 Dec 2008 21:25:14 -0500 Dan Updated URLs and strings to point to the new server (ktulu)
Thu, 20 Nov 2008 22:59:25 -0500 Dan Added dependency checking in ACL tracer
Sat, 15 Nov 2008 18:23:25 -0500 Dan Added ability to have alternate main page for members
Sun, 09 Nov 2008 09:03:10 -0500 Dan Added config option to grant userpage rights to new users (defaults to on, as it was hardcoded on before)
Sat, 08 Nov 2008 22:37:59 -0500 Dan Merging in the past three months' work on ACL tracing tools.
Tue, 12 Aug 2008 00:06:35 -0400 Dan Added customizable parameters for session length and the long-missing "remember me" option (or rather, the ability to turn it off and make sessions temporary)
Mon, 11 Aug 2008 19:52:41 -0400 Dan Added preliminary support for ACL presets. Yay!
Tue, 05 Aug 2008 11:13:05 -0400 Dan [Demo Security] Fixed plugin manager ignoring lockdown settings in demo mode
Tue, 22 Jul 2008 14:49:18 -0500 Dan Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
Sun, 20 Jul 2008 13:32:04 -0400 Dan Added CDN support: a URL to a CDN can now be specified and Enano will load all images, CSS, and javascript (except TinyMCE) from that server
Sat, 12 Jul 2008 04:49:30 -0400 Dan Added group_rank option in admin group manager and user_title option in admin user manager
Sat, 12 Jul 2008 04:10:04 -0400 Dan Fixed DiffieHellman in UserManager and added rank selector
Sat, 12 Jul 2008 03:55:14 -0400 Dan Added Gravatar support in UserManager in admin panel
Sat, 12 Jul 2008 03:32:57 -0400 Dan Rank editor is now in a working (beautiful) state. More intuitive than a Mac.
Wed, 09 Jul 2008 22:40:41 -0400 Dan Added Gravatar support! And it's really configurable too.
Wed, 09 Jul 2008 17:47:57 -0400 Dan Completed work (we hope) on CacheManager admin page
Mon, 07 Jul 2008 02:50:17 -0400 Dan First draft of new CacheManager admin page. Backend is yet to be implemented.
Sat, 07 Jun 2008 12:43:19 -0400 Dan Added re-import function to plugin manager
Sat, 24 May 2008 23:40:42 -0400 Dan More work done on effective permissions API, namely reporting of page group and usergroup names
Fri, 16 May 2008 12:22:26 -0400 Dan Added user preference for disabling visual effects in Javascript applets; added re-import button to installed plugins
Sun, 11 May 2008 16:58:58 -0400 Dan Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
Sun, 04 May 2008 21:57:48 -0400 Dan Massive commit with various changes. Added user ranks system (no admin interface yet) and ability for users to have custom user titles. Made cron framework accept fractions of hours through floating-point intervals. Modifed ACL editor to use miniPrompt framework for close confirmation box. Made avatar system use a special page as opposed to fetching the files directly for caching reasons.
Sat, 12 Apr 2008 09:51:35 -0400 Dan [HIG] Added a little heading and intro message to the top of the plugin manager
Thu, 10 Apr 2008 07:58:56 -0400 Dan Implemented security logging for plugin management
Wed, 09 Apr 2008 22:37:37 -0400 Dan (Hopefully) finished new plugin manager and implemented the utilization of it. Still HIGHLY experimental.
Wed, 09 Apr 2008 19:27:02 -0400 Dan New plugin manager half-implemented. Most of the UI/frontend code is done. Moved sql_parse.php to /includes/ to allow use after installation - TODO: check installer, etc. for breakage
Sun, 06 Apr 2008 15:30:39 -0400 Dan Started work on the new plugin manager and associated management code. Very incomplete at this point and not usable.
Sat, 29 Mar 2008 15:58:59 -0700 Dan AJAX interface for listing ACL rules implemented
Wed, 26 Mar 2008 20:20:22 -0400 Dan Made some improvements to ACL system including: warning on setting Deny for Everyone on the entire site, added ACL_ALWAYS_ALLOW_ADMIN_EDIT_ACL, and changed behavior as noted in the docs so that Deny for Everyone is no longer able to be overridden
Sun, 16 Mar 2008 16:06:59 -0400 Dan Added support for embedding language data into plugins; updated all version numbers on plugin files
Sun, 02 Mar 2008 22:52:23 -0500 Dan Added modal dialog support for page editor; added customizability for breadcrumbs (thanks to Manoj for idea)
Sat, 01 Mar 2008 18:55:30 -0500 Dan Finished theme manager to the point where it's in a working state in Firefox and hopefully IE.
less more (0) -60 tip