summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2009-09-10Merge commit 'schmonz/master'Joey Hess
2009-09-10Add NetBSD-style 2-clause BSD license.Amitai Schlair
2009-09-10remove hook not used by cvsJoey Hess
2009-09-10formattingJoey Hess
2009-09-10minor simplificationJoey Hess
2009-09-10Merge commit 'schmonz/master' into cvsJoey Hess
2009-09-10Merge branch 'master' into cvsJoey Hess
2009-09-10clean up use of IkiWiki::ReceiveJoey Hess
2009-09-10Catch up to the new genwrapper hook.Amitai Schlair
2009-09-10Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair
2009-09-10Add genwrapper hook, that can be used to add code into the C wrapper.Joey Hess
2009-09-10typoJoey Hess
2009-09-10Merge commit 'schmonz/master' into cvsJoey Hess
2009-09-10Merge branch 'master' into cvsJoey Hess
2009-09-10CVS operations generally need to be within CVS checkouts, so these chdir()Amitai Schlair
2009-09-09Abstract out CVS's involvement in the wrapper:Amitai Schlair
2009-09-09Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair
2009-09-08underlay: Also allow configuring additional directories to search for templa...Joey Hess
2009-09-08Expand banned_users; it can now include PageSpecs, which allows banning by IP...Joey Hess
2009-09-04Merge commit 'schmonz/master' into cvsJoey Hess
2009-09-04It's STDOUT we have to shut up for cvs, and $savedout has to beAmitai Schlair
2009-09-04Stop using IPC::Cmd and String::ShellQuote, since quoting (andAmitai Schlair
2009-09-02minor formattingJoey Hess
2009-09-02remove two plugins that are unrelated to cvsJoey Hess
2009-08-30whitespaceAmitai Schlair
2009-08-30Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair
2009-08-30On some systems the commit message gets quoted properly already. Don'tAmitai Schlair
2009-08-30Revert "po: do not inject custom bestlink function when po_link_to eq default"Joey Hess
2009-08-30Fix uninitialized value when editing a page being vivified from theAmitai Schlair
2009-08-30Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair
2009-08-30Only examine argv if the VCS is cvs.Amitai Schlair
2009-08-30Remove debug statement.Amitai Schlair
2009-08-30Knock off another to-do item: "Don't slurp the entire cvsps outputAmitai Schlair
2009-08-30Knock off a to-do item: "If the argument to cvs add smells like aAmitai Schlair
2009-08-30The string to match might not be "New directory" exactly, so match thatAmitai Schlair
2009-08-29Remove getopt() hook (it's a dead end, unsafe to pass wrapper args toAmitai Schlair
2009-08-28teximg: Make TeX handle preventing unsafe things; remove insufficient blacklistJosh Triplett
2009-08-28img: Don't generate new verison of image if it is scaled to be larger in eith...Joey Hess
2009-08-28Merge commit 'intrigeri/po'Joey Hess
2009-08-28avoid clobbering origsub if checkconfig runs more than onceJoey Hess
2009-08-28<pedant>rename depends_exact to depends_simpleJoey Hess
2009-08-28Avoid duplicating debug message for building a page due to a dependencySimon McVittie
2009-08-28Force %depends_exact to lower case, fixing incorrect case-sensitivitySimon McVittie
2009-08-28po: fix link() pagespec when used on translation pagesintrigeri
2009-08-28Fix typo in dependency debug messageSimon McVittie
2009-08-28Add depends_exact: simplified dependency tracking for dependencies on a singl...Simon McVittie
2009-08-28inline: if using pagenames, don't add a dependency on "page1 or page2 or..."Simon McVittie
2009-08-28po: better rootpage logic for inline's post formintrigeri
2009-08-28Revert "po: keep masterpage as the rootpage for inline's post form"intrigeri
2009-08-28po: keep masterpage as the rootpage for inline's post formintrigeri