ikiwiki/IkiWiki
joey 278b16c79a * In the cgi edit path, reload the index file before rendering. A bug
showed up where a web edit that added a page caused a near-concurrent
  web edit to fail in will_render. While it would be hard to reproduce this,
  my analysis is that the failing cgi started first, loaded the index file
  (prior to locking) then the other cgi created the new page and rendered
  it, and then the failing cgi choked on the new file when _it_ tried to
  render it. Ensuring that the index file is loaded after taking the lock
  will avoid this bug.
2007-10-10 18:40:54 +00:00
..
Plugin * camelcase: Tighten regexp to avoid false positives. WikiWords are only 2007-09-28 20:50:20 +00:00
Rcs * French translation update. Closes: #445923 2007-10-10 18:15:15 +00:00
Setup * Correct a longstanding bug that could cause the edit form to be empty. 2007-06-30 00:48:39 +00:00
CGI.pm * In the cgi edit path, reload the index file before rendering. A bug 2007-10-10 18:40:54 +00:00
Render.pm * Support for looking in multiple directories for underlay files. 2007-08-28 01:59:01 +00:00
Setup.pm added some comments for translators 2007-01-04 12:00:23 +00:00
UserInfo.pm correct documentation about scan hook (which has never existed) 2007-05-06 17:10:34 +00:00
Wrapper.pm get confused. So it's best for ikiwiki to follow the compatability 2007-07-09 00:39:55 +00:00