Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
We try to handle DB_DataObject errors a little bit better. Previously, they just spit out a cryptic string to the browser with a suggestion to turn on debugging (not a good idea!). So, we catch the error, write the full error message to the log, and then tell users that the can contact the admins if they need to. | |||
2009-02-09 | trac #1160 fix dropdown xmloutput function for the selected attribute and ↵ | Robin Millette | |
fix newmessage auto-selected dropdown. | |||
2009-02-03 | trac533 Removed redundant calls to htmlspecialcharacters(). | Zach Copley | |
XMLWriter::writeAttribute() already takes care of the escaping for us, although that doesn't seem to be well documented. | |||
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 | |
need to make it custom) | |||
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 | |
submit doesn't need a paragraph wrapper | |||
2009-01-15 | Fix the constructor for Action | Evan Prodromou | |
Also, fix the startXML() method | |||
2009-01-14 | showBody() -- revisit to add @id and @class to <body> | sarven | |
showContentBlock() showContent() added endHTML() to class HTMLOutputter | |||
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 | |
Moved the common_* methods for low-level HTML output to its own class, HTMLOutputter in lib/htmloutputter.php. |