aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* web commit by buo: remove utf-8 rant; my problem was fixed in 2.46.Joey Hess2008-05-14
|
* web commit by buo: More infoJoey Hess2008-05-14
|
* web commit by buo: TypoJoey Hess2008-05-13
|
* web commit by http://jh.mcaleely.com/: a testJoey 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 news item for ikiwiki 2.46Joey Hess2008-05-12
|
* Fixes for behavior changes in perl 5.10's CGIJoey Hess2008-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | Something has changed in CGI.pm in perl 5.10. It used to not care if STDIN was opened using :utf8, but now it'll mis-encode utf-8 values when used that way by ikiwiki. Now I have to binmode(STDIN) before instantiating the CGI object. In 57bba4dac132a06729eeec809f5e1a5adf829806, I changed from decoding CGI::Formbuilder fields to utf-8, to decoding cgi parameters before setting up the form object. As of perl 5.10, that approach no longer has any effect (reason unknown). To get correctly encoded values in FormBuilder forms, they must once again be decoded after the form is set up. As noted in 57bba4da, this can cause one set of problems for formbuilder_setup hooks if decode_form_utf8 is called before the hooks, and a different set if it's called after. To avoid both sets of problems, call it both before and after. (Only remaining problem is the sheer ugliness and inefficiency of that..) I think that these changes will also work with older perl versions, but I haven't checked. Also, in the case of the poll plugin, the cgi parameter needs to be explcitly decoded before it is used to handle utf-8 values. (This may have always been broken, not sure if it's related to perl 5.10 or not.)
* updateJoey Hess2008-05-12
|
* not just a poll plugin problemJoey Hess2008-05-12
|
* Revert "web commit by http://joey.kitenet.net/: testing utf-8"Joey Hess2008-05-12
| | | | This reverts commit 908375a63e6aa083ca4b6348e7f22482ab208f12.
* web commit by http://joey.kitenet.net/: testing utf-8Joey Hess2008-05-12
|
* web commit by http://liw.fi/Joey Hess2008-05-12
|
* thoughtsJoey Hess2008-05-12
|
* responseJoey Hess2008-05-12
|
* web commit by http://liw.fi/: Updated URL for openiddirectory page. It had ↵Joey Hess2008-05-11
| | | | moved.
* web commit by http://liw.fi/: Updated URL for emacs markdown mode. The page ↵Joey Hess2008-05-11
| | | | had moved to a new location.
* web commit by http://madduck.net/Joey Hess2008-05-10
|
* web commit by http://madduck.net/Joey Hess2008-05-10
|
* web commit by http://madduck.net/: add shortcut for wiki.debian.orgJoey Hess2008-05-10
|
* web commit by buo: ResponseJoey Hess2008-05-09
|
* design for a xapian search pluginJoey Hess2008-05-08
|
* add --delete-bucket optionJoey Hess2008-05-08
|
* responseJoey Hess2008-05-08
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-08
|\
| * web commit by buo: re: questionJoey Hess2008-05-08
| |
* | amazon s3 index file improvementsJoey Hess2008-05-08
|/ | | | | | | | | | | 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.
* questionJoey Hess2008-05-08
|
* web commit by buo: More information on ikiwiki mangling accented charactersJoey Hess2008-05-08
|
* web commit by http://madduck.net/: closingJoey Hess2008-05-08
|
* web commit by buo: Removing previous installation fixes compile failure.Joey Hess2008-05-08
|
* web commit by jrn: gratuitous change to test (remove "And")Joey Hess2008-05-08
|
* most modules are pre-installed nowJoey Hess2008-05-08
|
* updateJoey Hess2008-05-07
|
* amazon s3 support implemented and kinda workingJoey Hess2008-05-07
| | | | pruning not yet implemented, however
* whitespaceJoey Hess2008-05-07
|
* documentation for amazon_s3 pluginJoey Hess2008-05-07
| | | | Now to write it. :-)
* cannot reproduceJoey Hess2008-05-07
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-07
|\
| * web commit by buo: bug: 2.45 fails to compileJoey Hess2008-05-07
| |
* | clarificationJoey Hess2008-05-07
|/
* web commit from 145.97.197.85: poll vote (Accept both)Joey Hess2008-05-07
|
* fix linksJoey Hess2008-05-06
|
* new tip documenting how to use the pinger and pingee pluginsJoey Hess2008-05-06
|
* pinger/pingee now tested and workingJoey Hess2008-05-06
|
* template change documentationJoey Hess2008-05-06
|
* updateJoey Hess2008-05-05
|
* aggregate: Add support for web-based triggering of aggregation for people ↵Joey Hess2008-05-05
| | | | stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom.
* fix PERL5LIB in examplesJoey Hess2008-05-05
| | | | | Using `pwd` makes some modules that call cpan recursively succeed to install