]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/XmlElement.php
remove final \n to be ob_cache independent
[SourceForge/phpwiki.git] / lib / XmlElement.php
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-10-12 rurbanphp5 compatibility (5.0.1 ok)
2004-07-02 rurbanmore stability fixes: new DISABLE_GETIMAGESIZE if your...
2004-06-20 rurbanget_class case-sensitivity issues
2004-06-20 rurbanvarious php5 fixes (still broken at blockparser)
2004-06-19 rurbanprevent some warnings in corner cases
2004-06-19 rurbandont quote foreign charset chars if defined
2004-05-24 rurbannew XmlParser and HtmlParser, RssParser based on that.
2004-04-19 rurbanPrevent from some PHP5 warnings (ref args, no :: object...
2004-03-24 rurbanphp5 workaround code (plus some interim debugging code...
2004-03-18 rurbanwork to make it php5 compatible
2004-02-28 rurbangenerally more PHPDOC docs
2003-04-01 dairikiConvert " to " in XML output.
2003-03-10 dairikiBug fix. Wiki-markup like *0* (that's a zero) resulted...
2003-02-21 dairikiMinor robustness tweaks. (No substantive changes.)
2003-02-18 dairikiNew methods to help manipulate elements' CSS class...
2003-02-17 dairikiFix bug. Couldn't unset attributes.
2003-02-15 dairikiOutput newlines between content-less non-inline elements.
2002-08-17 rurbanadded SubPages support: see SUBPAGE_SEPERATOR in index.php
2002-02-07 dairikiSmall bug fixes
2002-01-28 dairikiAnother refactor of the OOP HTML/XML generation code...
2002-01-27 dairikiFix/add isEmpty() methods of XmlElement and RawXml.
2002-01-26 dairikiBug fix for "object to string conversion" warning.
2002-01-26 dairikiNew markup code is now more or less working.
2002-01-24 dairikiRestore HtmlElement::_emptyTag() as distinct from XmlEl...
2002-01-24 carstenklappOne more quote fix for brain-dead syntax colouring.
2002-01-24 carstenklappmoved function _emptyTag() from HtmlElement to XmlEleme...
2002-01-24 rurbanfixed error:
2002-01-24 carstenklappRemoved gettext from debug, db and internal php error...
2002-01-24 dairikiBig Template cleanup and refactor.
2002-01-24 dairikiFix bug
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-21 dairikiGenerate HTML now gets split onto more than one line...
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-21 dairikiMinor refactoring of class XmlElement. Also move class...