summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/tag.pm
AgeCommit message (Expand)Author
2011-04-30tag: Avoid autocreating multiple tag pages that vary only in capitalization. ...Joey Hess
2011-01-07tag: default to tag_autocreate_commit=1 as intendedSimon McVittie
2011-01-07tag: optionally write autocreated tags to the transient underlaySimon McVittie
2011-01-05unescape tag namesGiuseppe Bilotta
2011-01-04fix patch to not strip a leading "." unless it's part of a pathJoey Hess
2011-01-04fix patch to not expose config setting as a regexpJoey Hess
2011-01-04tag name sanitationGiuseppe Bilotta
2010-06-23rcs_commit and rcs_commit_staged api changesJoey Hess
2010-04-21turn on tag_autocreate by default if tagbase is setJoey Hess
2010-04-21Merge branch 'master' into autotagJoey Hess
2010-04-21remove broken ./tag supportJoey Hess
2010-04-21fixesJoey Hess
2010-04-21clarifyJoey Hess
2010-04-21Merge branch 'master' into autotagJoey Hess
2010-04-21pass pagespec parameters along from match_taggedJoey Hess
2010-04-21add separate template variable for tag page and sanitize displayed tag nameJoey Hess
2010-04-21commit autocreated tag pagesJoey Hess
2010-04-17fix autotag behavior for relative tagsJoey Hess
2010-04-17call gentag for taglinks tooJoey Hess
2010-04-17fix autofile callJoey Hess
2010-04-17tag_autocreate fixupsJoey Hess
2010-04-17refactor autofilesJoey Hess
2010-04-17Merge remote branch 'davrieb/autotag' into autotagJoey Hess
2010-04-04Remove tagged_is_strict option, and just behave as though it was enabledSimon McVittie
2010-04-04implement typed links; add tagged_is_strict config optionSimon McVittie
2010-04-03Make sure deleted tag pages don't get recreated.David Riebenbauer
2010-04-03Check for existence off srcfile in add_autofileDavid Riebenbauer
2010-02-02Export add_autofile() for use in Plugins.David Riebenbauer
2010-02-02Use add_autofile() in tag.pmDavid Riebenbauer
2010-02-02Automatically create tag pages,David Riebenbauer
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