aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * Honor LC_CTIME when formatting a time for display. Thanks, Faidonjoey2006-07-02
| | | | Liambotis.
* web commit by AlesandroDottiContrawww-data2006-07-01
|
* web commit by AlesandroDottiContrawww-data2006-07-01
|
* don't die fatally herejoey2006-06-27
|
* * Support pinging services such as Technorati using XML-RPC to notify themjoey2006-06-27
| | | | about changes to rss feeds.
* typojoey2006-06-27
|
* improve minorjoey2006-06-26
|
* web commit by ColasNahaboo: test of 3rd blockquote levelwww-data2006-06-25
|
* * Fix orphans plugin to not count a link to a nonexistant page as a reasonjoey2006-06-25
| | | | for a page not being an orphan.
* addjoey2006-06-23
|
* make the bugs page work like the todo pagejoey2006-06-23
|
* web commit by joeywww-data2006-06-22
|
* updatejoey2006-06-21
|
* add news item for ikiwiki 1.7joey2006-06-19
|
* releasing version 1.7joey2006-06-19
|
* * Patch from Recai to fix git recentchanges code to work with git 1.4 whichjoey2006-06-19
| | | | | changed some output. * Copyright update.
* simplifyjoey2006-06-19
|
* * Updated logo from Recai with some kerning and alingment tuning.joey2006-06-18
|
* add news item for ikiwiki 1.6joey2006-06-18
|
* releasing version 1.6joey2006-06-18
|
* web commit by joeywww-data2006-06-18
|
* updatejoey2006-06-18
|
* updatejoey2006-06-18
|
* updatejoey2006-06-18
|
* * New SVG logo from Recai.joey2006-06-18
|
* web commit by ChristofferSawickiwww-data2006-06-17
|
* document utf8joey2006-06-17
|
* note on perl warningsjoey2006-06-17
|
* web commit by RecaiOktas: test utf8www-data2006-06-17
|
* - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about widejoey2006-06-17
| | | | character in print.
* * More utf-8 fixes from Recai, partly to things I broke above:joey2006-06-17
| | | | | | | | - 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.
* add a testcase for the weird markdown utf-8 crasher to make sure thatjoey2006-06-16
| | | | | ikiwiki continues to work around it
* * Put back the encode_utf8 in the input to markdown; it's really not utf-8joey2006-06-16
| | | | safe.
* * -CSD does not affect modules, so readfile() was not using the utf-8 inputjoey2006-06-15
| | | | | | | | | | | 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.
* * YA utf-8 patch from Recai, this time to fix previewing a page so thatjoey2006-06-15
| | | | the text in the input box is re-encoded back to utf-8.
* web commit by joeywww-data2006-06-12
|
* add news item for ikiwiki 1.5joey2006-06-12
|
* releasing version 1.5joey2006-06-12
|
* add perl to build depsjoey2006-06-12
|
* removing some test pagesjoey2006-06-12
|
* fix setup for git; git requires the repo not be empty before it's checkedjoey2006-06-11
| | | | | out
* web commit by joeywww-data2006-06-11
|
* web commit by joeywww-data2006-06-11
|
* addjoey2006-06-11
|
* * Patch from Recai Oktaş to improve utf-8 support, it should now use properjoey2006-06-11
| | | | | utf-8 for edit and other fields, and for recentchanges. There may still be utf-8 issues with the preferences page though.
* web commit by AndreLuisLopes: Added AndreLuisLopes personal website entrywww-data2006-06-11
|
* move to more appropriate pagejoey2006-06-10
|
* ikiwiki now in testingjoey2006-06-10
|
* web commit by PaulCollins: link logowww-data2006-06-10
|
* * Fix absolute url munging in rss generation to support https, ftp, etc urlsjoey2006-06-08
| | | | not just http urls.