summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-02web commit by joey: revertwww-data
2006-07-02web commit by joeywww-data
2006-07-02new approach for forcing utf8 -- use a HTML::Template filterjoey
2006-07-02web commit by joeywww-data
2006-07-02web commit by joeywww-data
2006-07-02perl bugnum and refixjoey
2006-07-02 so make sure to let perl know it should be handled as utf8. Also,joey
* Improve layout of edit page so formatting help link is always visible w/o getting in the way of the preview.
2006-07-02web commit by ThomasSchwinge: HelpOnFormatting link disappears.www-data
2006-07-02web commit by ThomasSchwinge: Typo fixes.www-data
2006-07-02* POSIX::strftime doesn't know about encodings and doesn't return a utf8joey
flagged string even if the locale causes it to generate utf8 output, so make sure to let perl know it should be handled as utf8. Also, the optimised version used for standard time formats won't work if the user has changed locale, so drop it. Thanks, Faidon Liambotis. * Fix re-encoding of the comments field to utf8 if a commit fails due to a conflict. Thanks, Faidon Liambotis. * Let svn know that commits have utf8 commit messages. Thanks, Faidon Liambotis. * Add insane double encode/decode to utf8 around call to markdown. This works around a truely strange bug, which is apparently a bug in perl, which I lack space to describe here (see t/crazy-badass-perl-bug.t)
2006-07-02FUCK UTF8 fuck fuck fuck!!!joey
(and perl)
2006-07-02web commit by joeywww-data
2006-07-02* Parse svn log as xml for improved utf8 and security. Note that this makesjoey
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
2006-07-02* Honor LC_CTIME when formatting a time for display. Thanks, Faidonjoey
Liambotis.
2006-07-01web commit by AlesandroDottiContrawww-data
2006-07-01web commit by AlesandroDottiContrawww-data
2006-06-27don't die fatally herejoey
2006-06-27* Support pinging services such as Technorati using XML-RPC to notify themjoey
about changes to rss feeds.
2006-06-27typojoey
2006-06-26improve minorjoey
2006-06-25web commit by ColasNahaboo: test of 3rd blockquote levelwww-data
2006-06-25* Fix orphans plugin to not count a link to a nonexistant page as a reasonjoey
for a page not being an orphan.
2006-06-23addjoey
2006-06-23make the bugs page work like the todo pagejoey
2006-06-22web commit by joeywww-data
2006-06-21updatejoey
2006-06-19add news item for ikiwiki 1.7joey
2006-06-19releasing version 1.7joey
2006-06-19* Patch from Recai to fix git recentchanges code to work with git 1.4 whichjoey
changed some output. * Copyright update.
2006-06-19simplifyjoey
2006-06-18* Updated logo from Recai with some kerning and alingment tuning.joey
2006-06-18add news item for ikiwiki 1.6joey
2006-06-18releasing version 1.6joey
2006-06-18web commit by joeywww-data
2006-06-18updatejoey
2006-06-18updatejoey
2006-06-18updatejoey
2006-06-18* New SVG logo from Recai.joey
2006-06-17web commit by ChristofferSawickiwww-data
2006-06-17document utf8joey
2006-06-17note on perl warningsjoey
2006-06-17web commit by RecaiOktas: test utf8www-data
2006-06-17 - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about widejoey
character in print.
2006-06-17* More utf-8 fixes from Recai, partly to things I broke above:joey
- The serious problem is that writefile() saves the content in undecoded format in CGI, hence all (non-ascii) chars are corrupted permanently. - Comment field in edit page is not decoded and all the non-ascii chars in this field are corrupted as the result. We should decode it as we do it for the content.
2006-06-16add a testcase for the weird markdown utf-8 crasher to make sure thatjoey
ikiwiki continues to work around it
2006-06-16* Put back the encode_utf8 in the input to markdown; it's really not utf-8joey
safe.
2006-06-15* -CSD does not affect modules, so readfile() was not using the utf-8 inputjoey
layer, which led to lots of problems; make it force read files as utf-8. Closes: #373203 * writefile() likewise needs to use the utf8 output layer. * Remove the -CSD from ikiwiki's hashbang since it's useless to have it there. * Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary given the readfile fix. * Add utf-8 testcases for readfile and htmlize.
2006-06-15* YA utf-8 patch from Recai, this time to fix previewing a page so thatjoey
the text in the input box is re-encoded back to utf-8.
2006-06-12web commit by joeywww-data
2006-06-12add news item for ikiwiki 1.5joey