summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2009-11-10httpauth: Add cgiauthurl setting that can be used to do http basic auth only ↵Joey Hess
when ikiwiki needs authentication, rather than for any access to the cgi/wiki.
2009-11-09localstyle: New plugin, allows overrding the toplevel local.css with one ↵Joey Hess
that is closer to a page. I chose not to have it override style.css, because style.css is not really intended to be edited; the one from the underlay is intended to be used as a base that local.css overrides. I chose to use a plugin rather than changing the default behavior, both because I didn't want to have to worry about possibly breaking backwards compatability (though this seems unlikely), and because it seemed cleaner to not include style template parameters in the main page template code. I suppose someone might want a way to not override the toplevel local.css, but instead include it as well as foo/local.css. Probably the best way to do that would be to have foo/local.css @import ../local.css (modulo browser compatability issues). Alternatively, edit page.tmpl to always include the toplevel local.css, or swap out this plugin for another one.
2009-11-08Moved the postscan hook to run on the raw html of a page, before the ↵Joey Hess
template is filled out. This improves the search plugin's indexing, since it will not include navigational elements from the page template or sidebar.
2009-11-05rm empty discussion pageJon Dowland
2009-11-05move forumhttp://mcfrisk.myopenid.com/
2009-11-04from html to ikiwiki with url compatibilityhttp://mcfrisk.myopenid.com/
2009-10-29google: Pass the whole wiki url to google, not just the domain, so that ↵Joey Hess
search works correctly for wikis that are located in subdirectories of domains.
2009-10-28the setup file wants `rsync_command`, not `rsync`Amitai Schlair
2009-10-28update URL to mediawiki pluginJon Dowland
2009-10-27Google will take a full URL, request that the plugin send itAmitai Schlair
2009-10-27403 response may be a "not found" tooJogo
2009-10-26moderatedcomments: New plugin to allow comment moderation w/o relying on ↵Joey Hess
blogspam.net.
2009-10-16shortcuts: local file.tschwinge
2009-10-15not another hidden requirement...http://smcv.pseudorandom.co.uk/
2009-10-15add a bit more attribution so it's clearer what Joey wrotehttp://smcv.pseudorandom.co.uk/
2009-10-15comments after trying to implement joey's ideahttp://smcv.pseudorandom.co.uk/
2009-10-14Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-13.htaccess hackhttp://schmonz.livejournal.com/
2009-10-13Merge branch 'dependency-types'Joey Hess
Conflicts: doc/todo/dependency_types.mdwn
2009-10-12(no commit message)Jogo
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