summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2008-05-13Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-13mdwn: Add a multimarkdown setup file option.Joey Hess
2008-05-13web commit by https://noone.org/openid//: Added note about license (GPL)Joey Hess
2008-05-08add --delete-bucket optionJoey Hess
2008-05-08amazon s3 index file improvementsJoey Hess
Turns out duplicate index files do not need to be stored when usedirs is in use, just when it's not. Ikiwiki is quite consistent about using page/ when usedirs is in use. (The only exception is the search plugin, which needs fixing.) This also includes significant code cleanup, removal of a incorrect special case for empty files, and addition of a workaround for a bug in the amazon perl module.
2008-05-07amazon s3 support implemented and kinda workingJoey Hess
pruning not yet implemented, however
2008-05-07whitespaceJoey Hess
2008-05-07documentation for amazon_s3 pluginJoey Hess
Now to write it. :-)
2008-05-06pinger/pingee now tested and workingJoey Hess
2008-05-05aggregate: Add support for web-based triggering of aggregation for people ↵Joey Hess
stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom.
2008-05-03linkifyJoey Hess
2008-05-03web commit by RichMorinJoey Hess
2008-05-03web commit by RichMorinJoey Hess
2008-05-02Fix ugly display when editing a page that has vanished.Joey Hess
srcfile now has an optional second parameter to avoid it throwing an error if the source file does not exist.
2008-05-01anonk: Add anonok_pagespec configuration setting that can be used to allow ↵Joey Hess
anonymous users to edit only matching pages. Closes: #478892
2008-04-30img: Support a title attribute, will be passed through to html. Closes: #478718Joey Hess
2008-04-27move question to discussion page, where it belongsJoey Hess
2008-04-27web commit by http://vibrog.myopenid.com/Joey Hess
2008-04-26toc: Add the table of contents at sanitize time, rather than at format time. ↵Joey Hess
This allows the toc to be displayed when previewing an edit. It also avoids headers in the page template from showing up in the toc.
2008-04-13web commit by http://sabr.myopenid.com/Joey Hess
2008-04-12web commit by http://sabr.myopenid.com/Joey Hess
2008-04-10web commit by ScottSwalwell: Fixed my fix.Joey Hess
2008-04-10web commit by ScottSwalwell: Fixed this link.Joey Hess
2008-04-10web commit by cjb: Fixed URLJoey Hess
2008-03-28web commit by http://certifi.ca/bronsonJoey Hess
2008-03-25web commit by buo: ThanksJoey Hess
2008-03-21external: Work around XML RPC's lack of support for null by passing a ↵Joey Hess
special sentinal value.
2008-03-20web commit by http://jblevins.org/: A note about the toc plugin and headers ↵Joey Hess
in templates
2008-03-19make setargv take an arrayJoey Hess
for consistentcy with getargv, which returns one
2008-03-19getargv needs to return a list referenceJoey Hess
xml rpc only allows functions to return a single value, no lists. So getargv needs to return a list reference, which means that the caller will see an xml rpc array.
2008-03-17web commit by http://madduck.net/: use new directive syntaxJoey Hess
2008-03-15* external: Add getargv and setargv methods to allow access to ikiwiki'sJoey Hess
@ARGV.
2008-03-15mention proxy.pyJoey Hess
2008-03-12* Use forcebaseurl to make page previews be displayed with the html baseJoey Hess
set to the destination page. This avoids need for hacks to munge the urls in preview mode, which fixes several bugs. * Several destpage fixes in plugins.
2008-03-12typoJoey Hess
2008-03-12docuent need for mhchem.styJoey Hess
2008-03-12tag as a slow pluginJoey Hess
2008-03-12code review of hnd pluginJoey Hess
2008-03-11web commit by http://noone.org/openid/: Shorter syntaxJoey Hess
2008-03-11web commit by http://bremner.myopenid.com/: changed source link to point to ↵Joey Hess
git. added plugin box. made epsilon less verbose
2008-03-11web commit by http://bremner.myopenid.com/: added some notes about related ↵Joey Hess
approaches
2008-03-11Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-03-11Generate openid2 headers as wellmartin f. krafft
This causes meta.openid to also generate the openid2 headers. Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11Let meta.openid set X-XRDS-Location headermartin f. krafft
Adds an optional xrds-location parameter to the openid meta handler, which allows for XRDS delegation. A good document on XRDS is http://www.windley.com/archives/2007/05/using_xrds.shtml Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11web commit by http://madduck.net/Joey Hess
2008-03-11web commit by http://bremner.myopenid.com/Joey Hess
2008-03-11web commit by http://bremner.myopenid.com/Joey Hess
2008-03-10web commit by XTaran: Idea for improvementJoey Hess
2008-03-10web commit by buo: Minor nitpickJoey Hess
2008-03-10web commit by XTaran: Download linkJoey Hess