summaryrefslogtreecommitdiff
path: root/lib/htmloutputter.php
AgeCommit message (Expand)Author
2010-10-14fix copy-and-paste error in javascript url creationEvan Prodromou
2010-10-14correctly use sslserver if it is setEvan Prodromou
2010-10-14use HTTPS for scripts and stylesheets if the current page is HTTPSEvan Prodromou
2010-10-14show HTTPS urls for JavaScript if HTTPS used for pageEvan Prodromou
2010-09-12Update incomplete documentation.Siebrand Mazeland
2010-04-10Add translator documentation for a few filesSiebrand Mazeland
2010-02-17htmloutputter->script() special cases src's that begin with plugin/ or local/...Craig Andrews
2010-02-17parse_url returns an associative array - not an objectCraig Andrews
2010-02-11put Javascript files under SSLEvan Prodromou
2010-01-27Optionally set a separate Javascript server and pathEvan Prodromou
2010-01-06The structure return by parse_url is an associative array, not an object.Craig Andrews
2009-12-05Add configuration option to toggle the indenting of the output HTML. Defaults...Craig Andrews
2009-12-04Append the StatusNet version to all local, static CSS referencesCraig Andrews
2009-12-04Use inlineScript() instead of element() to write inline javascriptCraig Andrews
2009-12-04Add style function to output style() tagsCraig Andrews
2009-12-04Add 2 new events: StartInlineScriptElement and EndInlineScriptElementCraig Andrews
2009-12-04only write the javascript CDATA blocks if the type is javascript (it's not th...Craig Andrews
2009-12-04Merge commit 'refs/merge-requests/108' of git://gitorious.org/statusnet/mainl...Brion Vibber
2009-12-04utility function to output inline JavaScriptEvan Prodromou
2009-12-04Add 4 new events: StartCssLinkElement, EndCssLinkElement, StartScriptElement,...Craig Andrews
2009-11-20Disable XHTML Content-Type negotiation... You've foiled our plans for the las...Brion Vibber
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Remove more contractionsSiebrand Mazeland
2009-11-08Restructure theme.php to define a class ThemeEvan Prodromou
2009-10-04Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-10-03Using CDATA for autofocus scriptSarven Capadisli
2009-10-01Revert "Outputting UTF-8 charset in document header irrespective of mimetype."Sarven Capadisli
2009-09-30Better check to see if the XML prolog should be outputted for XMLSarven Capadisli
2009-09-30Outputting UTF-8 charset in document header irrespective of mimetype.Sarven Capadisli
2009-09-30Switched Doctype to XHTML 1.0 Strict (which best reflects the currentSarven Capadisli
2009-09-03Created autofocus method to give focus to an element (primarily a formSarven Capadisli
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-08-11two variables $public and $system were generating notices in lib/htmloutputt...Brett Taylor
2009-08-08Fix logic that determines if a URL is relative or absolute in script() and cs...Craig Andrews
2009-08-06remove redundant/unnecessary linesCraig Andrews
2009-08-06Check theme first for CSS files, then use the non-theme path.Craig Andrews
2009-08-06Make 2nd and 3rd cssLink() arguments optionalCraig Andrews
2009-08-05Handle relative and absolute url parameters to script() and cssLink()Craig Andrews
2009-08-05Added cssLink() and script() functions to htmloutputterCraig Andrews
2009-08-05Accidentally caused the DOCTYPE to never be rendered - fix that.Craig Andrews
2009-08-05Don't start HTML responses with <?xml if the document is served as text/html.Craig Andrews
2009-08-05Switch DOCTYPE's to the XHTML 5 DOCTYPECraig Andrews
2009-02-11change htmloutputter to use exception instead of common_user_errorEvan Prodromou
2009-02-11Handle DB_DataObject errors betterEvan Prodromou
2009-02-09trac #1160 fix dropdown xmloutput function for the selected attribute and fix...Robin Millette
2009-02-03trac533 Removed redundant calls to htmlspecialcharacters().Zach Copley