Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-15 | git: Skip over signed-off-by and similar lines in commit messages when ↵ | Joey Hess | |
generating recentchanges. | |||
2008-05-15 | inline: Display a message if the 'pages' parameter is missing, before it ↵ | Joey Hess | |
just expanded to nothing. | |||
2008-05-15 | add a link to the forum | Joey Hess | |
2008-05-15 | exclude templates/*, which are listed in templates | Joey Hess | |
2008-05-15 | reorder | Joey Hess | |
2008-05-15 | add a link to the orphaned sitemap page | Joey Hess | |
2008-05-15 | add a link to ikiwiki-transition | Joey Hess | |
2008-05-15 | add a link to the orphaned banned_ussrs page | Joey Hess | |
2008-05-15 | turn multimarkdown back off | Joey Hess | |
2008-05-15 | orphans: As a special case, the toplevel index page is never considered an ↵ | Joey Hess | |
orphaned page. | |||
2008-05-14 | web commit by buo: remove utf-8 rant; my problem was fixed in 2.46. | Joey Hess | |
2008-05-14 | web commit by buo: More info | Joey Hess | |
2008-05-14 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-05-14 | If PERL5LIB is set to the libdir when building ikiwiki, calculate and ↵ | Joey Hess | |
hardcode a proper 'use lib' statement anyway. This fixes a gotcha, since PERL5LIB won't work once ikiwiki is running via a wrapper or as a cgi. | |||
2008-05-13 | web commit by buo: Typo | Joey Hess | |
2008-05-13 | web commit by http://jh.mcaleely.com/: a test | Joey Hess | |
2008-05-13 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-05-13 | mdwn: Add a multimarkdown setup file option. | Joey Hess | |
2008-05-13 | web commit by https://noone.org/openid//: Added note about license (GPL) | Joey Hess | |
2008-05-12 | add news item for ikiwiki 2.46 | Joey Hess | |
2008-05-12 | releasing version 2.46 | Joey Hess | |
2008-05-12 | Fixes for behavior changes in perl 5.10's CGI | Joey Hess | |
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.) | |||
2008-05-12 | update | Joey Hess | |
2008-05-12 | add suggests for s3 perl module | Joey Hess | |
2008-05-12 | not just a poll plugin problem | Joey Hess | |
2008-05-12 | Revert "web commit by http://joey.kitenet.net/: testing utf-8" | Joey Hess | |
This reverts commit 908375a63e6aa083ca4b6348e7f22482ab208f12. | |||
2008-05-12 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-05-12 | web commit by http://joey.kitenet.net/: testing utf-8 | Joey Hess | |
2008-05-12 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-05-12 | web commit by http://liw.fi/ | Joey Hess | |
2008-05-12 | thoughts | Joey Hess | |
2008-05-12 | response | Joey Hess | |
2008-05-11 | web commit by http://liw.fi/: Updated URL for openiddirectory page. It had ↵ | Joey Hess | |
moved. | |||
2008-05-11 | web commit by http://liw.fi/: Updated URL for emacs markdown mode. The page ↵ | Joey Hess | |
had moved to a new location. | |||
2008-05-10 | web commit by http://madduck.net/ | Joey Hess | |
2008-05-10 | web commit by http://madduck.net/ | Joey Hess | |
2008-05-10 | Also seed gitignore with recentchanges | martin f. krafft | |
Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
2008-05-10 | web commit by http://madduck.net/: add shortcut for wiki.debian.org | Joey Hess | |
2008-05-09 | web commit by buo: Response | Joey Hess | |
2008-05-09 | skip amazon_s3 since it uses a perl module not in build deps | Joey Hess | |
2008-05-08 | design for a xapian search plugin | Joey Hess | |
2008-05-08 | paste-o | Joey Hess | |
2008-05-08 | add --delete-bucket option | Joey Hess | |
2008-05-08 | load plugins before printing messages | Joey Hess | |
This allows plugins to getopt and change what is done before an incorrect line is printed. | |||
2008-05-08 | response | Joey Hess | |
2008-05-08 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-05-08 | amazon s3 index file improvements | Joey 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-08 | web commit by buo: re: question | Joey Hess | |
2008-05-08 | question | Joey Hess | |
2008-05-08 | simplify key determination code | Joey Hess | |