aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
Commit message (Expand)AuthorAge
* Pass a destpage parameter to the sanitize hook.•••Because the search plugin needed it, also because it's one of the few plugins that didn't already have it. I also considered adding it to htmlize, but I really cannot imagine caring what the destpage is when htmlizing. (I'll probably be poven wrong later.) Joey Hess2008-06-04
* more search improvementsJoey Hess2008-06-04
* search: Converted to use xapian-omega.•••Everything is done except for the actual indexing. I plan to do incremental indexing as pages change. Joey Hess2008-06-03
* document that pagestate values can be anything Storable handles•••This only started being true by accident when the index was changed to use Storable, but it's a nice feature. Joey Hess2008-06-01
* haiku: Generate valid xhtml.Joey Hess2008-05-30
* fix linkJoey Hess2008-05-30
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-30
|\
| * web commit by http://kaizer.se/: The output of this plugin does not validate ...Joey Hess2008-05-30
* | documentation for use of hashed passwords•••Everything but the actual coding to support them. Joey Hess2008-05-29
|/
* web commit by XTaran: Mercurial repositoryJoey Hess2008-05-26
* web commit by XTaran: Everything necessary fixed with 0.02Joey Hess2008-05-26
* responseJoey Hess2008-05-16
* web commit by http://harningt.eharning.us/Joey Hess2008-05-16
* exclude templates/*, which are listed in templatesJoey Hess2008-05-15
* web commit by buo: TypoJoey Hess2008-05-13
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-13
|\
| * web commit by https://noone.org/openid//: Added note about license (GPL)Joey Hess2008-05-13
* | mdwn: Add a multimarkdown setup file option.Joey Hess2008-05-13
|/
* add --delete-bucket optionJoey Hess2008-05-08
* amazon s3 index file improvements•••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. Joey Hess2008-05-08
* amazon s3 support implemented and kinda working•••pruning not yet implemented, however Joey Hess2008-05-07
* whitespaceJoey Hess2008-05-07
* documentation for amazon_s3 plugin•••Now to write it. :-) Joey Hess2008-05-07
* pinger/pingee now tested and workingJoey Hess2008-05-06
* aggregate: Add support for web-based triggering of aggregation for people st...Joey Hess2008-05-05
* linkifyJoey Hess2008-05-03
* web commit by RichMorinJoey Hess2008-05-03
* web commit by RichMorinJoey Hess2008-05-03
* Fix ugly display when editing a page that has vanished.•••srcfile now has an optional second parameter to avoid it throwing an error if the source file does not exist. Joey Hess2008-05-02
* anonk: Add anonok_pagespec configuration setting that can be used to allow an...Joey Hess2008-05-01
* img: Support a title attribute, will be passed through to html. Closes: #478718Joey Hess2008-04-30
* move question to discussion page, where it belongsJoey Hess2008-04-27
* web commit by http://vibrog.myopenid.com/Joey Hess2008-04-27
* toc: Add the table of contents at sanitize time, rather than at format time. ...Joey Hess2008-04-26
* web commit by http://sabr.myopenid.com/Joey Hess2008-04-13
* web commit by http://sabr.myopenid.com/Joey Hess2008-04-12
* web commit by ScottSwalwell: Fixed my fix.Joey Hess2008-04-10
* web commit by ScottSwalwell: Fixed this link.Joey Hess2008-04-10
* web commit by cjb: Fixed URLJoey Hess2008-04-10
* web commit by http://certifi.ca/bronsonJoey Hess2008-03-28
* web commit by buo: ThanksJoey Hess2008-03-25
* external: Work around XML RPC's lack of support for null by passing a special...Joey Hess2008-03-21
* web commit by http://jblevins.org/: A note about the toc plugin and headers i...Joey Hess2008-03-20
* make setargv take an array•••for consistentcy with getargv, which returns one Joey Hess2008-03-19
* getargv needs to return a list reference•••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. Joey Hess2008-03-19
* web commit by http://madduck.net/: use new directive syntaxJoey Hess2008-03-17
* * external: Add getargv and setargv methods to allow access to ikiwiki's••• @ARGV. Joey Hess2008-03-15
* mention proxy.pyJoey Hess2008-03-15
* * Use forcebaseurl to make page previews be displayed with the html base••• 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. Joey Hess2008-03-12
* typoJoey Hess2008-03-12