2009-12-19 Dan AJAX login: Fixed error box failure to destroy upon cancel. Fixes issue 8.
2009-12-19 Dan Logs: Fully integrated an author_uid column. Logs are now linked by user ID instead of just username, so they survive username changes better. Database is changed. Fixes issue 6.
2009-12-18 Dan Wikitext parer: re-added the <code> tag thing
2009-12-18 Dan Comments (AJAX): Now paginated server side. Fixes issue 2.
2009-12-18 Dan Mod extras: Changed string for RDNS generic failure error
2009-12-18 Dan Fixed php_in_pages out-of-scope error in Special:UploadFile; modified RenderMan::preprocess_text() to take a permissions object for any page
2009-12-17 Dan ACP: Added lockout management feature
2009-12-17 Dan Fixed undefined $score_min in password change. Potential security concern?
2009-12-17 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.
2009-12-17 Dan JSON preparser: fixed corruption of strings that include the exact pattern word, comma, space, word, colon
2009-12-13 Dan Merge from accidental split
2009-12-13 Dan DBAL: Majorly cleaned up and improved coding standards/documentation
2009-12-12 Dan Installer: cleaned up CSS header; updated comments in config.php to not say that passwords are stored with AES (as they are now stored with HMAC-SHA1)
2009-12-12 Dan Updated KNOWN_BUGS to point to our issue tracker
2009-12-12 Dan Crap, broke page editing. Fixed it.
2009-12-12 Dan Drafts saved on nonexistent pages now show up. Fixes issue 7.
2009-12-12 Dan Re-merge changes from a2hosting dev
2009-12-12 Dan Set up more sensible defaults (UTC, DST off) for timezone preferences. Also modified enano_date() to properly include GMT offsets when timezone characters are used. Fixes issue 4.
2009-12-12 Dan CAPTCHA: Added smart autosubmit for registration page. Usability testing was so-so, may back out later.
2009-12-11 Dan A couple fixes to permission out-of-scope errors.
2009-12-11 Dan Wikitext parser: re-added mailto support
2009-12-07 Dan Sessions: Made acl_check_deps() verify scope, so that all of an action's dependencies must apply to the namespace of the given action.
2009-12-07 Dan Removed history_rollback_extra action from scope of Special pages, as it's unneeded
2009-12-07 Dan PostgreSQL: bugfix in ACL related SQL query
2009-12-07 Dan PostgreSQL: Fixed another bug, this time in the log fetch code
2009-12-07 Dan Fixed ranks table under PostgreSQL. FIXME, only affects new installations and upgrades, if this bug is encountered in the wild we might want to look at auto-integrating a fix.
2009-12-07 Dan Updated default main page with links to the Google Code issue tracker
2009-12-07 Dan Improved language for static HTML page delete interface
2009-12-07 Dan PostgreSQL: Fixed $session->create_user()
2009-12-07 Dan PostgreSQL: Fixed user pages. Also added a columns_in() method to the DBAL to list columns in a table
2009-12-06 Dan PostgreSQL: fixed Admin:SecurityLog database error
2009-12-01 Dan Plugin block parser: Fixed plugin block parsing for plugin files in CRLF format
2009-12-01 Dan Installer sysreqs: Merged all the crypto extensions into one check; altered warnings. Strings are hopefully cleaned up.
2009-12-01 Dan common_cli and dbal: Fixed lack of ENANO_INSTALLED check in determining config path
2009-12-01 Dan Merge from accidental split
2009-12-01 Dan Admin User Manager: When a user with a DB-driven user page is renamed, also change urlname of their user page. Fixes issue 3.
2009-12-01 Dan Admin Home: fixed undefined %num_users% in string acphome_msg_inactive_users_plural
2009-11-27 Dan Language update for About Enano page ("help achieve" sentence added)
2009-11-27 Dan parse_mediawiki: Marked the paragraph bug as non-blocker, delayed until RC1. I have higher priorities than a minor win32 only parsing issue.
2009-11-17 Dan Fixed some open_basedir errors in SpecialPageFuncs
2009-11-16 Dan Login: Fixed typo that prevented non-DH crypto from working (thanks Keith Schmader)
2009-11-12 Dan Added a switch to disable following redirects in Request_HTTP
2009-11-12 dan Hack: temporarily disabled PCRE recursion for Win32 in the paragraph block tag parser until a better parser can be written/adapted
2009-11-09 Dan which(): added silencer to shut up errors on servers with open_basedir restriction
2009-11-04 Dan Logins: reorganized data structures a bit. WiP - needs test routine done.
2009-10-25 Dan Another fix to paragraph bypass behavior, for when the same substring appears more than once in the text
2009-10-13 Dan OK, I'm done with the preg_replace() in the paragraph parser. It's too buggy. Replaced with preg_match_all()/str_replace_once().
2009-10-07 Dan MiniPrompt: [minor] Added short delay before destruction in whiteOutDestroyWithImage().
2009-10-04 Dan Merged from accidental split
2009-10-04 Dan 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.
2009-10-01 Dan Fixed (more) output buffering bugs in Special:EditSidebar
2009-10-01 Dan 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.
2009-09-26 Dan Same issue, was doing an empty() check on $page_urlname in Admin:PageManager and not taking both main pages into account
2009-09-26 Dan More blank-urlname bugfixes, this time involving internal links
2009-09-26 Dan A bit of refinement and consistency to "Powered by Enano" link and associated documentation
2009-09-26 Dan Fixed handling of blank urlname as guest main page / other main page for members
2009-09-25 Dan Whoops, it's setHook(), not getHook() (Special:Administration JS core)
2009-09-25 Dan HTML login: fixed bad submit under IE
2009-09-20 Dan Admin panel: added collapsible tables under GeneralConfig, with room for support on other pages.
2009-09-20 Dan Login: if return-to specified and already logged in, jump to return-to instead of main page.
2009-09-20 Dan Installer: Fixed "RewriteBase /" bug and some improper Dynano use in formutils.js
2009-09-20 Dan Functions: fixed HTML sanitizer to properly preprocess <code> one-liners
2009-09-15 Dan Fixed (well, implemented) log clearing functionality on uploaded files.
2009-09-12 Dan Request_HTTP: Fixed get_response_body(), added HTTP redirect support, and added support for Content-Length.
2009-09-11 Dan Scribus <--> Charlie merge
2009-08-30 Dan json2: fixed order of exception classes, it threw fits about missing Zend_Exception in ubuntu's latest PHP 5.2.6
2009-09-11 Dan Damn it! gzip_output() was not checking for gzip support in the browser, fixed.
2009-09-11 Dan Common: renamed global $title to $urlname (it broke the API from non-plugin Enano scripts)
2009-08-27 Dan Removed the $userpage parameter from Namespace_Default::error_404(). It screwed up a couple plugins. (Thanks Mazza for discovering the issue)
2009-08-26 Dan Enanium: fixed background in tinymce
2009-08-26 Dan Wikitext: added horizontal rule support
2009-08-26 Dan Fixed RenderMan::render() flags in default namespace XHTML formatter
2009-08-26 Dan Tutorial: improved Creating & Editing page a little bit with respect to wiki formatting stuff
2009-08-25 Dan Merging in work done on Charlie with upstream
2009-08-25 Dan Fixed a couple bugs with read-only mode and protected pages in the AJAX editor
2009-08-22 Dan Sessions: Improved inactive account UX; shuffled around a bit of code so that whitelist checks are shared; fixed a bunch of bugs related to ban code and IPv6 addresses
2009-08-22 Dan Enanium: custom header now has an <a> floating above it that links to the main page.
2009-08-22 Dan A bit of shuffling around code related to determining the page title from the URL. It's done in common now, and $paths becomes more of an information repository rather than an information gatherer. Note: This BREAKS $paths->fullpage/$paths->getParam() in *_preloader!
2009-08-22 Dan Made internal links to the Admin namespace much smarter. (They do the login box and stuff.)
2009-08-21 Dan A bit of work on tutorial content, more still needed
2009-08-21 Dan Wiki formatter: heading IDs are now name based ("head:" . sanitize_page_id($text)) instead of tocN.
2009-08-21 Dan Avatars: fixed animated avatars rejected even when allowed in ACP
2009-08-21 Dan Sidebar editor: fixed ob_end_clean() warning
2009-08-21 Dan Wiki engine: optimization for empty-text case
2009-08-21 Dan Functions: silenced PHP warnings on ob_* functions
2009-08-21 Dan JS: MessageBox: Fixed z-index calc
2009-08-21 Dan Autofill: fixed missing parameter to $db->fetchrow()
2009-08-21 Dan User ACP: redirect to Special:Login on own account deletion
2009-08-21 Dan Common: removed cookie_destroy hack
2009-08-21 Dan Updated readme for 1.1.7/1.2 series in general
2009-08-21 Dan Avatar UCP and ACP: Ported Dynano -> jQuery; merged POST processing code. Added support for IPv6 URLs (avatar UCP and RequestHTTP).
2009-08-21 Dan SECURITY: Comments: fix poor sanitization of subject on initial submit
2009-08-21 Dan Sessions: whoops, left a debug message in by accident, broke a few redirects
2009-08-21 Dan SECURITY: UCP: Added CSRF protection on Profile (unneeded on EmailPassword due to USER_LEVEL_CHPREF requirement)
2009-08-21 Dan index: removed that annoying 2-space indent
2009-08-21 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-08-19 Dan Minor fix to SHA256: some indices were not being initted under some circumstances
2009-08-11 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
2009-08-09 Dan Blockquote functionality in wikitext parser now allows rendering of other block level elements properly
2009-08-09 Dan Login: enabled DiffieHellman on IE8
2009-08-07 Dan Login: visual: fixed separator being displayed with only one of 2 checkboxes
2009-08-04 Dan Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
2009-08-04 Dan Made index.php bootstrap smarter and better commented.
2009-08-04 Dan More work on rendering engine. Fixed some bugs with paragraph skipping and added (incomplete) support for blockquotes.
2009-08-04 Dan Fixed some "declaration should be compatible" errors that showed up under WinXP QA
2009-08-03 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.
2009-08-03 Dan Login: Enabled DiffieHellman for iPhone OS 3.0 (it passes unit tests now)
2009-07-31 Dan Merged development from Scribus and Charlie
2009-07-18 Dan Editor: completely moved wiki edit notice to AJAX fetch, so it's not shipped with the page anymore.
2009-07-18 Dan Admin: query string is now preserved on redirect to login
2009-07-18 Dan Fixed some formatter engine errors that were exposed through the wiki edit notice
2009-07-17 Dan AJAX Login: Fixed all known issues with lockout (and some unknown ones)
2009-07-29 Dan Moved User CP profile settings to front page of CP, and changed associated language
2009-07-29 Dan Fixed logins with usernames containing Unicode characters
2009-07-29 Dan Fixed title formatting in user pages
2009-07-29 Dan Tweaked URL sanitizing a bit to make Enanium work better.
2009-07-29 Dan Added method add_header_js() to template to allow insertion of code to be run immediately after JS init
2009-07-29 Dan Added ability to specify PNG or JPEG as the format of thumbnails/scaled images in Special:DownloadFile
2009-07-17 Dan ACL manager: started on IE support; button clicking not working. Other compatibility improvements and bugfixes.
2009-07-17 Dan Userpage: rewrite of many CSS rules for better scaling behavior
2009-07-13 Dan ACL editor: finally fixed that annoying blank-window bug on rule deletion
2009-07-12 Dan Here we go, preload_js() officially added to admin panel. Pray with me.
2009-07-12 Dan Renderer: added "smart paragraphs" for templates. <p><b>Foo</b> {bar}</p> where bar is multiline is basically turned into proper XHTML paragraphs.
2009-07-12 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.
2009-07-12 Dan AJAX login: fixed lockout string being displayed where it shouldn't be
2009-07-12 Dan Enanium: Added some IE6 fixes
2009-07-09 Dan Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
2009-07-09 Dan Admin theme: fixed onload behavior of collapsible menu
2009-07-09 Dan OK, JS preloading on a CDN works perfectly now. I'm sure of it.
2009-07-09 Dan Fixed inconsistency in JS component load order between CDN sites and non-CDN sites
2009-07-09 Dan Fixed a series of infinite loops with preloading components and placeholders
2009-07-08 Dan Enanium: <pre> elements under div.content are now indented
2009-07-08 Dan Wiki engine: improved behavior in block level element finding/wrapping algorithm
2009-07-08 Dan Template: minor: documented sidebar_widget()
2009-07-08 Dan Namespace_Default::bake_cdata() now guesses values for anything missing
2009-07-08 Dan jQuery: UI: Upgraded to 1.7.2
2009-07-08 Dan Dynano: finally deprecated $() syntax due to jQuery
2009-07-08 Dan Fixed one unlocalized string in sidebar editor; fixed sidebar editor jQuery init race condition seen under Firefox and Chromium on 64-bit
2009-07-08 Dan SECURITY: Fixed potential XSS in $output->set_title() (introduced: 1.1.6)
2009-07-06 Dan History: Fixed missing $q in fetchrow()
2009-07-06 Dan Language: fixed improper null return in add_filter()
2009-07-06 Dan Fixed decode_unicode_url() trying to parse non-hex %uXXXX sequences
2009-07-05 Dan Fixed onload_hooks[] being initted to null after runOnloadHooks() called (should now be initted to an array)
2009-07-05 Dan Fixed makeUrl() Javascript version not calling append_sid()
2009-07-02 Dan Login and sessions: fixed some improper handling of the config for lockout logic
2009-07-02 Dan Wiki formatting: Headings: tolerate spaces after line; added disable_rule method (required for rev. 1029)
2009-07-02 Dan SHA256: Fixed broken hashes on 64-bit PHP
2009-07-02 Dan Installer: now compatible with new rendering engine
2009-06-21 Dan Removed Text_Wiki and Firebug Lite from 3rd party code list
2009-06-21 Dan First implementation of new parser; Text_Wiki is now gone. VERY BETA! WiP.
2009-06-21 Dan AJAX login: fixed improper run of login_submit_early; fixed failure to redirect if main_page_members == current page
2009-06-21 Dan Fixed improper usage of function_exists() in captcha
2009-06-16 Dan Merging branches. Revision 2^10! :D
2009-06-16 Dan Added support for preloading javascript libs ($template->preload_js()). Updated admin theme and Tigra Tree Menu to support this + JS_{HEADER,FOOTER} variables.
2009-06-09 Dan Install: fixed a few bugs that showed up under IE8
2009-06-06 Dan Fixed broken javascript magic on Admin:PageGroups
2009-06-02 Dan Enabled tiny URL scheme support in installer cli-core
2009-06-01 Dan Whoops, plugin upgrades got broken
2009-06-01 Dan Minor plugin compatibility fix to Special:Search
2009-06-01 Dan Theme selector: fixed disabled themes being displayed
2009-06-01 Dan Comments: SECURITY: Fixed IP not recorded in non-JSON submit and a few other non-security issues
2009-05-30 Dan Removed Firebug Lite - unused, outdated, and potential licensing issue. All licensing issues should be resolved now.
2009-05-30 Dan Fixed missing global $cache; in $plugins->upgrade_plugin();
2009-05-29 Dan Set a few queries to buffered due to intermediate queries during fetching
2009-05-29 Dan Stats: fixed missing $q in $db->fetchrow()
2009-05-29 Dan Comments: fixed failure to supply $q to fetchrow() in JSON fetcher
2009-05-29 Dan Clarified some licensing issues from the Fedora project's preliminary review.
2009-05-29 Dan Fixed lack of default value in main page field on admin panel
2009-05-27 Dan Fixed a PHP warning in Admin:GeneralConfig default theme selection
2009-05-27 Dan Disabled Connection: close in AJAX lib (throws error under Chrome 2.0)
2009-05-27 Dan JS core: allow setting loaded_components in other scripts
2009-05-27 Dan AJAX rdns call now calls is_valid_ip() (security?)
2009-05-27 Dan Enanium: bumped top heading down a few px
2009-05-27 Dan Class "currentpage" is now added to all internal links, including sidebar buttons, if the link points to the current page.
2009-05-27 Dan Whoa! I broke Live Re-Auth, fortunately after the 1.1.6 release.
2009-05-22 Dan Sped up AJAX de-auth a little; added a little extra info to login_success JSON responses
2009-05-16 Dan Fixed: cache was being used during plugin fetch, so newly placed plugin files were not listed
2009-05-16 Dan Fixed two bugs: PluginManager: forgot to import cache; PageManager: now queries pages with buffered query (temporary fix)
2009-05-16 Dan Unstable beta release: 1.1.6 (Caoineag beta 1)
2009-05-16 Dan Fixed category display not listing entirely 1.1.6
2009-05-16 Dan Unstable beta release: 1.1.6 (Caoineag beta 1)
2009-05-16 Dan Merged accidental split, we should be ready to push out 1.1.6
2009-05-16 Dan Merging from accidental branch split
2009-05-16 Dan Plugins: fixed a final system plugin bug
2009-05-16 apache Plugins: fixed a final system plugin bug
2009-05-16 Dan Detagged 1.1.6 release - upgrader bug found
2009-05-15 Dan Unstable beta release: 1.1.6 (Caoineag beta 1)
2009-05-15 Dan Added another word to the CAPTCHA blacklist (thanks Neal).
2009-05-15 Dan Updated KNOWN_BUGS
2009-05-15 Dan Added protection against obscene words in CAPTCHAs
2009-05-15 Dan User homepage/URL is now displayed on user pages
2009-05-15 Dan Fixed undefined indices for user_extra in various places
2009-05-15 Dan Installer: payload: fixed two minor PHP errors with .htaccess.new and wrong form field name
2009-05-15 Dan GeneralConfig: Fixed failure to import $cache during save
2009-05-15 Dan Fixed some PHP warnings with API pages
2009-05-15 Dan Added minor edit filter to Special:Log
2009-05-15 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
2009-05-15 Dan Fixed redirects before $session init not working; fixed failure to load system plugins
2009-05-14 Dan A few safety changes to tolerate no $session when it's not available
2009-05-13 Dan Enanium: fixed visited wikilink-nonexistent links
2009-05-13 Dan Added cache for installed themes
2009-05-13 Dan Cut out two queries per page with plugin loader routine
2009-05-13 Dan Paths: System messages are cached in RAM now
2009-05-13 Dan Replaced the USE with a mysql_select_db() to cut out one query
2009-05-13 Dan Band-Aided user_homepage undefined index error in comments.
2009-05-13 Dan Render / Template: No longer does exist checks for wikilinks on sidebar
2009-05-13 Dan Fixed behavior of log display and title fetch for nonexistent pages
2009-05-13 Dan Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
2009-05-13 Dan ajax: theme selector: no longer lists disallowed themes
2009-05-13 Dan SpecialPageFuncs: Removed tag cloud sidebar in the name of cutting out an SQL query. It will go into a plugin.
2009-05-11 Dan Fixed a couple bugs with admin avatar settings and getConfig() return types
2009-05-11 Dan Enanium: left collapse button same size as jBox bars now
2009-05-11 Dan Enanium: fixed failure to load on template_nodb
2009-05-10 Dan Wikitext redirects should work again + get_redirect() added to Namespace_* to allow plugins to extend
2009-05-10 Dan Enanium: move new memberlist above admin buttons + only show for logged-in
2009-05-10 Dan Merging from accidental branch split
2009-05-10 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.
2009-05-10 Dan Added "About" sidebar block which simply shows the site description.
2009-05-10 Dan Enanium: added collapse for left sidebar
2009-05-10 Dan Fixed a couple bugs with protection UI; fixed stray <enano:no-opt> in Special:CSS (do people still use that?)
2009-05-06 Dan API: Properly handles $title again
2009-05-06 Dan Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
2009-05-05 Dan Whoops, last commit broke admin stuff.
2009-05-05 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.
2009-05-05 Dan Fixed some error display cosmetics in Request_HTTP
2009-05-05 Dan Admin: Home: Properly handles Request_HTTP exceptions now
2009-05-05 Dan Security log: fixed typo in plugin enable/disable display
2009-05-05 Dan Admin theme: Fixed l10n in footer
2009-05-05 Dan Enanium: added wikilink-nonexistent
2009-05-05 Dan Whoops. LogDisplay sorted by log_id, not time_id.
2009-05-05 Dan AJAX: Reset votes: now uses whiteOutMiniPrompt()
2009-05-05 Dan Removed "@" from all call_user_func() calls to make debugging special pages and such possible
2009-04-26 Dan Renamed smiley conversion script (more descriptive); fixed +x on cli-core.php (both rpmlint warnings, thanks Neal)
2009-04-20 Dan Fixed sidebar editor not closing floating windows properly when FX off
2009-04-19 Dan Upgrades from stable now skip langimport if it's being done later anyway. Pending testing.
2009-04-19 Dan Upgrader: UX: Added welcome page, different between Caoineag and Banshee
2009-04-19 Dan DBAL: _die() now detects installation environment and, if present, calls installer UI library for error display chrome
2009-04-19 Dan Fixed path to wrong line image in admin CP nav tree
2009-04-19 Dan Installer welcome page can tolerate 1.0.x databases again
2009-04-18 Dan Fixed session key clearing process, it should work right now.
(0) -1000 -240 tip