aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/map.pm
Commit message (Expand)AuthorAge
* note about titles and dependenciesJoey Hess2008-06-15
* map: Add a "show" parameter. "show=title" can be used to display page titles,...Joey Hess2008-06-15
* * map: Fix handling of common prefix to handle the case where it's••• in a subdirectory. Patch by Larry Clapp. Joey Hess2007-12-28
* * meta: Drop support for "meta link", since supporting this for internal•••* map: Don't inline images. Joey Hess2007-12-16
* * map: Recent changes caused unnecessary ul's to be inserted for items••• that were all at the same level, fix. Closes: #449285 Joey Hess2007-11-07
* $common_prefix may never get definedjoey2007-09-22
* fix htmljoey2007-09-22
* * map: Render pages on the way to subpages whose parent pages••• 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(). joey2007-09-22
* * map: Render empty nodes on the way to subpages whose parent pages••• are not included in the map. * map: Fix valid html issue. joey2007-09-21
* * tag: Add taglink preprocessor directive, supporting visible tag links.•••* map: Fully specify paths to links to avoid issues when the bestlink didn't point to the correct page. joey2007-09-20
* * Make the map plugin notice when pages in the map are deleted and update••• it. joey2007-07-25
* * 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. joey2007-04-27
* * Changed calling convention for httmllink slightly. The first three••• parameters remain the same, but additional options are now passed in using named parameters. * Change plugin interface version to 1.02 to reflect this change. * Add a new anchor option to htmllink. Thanks Ben for the idea. * Support anchors in wikilinks. * Add a "more" plugin based on one contributed by Ben to allow implementing those dreaded "Read more" links in blogs. joey2007-02-20
* * Patch based on a patch from Ethan to support relative matching in••• PageSpecs, by using "./". pagespec_match() has grown a new third parameter to support this. joey2007-02-06
* * 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. joey2006-09-09
* typojoey2006-09-07
* * Add first draft at a Restructured Text (rst) plugin, by Sergio••• Talens-Oliag. Note that this has many known issues -- see the caveats on the plugin's page. * Credit everyone who wrote a plugin on the plugins' wiki pages. joey2006-08-19
* generate valid xhtml in all cases, including nestingjoey2006-08-18
* remove maxdepth, it can be accomplished by pagespec like ".. and !*/*/*/*"joey2006-08-18
* * Add a map plugin contributed by Alessandro Dotti Contra.joey2006-08-18