aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | responseAmitai Schlair2009-09-11
| |/ |/|
* | Whoops, copyright 2009. /usr/bin/perl for the interpreter like other plugins.Amitai Schlair2009-09-11
| | | | | | | | (cherry picked from commit a69d628b2cc15779a23c3d5ca1b27f2bc2dad619)
* | Updated Czech translation from Miroslav Kure. Closes: #546223Joey Hess2009-09-11
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-09-11
|\ \
| * | PageSpec doesn't match cvs.pm after it moved, specify it explicitly in the maphttp://schmonz.livejournal.com/2009-09-10
| |/
* / reviewJoey Hess2009-09-11
|/
* updateJoey Hess2009-09-10
|
* Merge commit 'schmonz/master'Joey Hess2009-09-10
|\
| * Add NetBSD-style 2-clause BSD license.Amitai Schlair2009-09-10
| |
* | update a few cvs thingsJoey Hess2009-09-10
| |
* | skip if cvsps is not availableJoey Hess2009-09-10
| |
* | add libfile-chdir-perl to build dependsJoey Hess2009-09-10
| | | | | | | | | | This is needed for the cvs plugin to load, which is needed for the setup file to include config stanzas for that plugin.
* | changelogJoey Hess2009-09-10
| |
* | add rcs/cvsJoey Hess2009-09-10
| |
* | remove hook not used by cvsJoey Hess2009-09-10
| |
* | reorder vcs listJoey Hess2009-09-10
| |
* | formattingJoey Hess2009-09-10
| |
* | minor simplificationJoey Hess2009-09-10
| |
* | Merge commit 'schmonz/master' into cvsJoey Hess2009-09-10
|\|
| * Catch up to the new genwrapper hook.Amitai Schlair2009-09-10
| |
| * Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair2009-09-10
| |\
* | \ Merge branch 'master' into cvsJoey Hess2009-09-10
|\ \ \
| * \ \ Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-09-10
| |\ \ \
| | * | | test from anon gitJoey Hess2009-09-10
| | | | |
| | * | | testinghttp://joey.kitenet.net/2009-09-10
| | | | |
| * | | | clean up use of IkiWiki::ReceiveJoey Hess2009-09-10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loading and use of IkiWiki::Receive can all be pushed into the git plugin, rather than scattered around. I had at first wanted to make a receive plugin and move it there, but a plugin was not a good fit; you don't want users to have to manually load it, and making the git plugin load the receive plugin at the right times would need more, and ugly code.
| * | / catch up to genwrapperAmitai Schlair2009-09-10
| | |/ | |/|
| * | new hookJoey Hess2009-09-10
| | |
| * | Add genwrapper hook, that can be used to add code into the C wrapper.Joey Hess2009-09-10
| | |
* | | typoJoey Hess2009-09-10
| | |
* | | Merge commit 'schmonz/master' into cvsJoey Hess2009-09-10
|\ \ \ | | |/ | |/|
| * | CVS operations generally need to be within CVS checkouts, so these chdir()Amitai Schlair2009-09-10
| | | | | | | | | | | | | | | | | | 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.
| * | Add automated tests, modeled after svn's. Note the chdir() calls;Amitai Schlair2009-09-09
| | | | | | | | | | | | | | | perhaps cvs.pm should be doing pushd/popd in case the caller expects its working directory to be left alone.
| * | Abstract out CVS's involvement in the wrapper:Amitai Schlair2009-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair2009-09-09
| |\ \
| * \ \ Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair2009-09-08
| |\ \ \
* | \ \ \ Merge branch 'master' into cvsJoey Hess2009-09-10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix parsing web commits from ipv6 addresses.Joey Hess2009-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I weakended the regexp, so this matches ipv6 addresses too. It does not ensure that the address is valid, but that should not matter here. Note that addresses ending in "::" are not matched, so eg, the unspecified address will not match -- but should never appear here anyway.
| * | | | (no commit message)suxx1k2009-09-10
| | | | |
| * | | | (no commit message)suxx1k2009-09-10
| | | | |
| * | | | File::chdir is needed nowAmitai Schlair2009-09-10
| | | | |
| * | | | automated tests added (and they highlight that the plugin shouldAmitai Schlair2009-09-09
| | | | | | | | | | | | | | | | | | | | probably restore the caller's working directory)
| * | | | describe current state of wrapper modificationAmitai Schlair2009-09-09
| | | | |
| * | | | note refactored wrapper tweakulationAmitai Schlair2009-09-09
| | |_|/ | |/| |
| * | | underlay: Also allow configuring additional directories to search for ↵Joey Hess2009-09-08
| | | | | | | | | | | | | | | | template files in.
| * | | memoize template_fileJoey Hess2009-09-08
| | | | | | | | | | | | | | | | | | | | This avoids a lot of unncessary stats, and trims about 1 second off a docwiki rebuild here.
| * | | Revert spam. This spammer's IP has now been blocked.Joey Hess2009-09-08
| | | | | | | | | | | | | | | | This reverts commit 9c144163ea7f9fca3497becfaf50e4a1f2a8e242.
| * | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-09-08
| |\ \ \
| | * | | (no commit message)nicole.adams2009-09-08
| | | | |
| * | | | Expand banned_users; it can now include PageSpecs, which allows banning by ↵Joey Hess2009-09-08
| |/ / / | | | | | | | | | | | | IP address.