Fri, 21 Aug 2009 15:39:34 -0400 Dan A bit of work on tutorial content, more still needed
Fri, 21 Aug 2009 15:39:23 -0400 Dan Wiki formatter: heading IDs are now name based ("head:" . sanitize_page_id($text)) instead of tocN.
Fri, 21 Aug 2009 15:38:40 -0400 Dan Avatars: fixed animated avatars rejected even when allowed in ACP
Fri, 21 Aug 2009 15:38:11 -0400 Dan Sidebar editor: fixed ob_end_clean() warning
Fri, 21 Aug 2009 15:37:43 -0400 Dan Wiki engine: optimization for empty-text case
Fri, 21 Aug 2009 15:37:23 -0400 Dan Functions: silenced PHP warnings on ob_* functions
Fri, 21 Aug 2009 13:50:45 -0400 Dan JS: MessageBox: Fixed z-index calc
Fri, 21 Aug 2009 13:50:20 -0400 Dan Autofill: fixed missing parameter to $db->fetchrow()
Fri, 21 Aug 2009 13:49:45 -0400 Dan User ACP: redirect to Special:Login on own account deletion
Fri, 21 Aug 2009 13:48:48 -0400 Dan Common: removed cookie_destroy hack
Fri, 21 Aug 2009 13:48:27 -0400 Dan Updated readme for 1.1.7/1.2 series in general
Fri, 21 Aug 2009 11:54:26 -0400 Dan Avatar UCP and ACP: Ported Dynano -> jQuery; merged POST processing code. Added support for IPv6 URLs (avatar UCP and RequestHTTP).
Fri, 21 Aug 2009 11:47:26 -0400 Dan SECURITY: Comments: fix poor sanitization of subject on initial submit
Thu, 20 Aug 2009 21:15:19 -0400 Dan Sessions: whoops, left a debug message in by accident, broke a few redirects
Thu, 20 Aug 2009 20:19:20 -0400 Dan SECURITY: UCP: Added CSRF protection on Profile (unneeded on EmailPassword due to USER_LEVEL_CHPREF requirement)
Thu, 20 Aug 2009 20:03:31 -0400 Dan index: removed that annoying 2-space indent
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
Wed, 19 Aug 2009 01:28:47 -0400 Dan Minor fix to SHA256: some indices were not being initted under some circumstances
Mon, 10 Aug 2009 22:43:26 -0400 Dan Added ability for authentication plugins to modify session keys (to allow invalidation when their own authentication data is changed) as well as the ability to disable the built-in password change facility
Sun, 09 Aug 2009 01:27:45 -0400 Dan Blockquote functionality in wikitext parser now allows rendering of other block level elements properly
Sun, 09 Aug 2009 01:26:57 -0400 Dan Login: enabled DiffieHellman on IE8
Fri, 07 Aug 2009 10:22:09 -0400 Dan Login: visual: fixed separator being displayed with only one of 2 checkboxes
Tue, 04 Aug 2009 17:32:09 -0400 Dan Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Tue, 04 Aug 2009 15:06:50 -0400 Dan Made index.php bootstrap smarter and better commented.
Tue, 04 Aug 2009 15:02:54 -0400 Dan More work on rendering engine. Fixed some bugs with paragraph skipping and added (incomplete) support for blockquotes.
Tue, 04 Aug 2009 15:02:00 -0400 Dan Fixed some "declaration should be compatible" errors that showed up under WinXP QA
Mon, 03 Aug 2009 02:58:43 -0400 Dan Sessions: fixed logout() destroying normal session (instead of elevated) if $level = USER_LEVEL_CHPREF. Possible very minor security concern: elevated sessions were not fully destroyed, so if a normal session is opened from the same IP, the elevated one may be reusable for 15 minutes.
Mon, 03 Aug 2009 02:56:03 -0400 Dan Login: Enabled DiffieHellman for iPhone OS 3.0 (it passes unit tests now)
Fri, 31 Jul 2009 19:15:48 -0400 Dan Merged development from Scribus and Charlie
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.
Fri, 17 Jul 2009 20:28:24 -0400 Dan Admin: query string is now preserved on redirect to login
Fri, 17 Jul 2009 20:23:48 -0400 Dan Fixed some formatter engine errors that were exposed through the wiki edit notice
Fri, 17 Jul 2009 17:11:09 -0400 Dan AJAX Login: Fixed all known issues with lockout (and some unknown ones)
Wed, 29 Jul 2009 11:49:57 -0400 Dan Moved User CP profile settings to front page of CP, and changed associated language
Wed, 29 Jul 2009 11:49:30 -0400 Dan Fixed logins with usernames containing Unicode characters
Wed, 29 Jul 2009 11:49:08 -0400 Dan Fixed title formatting in user pages
Wed, 29 Jul 2009 11:48:54 -0400 Dan Tweaked URL sanitizing a bit to make Enanium work better.
Wed, 29 Jul 2009 10:48:43 -0400 Dan Added method add_header_js() to template to allow insertion of code to be run immediately after JS init
Wed, 29 Jul 2009 10:47:26 -0400 Dan Added ability to specify PNG or JPEG as the format of thumbnails/scaled images in Special:DownloadFile
Fri, 17 Jul 2009 09:07:50 -0400 Dan ACL manager: started on IE support; button clicking not working. Other compatibility improvements and bugfixes.
Fri, 17 Jul 2009 09:06:51 -0400 Dan Userpage: rewrite of many CSS rules for better scaling behavior
Mon, 13 Jul 2009 08:00:36 -0400 Dan ACL editor: finally fixed that annoying blank-window bug on rule deletion
Sat, 11 Jul 2009 20:28:28 -0400 Dan Here we go, preload_js() officially added to admin panel. Pray with me.
Sat, 11 Jul 2009 20:28:03 -0400 Dan Renderer: added "smart paragraphs" for templates. <p><b>Foo</b> {bar}</p> where bar is multiline is basically turned into proper XHTML paragraphs.
Sat, 11 Jul 2009 20:25:50 -0400 Dan One word: Internet Explorer 6. This includes a rewrite of $paths->parseAdminTree() that encodes to JSON instead of manually generating JS, so good-bye to stupid parser problems I hope.
Sat, 11 Jul 2009 20:24:19 -0400 Dan AJAX login: fixed lockout string being displayed where it shouldn't be
Sat, 11 Jul 2009 20:22:38 -0400 Dan Enanium: Added some IE6 fixes
Wed, 08 Jul 2009 23:40:18 -0400 Dan Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Wed, 08 Jul 2009 23:39:31 -0400 Dan Admin theme: fixed onload behavior of collapsible menu
Wed, 08 Jul 2009 23:37:01 -0400 Dan OK, JS preloading on a CDN works perfectly now. I'm sure of it.
Wed, 08 Jul 2009 22:44:46 -0400 Dan Fixed inconsistency in JS component load order between CDN sites and non-CDN sites
Wed, 08 Jul 2009 22:27:24 -0400 Dan Fixed a series of infinite loops with preloading components and placeholders
Wed, 08 Jul 2009 18:53:45 -0400 Dan Enanium: <pre> elements under div.content are now indented
Wed, 08 Jul 2009 18:52:41 -0400 Dan Wiki engine: improved behavior in block level element finding/wrapping algorithm
Wed, 08 Jul 2009 18:51:48 -0400 Dan Template: minor: documented sidebar_widget()
Wed, 08 Jul 2009 18:51:19 -0400 Dan Namespace_Default::bake_cdata() now guesses values for anything missing
Wed, 08 Jul 2009 18:50:54 -0400 Dan jQuery: UI: Upgraded to 1.7.2
Wed, 08 Jul 2009 18:50:39 -0400 Dan Dynano: finally deprecated $() syntax due to jQuery
Wed, 08 Jul 2009 18:50:17 -0400 Dan Fixed one unlocalized string in sidebar editor; fixed sidebar editor jQuery init race condition seen under Firefox and Chromium on 64-bit
Wed, 08 Jul 2009 18:49:04 -0400 Dan SECURITY: Fixed potential XSS in $output->set_title() (introduced: 1.1.6)
(0) -1000 -300 -100 -60 +60 +100 tip