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
|
Mon, 01 Feb 2010 02:15:04 -0500 |
Dan |
Fixed more places where author_uid wasn't right.
|
file |
diff |
annotate
|
Tue, 01 Dec 2009 11:15:45 -0500 |
Dan |
Plugin block parser: Fixed plugin block parsing for plugin files in CRLF format
|
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
|
Sun, 31 May 2009 23:27:04 -0400 |
Dan |
Whoops, plugin upgrades got broken
|
file |
diff |
annotate
|
Fri, 29 May 2009 20:22:30 -0400 |
Dan |
Fixed missing global $cache; in $plugins->upgrade_plugin();
|
file |
diff |
annotate
|
Sat, 16 May 2009 00:13:22 +0000 |
apache |
Plugins: fixed a final system plugin bug
|
file |
diff |
annotate
|
Fri, 15 May 2009 13:31:12 -0400 |
Dan |
Fixed redirects before $session init not working; fixed failure to load system plugins
|
file |
diff |
annotate
|
Wed, 13 May 2009 09:48:59 -0400 |
Dan |
Cut out two queries per page with plugin loader routine
|
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
|
Sat, 04 Apr 2009 22:34:12 -0400 |
Dan |
SpecialUserPrefs: fixed: userprefs_body hook only allowed first loaded plugin to work
|
file |
diff |
annotate
|
Wed, 18 Mar 2009 11:35:28 -0400 |
Dan |
Plugins: Added checks and additional warning for authentication plugins.
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 01:28:18 -0500 |
Dan |
Plugin backend: bugfix: installing a plugin should now properly import its strings
|
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, 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
|
Wed, 14 Jan 2009 20:33:05 -0500 |
Dan |
Added CLI installer. Supports interactive, command-line, and internal-call installation. Fixed a few bugs related to anti-SQL injection parser and plugin installation.
|
file |
diff |
annotate
|
Sun, 11 Jan 2009 21:35:39 -0500 |
Dan |
Plugin manager: added support for having specific install and uninstall blocks per DBMS
|
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
|
Mon, 22 Dec 2008 21:26:19 -0500 |
Dan |
Added dynamic reload-less re-auth to admin panel, so that if a session is lost it can be recovered without a reload. Support for hooking into form submits will be added in the future.
|
file |
diff |
annotate
|
Mon, 22 Dec 2008 18:51:05 -0500 |
Dan |
Fixed a few bugs with plugin management and importing of old plugin metadata
|
file |
diff |
annotate
|
Sun, 21 Dec 2008 04:24:52 -0500 |
Dan |
Fixed: update_plugins_cache() is now tolerant of write errors
|
file |
diff |
annotate
|
Sat, 08 Nov 2008 22:35:05 -0500 |
Dan |
Fixed plugin manager not checking for plugin file existence before marking to load
|
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
|
Tue, 05 Aug 2008 11:13:05 -0400 |
Dan |
[Demo Security] Fixed plugin manager ignoring lockdown settings in demo mode
|
file |
diff |
annotate
|
Wed, 09 Jul 2008 17:47:57 -0400 |
Dan |
Completed work (we hope) on CacheManager admin page
|
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:48:14 -0400 |
Dan |
Fixed $use_cache bug in plugins.php
|
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, 10 Jun 2008 00:21:34 -0400 |
Dan |
A bit of UX improvement to upgrade UI; updated readme for 1.1.4
|
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
|
Mon, 14 Apr 2008 12:13:12 -0400 |
Dan |
Rebrand as 1.1.4 (Caoineag alpha 4)
|
file |
diff |
annotate
|
Thu, 10 Apr 2008 07:58:56 -0400 |
Dan |
Implemented security logging for plugin management
|
file |
diff |
annotate
|
Wed, 09 Apr 2008 22:45:51 -0400 |
Dan |
Fixed some bad language string references in plugin management API
|
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
|
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
|
Tue, 18 Mar 2008 14:32:40 -0400 |
Dan |
Fixed some stray version numbers (again!); added support for Diffie-Hellman logins in the normal login form (not AJAX) - even works in IE
|
file |
diff |
annotate
|
Sat, 01 Mar 2008 18:54:33 -0500 |
Dan |
Documented includes/plugins.php to try and help plugin developers a little.
|
file |
diff |
annotate
|
Mon, 11 Feb 2008 14:33:31 -0500 |
Dan |
Rebrand as 1.1.2; made upgrade framework functional
|
file |
diff |
annotate
|
Thu, 07 Feb 2008 07:58:07 -0500 |
Dan |
Started on a Special:RecentChanges page, more to come.
|
file |
diff |
annotate
|
Tue, 29 Jan 2008 16:19:51 -0500 |
Dan |
Rebranded source code as 1.1.1; added TinyMCE ACL rule as per Vadi's request: http://forum.enanocms.org/viewtopic.php?f=7&t=54
|
file |
diff |
annotate
|
Sun, 27 Jan 2008 23:03:57 -0500 |
Dan |
Minor and hopefully non-breaking change to plugin loader to possibly double performance at hook points
|
file |
diff |
annotate
|
Sun, 27 Jan 2008 22:57:40 -0500 |
Dan |
Got Enano to load even if there are no plugins; added caching for decrypted session keys to significantly improve performance (in theory at least)
|
file |
diff |
annotate
|
Tue, 18 Dec 2007 23:44:55 -0500 |
Dan |
Many changes. Installer with PostgreSQL is broken badly and will be for some time.
|
file |
diff |
annotate
|
Mon, 03 Dec 2007 17:36:25 -0500 |
Dan |
Deprecated debugConsole and removed all calls to it. Added a lot of comments to common.php. Added support for "anonymous pages" that are created when the Enano API is loaded from an external script. Fixed missing border-bottom on Type 2 sidebar blocks in Oxygen.
|
file |
diff |
annotate
|
Sat, 06 Oct 2007 20:36:40 -0400 |
Dan |
Rebrand as 1.1.1; everything should now be bumped to "unstable" status
|
file |
diff |
annotate
|
Sun, 23 Sep 2007 23:21:10 -0400 |
Dan |
Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 18:12:10 -0400 |
Dan |
Made the move to Loch Ness, and got some basic page grouping functionality working. TODO: fix some UI issues in Javascript ACL editor and change non-JS ACL editor to work with page groups too
|
file |
diff |
annotate
|
Tue, 26 Jun 2007 17:28:18 -0400 |
Dan |
Updated all version numbers back to Banshee; a few preliminary steps towards full UTF-8 support in page URLs
|
file |
diff |
annotate
|
Sat, 23 Jun 2007 10:16:53 -0400 |
Dan |
Emergency version change to 1.0rc3 to fix XSS vulnerabilities
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 16:07:17 -0400 |
dan |
Adding /includes
|
file |
diff |
annotate
|