aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/sparkline.pm
Commit message (Collapse)AuthorAge
* Use Digest::SHA built into perl rather than external Digest::SHA1 to ↵Joey Hess2010-07-31
| | | | simplify dependencies. Closes: #591040
* improve preview mode commentsJoey Hess2010-06-09
|
* setup file orderingJoey Hess2010-02-12
|
* sparkline: show error if php does not runJoey Hess2009-10-14
|
* s//bad//invalid// # jonas=Joey Hess2009-07-19
|
* doubled semicolonsJoey Hess2009-02-11
|
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* add plugin safe/rebuild info (part 3 of 3)Joey Hess2008-08-03
|
* switch preprocess hooks to use error functionJoey Hess2008-07-13
|
* revert destpage part of f7bdc2385Joey Hess2008-03-23
| | | | | | | | 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.
* * Use forcebaseurl to make page previews be displayed with the html baseJoey Hess2008-03-12
| | | | | | 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.
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | 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.
* fix links to sparklines; abs2rel -> urltojoey2007-04-01
|
* more i18n improvementsjoey2007-03-07
|
* support previewing of sparklines: embed in data uris for previewjoey2007-03-07
|
* improve l10njoey2007-03-07
|
* * Add a sparline plugin.joey2007-03-07