| Commit message (Expand) | Author | Age |
... | |
* | add a testcase for the weird markdown utf-8 crasher to make sure that•••ikiwiki continues to work around it
| joey | 2006-06-16 |
* | * -CSD does not affect modules, so readfile() was not using the utf-8 input••• 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.
| joey | 2006-06-15 |
* | * --getctime had bitrotted (well I only ever used it the once so far..),•••* When inlining a page in another one, links from the inlined page are now
expanded the same as they are when rendering the inlined page as a
standalone page. So rather than being expanded from the POV of the
inlining page, they are expanded from the POV of the inlined page.
For example, a link from blog/foo to "bar" will now link to blog/bar
if it exists. Previously this needed to be a link explicitly to
"blog/bar"; such links will also continue to work.
(This was slightly complex to do as the link still has to be constructed
relative to the inlining page.)
| joey | 2006-05-26 |
* | * Rebuilding on upgrade to this version is recommended.•••* Add a html validity check to the test suite, using the wdg-html-validator,
if available.
* Make the html valid when there is nothing in the actions list by adding an
empty <li> to the end of it.
* Reordered some function call parameters for consistency.
| joey | 2006-05-26 |
* | dirname, basename, bestlink, linkify, pagetitle, titlepage.•••* Allow links of the form [[some page|page]], with whitespace in the link
text.
| joey | 2006-05-04 |
* | add a syntax check | joey | 2006-05-03 |
* | add | joey | 2006-05-02 |
* | * Add unit tests for several core functions, including globlist_match,••• dirname, basename, and bestlink.
as plugins and work. (Well, in theory.)
| joey | 2006-05-02 |
* | ah, the joys of test-based development..•••think I have smart glob list matching working ok
| joey | 2006-05-02 |
* | * Add a unit test for globlist_match(). | joey | 2006-05-02 |