ikiwiki/t
joey dae0f48e91 * Work on firming up the plugin interface:
- Plugins should not need to load IkiWiki::Render to get commonly
    used functions, so moved some functions from there to IkiWiki.
  - Picked out the set of functions and variables that most plugins
    use, documented them, and made IkiWiki export them by default,
    like a proper perl module should.
  - Use the other functions at your own risk.
  - This is not quite complete, I still have to decide whether to
    export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
  referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
  to make like changes to it and avoid use of non-exported symboles from
  "IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
  setting.
2006-09-09 22:50:27 +00:00
..
basename.t add 2006-05-02 21:15:39 +00:00
bestlink.t * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
crazy-badass-perl-bug.t * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
dirname.t add 2006-05-02 21:15:39 +00:00
html.t * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
htmlize.t * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
linkify.t * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
pagespec_match.t * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
pagespec_merge.t * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
pagetitle.t dirname, basename, bestlink, linkify, pagetitle, titlepage. 2006-05-04 18:51:26 +00:00
readfile.t * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
syntax.t * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on 2006-08-08 14:55:14 +00:00
test1.mdwn * -CSD does not affect modules, so readfile() was not using the utf-8 input 2006-06-15 06:37:33 +00:00
test2.mdwn add a testcase for the weird markdown utf-8 crasher to make sure that 2006-06-16 04:56:25 +00:00
test3.mdwn FUCK UTF8 fuck fuck fuck!!! 2006-07-02 03:54:12 +00:00
titlepage.t dirname, basename, bestlink, linkify, pagetitle, titlepage. 2006-05-04 18:51:26 +00:00