includes/output.php
Mon, 19 Nov 2012 11:38:34 -0500 Dan Fuhry Add Output class for Comet (HTTP incremental streams) -- experimental and not working with every browser/apache configuration.
Sun, 28 Mar 2010 23:10:46 -0400 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.
Thu, 20 Aug 2009 20:01:55 -0400 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
Wed, 08 Jul 2009 18:49:04 -0400 Dan SECURITY: Fixed potential XSS in $output->set_title() (introduced: 1.1.6)
Sun, 15 Mar 2009 11:09:02 -0400 Dan Moved gzip and aggressive_optimize_html calls to output.php
Sun, 04 Jan 2009 00:55:40 -0500 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.
Sat, 03 Jan 2009 18:11:18 -0500 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].
less more (0) tip