summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-23web commit by http://kaizer.se/wiki/contact/: fix <pre> formattingJoey Hess
2008-05-23web commit by http://kaizer.se/wiki/contact/: bugs on including html (as raw ↵Joey Hess
as possible)
2008-05-23web commit by mattJoey Hess
2008-05-22web commit from 150.101.214.82: poll vote (Accept only OpenID for logins)Joey Hess
2008-05-22Avoid unsightly warning message when evaling broken pagespecs.Joey Hess
Also improve error message when a pagespec fails to parse.
2008-05-21Perls older than 5.10 need to use the old method of decoding utf-8 in CGI ↵Joey Hess
values. Neither method will work for all versions of perl, so check version number at runtime.
2008-05-21display an error message if CGI::Session fails to loadJoey Hess
2008-05-21add a tip about configuring apache to run ikiwiki.cgiJoey Hess
2008-05-21adjust example cgiurlJoey Hess
This way it matches the path given for the cgi wrapper, assuming apache set up to use /var/www.
2008-05-18web commit by http://harningt.eharning.us/: Added potential workitem ↵Joey Hess
regarding Amazon S3 and other items WRT static-like-hosting
2008-05-18web commit by http://shortbus.org/: proving it can be done.Joey Hess
2008-05-18web commit by wwJoey Hess
2008-05-16responseJoey Hess
2008-05-16web commit by http://harningt.eharning.us/Joey Hess
2008-05-15typoJoey Hess
2008-05-15ENV can be used in the setup file to override environment variable setting, ↵Joey Hess
such as TZ or PATH.
2008-05-15Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-15git: Skip over signed-off-by and similar lines in commit messages when ↵Joey Hess
generating recentchanges.
2008-05-15web commit by http://codemac.net/Joey Hess
2008-05-15inline: Display a message if the 'pages' parameter is missing, before it ↵Joey Hess
just expanded to nothing.
2008-05-15add a link to the forumJoey Hess
2008-05-15exclude templates/*, which are listed in templatesJoey Hess
2008-05-15reorderJoey Hess
2008-05-15add a link to the orphaned sitemap pageJoey Hess
2008-05-15add a link to ikiwiki-transitionJoey Hess
2008-05-15add a link to the orphaned banned_ussrs pageJoey Hess
2008-05-15turn multimarkdown back offJoey Hess
2008-05-15orphans: As a special case, the toplevel index page is never considered an ↵Joey Hess
orphaned page.
2008-05-14web commit by buo: remove utf-8 rant; my problem was fixed in 2.46.Joey Hess
2008-05-14web commit by buo: More infoJoey Hess
2008-05-14Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-14If 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-13web commit by buo: TypoJoey Hess
2008-05-13web commit by http://jh.mcaleely.com/: a testJoey Hess
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-12add news item for ikiwiki 2.46Joey Hess
2008-05-12releasing version 2.46Joey Hess
2008-05-12Fixes for behavior changes in perl 5.10's CGIJoey 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-12updateJoey Hess
2008-05-12add suggests for s3 perl moduleJoey Hess
2008-05-12not just a poll plugin problemJoey Hess
2008-05-12Revert "web commit by http://joey.kitenet.net/: testing utf-8"Joey Hess
This reverts commit 908375a63e6aa083ca4b6348e7f22482ab208f12.
2008-05-12Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-12web commit by http://joey.kitenet.net/: testing utf-8Joey Hess
2008-05-12Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-12web commit by http://liw.fi/Joey Hess
2008-05-12thoughtsJoey Hess
2008-05-12responseJoey Hess