Thu, 10 Feb 2011 21:52:54 -0500 |
Dan Fuhry |
ajax get_styles is now case insensitive with the theme_id
|
file |
diff |
annotate
|
Wed, 29 Dec 2010 13:25:32 -0500 |
Dan Fuhry |
Added some more hooks to the page editing pipeline. It should now be possible to add controls to the page editor, send the data from them out to the server, and process them on the server side.
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 15:01:06 -0400 |
Dan |
ajax.php getpage now cals $template->set_page() so that templates that depend on PAGE_URLNAME etc. will not show errors
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 21:58:26 -0400 |
Dan |
Rewrote category editor. This breaks the JSON API. Also fixed a few bugs with how Wiki Mode is set in $paths. (Hopefully that doesn't cause infinite loops, heh). Fixes issue 20.
|
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
|
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
|
Sat, 12 Dec 2009 16:44:38 -0500 |
Dan |
Crap, broke page editing. Fixed it.
|
file |
diff |
annotate
|
Sat, 12 Dec 2009 16:23:47 -0500 |
Dan |
Drafts saved on nonexistent pages now show up. Fixes issue 7.
|
file |
diff |
annotate
|
Wed, 26 Aug 2009 23:25:39 -0400 |
Dan |
Removed the $userpage parameter from Namespace_Default::error_404(). It screwed up a couple plugins. (Thanks Mazza for discovering the issue)
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 01:43:40 -0400 |
Dan |
Merging in work done on Charlie with upstream
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 01:43:11 -0400 |
Dan |
Fixed a couple bugs with read-only mode and protected pages in the AJAX editor
|
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:48:53 -0400 |
Dan |
Editor: completely moved wiki edit notice to AJAX fetch, so it's not shipped with the page anymore.
|
file |
diff |
annotate
|
Sun, 31 May 2009 23:26:24 -0400 |
Dan |
Theme selector: fixed disabled themes being displayed
|
file |
diff |
annotate
|
Wed, 27 May 2009 09:45:03 -0400 |
Dan |
AJAX rdns call now calls is_valid_ip() (security?)
|
file |
diff |
annotate
|
Wed, 13 May 2009 09:41:24 -0400 |
Dan |
ajax: theme selector: no longer lists disallowed themes
|
file |
diff |
annotate
|
Sun, 10 May 2009 15:52:53 -0400 |
Dan |
Wikitext redirects should work again + get_redirect() added to Namespace_* to allow plugins to extend
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 00:44:09 -0400 |
Dan |
JSON: Properly handles unicode escape sequences (\u####) now
|
file |
diff |
annotate
|
Fri, 20 Mar 2009 09:13:17 -0400 |
Dan |
Swapped in a new theme selector.
|
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
|
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
|
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
|
Mon, 29 Sep 2008 08:26:21 -0400 |
Dan |
Fixed nonworking editor preview due to uninitialized template
|
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
|
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
|
Wed, 02 Jul 2008 19:36:44 -0400 |
Dan |
Another sweep from the optimization monster.
|
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, 14 Apr 2008 12:13:12 -0400 |
Dan |
Rebrand as 1.1.4 (Caoineag alpha 4)
|
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
|