Mon, 04 May 2009 23:03:37 -0400 |
Dan |
AJAX: Reset votes: now uses whiteOutMiniPrompt()
|
file |
diff |
annotate
|
Mon, 13 Apr 2009 16:57:20 -0400 |
Dan |
Live Re-Auth is now required for deleting pages, editing ACLs, protecting pages, and clearing logs. Committing in a hurry as a storm is coming in, hope everything is in there.
|
file |
diff |
annotate
|
Mon, 13 Apr 2009 14:43:28 -0400 |
Dan |
New page protection UI. Both miniPrompt and failsafe HTML.
|
file |
diff |
annotate
|
Mon, 13 Apr 2009 12:05:46 -0400 |
Dan |
Theme selector: controls height now (limits box to height of screen minus a few px of padding) if there are lots of themes
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 22:17:32 -0400 |
Dan |
Made aclDisableTransitionFX also switch on jQuery.fx.off; made theme switcher work with said jQuery switch
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 00:44:53 -0400 |
Dan |
AJAX: theme selector: explicitly set wrapper div to 0 to prevent sidescrolling
|
file |
diff |
annotate
|
Fri, 20 Mar 2009 09:13:17 -0400 |
Dan |
Swapped in a new theme selector.
|
file |
diff |
annotate
|
Wed, 18 Mar 2009 11:35:28 -0400 |
Dan |
Plugins: Added checks and additional warning for authentication plugins.
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 20:35:06 -0500 |
Dan |
AJAX core library: possible breaking change, readystatechange functions are now called with the XHR instance as the first parameter, to allow requests to run in parallel. This means much better stability but may break some applets (compatibility hack is included)
|
file |
diff |
annotate
|
Sat, 03 Jan 2009 18:11:18 -0500 |
Dan |
Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
|
file |
diff |
annotate
|
Sun, 21 Dec 2008 16:41:03 -0500 |
Dan |
load_component() now accepts an array, and most JS components are loaded all in one request now. Totally modular baby. And failsafe too.
|
file |
diff |
annotate
|
Thu, 21 Aug 2008 08:24:04 -0400 |
Dan |
Removed Adobe Spry and replaced with jQuery. Please report any new bugs on the forums or via IRC. In a related note, auto-completion should work now at least for usernames. Still hacking away at page name completion...
|
file |
diff |
annotate
|
Sun, 17 Aug 2008 23:24:41 -0400 |
Dan |
Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
|
file |
diff |
annotate
|
Mon, 28 Jul 2008 13:13:09 -0600 |
Dan |
Added tab-based interface to userpage UI. Yes, it is plugin expansible, and yes, it breaks existing plugins that add code to the userpage (but that can be fixed with a "colspan=4")
|
file |
diff |
annotate
|
Tue, 22 Jul 2008 14:49:18 -0500 |
Dan |
Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
|
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, 02 Jul 2008 19:36:44 -0400 |
Dan |
Another sweep from the optimization monster.
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 17:31:33 -0400 |
Dan |
Fixed javascript ACL manager and captcha not showing on ajax login lockout_captcha event
|
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
|
Sat, 07 Jun 2008 22:50:31 -0400 |
Dan |
Made ajaxReset() call the actual requested title instead of effective title; fixed (again) template compiler bug not matching certain tags (probably PCRE bug)
|
file |
diff |
annotate
|
Sat, 07 Jun 2008 12:43:19 -0400 |
Dan |
Added re-import function to plugin manager
|
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
|
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)
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 19:37:31 -0400 |
Dan |
Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 22:02:04 -0400 |
Dan |
Added a really simple message box system based on miniPrompts, this will be used for confirmation windows like delete_page, clear_logs, delvote, etc.
|
file |
diff |
annotate
|
Wed, 09 Apr 2008 22:37:37 -0400 |
Dan |
(Hopefully) finished new plugin manager and implemented the utilization of it. Still HIGHLY experimental.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 08 Apr 2008 20:08:35 -0400 |
Dan |
Dramatically improved the page-rename UX and added a miniPrompt API that allows small pop-down prompts as opposed to prompt() or confirm().
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 22:45:41 -0500 |
Dan |
Hopefully completed rewrite and localization of rollback backend and interface
|
file |
diff |
annotate
|
Wed, 20 Feb 2008 14:38:39 -0500 |
Dan |
Added support for Diffie-Hellman key exchange during login. w00t!
|
file |
diff |
annotate
|
Mon, 18 Feb 2008 16:27:28 -0500 |
Dan |
Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.
|
file |
diff |
annotate
|
Wed, 13 Feb 2008 21:59:07 -0500 |
Dan |
Re-enabled, debugged, and optimized Javascript compression code
|
file |
diff |
annotate
|
Tue, 12 Feb 2008 00:37:46 -0500 |
Dan |
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
|
file |
diff |
annotate
|
Sun, 10 Feb 2008 19:35:06 -0500 |
Dan |
Mass-fixed all AJAX functions to also check the HTTP status code before parsing the response
|
file |
diff |
annotate
|
Sun, 30 Dec 2007 01:13:24 -0500 |
Dan |
Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
|
file |
diff |
annotate
|
Thu, 27 Dec 2007 22:09:33 -0500 |
Dan |
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
|
file |
diff |
annotate
|
Fri, 21 Dec 2007 18:21:20 -0500 |
Dan |
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
|
file |
diff |
annotate
|
Wed, 19 Dec 2007 22:55:40 -0500 |
Dan |
Redid merge, the previous one had a few problems
|
file |
diff |
annotate
|
Sat, 15 Dec 2007 18:10:14 -0500 |
Dan |
SURPRISE! Preliminary PostgreSQL support added. The required schema file is not present in this commit and will be included at a later date. No installer support is implemented. Also in this commit: several fixes including <!-- SYSMSG ... --> was broken in template compiler; set fixed width on included images to prevent the thumbnail box from getting huge; added a much more friendly interface to AJAX responses that are invalid JSON
|
file |
diff |
annotate
|
Sun, 02 Dec 2007 16:00:10 -0500 |
Dan |
Merging in the newly stable Coblynau
|
file |
diff |
annotate
|
Wed, 28 Nov 2007 14:46:03 -0500 |
Dan |
Hopefully now all calls to escape() are replaced with ajaxEscape() in response to Tomasz's forum post; remove deprecated version of show_category_info() from functions.php
|
file |
diff |
annotate
|
Fri, 02 Nov 2007 20:37:26 -0400 |
Dan |
Localized a good part, if not all, of the registration page and a couple other things.
|
file |
diff |
annotate
|
Mon, 29 Oct 2007 11:17:55 -0400 |
Dan |
Localized the sidebar
|
file |
diff |
annotate
|
Sun, 28 Oct 2007 23:50:10 -0400 |
Dan |
All on-page AJAX applets should be localized now
|
file |
diff |
annotate
|
Sun, 28 Oct 2007 21:19:36 -0400 |
Dan |
Localized history page and static HTML comment interface
|
file |
diff |
annotate
|
Sun, 28 Oct 2007 17:46:54 -0400 |
Dan |
Completely localized admin tree menu and page toolbar
|
file |
diff |
annotate
|
Sun, 28 Oct 2007 14:32:13 -0400 |
Dan |
Login page mostly localized
|
file |
diff |
annotate
|
Sun, 07 Oct 2007 21:28:36 -0400 |
Dan |
[F] Added support for account lockouts. User is locked out or required to complete a CAPTCHA after specified threshold for specified period.
|
file |
diff |
annotate
|
Sun, 07 Oct 2007 16:56:14 -0400 |
Dan |
AJAX login box is now used in userprefs panel; Spry shake effect and general UX on auth fail is smoother now; added ajaxLoginNavTo() JS function
|
file |
diff |
annotate
|
Sat, 06 Oct 2007 20:47:09 -0400 |
Dan |
Minor text change + link to docs for "about keep-alive" help dialog
|
file |
diff |
annotate
|
Tue, 18 Sep 2007 00:30:43 -0400 |
Dan |
Fully implemented password complexity enforcement; added encryption for passwords on registration form; some baby steps taken towards supporting international usernames - this is not working very well, we might need a hackish fix; TODO: implement password strength meter into installer UI and get international usernames 100% working
|
file |
diff |
annotate
|
Fri, 07 Sep 2007 16:25:16 -0400 |
Dan |
Added keep-alive function to admin panel (had been planned for some time) and a new hook, template_var_init_end
|
file |
diff |
annotate
|
Sun, 26 Aug 2007 20:45:33 -0400 |
Dan |
Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
|
file |
diff |
annotate
|
Sun, 12 Aug 2007 13:11:16 -0400 |
Dan |
Redid stupid fading button code and fixed several RC2 bugs in the upgrade schema; 1.0.1 release candidate
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 13:39:27 -0400 |
Dan |
Improved and enabled HTML optimization algorithm; enabled gzip compression; added but did not test at all the tag cloud class in includes/tagcloud.php, this is still very preliminary and not ready for any type of production use
|
file |
diff |
annotate
|
Sun, 29 Jul 2007 17:40:36 -0400 |
Dan |
Modified Text_Wiki parser to fully support UTF-8 strings; several other UTF-8 fixes, international characters seem to work reasonably well now
|
file |
diff |
annotate
|
Sat, 28 Jul 2007 18:08:58 -0400 |
Dan |
Work started on page tags, still aways to go, but syncing to Nighthawk
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 11:59:02 -0400 |
Dan |
Changed administration login request to use the AJAX login form; made high-level authentication more apparent in the AJAX box; recompiled Oxygen Mint
|
file |
diff |
annotate
|
Mon, 09 Jul 2007 22:01:27 -0400 |
Dan |
Vastly improved compatibility with older versions of IE, particularly 5.0, through the use of a kill switch that turns off all AJAX functions
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 14:07:35 -0400 |
Dan |
Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
|
file |
diff |
annotate
|
Sun, 01 Jul 2007 14:08:39 -0400 |
Dan |
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
|
file |
diff |
annotate
|
Thu, 28 Jun 2007 13:49:40 -0400 |
Dan |
COPPA support added
|
file |
diff |
annotate
|
Thu, 28 Jun 2007 11:13:39 -0400 |
Dan |
Rewrote change theme dialog; a few minor stability fixes here and there; fixed IE + St Patty background image
|
file |
diff |
annotate
|
Wed, 27 Jun 2007 12:09:02 -0400 |
Dan |
Deleting pages now requires a reason
|
file |
diff |
annotate
|
Sat, 23 Jun 2007 09:55:58 -0400 |
Dan |
Fixed complicated SQL injection vulnerability in URL handler, updated license info for Tigra Tree Menu, and killed one XSS vulnerability
|
file |
diff |
annotate
|
Thu, 21 Jun 2007 12:00:16 -0400 |
Dan |
Finalized permissions on files and directories; adding PHP shutoff button (actual shutoff not implemented)
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 16:07:17 -0400 |
dan |
Adding /includes
|
file |
diff |
annotate
|