summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
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
2009-08-28inline: moved rootpage logic to a functionintrigeri
2009-08-28po: favor the type of linking page's masterpage on page creationintrigeri
2009-08-28po: fix interdiction to create pages of type pointrigeri
2009-08-28po: favor the type of linking page's masterpage on page creationintrigeri
2009-08-28po: fix interdiction to create pages of type pointrigeri
2009-08-27htmltidy: Return an error message if tidy fails. Closes: #543722Joey Hess
2009-08-27po: do not inject custom bestlink function when po_link_to eq defaultintrigeri
2009-08-27po: override the title template variable for coherent homepage titlingintrigeri
2009-08-27po(scan): removed scary comment about only wanting to change the first linkintrigeri
2009-08-27Merge commit 'upstream/master' into prv/pointrigeri
2009-08-27po: do not beautify urls on the recentchanges pageintrigeri
2009-08-26htmltidy: Print a warning message if tidy fails. Closes: #543722Joey Hess
2009-08-26po: do not beautify urls on the recentchanges pageintrigeri
2009-08-26po: (hopefully) fixed WikiLink to self with po_link_to=defaultintrigeri
2009-08-25don't use pagespec_match_listJoey Hess
2009-08-25Revert "Allow add_depends to take an arrayref"Joey Hess
2009-08-25use pagespec_match_listSimon McVittie
2009-08-25Allow add_depends to take an arrayrefSimon McVittie
2009-08-25Use a hash to de-duplicate dependenciesSimon McVittie
2009-08-24calendar, inline, map: don't pre-join dependenciesSimon McVittie
2009-08-24Optimize the dependencies listSimon McVittie
2009-08-23Instead of passing the args through the wrapper so the CVS pluginAmitai Schlair
2009-08-23Explain that command must run unattended, and lose the debug statement.Amitai Schlair
2009-08-23I'm not redefining any subs after all, don't prevent those warnings.Amitai Schlair
2009-08-23Add rsync plugin, though the only rsync-specific thing about it is theAmitai Schlair
2009-08-22Oops, use the more recent (and less brittle) directory test.Amitai Schlair
2009-08-22Pass along wrapper args to ikiwiki, then handle the "cvs add dir"Amitai Schlair
2009-08-21Put old unixauth plugin under git control. Needs some serious attention.Amitai Schlair
2009-08-19po: Fixed to run rcs_add ralative to srcdir.Joey Hess