includes/common.php
2009-09-11 Dan Common: renamed global $title to $urlname (it broke the API from non-plugin Enano scripts)
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 Common: removed cookie_destroy hack
2009-08-21 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-05-06 Dan API: Properly handles $title again
2009-05-05 Dan Removed "@" from all call_user_func() calls to make debugging special pages and such possible
2009-04-12 Dan Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
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-15 Dan Added CLI installer. Supports interactive, command-line, and internal-call installation. Fixed a few bugs related to anti-SQL injection parser and plugin installation.
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-11-09 Dan Fixed system table list; added safeguard against twice prefixing the tables in $system_table_list
less more (0) -12 tip