]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/HtmlElement.php
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / lib / HtmlElement.php
2012-11-15 vargenauRemove empty line
2012-11-15 vargenauPHP 5 only
2012-10-11 vargenauRemove useless semicolon
2012-10-06 vargenauReformat code
2012-10-01 vargenauWhitespace only
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2012-08-31 vargenauextra_empty_lines
2011-03-05 vargenauNo tabs
2011-03-03 vargenauRemove rcs_id
2010-08-11 vargenauHarmonize file footer
2010-06-08 rurbandocument new php5 version
2010-06-07 rurbanMove helper script away
2010-06-07 rurban- Atom Parser and Feed Plugin
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2009-10-11 vargenauAllow OGG in Video plugin with HTML 5 <video> tag
2009-06-04 rurbanTODO comment about php2js (not yet written)
2009-03-26 vargenauAdd fieldset
2008-09-07 vargenauRenamed class Theme to WikiTheme to avoid Gforge name...
2008-08-22 vargenauActivated Id substitution for Subversion
2008-08-20 vargenauAdd lengend
2007-06-02 rurbanAdded accesskeys
2007-05-24 rurbanadd param (for YouTube)
2005-08-06 rurbanbeautify SCRIPT lines
2005-01-25 rurbanadded label
2005-01-10 rurbanphp5 case-sensitivity
2005-01-08 rurbanending space after colgroup breaks _setTagProperty
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-09-26 rurbanadd SVG support for Ploticus (and hopefully all WikiPlu...
2004-08-05 rurbanmore xhtml conformance fixes
2004-06-25 rurbanWikiGroup refactoring:
2004-05-17 rurbanApply RFE #952323 "ExternalSearchPlugin improvement...
2004-05-12 rurbanrequire_once fix for those libs which are loaded before...
2004-04-26 rurbanlocking table specific for better databases
2004-04-19 rurbanphp5 compatibility: it works!
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-15 rurbanPageList enhanced and improved.
2003-02-27 dairikiNew functions in HtmlElement:
2003-02-17 dairikiRemove functions HiddenGets() and HiddenPosts().
2003-02-15 dairikiAdded HTML::meta() for <meta> tag.
2003-01-04 carstenklappAdded 'col' and 'colgroup' table elements used by Plugi...
2002-10-31 carstenklappRemoved new HTML::nbsp function, just use HTML::raw...
2002-10-29 carstenklappReplaced NBSP constant with a new nbsp() function....
2002-09-17 dairikiMinor additions for use by the Transclude plugin.
2002-09-02 rurbanfixed plugin/FrameInclude: missing are the targets...
2002-08-24 rurbannew PrevNext plugin with two buttons
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-08-19 rurbanfixed TitleSearch and other plugin-form problems with...
2002-08-17 rurbanadded SubPages support: see SUBPAGE_SEPERATOR in index.php
2002-02-07 dairikiSmall bug fixes
2002-02-06 carstenklappRemoved hackish hook to Theme->hr() until I can find...
2002-02-06 carstenklappnew themed hr
2002-02-04 carstenklappAdded <option> tag to HTML::_setTagProperty. Minor...
2002-02-02 carstenklappnew form elements <select> and <option>
2002-01-30 dairikiNew function HiddenInputs which constructs a set of...
2002-01-28 dairikiAnother refactor of the OOP HTML/XML generation code...
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 carstenklappmoved function _emptyTag() from HtmlElement to XmlEleme...
2002-01-23 dairikiAdded HTML::pre().
2002-01-22 dairikiAdd HTML::hr().
2002-01-22 dairikiMove the addTooltip from Button to parent class HtmlEle...
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 carstenklappAdded caption, thead, tbody, tfoot table elements.
2002-01-21 carstenklappAdded caption, thead, tbody table elements.
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-21 dairikiNew object-oriented code for HTML generation.