includes/functions.php
2010-11-15 Dan Fuhry ImageMagick check now notes that only directories in the PATH are checked.
2010-09-05 Dan Fuhry Merged (again)
2010-09-05 Dan Fuhry So, grinding_halt() now finally uses the new default theme in template_nodb.
2010-08-22 Dan Fuhry Added an API for AJAX file uploads and the monitoring thereof. This is to be used in Snapr and soon core (Special:UploadFile).
2010-07-31 Dan Fuhry Experimentally changing how content-length works.
2010-07-27 Dan Improved captcha word generation; fixed duplicate auth parameter in Special:Login privileged login; improved search indexer performance on websites with lots of words
2010-07-02 Dan Fuhry First shot at switching to database revision numbers separate from release version number. There are probably bugs, especially related to migration.
2010-06-28 Dan Fuhry SECURITY: Multiple XSS in Special:ChangeStyle. Reported by Mesut Timur of Mavituna Security - thanks! Also removed my stand-in for ucfirst().
2010-05-17 Dan Added the ability to trust XFF (X-Forwarded-For) headers.
2010-05-03 Dan Added a box on Admin:UploadConfig showing the value of upload_max_filesize.
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-20 Dan Fixed "unapproved" status taking precedence over "spam" flag in comment submit and some display related bugs in comments.js
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-01-06 Dan Fixed some bugs with account activation, especially if you're a half-logged-in vegetable.
2010-01-05 Dan Fixed ENANO_VERSION under databaseless template class
2009-12-28 Dan Fixed oversanitation of multiple XHTML closing tags in a row
2009-12-19 Dan OK screw that, put the crypto backend check in functions.
2009-12-17 Dan JSON preparser: fixed corruption of strings that include the exact pattern word, comma, space, word, colon
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-11-09 Dan which(): added silencer to shut up errors on servers with open_basedir restriction
2009-09-26 Dan More blank-urlname bugfixes, this time involving internal links
2009-09-20 Dan Functions: fixed HTML sanitizer to properly preprocess <code> one-liners
2009-09-11 Dan Damn it! gzip_output() was not checking for gzip support in the browser, fixed.
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-21 Dan Functions: silenced PHP warnings on ob_* functions
2009-08-21 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-07-29 Dan Tweaked URL sanitizing a bit to make Enanium work better.
2009-07-06 Dan Fixed decode_unicode_url() trying to parse non-hex %uXXXX sequences
2009-06-21 Dan First implementation of new parser; Text_Wiki is now gone. VERY BETA! WiP.
2009-05-14 Dan A few safety changes to tolerate no $session when it's not available
2009-05-10 Dan Wikitext redirects should work again + get_redirect() added to Namespace_* to allow plugins to extend
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-04-15 Dan New, beautiful, rethought Admin:Home. No, really, you'll like it.
2009-04-15 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.
2009-04-13 Dan New page protection UI. Both miniPrompt and failsafe HTML.
2009-04-12 Dan When changing namespace of a File: page, associated files are now deleted. Also fixed some issues with image scaling.
2009-03-21 Dan Some fixes to paginator (pagination control code moved to separate function)
2009-03-14 Dan Added support for alternate port numbers on database servers. Also in install-cli, merged in new sysreqs functionality.
2009-03-02 Dan Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
2009-02-26 Dan setConfig() will now delete config values if the second parameter is explicitly set to false
2009-02-16 Dan Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
2009-01-26 Dan Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
2009-01-17 Dan SECURITY: Fix XSS under IE in closing tags (shared sanitizer)
2009-01-04 Dan Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
2009-01-03 Dan Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
2008-12-31 Dan Redid error handler (it was causing some problems with gzip enabled)
2008-12-21 Dan Fixed timezone preference setting not fully implemented; added ability for users to select their own rank from a list of possible ranks based on group membership and user level
2008-12-20 Dan Added support for IPv6 IP ranges... ehh, not easy.
2008-11-29 Dan Added a new search API that allows much easier registration of search results. Basically you give the engine a table, a few columns to look at, and tell it how to format the results and you're done.
2008-11-15 Dan Added ability to have alternate main page for members
2008-11-09 Dan Fixed attempt at gzip compression after headers sent; hopefully safely escape args to scale_image() instead of erroring out
2008-09-21 Dan Added initial support for DST. Rules are defined in constants.php and are extensible.
2008-09-16 Dan Fixed IPv6 address match (the one from phpBB3 did not work)
2008-08-12 Dan Rebranded as 1.1.5 (Caoineag alpha 5) and fixed a couple bugs related to CDN support in template_nodb and installerUI. Updated readme.
2008-07-28 Dan Fixed improperly set up gzencode() replacement; fixed bad regexp in scale_image() security check
2008-07-23 Dan Made grinding_halt() exit with status 1 for POSIX compatibility; jscompress.php utility now accepts non-CDN websites
2008-07-10 Dan Added Gravatar support! And it's really configurable too.
2008-07-10 Dan Added "default" option for getConfig() and made setConfig() only set if the new value is different
2008-07-09 Dan Completed work (we hope) on CacheManager admin page
less more (0) -100 -60 tip