aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/tag.pm
Commit message (Expand)AuthorAge
* Avoid %links accumulating duplicates. (For TOVA)Joey Hess2009-05-06
* rename tag() to tagged(); add docsJoey Hess2009-02-19
* add tag() pagespecJoey Hess2009-02-19
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* remove redundant link mungeJoey Hess2008-11-10
* tag: Normalize tagbase so leading/trailing slashes in it don't break things.Joey Hess2008-11-10
* tag: When tagpage is set, force the links created by tagging to point at the ...Joey Hess2008-10-20
* Export pagetitle, titlepage, linkpage.Joey Hess2008-09-27
* tag: Make edit link for new tags ensure that the tags are created inside tagb...Joey Hess2008-09-25
* add plugin safe/rebuild info (part 3 of 3)Joey Hess2008-08-03
* remove default values in getsetupJoey Hess2008-07-26
* finish adding getsetup hooks to pluginsJoey Hess2008-07-26
* Don't prepend tagbase to tags if they start with "./" or "/".Simon McVittie2008-07-21
* patch from madduck to fix thinkojoey2007-09-24
* make taglink support the same method for specifying link text as a regularjoey2007-09-22
* * Add taglink preprocessor directive, supporting visible tag links.joey2007-09-20
* * Add rel=tag attribute to tag links, supporting that microformat, as welljoey2007-08-05
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
* * Fix tags to page names that contain special characters.joey2007-04-04
* deal with new preview parameterjoey2007-03-07
* * Allow multiple tag settings to appear in a single page.joey2007-02-14
* * Fix missing categories in rss/atom feeds.joey2007-01-14
* * Make sure to check for errors from every eval.joey2006-11-08
* instead of over and over. Typical speedup is ~4x. Max possible speedup:joey2006-10-28
* * Work on firming up the plugin interface:joey2006-09-09
* fix title metadata on blogs, reorg needed to do it, simplified tag somejoey2006-07-31
* * Put categories in rss feeds for tagged items.joey2006-07-29
* * Add exclude option in setup files, works same as --exclude.joey2006-07-28
* * Add getopt hook type, this allows plugins to add new command-line options.joey2006-07-28
* Hope encrico doesn't mind, but I changed the location and layout of thejoey2006-07-28
* more destpage improvementsjoey2006-07-27
* * Switch pagetemplate hooks to using named parameters.joey2006-07-27
* - Adds a tag plugin that allows more easily tagging pages.joey2006-07-27
* * Patch from Enrico thatjoey2006-07-27