summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-22qualifiyJoey Hess
2008-07-22make message a bit more genericJoey Hess
2008-07-22rename checks improvementsJoey Hess
2008-07-22permission checking improvementsJoey Hess
Break out into function so it can be done up-front before confirmation too.
2008-07-22avoid uninitialised valueJoey Hess
2008-07-22Merge commit 'origin/master' into tovaJoey Hess
2008-07-22(no commit message)http://lollipopman.myopenid.com/
2008-07-22(no commit message)http://lollipopman.myopenid.com/
2008-07-22(no commit message)http://lollipopman.myopenid.com/
2008-07-22bug when pages changing extension; new patchhttp://gmcmanus.myopenid.com/
2008-07-22patch to prevent email obfuscationhttp://gmcmanus.myopenid.com/
2008-07-22response to responsehttp://brian.may.myopenid.com/
2008-07-22bug already noted, so mark as donehttp://gmcmanus.myopenid.com/
2008-07-21email obfuscation by Text::Markdown undone by HTML::Scrubberhttp://gmcmanus.myopenid.com/
2008-07-21improve docsJoey Hess
2008-07-21really addJoey Hess
2008-07-21use check_canattachJoey Hess
As noted, this may be overkill..
2008-07-21factor out check_canattachJoey Hess
Other plugins will need to use this.
2008-07-21skeleton rename pluginJoey Hess
2008-07-21error if nothing selectedJoey Hess
2008-07-21probably redundant symlink checkJoey Hess
2008-07-21Merge branch 'master' into tovaJoey Hess
2008-07-21Add allow_symlinks_before_srcdir config settingJoey Hess
can be used to avoid a security check that is a good safe default, but problimatic overkill in some situations. I decided to underdocument this, because the option looks ugly, and I don't want people randomly turning it on because it looks like a good idea. So if you need it, you'll get an error message mentioning how to fix it.
2008-07-21Avoid troublesome abs_path calls in wrapper setupJoey Hess
As documented in the forum post.
2008-07-21responseJoey Hess
2008-07-21responseJoey Hess
2008-07-21Merge branch 'master' into tovaJoey Hess
Conflicts: debian/changelog
2008-07-21Really fix bug with links to pages with names containing colonsJoey Hess
Previous fix mised a few cases.
2008-07-21remove testJoey Hess
2008-07-21testJoey Hess
2008-07-21typoJoey Hess
2008-07-21testJoey Hess
2008-07-21responseJoey Hess
2008-07-21changelogJoey Hess
2008-07-21Merge commit 'smcv/master'Joey Hess
2008-07-21Don't prepend tagbase to tags if they start with "./" or "/".Simon McVittie
That syntax made little sense previously, and this allows sites to put "most" of their tags under $tagbase.
2008-07-21don't show an error if the image is missing, instead, a broken linkJoey Hess
2008-07-21remove debuggingJoey Hess
2008-07-21avoid internal error message when img uses just-deleted pageJoey Hess
I think this used to be a fatal error, not just inline error, so I don't know why it was never noticed, but if a page that an img directive mentions gets deleted, bestlink() returns a file that no longer exists, and srcfile() throws an error. Note that bestlink's behavior of returning a deleted file could be considered buggy. But, if it's changed to not do that, the page with the img on it is not updated at all when the file is removed.
2008-07-21typosJoey Hess
2008-07-21typosJoey Hess
2008-07-21need to untaint..Joey Hess
2008-07-21a few bugfixesJoey Hess
Including a check the the file is in the srcdir, as opposed to some other directory.
2008-07-21(no commit message)Mathias
2008-07-21support for removing attachmentsJoey Hess
2008-07-21simplified confirmation formJoey Hess
also, there's no titlepage conversion issues
2008-07-21touchupsJoey Hess
2008-07-21document remove pluginJoey Hess
2008-07-21update on some of the conflict casesJoey Hess
2008-07-21redirect after removalJoey Hess