Mon, 09 Nov 2009 09:18:29 -0500 which(): added silencer to shut up errors on servers with open_basedir restriction
Dan [Mon, 09 Nov 2009 09:18:29 -0500] rev 1133
which(): added silencer to shut up errors on servers with open_basedir restriction
Tue, 03 Nov 2009 22:08:48 -0500 Logins: reorganized data structures a bit. WiP - needs test routine done.
Dan [Tue, 03 Nov 2009 22:08:48 -0500] rev 1132
Logins: reorganized data structures a bit. WiP - needs test routine done.
Sun, 25 Oct 2009 00:09:11 -0400 Another fix to paragraph bypass behavior, for when the same substring appears more than once in the text
Dan [Sun, 25 Oct 2009 00:09:11 -0400] rev 1131
Another fix to paragraph bypass behavior, for when the same substring appears more than once in the text
Tue, 13 Oct 2009 12:44:27 -0400 OK, I'm done with the preg_replace() in the paragraph parser. It's too buggy. Replaced with preg_match_all()/str_replace_once().
Dan [Tue, 13 Oct 2009 12:44:27 -0400] rev 1130
OK, I'm done with the preg_replace() in the paragraph parser. It's too buggy. Replaced with preg_match_all()/str_replace_once().
Wed, 07 Oct 2009 13:01:00 -0400 MiniPrompt: [minor] Added short delay before destruction in whiteOutDestroyWithImage().
Dan [Wed, 07 Oct 2009 13:01:00 -0400] rev 1129
MiniPrompt: [minor] Added short delay before destruction in whiteOutDestroyWithImage().
Sun, 04 Oct 2009 03:59:50 -0400 Merged from accidental split
Dan [Sun, 04 Oct 2009 03:59:50 -0400] rev 1128
Merged from accidental split
Sun, 04 Oct 2009 03:59:38 -0400 More parser work: fixed a few bugs with [[intlinks]] in headers, a bug that caused the paragraph parser to return an empty string, and added a warning/backup-and-restore for when a render stage returns an empty string.
Dan [Sun, 04 Oct 2009 03:59:38 -0400] rev 1127
More parser work: fixed a few bugs with [[intlinks]] in headers, a bug that caused the paragraph parser to return an empty string, and added a warning/backup-and-restore for when a render stage returns an empty string.
Thu, 01 Oct 2009 09:07:21 -0400 Fixed (more) output buffering bugs in Special:EditSidebar
Dan [Thu, 01 Oct 2009 09:07:21 -0400] rev 1126
Fixed (more) output buffering bugs in Special:EditSidebar
Wed, 30 Sep 2009 20:01:23 -0400 Javascript lib: UX: When whiteOutReportSuccess() is called on a whiteout over a miniPrompt, the miniPrompt and whiteout are now flown out together. Also, a bit of improvement to message box DOM object destruction code; this fixes problems with message boxes appearing below the shade when ajax auth is done 3 or more times in one page load.
Dan [Wed, 30 Sep 2009 20:01:23 -0400] rev 1125
Javascript lib: UX: When whiteOutReportSuccess() is called on a whiteout over a miniPrompt, the miniPrompt and whiteout are now flown out together. Also, a bit of improvement to message box DOM object destruction code; this fixes problems with message boxes appearing below the shade when ajax auth is done 3 or more times in one page load.
Sat, 26 Sep 2009 15:26:14 -0400 Same issue, was doing an empty() check on $page_urlname in Admin:PageManager and not taking both main pages into account
Dan [Sat, 26 Sep 2009 15:26:14 -0400] rev 1124
Same issue, was doing an empty() check on $page_urlname in Admin:PageManager and not taking both main pages into account
Sat, 26 Sep 2009 15:21:51 -0400 More blank-urlname bugfixes, this time involving internal links
Dan [Sat, 26 Sep 2009 15:21:51 -0400] rev 1123
More blank-urlname bugfixes, this time involving internal links
Sat, 26 Sep 2009 15:14:15 -0400 A bit of refinement and consistency to "Powered by Enano" link and associated documentation
Dan [Sat, 26 Sep 2009 15:14:15 -0400] rev 1122
A bit of refinement and consistency to "Powered by Enano" link and associated documentation
Sat, 26 Sep 2009 15:13:40 -0400 Fixed handling of blank urlname as guest main page / other main page for members
Dan [Sat, 26 Sep 2009 15:13:40 -0400] rev 1121
Fixed handling of blank urlname as guest main page / other main page for members
Fri, 25 Sep 2009 14:22:24 -0400 Whoops, it's setHook(), not getHook() (Special:Administration JS core)
Dan [Fri, 25 Sep 2009 14:22:24 -0400] rev 1120
Whoops, it's setHook(), not getHook() (Special:Administration JS core)
Fri, 25 Sep 2009 14:18:20 -0400 HTML login: fixed bad submit under IE
Dan [Fri, 25 Sep 2009 14:18:20 -0400] rev 1119
HTML login: fixed bad submit under IE
Sun, 20 Sep 2009 04:00:07 -0400 Admin panel: added collapsible tables under GeneralConfig, with room for support on other pages.
Dan [Sun, 20 Sep 2009 04:00:07 -0400] rev 1118
Admin panel: added collapsible tables under GeneralConfig, with room for support on other pages.
Sun, 20 Sep 2009 03:59:36 -0400 Login: if return-to specified and already logged in, jump to return-to instead of main page.
Dan [Sun, 20 Sep 2009 03:59:36 -0400] rev 1117
Login: if return-to specified and already logged in, jump to return-to instead of main page.
Sun, 20 Sep 2009 02:52:24 -0400 Installer: Fixed "RewriteBase /" bug and some improper Dynano use in formutils.js
Dan [Sun, 20 Sep 2009 02:52:24 -0400] rev 1116
Installer: Fixed "RewriteBase /" bug and some improper Dynano use in formutils.js
Sun, 20 Sep 2009 02:51:54 -0400 Functions: fixed HTML sanitizer to properly preprocess <code> one-liners
Dan [Sun, 20 Sep 2009 02:51:54 -0400] rev 1115
Functions: fixed HTML sanitizer to properly preprocess <code> one-liners
Tue, 15 Sep 2009 14:37:03 -0400 Fixed (well, implemented) log clearing functionality on uploaded files.
Dan [Tue, 15 Sep 2009 14:37:03 -0400] rev 1114
Fixed (well, implemented) log clearing functionality on uploaded files.
Sat, 12 Sep 2009 09:56:39 -0400 Request_HTTP: Fixed get_response_body(), added HTTP redirect support, and added support for Content-Length.
Dan [Sat, 12 Sep 2009 09:56:39 -0400] rev 1113
Request_HTTP: Fixed get_response_body(), added HTTP redirect support, and added support for Content-Length.
Fri, 11 Sep 2009 09:57:42 -0400 Scribus <--> Charlie merge
Dan [Fri, 11 Sep 2009 09:57:42 -0400] rev 1112
Scribus <--> Charlie merge
Sun, 30 Aug 2009 00:05:33 -0400 json2: fixed order of exception classes, it threw fits about missing Zend_Exception in ubuntu's latest PHP 5.2.6
Dan [Sun, 30 Aug 2009 00:05:33 -0400] rev 1111
json2: fixed order of exception classes, it threw fits about missing Zend_Exception in ubuntu's latest PHP 5.2.6
Fri, 11 Sep 2009 09:55:24 -0400 Damn it! gzip_output() was not checking for gzip support in the browser, fixed.
Dan [Fri, 11 Sep 2009 09:55:24 -0400] rev 1110
Damn it! gzip_output() was not checking for gzip support in the browser, fixed.
Fri, 11 Sep 2009 09:54:32 -0400 Common: renamed global $title to $urlname (it broke the API from non-plugin Enano scripts)
Dan [Fri, 11 Sep 2009 09:54:32 -0400] rev 1109
Common: renamed global $title to $urlname (it broke the API from non-plugin Enano scripts)
Wed, 26 Aug 2009 23:25:39 -0400 Removed the $userpage parameter from Namespace_Default::error_404(). It screwed up a couple plugins. (Thanks Mazza for discovering the issue)
Dan [Wed, 26 Aug 2009 23:25:39 -0400] rev 1108
Removed the $userpage parameter from Namespace_Default::error_404(). It screwed up a couple plugins. (Thanks Mazza for discovering the issue)
Wed, 26 Aug 2009 13:43:11 -0400 Enanium: fixed background in tinymce
Dan [Wed, 26 Aug 2009 13:43:11 -0400] rev 1107
Enanium: fixed background in tinymce
Wed, 26 Aug 2009 13:05:17 -0400 Wikitext: added horizontal rule support
Dan [Wed, 26 Aug 2009 13:05:17 -0400] rev 1106
Wikitext: added horizontal rule support
Wed, 26 Aug 2009 13:04:55 -0400 Fixed RenderMan::render() flags in default namespace XHTML formatter
Dan [Wed, 26 Aug 2009 13:04:55 -0400] rev 1105
Fixed RenderMan::render() flags in default namespace XHTML formatter
Wed, 26 Aug 2009 13:04:26 -0400 Tutorial: improved Creating & Editing page a little bit with respect to wiki formatting stuff
Dan [Wed, 26 Aug 2009 13:04:26 -0400] rev 1104
Tutorial: improved Creating & Editing page a little bit with respect to wiki formatting stuff
(0) -1000 -300 -100 -50 -30 +30 +50 +100 tip