aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* htmlscrubber: Allow colons in url fragments after '?'•••Colons are not allowed at the start of urls, because it can be interpreted as a protocol, and allowing arbitrary protocols can be unsafe (CVE-2008-0809). However, this check was too restrictive, not allowing use of eg, "video.ogv?t=0:03:00/0:04:00" to seek to a given place in a video, or "somecgi?foo=bar:baz" to pass parameters with colons. It's still not allowed to have a filename with a colon in it (ie "foo:bar.png") -- to link to such a file, a fully qualified url must be used. Joey Hess2010-04-02
* Despam, again. Someone ban adrianna please?Simon McVittie2010-04-02
* (no commit message)adrianna2010-04-02
* (no commit message)adrianna2010-04-02
* (no commit message)adrianna2010-04-02
* (no commit message)adrianna2010-04-02
* (no commit message)adrianna2010-04-02
* DespamSimon McVittie2010-04-02
* (no commit message)adrianna2010-04-02
* (no commit message)adrianna2010-04-02
* (no commit message)adrianna2010-04-02
* (no commit message)adrianna2010-04-02
* implemented!http://smcv.pseudorandom.co.uk/2010-04-01
* Explain tab-delimited tables a bit betterSimon McVittie2010-04-01
* considering tags and fieldshttp://kerravonsen.dreamwidth.org/2010-04-01
* (no commit message)http://smcv.pseudorandom.co.uk/2010-04-01
* response; thoughts about inline and tagshttp://kerravonsen.dreamwidth.org/2010-04-01
* page.tmpl: Add Cache-Control must-revalidate to ensure that users (especially...•••Since Firefox version 3, it's done aggressive caching of visited pages, and does not, by default, check if the cached content is still valid when reloading or revisiting a page. By default, Firefox seems to not re-contact the web server at all. Compare with eg, Epiphany and Chromium, which appear to always check, and get back a 304 when the page is unchanged. This header makes Firefox do the right thing, at least for html files. It still over-caches if css, javascript, images, etc, are changed. Joey Hess2010-03-31
* responsehttp://kerravonsen.dreamwidth.org/2010-03-31
* 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
* respond; correct license of fieldsort plugin to match IkiWikihttp://smcv.pseudorandom.co.uk/2010-03-30
* respondhttp://smcv.pseudorandom.co.uk/2010-03-30
* (no commit message)http://smcv.pseudorandom.co.uk/2010-03-30
* respond and attempt to invoke Joey :-)http://smcv.pseudorandom.co.uk/2010-03-30
* feature request (part of ftemplate)http://smcv.pseudorandom.co.uk/2010-03-30
* responsehttp://kerravonsen.dreamwidth.org/2010-03-30
* update home page URLhttp://www.google.com/profiles/schmonz2010-03-30
* responsehttp://kerravonsen.dreamwidth.org/2010-03-30
* quick responsehttp://kerravonsen.dreamwidth.org/2010-03-30
* (no commit message)http://gustaf.thorslund.org/2010-03-29
* (no commit message)http://gustaf.thorslund.org/2010-03-29
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-03-29
|\
| * this sounds like the correct approachJon Dowland2010-03-29
| * thanks for the review, patch to be revisedJon Dowland2010-03-29
* | responseJoey Hess2010-03-29
* | updateJoey Hess2010-03-29
* | clarify example with whitespaceJoey Hess2010-03-29
|/
* fix linkJoey Hess2010-03-29
* add a table summarizing state of each rcs pluginJoey Hess2010-03-29
* add warning about incomplete tla supportJoey Hess2010-03-29
* fix bogus mathJoey Hess2010-03-29
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info•••Conflicts: doc/todo/allow_site-wide_meta_definitions.mdwn Joey Hess2010-03-29
|\
| * ping joey: consider patch for next release?Jon Dowland2010-03-29
| * (no commit message)http://hendry.iki.fi/2010-03-29
* | review, multiple concernsJoey Hess2010-03-29
* | add warning messages about bzr and mercurial hooks that are not correctly setupJoey Hess2010-03-29
|/
* don't check $@ after pagespec_translate•••pagespec_translate may set $@ if it fails to parse a pagespec, but due to memoization, this is not reliable. If a memoized call is repeated, and $@ is already set for some other reason previously, it will remain set through the call to pagespec_translate. Instead, just check if pagespec_translate returns undef. Joey Hess2010-03-28
* fix tag•••Actually, tags can't be made to work with and w/o tagbase, so just make it assume tagbase is set. Better example anyway. (It'll be a broken link on ikiwiki.info though.) Joey Hess2010-03-28