Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-18 | add news item for ikiwiki 1.6 | joey | |
2006-06-18 | releasing version 1.6 | joey | |
2006-06-18 | web commit by joey | www-data | |
2006-06-18 | update | joey | |
2006-06-18 | update | joey | |
2006-06-18 | update | joey | |
2006-06-18 | * New SVG logo from Recai. | joey | |
2006-06-17 | web commit by ChristofferSawicki | www-data | |
2006-06-17 | document utf8 | joey | |
2006-06-17 | note on perl warnings | joey | |
2006-06-17 | web commit by RecaiOktas: test utf8 | www-data | |
2006-06-17 | - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide | joey | |
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-16 | add a testcase for the weird markdown utf-8 crasher to make sure that | joey | |
ikiwiki continues to work around it | |||
2006-06-16 | * Put back the encode_utf8 in the input to markdown; it's really not utf-8 | joey | |
safe. | |||
2006-06-15 | * -CSD does not affect modules, so readfile() was not using the utf-8 input | joey | |
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 that | joey | |
the text in the input box is re-encoded back to utf-8. | |||
2006-06-12 | web commit by joey | www-data | |
2006-06-12 | add news item for ikiwiki 1.5 | joey | |
2006-06-12 | releasing version 1.5 | joey | |
2006-06-12 | add perl to build deps | joey | |
2006-06-12 | removing some test pages | joey | |
2006-06-11 | fix setup for git; git requires the repo not be empty before it's checked | joey | |
out | |||
2006-06-11 | web commit by joey | www-data | |
2006-06-11 | web commit by joey | www-data | |
2006-06-11 | add | joey | |
2006-06-11 | * Patch from Recai Oktaş to improve utf-8 support, it should now use proper | joey | |
utf-8 for edit and other fields, and for recentchanges. There may still be utf-8 issues with the preferences page though. | |||
2006-06-11 | web commit by AndreLuisLopes: Added AndreLuisLopes personal website entry | www-data | |
2006-06-10 | move to more appropriate page | joey | |
2006-06-10 | ikiwiki now in testing | joey | |
2006-06-10 | web commit by PaulCollins: link logo | www-data | |
2006-06-08 | * Fix absolute url munging in rss generation to support https, ftp, etc urls | joey | |
not just http urls. | |||
2006-06-08 | web commit by DonMarti | www-data | |
2006-06-08 | web commit by DonMarti | www-data | |
2006-06-04 | web commit by LarsChristianHausmann | www-data | |
2006-06-04 | another from Recai | joey | |
2006-06-03 | misc fixes from Recai | joey | |
2006-06-03 | web commit by EroSennin | www-data | |
2006-06-02 | meta headers are not sanitised; prevent html leaking into them | joey | |
2006-06-02 | solution.. | joey | |
2006-06-02 | ugly bug with locales | joey | |
2006-06-02 | improve the ikiwiki.setup for git, hope I got everything right | joey | |
2006-06-02 | blah | joey | |
2006-06-02 | better blocking | joey | |
2006-06-02 | * Add support for using git instead of subversion as the RCS backend, | joey | |
tremendous thanks to Recai Oktaş for this. * Doc updates for git. | |||
2006-06-02 | foo | joey | |
2006-06-02 | minor | joey | |
2006-06-02 | * Reorganised the doc wiki's todo/* pages, using a link/tag to flag | joey | |
* Allow pagetemplate plugins to override *anything* in the template. * Add a meta plugin, which allows specifying various metadata about pages, like license and author. It also allows for inserting html link and meta tags into html, overriding the title, and adding hidden WikiLinks, which can be useful when using link-based globbing for page categorisation. * Remove preprocessor directives from inlined pages. * Allow simple preprocessor directive values to be specified w/o quotes. | |||
2006-06-02 | bah, globlists are not anded.. | joey | |
2006-06-02 | add | joey | |