| Commit message (Expand) | Author | Age |
* | 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 Hess | 2010-04-02 |
* | Despam, again. Someone ban adrianna please? | Simon McVittie | 2010-04-02 |
* | (no commit message) | adrianna | 2010-04-02 |
* | (no commit message) | adrianna | 2010-04-02 |
* | (no commit message) | adrianna | 2010-04-02 |
* | (no commit message) | adrianna | 2010-04-02 |
* | (no commit message) | adrianna | 2010-04-02 |
* | Despam | Simon McVittie | 2010-04-02 |
* | (no commit message) | adrianna | 2010-04-02 |
* | (no commit message) | adrianna | 2010-04-02 |
* | (no commit message) | adrianna | 2010-04-02 |
* | (no commit message) | adrianna | 2010-04-02 |
* | implemented! | http://smcv.pseudorandom.co.uk/ | 2010-04-01 |
* | Explain tab-delimited tables a bit better | Simon McVittie | 2010-04-01 |
* | considering tags and fields | http://kerravonsen.dreamwidth.org/ | 2010-04-01 |
* | (no commit message) | http://smcv.pseudorandom.co.uk/ | 2010-04-01 |
* | response; thoughts about inline and tags | http://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 Hess | 2010-03-31 |
* | response | http://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 IkiWiki | http://smcv.pseudorandom.co.uk/ | 2010-03-30 |
* | respond | http://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 |
* | response | http://kerravonsen.dreamwidth.org/ | 2010-03-30 |
* | update home page URL | http://www.google.com/profiles/schmonz | 2010-03-30 |
* | response | http://kerravonsen.dreamwidth.org/ | 2010-03-30 |
* | quick response | http://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.info | Joey Hess | 2010-03-29 |
|\ |
|
| * | this sounds like the correct approach | Jon Dowland | 2010-03-29 |
| * | thanks for the review, patch to be revised | Jon Dowland | 2010-03-29 |
* | | response | Joey Hess | 2010-03-29 |
* | | update | Joey Hess | 2010-03-29 |
* | | clarify example with whitespace | Joey Hess | 2010-03-29 |
|/ |
|
* | fix link | Joey Hess | 2010-03-29 |
* | add a table summarizing state of each rcs plugin | Joey Hess | 2010-03-29 |
* | add warning about incomplete tla support | Joey Hess | 2010-03-29 |
* | fix bogus math | Joey Hess | 2010-03-29 |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info•••Conflicts:
doc/todo/allow_site-wide_meta_definitions.mdwn
| Joey Hess | 2010-03-29 |
|\ |
|
| * | ping joey: consider patch for next release? | Jon Dowland | 2010-03-29 |
| * | (no commit message) | http://hendry.iki.fi/ | 2010-03-29 |
* | | review, multiple concerns | Joey Hess | 2010-03-29 |
* | | add warning messages about bzr and mercurial hooks that are not correctly setup | Joey Hess | 2010-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 Hess | 2010-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 Hess | 2010-03-28 |