- use templates for signin form, error messages
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 16:37:26 +0000 (16:37 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 16:37:26 +0000 (16:37 +0000)
commit798c48a1a6ec32274ba031660bdd3eeef462e468
tree9003cd8bb5b3cf9dca4a501a51d329cce0aa7355
parent09a97d699eb84e792df110f9716ce31b86ba9c61
- use templates for signin form, error messages
- 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
doc/setup.mdwn
doc/templates.mdwn
ikiwiki
templates/editpage.tmpl [new file with mode: 0644]
templates/misc.tmpl [new file with mode: 0644]
templates/page.tmpl
templates/recentchanges.tmpl