Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-31 | Use Digest::SHA built into perl rather than external Digest::SHA1 to ↵ | Joey Hess | |
simplify dependencies. Closes: #591040 | |||
2010-06-09 | improve preview mode comments | Joey Hess | |
2010-05-04 | graphviz: Fix display of preexisting images in preview mode. | Joey Hess | |
2010-02-12 | setup file ordering | Joey Hess | |
2009-02-11 | doubled semicolons | Joey Hess | |
2008-12-23 | finalise version 3.00 of the plugin api | Joey Hess | |
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-08-14 | graphviz: Fix breakage of the name of the preprocessor directive. | Joey Hess | |
2008-08-03 | add plugin safe/rebuild info (part 1 of 2) | Joey Hess | |
too many plugins.. brain exploding.. | |||
2008-07-26 | fix plugin name | Joey Hess | |
2008-07-13 | switch preprocess hooks to use error function | Joey Hess | |
2008-03-23 | revert destpage part of f7bdc2385 | Joey Hess | |
destpage does not normally need to be worried about when creating other files as part of the process of rendering a page. Using destpage results in inlined pages creating two copies of such files. It works to not use destpage in this case because the inlining page depends on the source page, so if the source page is modified or deleted the inlining page will be updated. | |||
2008-03-12 | * Use forcebaseurl to make page previews be displayed with the html base | Joey Hess | |
set to the destination page. This avoids need for hacks to munge the urls in preview mode, which fixes several bugs. * Several destpage fixes in plugins. | |||
2007-07-29 | * Fix problems with previewing in the graphviz plugin. Thanks, | joey | |
HenrikBrixAndersen. | |||
2007-07-25 | * Fix graphviz plugin to not try to read images as utf-8; they might | joey | |
sometimes contain invalid utf-8 byte sequences. Thanks, HenrikBrixAndersen. | |||
2007-04-27 | * pagespec_match() has changed to take named parameters, to better allow | joey | |
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. | |||
2007-04-09 | * Add a graphviz plugin. | joshtriplett | |
* Suggests: graphviz |