Commit Graph

12407 Commits (81ce1cf9daf113c88581407d5e68d8f6ee61d674)

Author SHA1 Message Date
Simon McVittie 7f488c7012 Despam 2010-04-02 13:07:22 +01:00
adrianna cad194a2ee 2010-04-02 12:05:18 +00:00
adrianna 1587e38fd4 2010-04-02 12:03:58 +00:00
adrianna c7bccf3a2a 2010-04-02 12:01:24 +00:00
adrianna 93024e5193 2010-04-02 12:00:46 +00:00
http://smcv.pseudorandom.co.uk/ a7ef2204dc implemented! 2010-04-01 23:40:37 +00:00
Simon McVittie 3c9cd4f156 Explain tab-delimited tables a bit better 2010-04-01 18:13:38 +01:00
http://kerravonsen.dreamwidth.org/ a682df9a1f considering tags and fields 2010-04-01 07:22:37 +00:00
http://smcv.pseudorandom.co.uk/ 63bc057690 2010-04-01 01:35:35 +00:00
http://kerravonsen.dreamwidth.org/ 4eed0abc8c response; thoughts about inline and tags 2010-04-01 00:23:31 +00:00
Joey Hess 4dcea6207d page.tmpl: Add Cache-Control must-revalidate to ensure that users (especially of Firefox) see fresh page content.
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.
2010-03-31 17:52:58 -04:00
http://kerravonsen.dreamwidth.org/ fc5445b906 response 2010-03-31 03:01:41 +00:00
http://smcv.pseudorandom.co.uk/ 7f63763a30 they do work, with the right syntax (C backslash escapes aren't interpreted) 2010-03-31 02:07:52 +00:00
http://edrex.myopenid.com/ 66ecf1dba5 2010-03-31 00:24:22 +00:00
http://edrex.myopenid.com/ 35fcc2ec8f 2010-03-31 00:21:58 +00:00
http://smcv.pseudorandom.co.uk/ bb8b941bfc respond; correct license of fieldsort plugin to match IkiWiki 2010-03-30 12:48:03 +00:00
http://smcv.pseudorandom.co.uk/ edcea2b981 respond 2010-03-30 12:27:18 +00:00
http://smcv.pseudorandom.co.uk/ 0503bf7c88 2010-03-30 12:10:40 +00:00
http://smcv.pseudorandom.co.uk/ 026355cfa2 respond and attempt to invoke Joey :-) 2010-03-30 12:09:59 +00:00
http://smcv.pseudorandom.co.uk/ f673ce266c feature request (part of ftemplate) 2010-03-30 12:01:35 +00:00
http://kerravonsen.dreamwidth.org/ 90c444d9f1 response 2010-03-30 06:44:04 +00:00
http://www.google.com/profiles/schmonz a284d5fa0a update home page URL 2010-03-30 05:48:51 +00:00
http://kerravonsen.dreamwidth.org/ 2d1e4cce45 response 2010-03-30 05:38:31 +00:00
http://kerravonsen.dreamwidth.org/ 386e464188 quick response 2010-03-30 05:31:10 +00:00
http://gustaf.thorslund.org/ 8de983dd07 2010-03-29 22:07:27 +00:00
http://gustaf.thorslund.org/ 1c751e882e 2010-03-29 21:54:30 +00:00
Joey Hess 4a09619a79 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-29 15:25:40 -04:00
Joey Hess b2890b4e8f response 2010-03-29 15:25:34 -04:00
Jon Dowland 0b63800df3 this sounds like the correct approach 2010-03-29 20:00:56 +01:00
Jon Dowland 675e34527f thanks for the review, patch to be revised 2010-03-29 19:59:40 +01:00
Joey Hess aa116d67ab update 2010-03-29 13:37:16 -04:00
Joey Hess 68c67efeff clarify example with whitespace 2010-03-29 13:27:50 -04:00
Joey Hess 6798a80aca fix link 2010-03-29 13:18:49 -04:00
Joey Hess 3e192a4c4a add a table summarizing state of each rcs plugin 2010-03-29 13:17:49 -04:00
Joey Hess e466d11fd3 add warning about incomplete tla support 2010-03-29 13:17:32 -04:00
Joey Hess 7a8bcf2a67 fix bogus math 2010-03-29 12:19:22 -04:00
Joey Hess b041131900 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Conflicts:
	doc/todo/allow_site-wide_meta_definitions.mdwn
2010-03-29 12:18:09 -04:00
Joey Hess 97898ce585 review, multiple concerns 2010-03-29 12:16:53 -04:00
Joey Hess 891238e075 add warning messages about bzr and mercurial hooks that are not correctly setup 2010-03-29 11:54:18 -04:00
Jon Dowland 263d954896 ping joey: consider patch for next release? 2010-03-29 14:58:21 +01:00
http://hendry.iki.fi/ ae4e9b25b7 2010-03-29 08:15:43 +00:00
Joey Hess 799b93d258 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.
2010-03-28 20:23:22 -04:00
Joey Hess b6666f5ac8 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.)
2010-03-28 19:28:48 -04:00
Joey Hess 6e7bfbe7bb auto-blog.setup: Set tagbase by default, since most bloggers will want it.
Also modified first_post page to use a tag format that will work whether
or not tagbase is set.
2010-03-28 19:23:34 -04:00
Joey Hess 2bbbc906ba Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-28 18:49:22 -04:00
Joey Hess 9115336551 response 2010-03-28 18:49:15 -04:00
http://schors.livejournal.com/ 02e6ec9dd2 2010-03-28 22:47:17 +00:00
http://schors.livejournal.com/ 1de069338d 2010-03-28 22:43:24 +00:00
Joey Hess 15164671ce formatting 2010-03-28 18:37:00 -04:00
Joey Hess 6d04e182c4 formatting 2010-03-28 18:36:37 -04:00