language/english/admin.json
2009-09-26 Dan A bit of refinement and consistency to "Powered by Enano" link and associated documentation
2009-07-13 Dan ACL editor: finally fixed that annoying blank-window bug on rule deletion
2009-07-08 Dan Fixed one unlocalized string in sidebar editor; fixed sidebar editor jQuery init race condition seen under Firefox and Chromium on 64-bit
2009-05-27 Dan AJAX rdns call now calls is_valid_ip() (security?)
2009-05-05 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.
2009-04-15 Dan New, beautiful, rethought Admin:Home. No, really, you'll like it.
2009-04-12 Dan When changing namespace of a File: page, associated files are now deleted. Also fixed some issues with image scaling.
2009-03-22 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.
2009-03-20 Dan Resynced version numbers in JSON language files
2009-03-18 Dan Plugins: Added checks and additional warning for authentication plugins.
2009-02-16 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)
2009-01-26 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.
2009-01-12 Dan Added support for live re-auth and de-auth; fully AJAX, no page reload required, plus plugin-usable API.
2008-12-23 Dan Updated URLs and strings to point to the new server (ktulu)
2008-11-21 Dan Added dependency checking in ACL tracer
2008-11-15 Dan Added ability to have alternate main page for members
2008-11-09 Dan Added config option to grant userpage rights to new users (defaults to on, as it was hardcoded on before)
2008-11-09 Dan Merging in the past three months' work on ACL tracing tools.
2008-08-12 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)
2008-08-11 Dan Added preliminary support for ACL presets. Yay!
2008-08-05 Dan [Demo Security] Fixed plugin manager ignoring lockdown settings in demo mode
2008-07-22 Dan Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
2008-07-20 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
2008-07-12 Dan Added group_rank option in admin group manager and user_title option in admin user manager
2008-07-12 Dan Fixed DiffieHellman in UserManager and added rank selector
2008-07-12 Dan Added Gravatar support in UserManager in admin panel
2008-07-12 Dan Rank editor is now in a working (beautiful) state. More intuitive than a Mac.
2008-07-10 Dan Added Gravatar support! And it's really configurable too.
2008-07-09 Dan Completed work (we hope) on CacheManager admin page
2008-07-07 Dan First draft of new CacheManager admin page. Backend is yet to be implemented.
2008-06-07 Dan Added re-import function to plugin manager
2008-05-25 Dan More work done on effective permissions API, namely reporting of page group and usergroup names
2008-05-16 Dan Added user preference for disabling visual effects in Javascript applets; added re-import button to installed plugins
2008-05-11 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)
2008-05-05 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.
2008-04-12 Dan [HIG] Added a little heading and intro message to the top of the plugin manager
2008-04-10 Dan Implemented security logging for plugin management
2008-04-10 Dan (Hopefully) finished new plugin manager and implemented the utilization of it. Still HIGHLY experimental.
2008-04-09 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
2008-04-06 Dan Started work on the new plugin manager and associated management code. Very incomplete at this point and not usable.
2008-03-29 Dan AJAX interface for listing ACL rules implemented
2008-03-27 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
2008-03-16 Dan Added support for embedding language data into plugins; updated all version numbers on plugin files
2008-03-03 Dan Added modal dialog support for page editor; added customizability for breadcrumbs (thanks to Manoj for idea)
2008-03-01 Dan Finished theme manager to the point where it's in a working state in Firefox and hopefully IE.
2008-02-18 Dan Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.
2008-02-04 Dan Cosmetic improvements to page editor; added demo mode checks in Admin:LangManager
2008-01-30 Dan Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
2008-01-26 Dan Removed stray debugging info from ACL editor success notification; added ability for guests to set language on URI (?lang=eng); added html_in_pages ACL type and separated from php_in_pages so HTML can be embedded but not PHP; rewote portions of the path manager to better abstract URL input; added Zend Framework into list of BSD-licensed libraries; localized some remaining strings; got the migration script working, but just barely; fixed display bug in Special:Contributions; localized Main Page button in admin panel
2008-01-26 Dan Finished (or nearly finished) the admin language CP
2008-01-25 Dan A number of scattered changes. Profiler added and only enabled in debug mode (currently on), but awfully useful for fixing performance in the future. Started work on Admin:LangManager
2008-01-23 Dan Improved compatibility with PostgreSQL and fixed a number of installer bugs; fixed missing "meta" category declaration in language files
2008-01-21 Dan Localized Special:EditSidebar
2008-01-21 Dan Implemented IP logging for comments and registration
2008-01-21 Dan Completed l10n on admin panel. Exception is Admin:ThemeManager, which is pending a rewrite.
2008-01-21 Dan Localized Admin:MassEmail
2008-01-19 Dan Localized Admin:COPPA
2008-01-16 Dan Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
2008-01-03 Dan Localized and separated Admin:GroupManager
2008-01-03 Dan WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
less more (0) -60 tip