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
|
Mon, 26 Jan 2009 11:45:48 -0500 |
Dan |
Added a few hooks to Admin:GeneralConfig (didn't I do this already?)
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 21:20:14 -0500 |
Dan |
Replaced integer checks that used preg_match() to use ctype_digit() instead
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 11 Jan 2009 21:35:03 -0500 |
Dan |
Special:Administration: fixed 404 on several Tigra tree menu images
|
file |
diff |
annotate
|
Sun, 04 Jan 2009 00:55:40 -0500 |
Dan |
Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
|
file |
diff |
annotate
|
Wed, 24 Dec 2008 10:04:48 -0500 |
Dan |
Small speed optimization to admin panel loader
|
file |
diff |
annotate
|
Mon, 22 Dec 2008 21:25:14 -0500 |
Dan |
Updated URLs and strings to point to the new server (ktulu)
|
file |
diff |
annotate
|
Sat, 15 Nov 2008 18:23:25 -0500 |
Dan |
Added ability to have alternate main page for members
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Fri, 17 Oct 2008 21:21:55 -0400 |
Dan |
Fixed SpecialAdmin setting theme and style way too late (thanks Andrew Kohnken)
|
file |
diff |
annotate
|
Sun, 24 Aug 2008 12:42:50 -0400 |
Dan |
Fixed reference to $() which should be $dynano() in SpecialAdmin
|
file |
diff |
annotate
|
Sat, 23 Aug 2008 16:03:13 -0400 |
Dan |
Fixed minor (non-XSS) sanitization issue for main_page field in Admin:GeneralConfig
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Mon, 11 Aug 2008 22:31:04 -0400 |
Dan |
Rebranded as 1.1.5 (Caoineag alpha 5) and fixed a couple bugs related to CDN support in template_nodb and installerUI. Updated readme.
|
file |
diff |
annotate
|
Mon, 11 Aug 2008 21:35:26 -0400 |
Dan |
Fixed a couple bugs in the check-for-updates code.
|
file |
diff |
annotate
|
Tue, 22 Jul 2008 17:00:54 -0500 |
Dan |
Fixed installer path check in Admin:Home; made admin-menu more compatible with componentized JS
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 09 Jul 2008 22:40:41 -0400 |
Dan |
Added Gravatar support! And it's really configurable too.
|
file |
diff |
annotate
|
Mon, 07 Jul 2008 18:12:30 -0400 |
Dan |
First stab at cache management backend. Everything seems to have been tested and working so far, but a number of things require a more specialized cache and can't go through the framework (e.g. user ranks which use references to map usernames to user IDs)
|
file |
diff |
annotate
|
Mon, 07 Jul 2008 02:50:17 -0400 |
Dan |
First draft of new CacheManager admin page. Backend is yet to be implemented.
|
file |
diff |
annotate
|
Mon, 07 Jul 2008 02:37:12 -0400 |
Dan |
Added ability to hide or show sidebar blocks based on a {restrict} or {hideif} conditional in the sidebar script
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 22:15:55 -0400 |
Dan |
More optimization work. Moved special page init functions to common instead of common_post hook. Allowed paths to cache page metadata on filesystem. Phased out the redundancy in $paths->pages that paired a number with every urlname as foreach loops are allowed now (and have been for some time). Fixed missing includes for several functions. Rewrote str_replace_once to be a lot more efficient.
|
file |
diff |
annotate
|
Mon, 30 Jun 2008 17:20:02 -0400 |
Dan |
Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
|
file |
diff |
annotate
|
Tue, 24 Jun 2008 23:37:23 -0400 |
Dan |
Majorly reworked Javascript runtime stuff to use on-demand loading.
|
file |
diff |
annotate
|
Sun, 22 Jun 2008 18:13:59 -0400 |
Dan |
Initial progress towards converting auto-completion framework to Spry. Not currently in a very working state.
|
file |
diff |
annotate
|
Sun, 15 Jun 2008 01:30:00 -0400 |
Dan |
Renamed some functions (that were new in this release anyway) due to compatibility broken with PunBB bridge
|
file |
diff |
annotate
|
Sat, 07 Jun 2008 12:49:45 -0400 |
Dan |
Updated version number metadata in system plugin files; added some comments and removed unused code from index.php and includes/graphs.php
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 12:13:12 -0400 |
Dan |
Rebrand as 1.1.4 (Caoineag alpha 4)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sun, 16 Mar 2008 16:06:59 -0400 |
Dan |
Added support for embedding language data into plugins; updated all version numbers on plugin files
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|