summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2009-10-11Merge branch 'master' into dependency-typesJoey Hess
2009-10-11responseJoey Hess
2009-10-11Merge branch 'master' into dependency-typesJoey Hess
Conflicts: debian/changelog doc/plugins/calendar.mdwn
2009-10-11Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-11ikiwiki-calendar: New command automates creation of archive pages using the ↵Joey Hess
calendar plugin.
2009-10-11typoJoey Hess
2009-10-11typoJoey Hess
2009-10-11(no commit message)Jogo
2009-10-10(no commit message)Jogo
2009-10-09add_depends: optimise influence calculationJoey Hess
I made match_* functions whose influences can vary depending on the page matched set a special "" influence to indicate this. Then add_depends can try just one page, and if static influences are found, stop there.
2009-10-09pagespec_match_list: change limit to filterJoey Hess
2009-10-09pagespec_match_list allow additional pagespec limit parameters againJoey Hess
2009-10-08rename use_pagespec to pagespec_match_listJoey Hess
To avoid breaking plugins, also support the old pagespec_match_list calling convention, with a deprecation warning.
2009-10-08inline: switch to use_pagespecJoey Hess
Taking advantage of every single one of its features, of course. Even had to add one more..
2009-10-08add use_pagespec and deptype functionsJoey Hess
2009-10-07add type info to influence informationJoey Hess
2009-10-07add influence info to match_*Joey Hess
Also update docs, test suite.
2009-10-07Merge branch 'master' into dependency-typesJoey Hess
2009-10-07mention that pagespec_match returns an overloaded valueJoey Hess
2009-10-05Merge branch 'master' into dependency-typesJoey Hess
2009-10-05responses, questions, ideasJoey Hess
2009-10-05thoughts about renaming the actual images to .albumimagehttp://smcv.pseudorandom.co.uk/
2009-10-05switch plugins page to use a map instead of an inlineJoey Hess
A map just seems a better fit for reference, since it deliniates the contrib plugins better, and orders better. It also has the advantage of being less expensive, since the plugins page does not need to update when eg, the pagecount page changes. Only downside is, no rss feed of new plugins. Which I know a few people were subscribed to.
2009-10-05syntaxJoey Hess
2009-10-05omit forum and javascript from listJoey Hess
2009-10-05make links dependencies fire if broken links changeJoey Hess
2009-10-04rework dependency types codeJoey Hess
Simplify, change default content depends number to 1, change interface to make more sense.
2009-10-04document effect of contentless dependencies on sidebar efficiencyJoey Hess
2009-10-03document add_depends dependency type interfaceJoey Hess
2009-10-02fix wording here tooJoey Hess
2009-10-02add bug about transitive dependenciesJoey Hess
2009-10-01documentation seems inaccuratemartin
2009-10-01[patch] add an option to determine whether put autoindex pages in repo or nothttp://weakish.pigro.net/
2009-09-30thoughtsJoey Hess
2009-09-25reply to potential album userhttp://smcv.pseudorandom.co.uk/
2009-09-25create myself a user pageDavid Riebenbauer
and link from my signatures so far
2009-09-22installation attachments q'sbrush
2009-09-17see Resolve native reStructuredText links to ikiwiki pageshttp://kaizer.se/
2009-09-16Resolving WikiLinks in rst -- WIPhttp://kaizer.se/
2009-09-12typoAmitai Schlair
2009-09-12remove cgi exclusionJoey Hess
Note that a typical use of this plugin is for a static site, w/o cgi support enabled.
2009-09-11updateJoey Hess
2009-09-11doc update, add --exclude ikiwiki.cgi to examplesJoey Hess
2009-09-11respJoey Hess
2009-09-11responseAmitai Schlair
2009-09-11reviewJoey Hess
2009-09-10add rcs/cvsJoey Hess
2009-09-10catch up to genwrapperAmitai Schlair
2009-09-10new hookJoey Hess
2009-09-10Add genwrapper hook, that can be used to add code into the C wrapper.Joey Hess