2010-04-20 Dan Reordered wiki render stages so images happen before external links. Fixes a parser bug seen, among other places, on the Donation page.
2010-04-20 Dan Fixed some cosmetic bugs in Special:AllPages
2010-04-19 Dan Fixed registration admin override with account_activation set to disable.
2010-04-17 Dan Made separate methods in sessionManager for static and non-static generate_aes_form(), because PHP (erroneously) always calls that method statically.
2010-04-06 Dan Merged
2010-04-06 Dan Added Diffie-Hellman crypto support into the installer. Fixes issue 13.
2010-04-06 Dan Clarified some edit conflict related strings
2010-04-02 Dan Fixed lockout list in ACP under PostgreSQL
2010-04-02 Neal Gompa Merge in changes about legal marks
2010-04-02 Neal Gompa Fixed various legal marks in the strings of the English language pack
2010-04-02 Dan Fixed Gravatars not showing up immediately after save in Avatar UCP
2010-04-02 Dan Fixed fread() usage in Request_HTTP not properly handling incomplete responses
2010-04-02 Neal Gompa Fixed typo in install.json in pgsql "no php extension" error string
2010-03-30 Dan Fixed password_score_field onload in Admin:UserManager
2010-03-30 Dan Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
2010-03-30 Dan Renderer: fixed the regex that looks for h-tags in reverse_process_headings so it looks forthe new format #head: IDs.
2010-02-26 Dan Fixed "waiting for l10n init" and js error in Admin:UserManager
2010-03-29 Dan Search: strip HTML tags from result text (DB pages only). Fixes issue 17.
2010-03-29 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.
2010-03-29 Dan Introduced configurability for gzip compression. Fixes issue 18.
2010-03-29 Dan Replaced (most of) the mini box icons with famfamfam silk icons, they're better looking.
2010-03-29 Dan Added https support in Request_HTTP
2010-03-20 Dan Fixed "unapproved" status taking precedence over "spam" flag in comment submit and some display related bugs in comments.js
2010-03-17 Dan Fixed username not being decoded in Special:ActivateAccount
2010-02-08 Dan Merged braches from accidental split
2010-02-08 Dan Fixed unescaped ampersands in "&enano_version" cache breaking
2010-02-07 Dan URL sanitizer: disabled uppercase letters in URL hex character codes (it was causing conflicts with the Windows/Apache 2.2 alt namespace separator). Thanks Techokami for finding and reporting this bug.
2010-02-03 Dan Added var enano_version to installer JS header
2010-02-01 Dan Modified paragraph rule to not use recursive parsing; made parsing of code and pre tags much more reliable. Fixes issue 1 (QA: RE-TEST).
2010-02-01 Dan Fixed more places where author_uid wasn't right.
2010-02-01 Dan Added "days ago" to the Site Started field on admin home
2010-01-19 Dan Fixed an example url in install.json pophelp (which may be removed momentarily)
2010-01-12 Dan Renamed 1.0.6 -> 1.0.6pl1 upgrade script, migrations from 1.0.6pl1 were broken
2010-01-10 phirox Fix: add author_uid in GROUP BY in LogDisplay for PostgreSQL compatibility
2010-01-10 Dan Fixed author_uid in activation request insertion
2010-01-06 Dan Logins: if the error message string doesn't look like a langstring id, don't prepend "user_err_" to it (some auth plugins are not localized at all, this lets them be without ugly cosmetic bugs)
2010-01-06 Dan Somehow I broke automatic localization of special page titles.
2010-01-06 Dan End year on Enano copyright dates is dynamic now
2010-01-06 Dan DBAL: readded sql_affectedrows(), some plugins were using it
2010-01-06 Dan Fixed some bugs with account activation, especially if you're a half-logged-in vegetable.
2010-01-06 Dan Sessions: fixed on_critical_page(), it referenced the wrong global; enabled better extensible behavior in the account_active column
2010-01-05 Dan Merging scribus and charlie repos
2010-01-05 Dan Fixed ENANO_VERSION under databaseless template class
2010-01-05 Dan common_cli: Fixed warning with $paths->init() (kind of a hack)
2010-01-05 Dan Search: some refinements to algorithm, introduced score promotion for phrase matches and Levenshtein distance based score manipulation
2010-01-05 Dan Fixed a bug in getHighestZ() that broke login boxes
2010-01-04 Dan Fixed Special:AllPages under PostgreSQL. Thanks phirox from IRC.
2009-12-28 Dan Fixed oversanitation of multiple XHTML closing tags in a row
2009-12-28 Dan Tagged 1.1.7 as current-unstable
2009-12-27 Dan All javascript and css requests now append the version number to the URL to break browser caches and prevent from having to clear the cache upon upgrade
2009-12-27 Dan Version bump to 1.1.8
2009-12-27 Dan Fixed phrase search, it got really broken somehow
2009-12-22 Dan TinyMCE: Bumped to v3.2.7
2009-12-21 Dan Fixed two "declaration should be compatible" errors encountered by the BitNami folks. Thanks Neal for reporting.
2009-12-19 Dan Beta release: Enano CMS 1.1.7 (Caoineag beta 2) (retag #2)
2009-12-19 Dan Detagged 1.1.7 1.1.7
2009-12-19 Dan Upgrade: added 1.0.6pl1 migration support, tarball repository will need to be updated
2009-12-19 Dan Beta release: Enano CMS 1.1.7 (Caoineag beta 2)
2009-12-19 Dan Last minute fix to wikitext code tag
2009-12-19 Dan Backout from 1.1.7 due to upgrade issue, fixed and retagging
2009-12-19 Dan Beta release: Enano CMS 1.1.7 (Caoineag beta 2)
2009-12-19 Dan Backed out of ENANO_INSTALLED check in DBAL, it broke CLI installs badly
2009-12-19 Dan OK screw that, put the crypto backend check in functions.
2009-12-19 Dan Fixed libenanoinstall/CLI double declaration of run_installer_stage()
2009-12-19 Dan Forgot table_prefix in the logs table migrator
2009-12-19 Dan Fixed no author_uid in PageProcessor::rename_page()
2009-12-19 Dan Added an upgrade hook to populate the author_uid column in logs, pending test by Neal
2009-12-19 Dan Added ajaxLoginInit to JS load stub list
2009-12-19 Dan Added a graceful dead-end for the tutorial; removed the hash symbols from IRC links per a heads-up from Neal.
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
(0) -1000 -120 +120 tip