ikiwiki/IkiWiki
joey 2a0d91af2f * Fix link() PageSpecs to not just look at the raw link text, but at where
that given link points based on the page doing the linking. Note that this
  could make such PageSpecs match different things than before, if you
  relied on the old behavior of them only matching the raw link text.
* This required changing the match_* interface, adding a third parameter.
* Allow link() PageSpecs to match relative, as is allowed with globs.a
* Add postform option to inline plugin.
* Add an bug tracker to the softwaresite example.
2007-03-21 23:11:09 +00:00
..
Plugin * Fix link() PageSpecs to not just look at the raw link text, but at where 2007-03-21 23:11:09 +00:00
Rcs * Applied a patch from Michał to make the mercurial backend pass --quiet to 2007-03-18 22:20:44 +00:00
Setup * Make ikiwiki -verbose -setup with a setup file that enabled syslog logging 2007-03-17 23:32:48 +00:00
CGI.pm * Detect the case of two people independently creating the same page at the 2007-03-17 23:57:03 +00:00
Render.pm * The underscore escaping support exposed a bug in edit links: Such links 2007-03-08 06:03:59 +00:00
Setup.pm
UserInfo.pm using setsid before import.. how did that ever work? 2007-02-21 09:15:04 +00:00
Wrapper.pm