summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/brokenlinks.pm
AgeCommit message (Expand)Author
2009-10-09brokenlinks: use pagespec_match_listJoey Hess
2009-10-08change how dependency types are specified to add_dependsJoey Hess
2009-10-05use links dependencyJoey Hess
2009-10-03orphans and brokenlinks cannot use contentless dependencyJoey Hess
2009-08-14optimise brokenlinks by gathering the data when calculating backlinksJoey Hess
2009-08-13Add discussionpage configuration settingJoey Hess
2009-08-13optimise gettext callsJoey Hess
2009-06-04fix further places where translated discussion case was assumedJoey Hess
2009-04-23pagespec_match_list added and used in most appropriate placesJoey 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-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
2007-12-16* brokenlinks: Don't list the same link multiple times. (%links mightJoey Hess
2007-11-17* More compact output for the brokenlinks plugin.Joey Hess
2007-11-08missed localising a stringJoey Hess
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
2007-02-20* Changed calling convention for httmllink slightly. The first threejoey
2007-02-06* Patch based on a patch from Ethan to support relative matching injoey
2007-01-31* Fix several more missing translations of Discussion.joey
2006-12-29* Initial work on internationalization of the program code. po/ikiwiki.potjoey
2006-10-08change wordjoey
2006-09-09* Work on firming up the plugin interface:joey
2006-08-02* Renamed GlobLists to PageSpecs.joey
2006-07-29fix %links iterationjoey
2006-07-27* Switch pagetemplate hooks to using named parameters.joey
2006-05-26* --getctime had bitrotted (well I only ever used it the once so far..),joey
2006-05-06* Remove dups from the brokenlinks list.joey
2006-05-05* Allow discussion links on pages to be turned off with --no-discussion.joey
2006-05-03change plugin interface to use named parameters for flexabilityjoey
2006-05-02* Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey
2006-05-02* Added plugin system, currently only supporting for PreProcessorDirectives.joey