index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
htmloutputter.php
Age
Commit message (
Expand
)
Author
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
2009-01-15
notice_favorite class
sarven
2009-01-15
Fix the constructor for Action
Evan Prodromou
2009-01-14
showBody() -- revisit to add @id and @class to <body>
sarven
2009-01-14
Add a name parameter to a couple of the form elements
Evan Prodromou
2009-01-13
Change related classes doc for HTMLOutputter
Evan Prodromou
2009-01-13
Extract HTML outputting code to a class HTMLOutputter
Evan Prodromou