| Commit message (Expand) | Author | Age |
... | |
| * | web commit by XTaran: Everything necessary fixed with 0.02 | Joey Hess | 2008-05-26 |
| * | web commit by http://tomhoover.org/: poll vote (Accept only OpenID for logins) | Joey Hess | 2008-05-25 |
* | | When calling decode_utf8 on known-problimatic content in aggregate, explicitl... | Joey Hess | 2008-05-28 |
* | | Add rel=nofollow to edit links. This may prevent some spiders from pounding o... | Joey Hess | 2008-05-28 |
|/ |
|
* | add news item for ikiwiki 2.47 | Joey Hess | 2008-05-25 |
* | releasing version 2.47 | Joey Hess | 2008-05-25 |
* | Avoid ``uninitialized value'' warning when there actually is no difference be... | Thomas Schwinge | 2008-05-25 |
* | fix regression test | Joey Hess | 2008-05-25 |
* | web commit by http://liw.fi/ | Joey Hess | 2008-05-25 |
* | web commit by http://twistedlogix.livejournal.com/ | Joey Hess | 2008-05-23 |
* | web commit by http://kaizer.se/wiki/contact/: fix <pre> formatting | Joey Hess | 2008-05-23 |
* | web commit by http://kaizer.se/wiki/contact/: bugs on including html (as raw ... | Joey Hess | 2008-05-23 |
* | web commit by matt | Joey Hess | 2008-05-23 |
* | web commit from 150.101.214.82: poll vote (Accept only OpenID for logins) | Joey Hess | 2008-05-22 |
* | Avoid unsightly warning message when evaling broken pagespecs.•••Also improve error message when a pagespec fails to parse.
| Joey Hess | 2008-05-22 |
* | Perls older than 5.10 need to use the old method of decoding utf-8 in CGI val... | Joey Hess | 2008-05-21 |
* | display an error message if CGI::Session fails to load | Joey Hess | 2008-05-21 |
* | add a tip about configuring apache to run ikiwiki.cgi | Joey Hess | 2008-05-21 |
* | adjust example cgiurl•••This way it matches the path given for the cgi wrapper, assuming apache
set up to use /var/www.
| Joey Hess | 2008-05-21 |
* | web commit by http://harningt.eharning.us/: Added potential workitem regardin... | Joey Hess | 2008-05-18 |
* | web commit by http://shortbus.org/: proving it can be done. | Joey Hess | 2008-05-18 |
* | web commit by ww | Joey Hess | 2008-05-18 |
* | response | Joey Hess | 2008-05-16 |
* | web commit by http://harningt.eharning.us/ | Joey Hess | 2008-05-16 |
* | typo | Joey Hess | 2008-05-15 |
* | ENV can be used in the setup file to override environment variable setting, s... | Joey Hess | 2008-05-15 |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2008-05-15 |
|\ |
|
| * | web commit by http://codemac.net/ | Joey Hess | 2008-05-15 |
* | | git: Skip over signed-off-by and similar lines in commit messages when genera... | Joey Hess | 2008-05-15 |
|/ |
|
* | inline: Display a message if the 'pages' parameter is missing, before it just... | Joey Hess | 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 or... | Joey Hess | 2008-05-15 |
* | 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 |
|\ |
|
| * | web commit by buo: Typo | Joey Hess | 2008-05-13 |
| * | web commit by http://jh.mcaleely.com/: a test | Joey Hess | 2008-05-13 |
* | | If PERL5LIB is set to the libdir when building ikiwiki, calculate and hardco... | Joey Hess | 2008-05-14 |
|/ |
|
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2008-05-13 |
|\ |
|
| * | web commit by https://noone.org/openid//: Added note about license (GPL) | Joey Hess | 2008-05-13 |
* | | mdwn: Add a multimarkdown setup file option. | Joey Hess | 2008-05-13 |
|/ |
|
* | 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•••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.)
| Joey Hess | 2008-05-12 |