summaryrefslogtreecommitdiff
path: root/lib/xmloutputter.php
AgeCommit message (Collapse)Author
2009-12-05Add configuration option to toggle the indenting of the output HTML. ↵Craig Andrews
Defaults to indent enabled.
2009-11-09Revert "Remove more contractions"Brion Vibber
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday...
2009-11-08Remove more contractionsSiebrand Mazeland
* doesn't * won't * isn't * don't
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-01-15Fix the constructor for ActionEvan Prodromou
Also, fix the startXML() method
2009-01-14Add comment() method, have action use itEvan Prodromou
2009-01-13Make XMLOutputter work with phpcsEvan Prodromou
A couple of small changes to comply with code standards. Also, note that the second param of element() and elementStart() can be a string.
2009-01-13Move low-level xml outputting code to a classEvan Prodromou
Made a class for outputting XML code