includes/functions.php
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.
less more (0) -100 -15 tip