aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/tag.pm
Commit message (Expand)AuthorAge
* Silence "used only once: possible typo" warnings for variables that are part ...Simon McVittie2016-01-19
* autoindex and tag use transient underlay when not committing, so do not need ...Joey Hess2013-11-17
* disable only_committed_changes when uncommitted files are created by pluginsJoey Hess2013-11-17
* tag plugin: encode categories using numeric valuesGiuseppe Bilotta2011-12-24
* Fix escaping of html entities in tag names.Joey Hess2011-07-29
* tag: Avoid autocreating multiple tag pages that vary only in capitalization. ...Joey Hess2011-04-30
* tag: default to tag_autocreate_commit=1 as intendedSimon McVittie2011-01-07
* tag: optionally write autocreated tags to the transient underlaySimon McVittie2011-01-07
* unescape tag namesGiuseppe Bilotta2011-01-05
* fix patch to not strip a leading "." unless it's part of a pathJoey Hess2011-01-04
* fix patch to not expose config setting as a regexpJoey Hess2011-01-04
* tag name sanitationGiuseppe Bilotta2011-01-04
* rcs_commit and rcs_commit_staged api changesJoey Hess2010-06-23
* turn on tag_autocreate by default if tagbase is setJoey Hess2010-04-21
* Merge branch 'master' into autotagJoey Hess2010-04-21
|\
| * remove broken ./tag supportJoey Hess2010-04-21
* | fixesJoey Hess2010-04-21
* | clarifyJoey Hess2010-04-21
* | Merge branch 'master' into autotagJoey Hess2010-04-21
|\|
| * pass pagespec parameters along from match_taggedJoey Hess2010-04-21
* | add separate template variable for tag page and sanitize displayed tag nameJoey Hess2010-04-21
* | commit autocreated tag pagesJoey Hess2010-04-21
* | fix autotag behavior for relative tagsJoey Hess2010-04-17
* | call gentag for taglinks tooJoey Hess2010-04-17
* | fix autofile callJoey Hess2010-04-17
* | tag_autocreate fixupsJoey Hess2010-04-17
* | refactor autofilesJoey Hess2010-04-17
* | Merge remote branch 'davrieb/autotag' into autotagJoey Hess2010-04-17
|\ \ | |/ |/|
| * Make sure deleted tag pages don't get recreated.David Riebenbauer2010-04-03
| * Check for existence off srcfile in add_autofileDavid Riebenbauer2010-04-03
| * Export add_autofile() for use in Plugins.David Riebenbauer2010-02-02
| * Use add_autofile() in tag.pmDavid Riebenbauer2010-02-02
| * Automatically create tag pages,David Riebenbauer2010-02-02
* | Remove tagged_is_strict option, and just behave as though it was enabledSimon McVittie2010-04-04
* | implement typed links; add tagged_is_strict config optionSimon McVittie2010-04-04
|/
* 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