Make sure deleted tag pages don't get recreated.
[ikiwiki.git] / IkiWiki / Plugin / tag.pm
2010-04-03 David RiebenbauerMake sure deleted tag pages don't get recreated.
2010-04-03 David RiebenbauerCheck for existence off srcfile in add_autofile
2010-02-02 David RiebenbauerExport add_autofile() for use in Plugins.
2010-02-02 David RiebenbauerUse add_autofile() in tag.pm
2010-02-02 David RiebenbauerAutomatically create tag pages,
2009-05-19 Joey HessMerge branch 'master' into po
2009-05-06 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-05-06 Joey HessAvoid %links accumulating duplicates. (For TOVA)
2009-04-04 Joey HessMerge branch 'master'
2009-03-08 intrigeriMerge commit 'upstream/master' into prv/po
2009-02-19 Joey Hessrename tag() to tagged(); add docs
2009-02-19 Joey Hessadd tag() pagespec
2009-01-01 intrigeriMerge commit 'upstream/master' into prv/po
2008-12-31 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-12-31 Joey HessMerge branch 'next'
2008-12-30 intrigeriMerge commit 'upstream/master' into prv/po
2008-12-29 Joey HessMerge branch 'master' into next
2008-12-28 Joey HessMerge branch 'master' into next
2008-12-26 Joey HessMerge branch 'master' into next
2008-12-26 Joey HessMerge branch 'master' into next
2008-12-25 Joey HessMerge branch 'master' into next
2008-12-23 Joey HessMerge branch 'master' into next
2008-12-23 Joey Hessfinalise version 3.00 of the plugin api
2008-12-17 Joey HessCoding style change: Remove explcit vim folding markers.
2008-11-11 Joey HessMerge branch 'master' into po
2008-11-11 intrigeriMerge commit 'upstream/master' into prv/po
2008-11-11 Joey Hessremove redundant link munge
2008-11-11 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-11-11 Joey Hesstag: Normalize tagbase so leading/trailing slashes...
2008-11-02 intrigeriMerge branch 'prv/po' into pub/po
2008-11-02 intrigeriMerge commit 'origin/master' into prv/po
2008-10-20 Joey Hesstag: When tagpage is set, force the links created by...
2008-09-27 Joey HessExport pagetitle, titlepage, linkpage.
2008-09-27 Joey HessMerge commit 'smcv/beautify'
2008-09-26 Joey Hesstag: Make edit link for new tags ensure that the tags...
2008-08-03 Joey Hessadd plugin safe/rebuild info (part 3 of 3)
2008-07-31 Joey HessMerge branch 'master' into autoconfig
2008-07-29 Joey HessMerge branch 'tova' into autoconfig
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey Hessremove default values in getsetup
2008-07-26 Joey HessMerge branch 'master' into autoconfig
2008-07-26 Joey Hessfinish adding getsetup hooks to plugins
2008-07-21 Joey HessMerge branch 'master' into tova
2008-07-21 Joey HessMerge commit 'smcv/master'
2008-07-21 Simon McVittieDon't prepend tagbase to tags if they start with "...
2007-09-24 joeypatch from madduck to fix thinko
2007-09-22 joeymake taglink support the same method for specifying...
2007-09-20 joey* Add taglink preprocessor directive, supporting visibl...
2007-08-05 joey* Add rel=tag attribute to tag links, supporting that...
2007-04-27 joey* pagespec_match() has changed to take named parameters...
2007-04-04 joey* Fix tags to page names that contain special characters.
2007-03-07 joeydeal with new preview parameter
2007-02-14 joey* Allow multiple tag settings to appear in a single...
2007-01-14 joey* Fix missing categories in rss/atom feeds.
2006-11-08 joey* Make sure to check for errors from every eval.
2006-10-28 joey instead of over and over. Typical speedup is ~4x...
2006-09-09 joey* Work on firming up the plugin interface:
2006-07-31 joeyfix title metadata on blogs, reorg needed to do it...
2006-07-29 joey* Put categories in rss feeds for tagged items.
2006-07-28 joey* Add exclude option in setup files, works same as...
2006-07-28 joey* Add getopt hook type, this allows plugins to add...
2006-07-28 joeyHope encrico doesn't mind, but I changed the location...
2006-07-27 joeymore destpage improvements
2006-07-27 joey* Switch pagetemplate hooks to using named parameters.
2006-07-27 joey - Adds a tag plugin that allows more easily tagging...
2006-07-27 joey* Patch from Enrico that