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 05:12:02 -0500 |
Dan |
Comments (AJAX): Now paginated server side. Fixes issue 2.
|
file |
diff |
annotate
|
Thu, 17 Dec 2009 04:27:50 -0500 |
Dan |
Namespace_Default: added a workaround for an inconsistency in SQL. Basically, if you join the same table multiple times under multiple aliases, COUNT() always uses the first instance. Was affecting the comment counter in the "discussion" button.
|
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
|
Wed, 26 Aug 2009 13:04:55 -0400 |
Dan |
Fixed RenderMan::render() flags in default namespace XHTML formatter
|
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
|
Wed, 08 Jul 2009 18:51:19 -0400 |
Dan |
Namespace_Default::bake_cdata() now guesses values for anything missing
|
file |
diff |
annotate
|
Fri, 15 May 2009 20:23:49 -0400 |
Dan |
Fixed category display not listing entirely
1.1.6
|
file |
diff |
annotate
|
Fri, 15 May 2009 14:03:54 -0400 |
Dan |
Fixed some bugs with history viewing and log display (wrong row counts, failing to provide result resource, etc.); added "view" button to edits in log display; fixed underscores in auto generated titles
|
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:43:57 -0400 |
Dan |
Fixed behavior of log display and title fetch for nonexistent pages
|
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
|
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
|
Thu, 16 Apr 2009 22:48:59 -0400 |
Dan |
Cleared up a few discrepancies in page handling, template var init, and how NewsBoy works.
|
file |
diff |
annotate
|
Sun, 15 Mar 2009 11:08:07 -0400 |
Dan |
Fixed a bug in default namespace handler: referenced global page_id instead of local
|
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
|