Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-13 | avoid tempfile warning | Joey Hess | |
Allow tempfile to open the file, so it doesn't warn about possible insecurity. This probably fixes a real, but unlikely security hole too. | |||
2009-09-11 | Whoops, copyright 2009. /usr/bin/perl for the interpreter like other plugins. | Amitai Schlair | |
(cherry picked from commit a69d628b2cc15779a23c3d5ca1b27f2bc2dad619) | |||
2009-09-10 | Merge commit 'schmonz/master' | Joey Hess | |
2009-09-10 | Add NetBSD-style 2-clause BSD license. | Amitai Schlair | |
2009-09-10 | formatting | Joey Hess | |
2009-09-10 | minor simplification | Joey Hess | |
2009-09-10 | Merge commit 'schmonz/master' into cvs | Joey Hess | |
2009-09-10 | Catch up to the new genwrapper hook. | Amitai Schlair | |
2009-09-10 | Merge commit 'schmonz/master' into cvs | Joey Hess | |
2009-09-10 | CVS operations generally need to be within CVS checkouts, so these chdir() | Amitai Schlair | |
calls are warranted. They shouldn't modify the caller's working directory, though. Use File::chdir to keep the scope of the changes subroutine-local. The tests now pass without resetting the working directory. | |||
2009-09-09 | Abstract out CVS's involvement in the wrapper: | Amitai Schlair | |
* In Wrapper.pm, add a new hook "wrapperargcheck" to examine argc/argv and return success or failure. In the failure case, the wrapper terminates. * In cvs.pm, implement the new hook to return failure if a directory is being cvs added. | |||
2009-09-04 | Merge commit 'schmonz/master' into cvs | Joey Hess | |
Conflicts: IkiWiki/Plugin/cvs.pm | |||
2009-09-04 | It's STDOUT we have to shut up for cvs, and $savedout has to be | Amitai Schlair | |
restored just so. | |||
2009-09-04 | Stop using IPC::Cmd and String::ShellQuote, since quoting (and | Amitai Schlair | |
having to quote, and the possible use of the shell) sucks. Stop passing args to cvs_runcvs() as an arrayref, since that also sucks (and was a sop to IPC::Cmd). Instead, use Joey's construction for temporarily redirecting stderr to /dev/null. Much much simpler and better. Works on my laptop with bozohttpd, now to test on the NetBSD wiki. | |||
2009-09-02 | minor formatting | Joey Hess | |
2009-08-30 | whitespace | Amitai Schlair | |
2009-08-30 | On some systems the commit message gets quoted properly already. Don't | Amitai Schlair | |
requote in such cases, do quote in all others. | |||
2009-08-30 | Fix uninitialized value when editing a page being vivified from the | Amitai Schlair | |
basewiki. Makes the filetype-testing logic more explicit anyway. | |||
2009-08-30 | Remove debug statement. | Amitai Schlair | |
2009-08-30 | Knock off another to-do item: "Don't slurp the entire cvsps output | Amitai Schlair | |
into memory (!)." | |||
2009-08-30 | Knock off a to-do item: "If the argument to cvs add smells like a | Amitai Schlair | |
binary file, cvs add -kb it (for attachment support)." | |||
2009-08-29 | Remove getopt() hook (it's a dead end, unsafe to pass wrapper args to | Amitai Schlair | |
ikiwiki). Crunch on-demand module loads into one-liners. Comment why cvsps output is getting read in its entirety and reversed. | |||
2009-08-22 | Oops, use the more recent (and less brittle) directory test. | Amitai Schlair | |
2009-08-22 | Pass along wrapper args to ikiwiki, then handle the "cvs add dir" | Amitai Schlair | |
case with a getopt hook directly in my plugin. If the wrapper change is safe, we won't need a wrapper wrapper. | |||
2009-08-13 | Add my CVS plugin and related patches. | Amitai Schlair | |