| Commit message (Expand) | Author | Age |
* | reset SIGPIPE before returning | Joey Hess | 2007-11-05 |
* | * pagespec_match() has changed to take named parameters, to better allow••• for extended pagespecs. The old calling convention will still work for
back-compat for now.
* The calling convention for functions in the IkiWiki::PageSpec namespace
has changed so they are passed named parameters.
* Plugin interface version increased to 2.00 since I don't anticipate any
more interface changes before 2.0.
| joey | 2007-04-27 |
* | * Fix a forkbomb in various calls to IPC::Open2, which has a highly••• braindead interface. Closes: #389383
| joey | 2006-09-25 |
* | * 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.
| joey | 2006-09-09 |
* | * Add proper waitpid calls for open2ed processes throughout to avoid••• zombies; this hit htmltidy especially badly.
| joey | 2006-09-03 |
* | * Change htmlize, format, and sanitize hooks to use named parameters. | joey | 2006-08-28 |
* | * Catch failing IPC::Open2 in tidy plugin and retry in case this is a••• transient failure to fork (which I've seen happen in the wild).
| joey | 2006-08-17 |
* | * Turn off tidy indentation too. | joey | 2006-08-05 |
* | * Move tidy back to sanitize hook, found out how to only show body. | joey | 2006-08-05 |
* | * Disable tidy generator tag. | joey | 2006-08-05 |
* | * Don't run tidy with -xml as that fails if the input is not well-formed.••• Run it with -asxhtml instead, so it will output well-formed xhtml no
matter what the input.
* Disable tidy warnings too.
* Add a new format hook, and make tidy use it, since tidy can really only
operate on and output complete html documents, not the body chunks
that sanitise gets.
| joey | 2006-08-04 |
* | * Fix the htmltidy plugin, which wasn't working due my breaking it when••• I added it..
| joey | 2006-08-04 |
* | * htmltidy plugin from Faidon. | joey | 2006-07-29 |