Sun, 10 May 2009 14:44:37 -0400 Dan Added register_special_page() function, to make it much easier to create special pages. Also, rewrote Special:Memberlist to use more efficient fetch method and not use an unbuffered whole-table query.
Sun, 10 May 2009 14:43:00 -0400 Dan Added "About" sidebar block which simply shows the site description.
Sun, 10 May 2009 14:42:18 -0400 Dan Enanium: added collapse for left sidebar
Sun, 10 May 2009 14:41:51 -0400 Dan Fixed a couple bugs with protection UI; fixed stray <enano:no-opt> in Special:CSS (do people still use that?)
Tue, 05 May 2009 22:06:23 -0400 Dan API: Properly handles $title again
Tue, 05 May 2009 21:53:48 -0400 Dan Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Tue, 05 May 2009 08:36:38 -0400 Dan Whoops, last commit broke admin stuff.
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.
Mon, 04 May 2009 23:07:00 -0400 Dan Fixed some error display cosmetics in Request_HTTP
Mon, 04 May 2009 23:06:33 -0400 Dan Admin: Home: Properly handles Request_HTTP exceptions now
Mon, 04 May 2009 23:05:52 -0400 Dan Security log: fixed typo in plugin enable/disable display
Mon, 04 May 2009 23:05:23 -0400 Dan Admin theme: Fixed l10n in footer
Mon, 04 May 2009 23:05:04 -0400 Dan Enanium: added wikilink-nonexistent
Mon, 04 May 2009 23:04:08 -0400 Dan Whoops. LogDisplay sorted by log_id, not time_id.
Mon, 04 May 2009 23:03:37 -0400 Dan AJAX: Reset votes: now uses whiteOutMiniPrompt()
Mon, 04 May 2009 23:02:53 -0400 Dan Removed "@" from all call_user_func() calls to make debugging special pages and such possible
Sun, 26 Apr 2009 08:03:42 -0400 Dan Renamed smiley conversion script (more descriptive); fixed +x on cli-core.php (both rpmlint warnings, thanks Neal)
Sun, 19 Apr 2009 20:50:38 -0400 Dan Fixed sidebar editor not closing floating windows properly when FX off
Sun, 19 Apr 2009 19:13:41 -0400 Dan Upgrades from stable now skip langimport if it's being done later anyway. Pending testing.
Sun, 19 Apr 2009 19:01:08 -0400 Dan Upgrader: UX: Added welcome page, different between Caoineag and Banshee
Sun, 19 Apr 2009 18:42:21 -0400 Dan DBAL: _die() now detects installation environment and, if present, calls installer UI library for error display chrome
Sun, 19 Apr 2009 18:35:35 -0400 Dan Fixed path to wrong line image in admin CP nav tree
Sat, 18 Apr 2009 23:03:36 -0400 Dan Installer welcome page can tolerate 1.0.x databases again
Fri, 17 Apr 2009 20:45:35 -0400 Dan Fixed session key clearing process, it should work right now.
Fri, 17 Apr 2009 08:40:48 -0400 Dan Made handling of $perms being non-object work properly in template
Thu, 16 Apr 2009 22:48:59 -0400 Dan Cleared up a few discrepancies in page handling, template var init, and how NewsBoy works.
Thu, 16 Apr 2009 21:01:47 -0400 Dan Made upgrades from 1.0.6 work.
Thu, 16 Apr 2009 13:04:21 -0400 Dan Installer: Whoops, moved the start of the main form on sysreqs down too far
Thu, 16 Apr 2009 13:01:50 -0400 Dan Installer: Added recheck button to sysreqs page (thanks Nolan Rollo)
Thu, 16 Apr 2009 13:01:22 -0400 Dan Installer: Form AJAX action no longer fades (too slow!)
Thu, 16 Apr 2009 12:47:48 -0400 Dan Added web.config support for IIS7 URL rewriting.
Thu, 16 Apr 2009 12:20:48 -0400 Dan QA: Schema: fixed urlname in pages was wrong size (both MySQL and PgSQL)
Thu, 16 Apr 2009 12:19:07 -0400 Dan QA: Fixed bad update of user info when user_rank is NULL in Admin:UserManager
Thu, 16 Apr 2009 00:55:13 -0400 Dan Added the indices to the 1.1.5 -> 1.1.6 upgrade schema
Thu, 16 Apr 2009 00:53:05 -0400 Dan Added some more indices to speed some stuff up (MySQL only)
Wed, 15 Apr 2009 22:53:03 -0400 Dan Added the linked-to page of the tutorial (it is, however, a stub at this point)
Wed, 15 Apr 2009 22:18:14 -0400 Dan Installer default content is now modular, and can pivot between starting with a blank site and installing a tutorial site.
Wed, 15 Apr 2009 20:24:51 -0400 Dan Drop-in Enanium as default theme upon install
Wed, 15 Apr 2009 20:24:36 -0400 Dan [QA] User CP: rearranged some things to fix overly tall cells and/or sidescrolling
Wed, 15 Apr 2009 20:10:40 -0400 Dan New primary theme: Enanium
Wed, 15 Apr 2009 20:06:20 -0400 Dan Merging accidental branch split
Wed, 15 Apr 2009 20:05:57 -0400 Dan Fixed log being pushed inwards due to lack of clear: both; before list
Wed, 15 Apr 2009 20:05:38 -0400 Dan Fixed logs not working under postgresql
Wed, 15 Apr 2009 20:02:01 -0400 Dan Removed Special:RecentChanges (phased out)
Wed, 15 Apr 2009 19:53:06 -0400 Dan Fixed division by zero on first day installed.
Wed, 15 Apr 2009 19:44:47 -0400 Dan New, beautiful, rethought Admin:Home. No, really, you'll like it.
Wed, 15 Apr 2009 19:37:10 -0400 Dan Removed unused MIME magic file.
Wed, 15 Apr 2009 17:14:20 -0400 Dan Deletion vote reset is now logged and able to be rolled back
Wed, 15 Apr 2009 16:20:33 -0400 Dan File rollbacks should be all up to date now.
Wed, 15 Apr 2009 14:23:48 -0400 Dan Made Special:Log tolerate literal, unescaped slashes in page names (hack of sorts, but still...)
Tue, 14 Apr 2009 21:03:25 -0400 Dan Meh, finished my half-written-out thought in a FIXME in Special:Log code.
Tue, 14 Apr 2009 21:02:13 -0400 Dan Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
Mon, 13 Apr 2009 17:28:24 -0400 Dan Memberlist now shows rank instead of user level in "Title" column. (thanks mm3)
Mon, 13 Apr 2009 16:57:20 -0400 Dan Live Re-Auth is now required for deleting pages, editing ACLs, protecting pages, and clearing logs. Committing in a hurry as a storm is coming in, hope everything is in there.
Mon, 13 Apr 2009 14:43:28 -0400 Dan New page protection UI. Both miniPrompt and failsafe HTML.
Mon, 13 Apr 2009 12:32:36 -0400 Dan Log displayer should support some actions besides edit now
Mon, 13 Apr 2009 12:32:28 -0400 Dan Whoops, page protection code didn't flush page_meta cache
Mon, 13 Apr 2009 12:05:46 -0400 Dan Theme selector: controls height now (limits box to height of screen minus a few px of padding) if there are lots of themes
Sun, 12 Apr 2009 19:50:58 -0400 Dan Cleared up a few warnings that appeared under the Phalanger PHP interpreter.
Sun, 12 Apr 2009 19:26:13 -0400 Dan Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Sun, 12 Apr 2009 19:25:07 -0400 Dan Index: minor fix-up to code cleanliness under diff loading
Sun, 12 Apr 2009 19:24:33 -0400 Dan Allowed custom processing functions altogether for AJAX login error handling
Sat, 11 Apr 2009 22:32:45 -0400 Dan When changing namespace of a File: page, associated files are now deleted. Also fixed some issues with image scaling.
Sat, 11 Apr 2009 16:58:32 -0400 Dan session: login_process_userdata_json hook should work with more than one installed auth plugin now
Sat, 04 Apr 2009 22:37:35 -0400 Dan UserPage: whoops, wrong name (Namespace_Default::$exists, not ::$page_exists); bumped userpage tabs down by 0.05em to correct an Oxygen bug
Sat, 04 Apr 2009 22:35:44 -0400 Dan Session: additional metadata passed back from auth plugins is passed through to client for optional further parsing
Sat, 04 Apr 2009 22:34:56 -0400 Dan HTTP: now throws exceptions instead of flat-out dying
Sat, 04 Apr 2009 22:34:12 -0400 Dan SpecialUserPrefs: fixed: userprefs_body hook only allowed first loaded plugin to work
Sat, 04 Apr 2009 22:24:49 -0400 Dan Oxygen (and general): cleaned up sidebar CSS, wikitext blocks are now sent through alternate block
Sat, 04 Apr 2009 22:19:11 -0400 Dan Committing string changes associated with new logout interface
Sat, 04 Apr 2009 22:18:29 -0400 Dan Whoops! JSON parser Unicode escape sequence typo.
Sat, 04 Apr 2009 22:17:32 -0400 Dan Made aclDisableTransitionFX also switch on jQuery.fx.off; made theme switcher work with said jQuery switch
Sat, 04 Apr 2009 22:16:30 -0400 Dan AJAX comments: ranks are now displayed properly in a submitted post.
Sat, 04 Apr 2009 22:15:51 -0400 Dan New logout interface + made DiffieHellman faster by disabling animated GIF
Sun, 22 Mar 2009 12:10:25 -0400 Dan Set textarea in sidebar editor to fixed height of 360px due to webkit bug (thanks Neal)
Sun, 22 Mar 2009 00:55:06 -0400 Dan Major revamp to sidebar editor. Some behavioral changes as well as being based on jQuery UI Sortables. Creation interface remains the same, but better strings merged in from stable.
Sun, 22 Mar 2009 00:46:44 -0400 Dan Better "no thumbnail" theme placeholder image. But not much better.
Sun, 22 Mar 2009 00:45:56 -0400 Dan Live ReAuth: only show "timed out" error if jumping to admin page
Sun, 22 Mar 2009 00:45:21 -0400 Dan jQuery: UI: upgraded to 1.7.1
Sun, 22 Mar 2009 00:44:53 -0400 Dan AJAX: theme selector: explicitly set wrapper div to 0 to prevent sidescrolling
Sun, 22 Mar 2009 00:44:09 -0400 Dan JSON: Properly handles unicode escape sequences (\u####) now
Sat, 21 Mar 2009 19:11:30 -0400 Dan Corrected a few display issues in Postgres DBAL. Thanks Neal.
Sat, 21 Mar 2009 14:55:34 -0400 Dan Merging branches
Sat, 21 Mar 2009 14:54:53 -0400 Dan Silenced check for page_format due to warning thrown when saving new page
Sat, 21 Mar 2009 14:54:16 -0400 Dan Added support for "Tiny URLs" (http://example.com/enano/?/Foo)
Sat, 21 Mar 2009 14:33:22 -0400 Dan Some fixes to paginator (pagination control code moved to separate function)
Fri, 20 Mar 2009 09:15:24 -0400 Dan Whoops, forgot to commit enano-shared from theme selector commit
Fri, 20 Mar 2009 09:15:00 -0400 Dan Added support for Firefox 3.1 beta 3's native JSON.
Fri, 20 Mar 2009 09:14:03 -0400 Dan Resynced version numbers in JSON language files
Fri, 20 Mar 2009 09:13:37 -0400 Dan A few fixes to Windows detection code
Fri, 20 Mar 2009 09:13:17 -0400 Dan Swapped in a new theme selector.
Wed, 18 Mar 2009 11:35:28 -0400 Dan Plugins: Added checks and additional warning for authentication plugins.
Sun, 15 Mar 2009 11:15:16 -0400 Dan Special:About_Enano should be up to date for another 9 months.
Sun, 15 Mar 2009 11:09:02 -0400 Dan Moved gzip and aggressive_optimize_html calls to output.php
Sun, 15 Mar 2009 11:08:07 -0400 Dan Fixed a bug in default namespace handler: referenced global page_id instead of local
Sun, 15 Mar 2009 11:07:28 -0400 Dan New template feature: template hooks (<!-- HOOK foo -->)
Sat, 14 Mar 2009 15:26:33 -0400 Dan Dynano: don't try to destroy MCE if window.tinymce is invalid
Sat, 14 Mar 2009 15:26:19 -0400 Dan SQL parse: fix improper mid-query newline handling
Sat, 14 Mar 2009 15:25:55 -0400 Dan Installer: pgsql main schema: fixed missing page_format in logs
Sat, 14 Mar 2009 15:25:23 -0400 Dan Installer: payload: Minor performance tweak
Sat, 14 Mar 2009 15:24:56 -0400 Dan DBAL: Fixed missing $loc in pgsql die_json()
Sat, 14 Mar 2009 14:14:41 -0400 Dan Removed some stray PunBB CSS files (thanks Neal)
Sat, 14 Mar 2009 14:14:24 -0400 Dan install-cli: Fixed wrong language string id for $driver
Sat, 14 Mar 2009 14:06:02 -0400 Dan Added support for alternate port numbers on database servers. Also in install-cli, merged in new sysreqs functionality.
Fri, 06 Mar 2009 11:19:55 -0500 Dan template: added ability for themes to hide user, tools, and search sidebar blocks
Fri, 06 Mar 2009 11:19:29 -0500 Dan Change to search behavior for heading+link in sidebar collapse code
Fri, 06 Mar 2009 11:18:34 -0500 Dan MessageBox: fixed: load fadefilter when aclDisableTransitionFX on
Fri, 06 Mar 2009 11:17:47 -0500 Dan Added ability for jBox to align submenu position to right of parent button instead of left
Mon, 02 Mar 2009 17:05:27 -0500 Dan Installer: minor: added a box on sysreqs success
Mon, 02 Mar 2009 16:46:10 -0500 Dan Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Mon, 02 Mar 2009 16:45:28 -0500 Dan Installer: fixed load of lang_js on finish
Sun, 01 Mar 2009 22:52:31 -0500 Dan jQuery: updated to latest jQuery + jQuery UI
Sun, 01 Mar 2009 22:52:20 -0500 Dan Template: addslashes() around wiki_edit_notice_text (whoops)
Sat, 28 Feb 2009 14:38:10 -0500 Dan http: minor fix to tolerate missing SERVER_SOFTWARE
Thu, 26 Feb 2009 01:28:18 -0500 Dan Plugin backend: bugfix: installing a plugin should now properly import its strings
Thu, 26 Feb 2009 01:27:56 -0500 Dan Set password in userinfo to allow auth plugins to see it (some really do need it)
Thu, 26 Feb 2009 01:27:23 -0500 Dan Plugin manager: system plugins now sorted to last
Thu, 26 Feb 2009 01:07:32 -0500 Dan Added possibility for auth plugins, which can log a user in using non-standard authentication methods.
Thu, 26 Feb 2009 01:06:58 -0500 Dan setConfig() will now delete config values if the second parameter is explicitly set to false
Thu, 26 Feb 2009 01:04:27 -0500 Dan HMAC functions are now standards-compliant (not a security issue). This BREAKS 1.1.6-hg passwords!
(0) -120 +120 tip