Age | Commit message (Expand) | Author |
2010-04-10 | Add translator documentation for a few files | Siebrand Mazeland |
2010-02-17 | htmloutputter->script() special cases src's that begin with plugin/ or local/... | Craig Andrews |
2010-02-17 | parse_url returns an associative array - not an object | Craig Andrews |
2010-02-11 | put Javascript files under SSL | Evan Prodromou |
2010-01-27 | Optionally set a separate Javascript server and path | Evan Prodromou |
2010-01-06 | The structure return by parse_url is an associative array, not an object. | Craig Andrews |
2009-12-05 | Add configuration option to toggle the indenting of the output HTML. Defaults... | Craig Andrews |
2009-12-04 | Append the StatusNet version to all local, static CSS references | Craig Andrews |
2009-12-04 | Use inlineScript() instead of element() to write inline javascript | Craig Andrews |
2009-12-04 | Add style function to output style() tags | Craig Andrews |
2009-12-04 | Add 2 new events: StartInlineScriptElement and EndInlineScriptElement | Craig Andrews |
2009-12-04 | only write the javascript CDATA blocks if the type is javascript (it's not th... | Craig Andrews |
2009-12-04 | Merge commit 'refs/merge-requests/108' of git://gitorious.org/statusnet/mainl... | Brion Vibber |
2009-12-04 | utility function to output inline JavaScript | Evan Prodromou |
2009-12-04 | Add 4 new events: StartCssLinkElement, EndCssLinkElement, StartScriptElement,... | Craig Andrews |
2009-11-20 | Disable XHTML Content-Type negotiation... You've foiled our plans for the las... | Brion Vibber |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber |
2009-11-08 | Remove more contractions | Siebrand Mazeland |
2009-11-08 | Restructure theme.php to define a class Theme | Evan Prodromou |
2009-10-04 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-10-03 | Using CDATA for autofocus script | Sarven Capadisli |
2009-10-01 | Revert "Outputting UTF-8 charset in document header irrespective of mimetype." | Sarven Capadisli |
2009-09-30 | Better check to see if the XML prolog should be outputted for XML | Sarven Capadisli |
2009-09-30 | Outputting UTF-8 charset in document header irrespective of mimetype. | Sarven Capadisli |
2009-09-30 | Switched Doctype to XHTML 1.0 Strict (which best reflects the current | Sarven Capadisli |
2009-09-03 | Created autofocus method to give focus to an element (primarily a form | Sarven Capadisli |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou |
2009-08-11 | two variables $public and $system were generating notices in lib/htmloutputt... | Brett Taylor |
2009-08-08 | Fix logic that determines if a URL is relative or absolute in script() and cs... | Craig Andrews |
2009-08-06 | remove redundant/unnecessary lines | Craig Andrews |
2009-08-06 | Check theme first for CSS files, then use the non-theme path. | Craig Andrews |
2009-08-06 | Make 2nd and 3rd cssLink() arguments optional | Craig Andrews |
2009-08-05 | Handle relative and absolute url parameters to script() and cssLink() | Craig Andrews |
2009-08-05 | Added cssLink() and script() functions to htmloutputter | Craig Andrews |
2009-08-05 | Accidentally caused the DOCTYPE to never be rendered - fix that. | Craig Andrews |
2009-08-05 | Don't start HTML responses with <?xml if the document is served as text/html. | Craig Andrews |
2009-08-05 | Switch DOCTYPE's to the XHTML 5 DOCTYPE | Craig Andrews |
2009-02-11 | change htmloutputter to use exception instead of common_user_error | Evan Prodromou |
2009-02-11 | Handle DB_DataObject errors better | Evan Prodromou |
2009-02-09 | trac #1160 fix dropdown xmloutput function for the selected attribute and fix... | Robin Millette |
2009-02-03 | trac533 Removed redundant calls to htmlspecialcharacters(). | Zach Copley |
2009-01-22 | New HTTP error message classes for uiredesign | Zach Copley |
2009-01-17 | Update. Added separate $title param for input submit | sarven |
2009-01-17 | Added @title to input submit (reusing $label value until we really | sarven |
2009-01-17 | Updates to form styling | sarven |
2009-01-16 | Update to forms and email settings | sarven |