Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-01 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmAN5tpw40_t2tPFDLkP35Fc4zIskJDEtQ | |
2010-08-31 | wishlist item: alias directive | chrysn | |
2010-08-31 | add news item for ikiwiki 3.20100831 | Joey Hess | |
2010-08-31 | releasing version 3.20100831 | Joey Hess | |
2010-08-31 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-08-31 | more on ymlfront vs MMD | Giuseppe Bilotta | |
2010-08-31 | keeping triple-dash as default, but making it configurable | http://kerravonsen.dreamwidth.org/ | |
2010-08-30 | saner return codes for check_can{remove,rename} | Joey Hess | |
These return codes are not currently used, but might be later. | |||
2010-08-30 | remove sandbox/me | Joey Hess | |
(used to test anon git push again) | |||
2010-08-30 | formatting | Joey Hess | |
(used to test anon git push again) | |||
2010-08-30 | httpauth: Avoid redirecting the user to the cgiauthurl if they already have ↵ | Joey Hess | |
a login session. | |||
2010-08-30 | revert check_canedit nosubs thing | Joey Hess | |
Abstraction violation. I now think the problem should be treated as a bug in httpauth. | |||
2010-08-30 | correct logic on error fallthrough | Joey Hess | |
2010-08-30 | Receive: avoid hiding check_canedit error messages | Joey Hess | |
Avoid the generic "you are not allowed to change" message, and instead allow check_canedit to propigate out useful error messages. Went back to calling check_canedit in fatal mode, but added a parameter to avoid calling the troublesome subs that might cause a login attempt. | |||
2010-08-30 | add sandbox/me.mdwn | Joey Hess | |
used to test untrusted git push with httpauth enabled | |||
2010-08-30 | remove dead code | Joey Hess | |
2010-08-30 | sandbox declutter | Joey Hess | |
2010-08-30 | sandbox declutter | Joey Hess | |
2010-08-30 | remove note about git-daemon bug | Joey Hess | |
Seems to be fixed with git 1.7.1 | |||
2010-08-30 | remove 2 pages | Joey Hess | |
(commit used to test git anon push) | |||
2010-08-30 | cleanup sandbox | Joey Hess | |
(commit used to test git anon push) | |||
2010-08-30 | minor typo | Joey Hess | |
2010-08-30 | add explicit check_canedit calls when checking canattach or canremove | Joey Hess | |
2010-08-30 | Avoid trying to log the user in when receiving anonymous pushes from git and ↵ | Joey Hess | |
a plugin like httpauth returns a login function. Just use check_canedit in nonfatal mode. | |||
2010-08-30 | factor out check_canedit calls from check_canremove | Joey Hess | |
2010-08-30 | don't run check_canedit in nonfatal mode | Joey Hess | |
2010-08-30 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-08-30 | add bug lifted from irc | Joey Hess | |
2010-08-30 | remove obsolete check to see if check_canedit is available | Joey Hess | |
The function moved from the editpage plugin into IkiWiki core some time ago. | |||
2010-08-30 | ymlfront vs MMD | http://oblomov.myopenid.com/ | |
2010-08-30 | forgot to add this | Joey Hess | |
2010-08-30 | add test case for link(.) with omitted location | Joey Hess | |
2010-08-30 | add file package to suggests | Joey Hess | |
Now used by filecheck as fallback. | |||
2010-08-30 | t/bazaar.t: Work around bzr 2.2.0's new requirement to configure bzr whoami ↵ | Joey Hess | |
before committing. | |||
2010-08-30 | close bug; more rationalle for reordering | Joey Hess | |
2010-08-30 | call preprocess in scan mode hooks before scan hooks | Joey Hess | |
Following along with change in Render.pm | |||
2010-08-30 | split out bug report and close | Joey Hess | |
2010-08-30 | response | Joey Hess | |
2010-08-30 | document merging of intrigeri/po | Joey Hess | |
2010-08-30 | Merge remote branch 'intrigeri/po' | Joey Hess | |
2010-08-30 | response | Joey Hess | |
2010-08-30 | response | Joey Hess | |
2010-08-30 | response | Joey Hess | |
2010-08-30 | response | Joey Hess | |
2010-08-30 | response | Joey Hess | |
2010-08-30 | more info? | Joey Hess | |
2010-08-30 | finish link(.) support | Joey Hess | |
2010-08-30 | optimise single dot detection | Joey Hess | |
Since it already looks for things starting with a dot, I was able to avoid matching against the string twice. This also fixes a minor bug; $from may not be defined. Avoid uninitialized value warnings in this case. | |||
2010-08-30 | add test for link(.) | Joey Hess | |
2010-08-30 | Single dot in pagespec translates to 'current page' | Giuseppe Bilotta | |