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