aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
Commit message (Collapse)AuthorAge
...
* * meta: Drop support for "meta link", since supporting this for internalJoey Hess2007-12-16
| | | | * map: Don't inline images.
* * meta: Drop support for "meta link", since supporting this for internalJoey Hess2007-12-16
| | | | | | | | | | | | | | | | links required meta to be run during scan, which complicated its data storage, since it had to clear data stored during the scan pass to avoid duplicating it during the normal preprocessing pass. * If you used "meta link", you should switch to either "meta openid" (for openid delegations), or tags (for internal, invisible links). I assume that nobody really used "meta link" for external, non-openid links, since the htmlscrubber ate those. (Tell me differently and I'll consider bringing back that support.) * meta: Improved data storage. * meta: Drop the hackish filter hook that was used to clear stored data before preprocessing, this hack was ugly, and broken (cf: liw's disappearing openids). * aggregate: Convert filter hook to a needsbuild hook.
* Set page_numfeeds only if feeds are being generatedNis Martensen2007-12-12
|
* * shortcut: Expand %S to the raw input text, not url-encoded.Joey Hess2007-12-12
|
* * Htmlize parameters passed to the template preprocessor directive beforeJoey Hess2007-12-12
| | | | | | | inserting them into the html template. This ensures that markdown acts on them, even if the value is expanded inside a block-level html element in the html template. Closes: #454058 * Use a div in the note template rather than a span.
* don't duplicate code from editpage, just pull the values it sets out of theJoey Hess2007-12-12
| | | | formbuilder object
* * Change formbuilder hook to not be responsible for displaying a form,Joey Hess2007-12-12
| | | | | | so that more than one plugin can use this hook. I believe this is a safe change, since only passwordauth uses this hook. (If some other plugin already used it, it would have broken passwordauth!)
* works, but I'm not entirely happy with it yetJoey Hess2007-12-12
| | | | | | It would be better if it were a formbuilder hook. But the formbuilder hook is wacked.. I may need to change how that hook works, which would mean changing the only current user of it, passwordauth).
* incomplate edittemplate pluginJoey Hess2007-12-12
|
* reorgJoey Hess2007-12-09
|
* logic fixJoey Hess2007-12-08
|
* * The calendar plugin stores state about when it needs to be updated,Joey Hess2007-12-08
| | | | | | | | and forces rebuilds of the pages that contain calendars. So running ikiwiki --refresh at midnight is now enough, no need for a full wiki rebuild each midnight. * calendar: Work around block html parsing bug in markdown 1.0.1 by enclosing the calendar in an extra div.
* real redir cycle detectionJoey Hess2007-12-08
|
* ensure state is dropped when a page stops embeddeding the versionJoey Hess2007-12-08
|
* forgot to addJoey Hess2007-12-08
|
* * Finally implemented a simple per-page data storage mechanism for plugins,Joey Hess2007-12-08
| | | | | via the %pagestate hash. * Use pagestate in meta to detect potential redir loops.
* MAJOR basewiki reorgJoey Hess2007-12-08
| | | | | Including redir pages for the moved basewiki pages. These will be removed in a future release.
* wikilink fixJoey Hess2007-12-08
|
* drop redir loop detection codeJoey Hess2007-12-08
| | | | | | it won't work for incremental builds for now, relying on browsers to notice loops
* * meta: Add redir support, based on a patch by Thomas Schwinge.Joey Hess2007-12-08
|
* Here is a patch to add a forwarding functionality to the meta pluginThomas Schwinge2007-12-08
|
* * Improve workaround for perl bug #376329. Rather than double-encoding,Joey Hess2007-11-27
| | | | | | | which has been reported to cause encoding problems (though I haven't reproduced them), just catch a failure of markdown, and retry. (The crazy perl bug magically disappears on the retry.) Closes: #449379
* * toc: Handle html elements embedded inside a header, rather thanJoey Hess2007-11-23
| | | | stopping collecting the header text at the first element.
* * Allow html5 video and audio tags and their attributes in the htmlscrubber.Joey Hess2007-11-18
|
* * More compact output for the brokenlinks plugin.Joey Hess2007-11-17
|
* prottype fixesJoey Hess2007-11-14
|
* * inline: Add timeformat parameter to control how the ctime ofJoey Hess2007-11-13
| | | | inlined pages is displayed. Closes: #451019
* missed localising a stringJoey Hess2007-11-08
|
* Fix table plugin to not generate an unbalanced tbody tag with header=noJosh Triplett2007-11-08
| | | | | | The table plugin omitted </tbody> with header=no, but always generated <tbody>, resulting in an unbalanced tag. Fix that by omitting <tbody> too.
* * map: Recent changes caused unnecessary ul's to be inserted for itemsJoey Hess2007-11-07
| | | | that were all at the same level, fix. Closes: #449285
* reset SIGPIPE before returningJoey Hess2007-11-05
|
* improve use of seen hashJoey Hess2007-10-30
|
* * Fix an aggregate plugin expiry bug. Over time, it's possible for the sameJoey Hess2007-10-30
| | | | | | page name to be expired and reused for several distinct guids. When this happened, the expiry code counted each past guid that had used that page name as a currently existing page, and thus expired too many pages.
* * Fix some issues with toggles in preview mode.Joey Hess2007-10-29
|
* use nulls to avoid ambiguitiesJoey Hess2007-10-25
|
* * Add handling of feeds for nested inlines, as well as support for aJoey Hess2007-10-25
| | | | | single page containing two different feeds. * Also fixed some places in inline that failed to use destpage correctly.
* only use half the max sizeJoey Hess2007-10-25
|
* * postsparkline: Avoid a confusing error message if no pages matchJoey Hess2007-10-24
| | | | and instead show an empty graph.
* fix foldingjoey2007-10-23
|
* explicitly use POSIXjoey2007-10-23
|
* * Add a calendar plugin, contributed by Manoj Srivastava.joey2007-10-23
| | | | | | | | | * Reformat calendar plugin to ikiwiki conventions. * The calendar plugin made *every* page depend on every other page, which seemed a wee tiny little bit overkill. Fixed the dependency calculations (I hope.) * Removed manual ctime statting code, and just have the calendar plugin use %pagectime.
* * Rewritten rst plugin by madduck is a python program that communicates withjoey2007-10-15
| | | | | | ikiwiki via XML RPC. This should be much faster than the old plugin that had to fork python for every rst page render. Note that if you use the rst plugin, you now need to have the RPC::XML perl module installed.
* untaint plugin filename, will be tainted if specified at the command linejoey2007-10-13
|
* * camelcase: Tighten regexp to avoid false positives. WikiWords are onlyjoey2007-09-28
| | | | linkified now if they are preceeded by whitespace.
* patch from madduck to fix thinkojoey2007-09-24
|
* $common_prefix may never get definedjoey2007-09-22
|
* fix htmljoey2007-09-22
|
* make taglink support the same method for specifying link text as a regularjoey2007-09-22
| | | | | wikilink
* * img: Allow link=somepage to cause the image to link to a given page.joey2007-09-22
| | | | | Slight overriding of link, as link=no is still used to disable the linking entirely. Unless you have a page named "no"..
* * map: Render pages on the way to subpages whose parent pagesjoey2007-09-22
| | | | | | are not included in the map. Include special styling for such pages. * map: Remove common prefixes and don't over-indent. * Add class option to htmllink().