Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-30 | response | http://kerravonsen.dreamwidth.org/ | |
2010-03-30 | quick response | http://kerravonsen.dreamwidth.org/ | |
2010-03-29 | (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 | response | 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 | 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 | Joey Hess | |
Conflicts: doc/todo/allow_site-wide_meta_definitions.mdwn | |||
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 | ping joey: consider patch for next release? | Jon Dowland | |
2010-03-29 | (no commit message) | http://hendry.iki.fi/ | |
2010-03-28 | don't check $@ after pagespec_translate | Joey Hess | |
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 | fix tag | Joey Hess | |
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 | auto-blog.setup: Set tagbase by default, since most bloggers will want it. | Joey Hess | |
Also modified first_post page to use a tag format that will work whether or not tagbase is set. | |||
2010-03-28 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-03-28 | response | Joey Hess | |
2010-03-28 | (no commit message) | http://schors.livejournal.com/ | |
2010-03-28 | (no commit message) | http://schors.livejournal.com/ | |
2010-03-28 | formatting | Joey Hess | |
2010-03-28 | formatting | Joey Hess | |
2010-03-28 | use __TINYC__ define to avoid tinyc compat fixes breaking FreeBSD | Joey Hess | |
To review, tcc does not really use environ, so you have to use clearenv there. But POSIX, in their wisdom, didn't standardise clearenv yet, so on FreeBSD, one still needs to manipulate environ on their own. (If you use tcc on FreeBSD, this may leave you unsatisfied.) | |||
2010-03-28 | (no commit message) | http://schors.livejournal.com/ | |
2010-03-28 | response | Joey Hess | |
2010-03-28 | fix printing of $@, which is clobbered by the call to gettext | Joey Hess | |
problem reported by viric | |||
2010-03-28 | (no commit message) | http://hendry.iki.fi/ | |
2010-03-28 | More wishlist items for the `xslt` plugin. | http://oneingray.myopenid.com/ | |
2010-03-28 | revert misleading clarification, and try to clarify better | http://smcv.pseudorandom.co.uk/ | |
2010-03-28 | add "wait" (best to wait to tackle...) | Redtexture | |
2010-03-28 | Better URL for my Ikiwiki instance; changed the note about DNS. | http://oneingray.myopenid.com/ | |
2010-03-26 | Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar ↵ | Joey Hess | |
if necessary for unusual install. | |||
2010-03-26 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-03-26 | fix link | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | brief review of report | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | oh, my mistake... this *is* necessary, but could perhaps be done better? | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | doesn't field+template already cover this? | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | brief review of field; fieldsort plugin | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | me too - thanks | http://users.itk.ppke.hu/~cstamas/openid/ | |
2010-03-26 | line break for better view | http://users.itk.ppke.hu/~cstamas/openid/ | |
2010-03-26 | init page bugreport | http://users.itk.ppke.hu/~cstamas/openid/ | |
2010-03-26 | close, unreproducible | Joey Hess | |
2010-03-26 | Fix incorrect influence info returned by a failing link() pagespec, that ↵ | Joey Hess | |
could lead to bad dependency handling in certian situations. |