summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-07Remove PATH overriding code in ikiwiki script that was present to make perl ↵Joey Hess
taint checking happy, but taint checking is disabled.
2010-09-07responseJoey Hess
2010-09-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-09-07needsbuild hook interface changed; the hooks should now return the modified ↵Joey Hess
array of things that need built. (Backwards compatability code keeps plugins using the old interface working.)
2010-09-07add todo item about hooks not called during untrusted git pushJoey Hess
2010-09-06(no commit message)https://www.google.com/accounts/o8/id?id=AItOawkIl2-FajX9MSbbfcPYvzbmbsemGJJfXds
2010-09-05(no commit message)https://www.google.com/accounts/o8/id?id=AItOawllEHb4oGNaUrl7vyziQGrxAlQFri_BfaE
2010-09-05.darcshttp://marcotmarcot.wordpress.com/
2010-09-04added a patch to make it more like MediaWikiChangaco
2010-09-04(no commit message)philippe
2010-09-03Add forum post regarding "bad page name" errorSvend Sorensen
2010-09-03update issue needing /etc as plain userhttp://poisonbit.wordpress.com/
2010-09-03Workaround for /etc fileshttp://poisonbit.wordpress.com/
2010-09-03problem with /etc fileshttp://poisonbit.wordpress.com/
2010-09-03checking again instructions, HTML::Scrubber does not fail in tests with a ↵http://poisonbit.wordpress.com/
clean install.
2010-09-03minor, delete a repited . ~/.bashrchttp://poisonbit.wordpress.com/
2010-09-03Minor fixes/cleanups on my additionhttp://poisonbit.wordpress.com/
2010-09-03Modified, retested all with a clean user (last edition was from a bash_history)http://poisonbit.wordpress.com/
2010-09-03deleting libexpat1-dev, only needed for perlbrew, not for local:libhttp://poisonbit.wordpress.com/
2010-09-03Manual install as plain user (only curl and build-essential required) on stablehttp://poisonbit.wordpress.com/
2010-09-02spellinghttp://jmtd.livejournal.com/
2010-09-02discussing Paul's HTTPS edithttp://jmtd.livejournal.com/
2010-09-02shortcuts: Suggestions for multi-language linksPaulePanter
2010-09-02Use HTTPS version for [Wikimedia](https://secure.wikimedia.org/) and Google ↵PaulePanter
(noted by using DuckDuckGo.com which is directing there)
2010-09-01YAML is YAMLhttp://kerravonsen.dreamwidth.org/
2010-09-01(no commit message)https://www.google.com/accounts/o8/id?id=AItOawmAN5tpw40_t2tPFDLkP35Fc4zIskJDEtQ
2010-08-31wishlist item: alias directivechrysn
2010-08-31add news item for ikiwiki 3.20100831Joey Hess
2010-08-31releasing version 3.20100831Joey Hess
2010-08-31Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-08-31more on ymlfront vs MMDGiuseppe Bilotta
2010-08-31keeping triple-dash as default, but making it configurablehttp://kerravonsen.dreamwidth.org/
2010-08-30saner return codes for check_can{remove,rename}Joey Hess
These return codes are not currently used, but might be later.
2010-08-30remove sandbox/meJoey Hess
(used to test anon git push again)
2010-08-30formattingJoey Hess
(used to test anon git push again)
2010-08-30httpauth: Avoid redirecting the user to the cgiauthurl if they already have ↵Joey Hess
a login session.
2010-08-30revert check_canedit nosubs thingJoey Hess
Abstraction violation. I now think the problem should be treated as a bug in httpauth.
2010-08-30correct logic on error fallthroughJoey Hess
2010-08-30Receive: avoid hiding check_canedit error messagesJoey 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-30add sandbox/me.mdwnJoey Hess
used to test untrusted git push with httpauth enabled
2010-08-30remove dead codeJoey Hess
2010-08-30sandbox declutterJoey Hess
2010-08-30sandbox declutterJoey Hess
2010-08-30remove note about git-daemon bugJoey Hess
Seems to be fixed with git 1.7.1
2010-08-30remove 2 pagesJoey Hess
(commit used to test git anon push)
2010-08-30cleanup sandboxJoey Hess
(commit used to test git anon push)
2010-08-30minor typoJoey Hess
2010-08-30add explicit check_canedit calls when checking canattach or canremoveJoey Hess
2010-08-30Avoid 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-30factor out check_canedit calls from check_canremoveJoey Hess