Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ↵ | Joey Hess | 2010-05-01 |
| | | | | ruby, rt, rp, details, summary. | ||
* | more html5 attributes | Joey Hess | 2010-05-01 |
| | |||
* | add rest of html5 form attributes | Joey Hess | 2010-05-01 |
| | | | | | It's easy to imagine pattern being used to freeze or crash browsers, if they implement it stupidly. Let's hope not.. | ||
* | htmlscrubber: Allow the placeholder attribute. | Joey Hess | 2010-05-01 |
| | |||
* | more html5 | Joey Hess | 2010-05-01 |
| | | | | | | * htmlscrubber: Also allow html5 canvas tags. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag. | ||
* | htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup ↵ | Joey Hess | 2010-05-01 |
| | | | | header footer time mark | ||
* | comments, branch review, questions | Joey Hess | 2010-05-01 |
| | |||
* | response | Joey Hess | 2010-04-30 |
| | |||
* | new bug: svn commit failures... | Jon Dowland | 2010-04-30 |
| | |||
* | Merge branch 'master' into templatemove | Joey Hess | 2010-04-23 |
|\ | | | | | | | | | Conflicts: doc/templates.mdwn | ||
| * | switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden ↵ | Joey Hess | 2010-04-22 |
| | | | | | | | | during build | ||
| * | rename bugs/creating_build_fails_oddly_when_older_ikiwiki_is_installed.mdwn ↵ | blipvert | 2010-04-23 |
| | | | | | | | | to bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn | ||
| * | (no commit message) | blipvert | 2010-04-23 |
| | | |||
* | | template docu reorg | Joey Hess | 2010-04-23 |
|/ | | | | | Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir. | ||
* | improved fix for depends_simple_mixup | Joey Hess | 2010-04-22 |
| | | | | | | | | | | Avoid adding the page matched against as an influence for currently failing pagespec matches, while still adding any other influences. This avoids bloating depends_simple with lots of bogus influences when matching eg, "!link(done)". It's only necessary for the page being tested to be an influence of that if the page matches. | ||
* | added a test case for this bug | Joey Hess | 2010-04-21 |
| | | | | | Further analysis suggests fixing this might not be as dreadful as I first thought! | ||
* | backlink influence data seems ok | Joey Hess | 2010-04-21 |
| | |||
* | more wrongness | Joey Hess | 2010-04-21 |
| | |||
* | link fix | Joey Hess | 2010-04-21 |
| | |||
* | argh. head exploding. | Joey Hess | 2010-04-21 |
| | |||
* | (no commit message) | http://hendry.iki.fi/ | 2010-04-21 |
| | |||
* | (no commit message) | http://hendry.iki.fi/ | 2010-04-21 |
| | |||
* | debugging | http://hendry.iki.fi/ | 2010-04-21 |
| | |||
* | applied | Joey Hess | 2010-04-21 |
| | |||
* | Missing links with no CGI | http://oblomov.myopenid.com/ | 2010-04-21 |
| | |||
* | close | Joey Hess | 2010-04-10 |
| | |||
* | close bug, was fixed in 3.20100403 | Joey Hess | 2010-04-09 |
| | |||
* | Merge remote branch 'smcv/ready/link-types' | Joey Hess | 2010-04-06 |
|\ | |||
| * | Remove tagged_is_strict option, and just behave as though it was enabled | Simon McVittie | 2010-04-04 |
| | | | | | | | | | | Jon was worried about the backwards-compatibility break involved in making tagged() not match non-tag links, but Joey seems less concerned about it. | ||
| * | implement typed links; add tagged_is_strict config option | Simon McVittie | 2010-04-04 |
| | | |||
* | | if applied, reverting this would be problematic | http://smcv.pseudorandom.co.uk/ | 2010-04-06 |
| | | |||
* | | tag as patch | http://smcv.pseudorandom.co.uk/ | 2010-04-06 |
| | | |||
* | | pages talking about escaping should really be escaped correctly | http://smcv.pseudorandom.co.uk/ | 2010-04-06 |
| | | |||
* | | as seen on IRC | http://smcv.pseudorandom.co.uk/ | 2010-04-06 |
| | | |||
* | | fix bug that left stray </p> tags | Joey Hess | 2010-04-05 |
| | | | | | | | | | | | | | | Both markdown and tidy add paragraph tags around text, that needs to be stripped when the text is a short, one line fragment that is being inserted into a larger page. tidy also adds several newlines to the end, and this broke removal of the paragraph tags. | ||
* | | close bug, comment | Joey Hess | 2010-04-04 |
| | | |||
* | | (no commit message) | http://hendry.iki.fi/ | 2010-04-04 |
| | | |||
* | | (no commit message) | http://liw.fi/ | 2010-04-04 |
| | | |||
* | | (no commit message) | http://liw.fi/ | 2010-04-04 |
| | | |||
* | | (no commit message) | http://liw.fi/ | 2010-04-04 |
|/ | |||
* | Explain tab-delimited tables a bit better | Simon McVittie | 2010-04-01 |
| | |||
* | they do work, with the right syntax (C backslash escapes aren't interpreted) | http://smcv.pseudorandom.co.uk/ | 2010-03-31 |
| | |||
* | (no commit message) | http://edrex.myopenid.com/ | 2010-03-31 |
| | |||
* | (no commit message) | http://edrex.myopenid.com/ | 2010-03-31 |
| | |||
* | response | Joey Hess | 2010-03-29 |
| | |||
* | (no commit message) | http://hendry.iki.fi/ | 2010-03-29 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-03-28 |
|\ | |||
| * | (no commit message) | http://schors.livejournal.com/ | 2010-03-28 |
| | | |||
* | | response | Joey Hess | 2010-03-28 |
|/ | |||
* | (no commit message) | http://schors.livejournal.com/ | 2010-03-28 |
| |