Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | bug when pages changing extension; new patch | http://gmcmanus.myopenid.com/ | |
2008-07-22 | patch to prevent email obfuscation | http://gmcmanus.myopenid.com/ | |
2008-07-22 | response to response | http://brian.may.myopenid.com/ | |
2008-07-22 | bug already noted, so mark as done | http://gmcmanus.myopenid.com/ | |
2008-07-21 | email obfuscation by Text::Markdown undone by HTML::Scrubber | http://gmcmanus.myopenid.com/ | |
2008-07-21 | improve docs | Joey Hess | |
2008-07-21 | really add | Joey Hess | |
2008-07-21 | use check_canattach | Joey Hess | |
As noted, this may be overkill.. | |||
2008-07-21 | factor out check_canattach | Joey Hess | |
Other plugins will need to use this. | |||
2008-07-21 | skeleton rename plugin | Joey Hess | |
2008-07-21 | error if nothing selected | Joey Hess | |
2008-07-21 | probably redundant symlink check | Joey Hess | |
2008-07-21 | Merge branch 'master' into tova | Joey Hess | |
2008-07-21 | Add allow_symlinks_before_srcdir config setting | Joey 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-21 | Avoid troublesome abs_path calls in wrapper setup | Joey Hess | |
As documented in the forum post. | |||
2008-07-21 | response | Joey Hess | |
2008-07-21 | response | Joey Hess | |
2008-07-21 | Merge branch 'master' into tova | Joey Hess | |
Conflicts: debian/changelog | |||
2008-07-21 | Really fix bug with links to pages with names containing colons | Joey Hess | |
Previous fix mised a few cases. | |||
2008-07-21 | remove test | Joey Hess | |
2008-07-21 | test | Joey Hess | |
2008-07-21 | typo | Joey Hess | |
2008-07-21 | test | Joey Hess | |
2008-07-21 | response | Joey Hess | |
2008-07-21 | changelog | Joey Hess | |
2008-07-21 | Merge commit 'smcv/master' | Joey Hess | |
2008-07-21 | Don'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-21 | don't show an error if the image is missing, instead, a broken link | Joey Hess | |
2008-07-21 | remove debugging | Joey Hess | |
2008-07-21 | avoid internal error message when img uses just-deleted page | Joey 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-21 | typos | Joey Hess | |
2008-07-21 | typos | Joey Hess | |
2008-07-21 | need to untaint.. | Joey Hess | |
2008-07-21 | a few bugfixes | Joey 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-21 | support for removing attachments | Joey Hess | |
2008-07-21 | simplified confirmation form | Joey Hess | |
also, there's no titlepage conversion issues | |||
2008-07-21 | touchups | Joey Hess | |
2008-07-21 | document remove plugin | Joey Hess | |
2008-07-21 | update on some of the conflict cases | Joey Hess | |
2008-07-21 | redirect after removal | Joey Hess | |
2008-07-21 | Fix one missed instance of a directive without [[! (it was committed after I ↵ | http://smcv.pseudorandom.co.uk/ | |
branched) | |||
2008-07-21 | basically, removal works | Joey Hess | |
Still need to consider all the edge cases.. | |||
2008-07-21 | All rcs backends need to implement rcs_remove | Joey Hess | |
(Done for svn, git.) | |||
2008-07-21 | form tweaks; use title | Joey Hess | |
2008-07-21 | implemented form state saving and retrieval | Joey Hess | |
This is overkill for delete, since it's only used on Cancel. But it will be crucial for rename, so as to restore any pending edits after renaming a page. | |||
2008-07-21 | basic removal form skeleton | Joey Hess | |