summaryrefslogtreecommitdiff
path: root/templates/recentchanges.tmpl
AgeCommit message (Collapse)Author
2006-03-29css supportjoey
2006-03-29html validation fixes:joey
- escape & in urls (also clean up cgi url generation) - since markdown wraps inlined pages in <p></p>, close and re-open the paragraph tags when generating the embedded html - added XHTML 1.0 doctypes to templates - fixed <hr /> and <br /> in templates - add an alt attribute to inline images, based on the WikiLink to the image. Allows things like [[my_image|img.png]] to customise alt text.
2006-03-21add --diffurl, if set RecentChanges has links to svn diffsjoey
2006-03-12templatize commit types, so it could use icons, or whateverjoey
2006-03-12fixjoey
2006-03-12- use templates for signin form, error messagesjoey
- use FormBuilder for edit page forms (also use template) - print debug to stderr in cgi mode to avoid breaking http headers - fix links to page in parentlinks if $url is unset - reorganise how wikilink is used in templates - only make recentchanes link if svn is enabled - change session id cookie to something we control - add support for logging committer name for web commits from signed in users (untested) - probably more changes I forgot
2006-03-12improve messagejoey
2006-03-12add rev as comment to shut up html::templatejoey
2006-03-12dohjoey
2006-03-12template for recentchangesjoey