aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Expand)AuthorAge
...
| * Merge commit 'upstream/master' into prv/pointrigeri2009-08-27
| |\
| | * po: do not beautify urls on the recentchanges pageintrigeri2009-08-27
| | * htmltidy: Print a warning message if tidy fails. Closes: #543722Joey Hess2009-08-26
| * | po: do not beautify urls on the recentchanges pageintrigeri2009-08-26
| * | po: (hopefully) fixed WikiLink to self with po_link_to=defaultintrigeri2009-08-26
| |/
| * don't use pagespec_match_listJoey Hess2009-08-25
| * Revert "Allow add_depends to take an arrayref"Joey Hess2009-08-25
| * use pagespec_match_listSimon McVittie2009-08-25
| * Allow add_depends to take an arrayrefSimon McVittie2009-08-25
| * Use a hash to de-duplicate dependenciesSimon McVittie2009-08-25
| * calendar, inline, map: don't pre-join dependenciesSimon McVittie2009-08-24
| * Optimize the dependencies listSimon McVittie2009-08-24
| * po: Fixed to run rcs_add ralative to srcdir.Joey Hess2009-08-19
| * use pagespec_match_list for feedpagesJoey Hess2009-08-16
| * po: Better fix for missing underlay translation problem.Joey Hess2009-08-15
| * replace N/A with 0Joey Hess2009-08-15
| * update for consistencyJoey Hess2009-08-15
| * indentationJoey Hess2009-08-15
| * meta: depend on absolute page name, not relativeSimon McVittie2009-08-15
| * img: depend on absolute page name, not relativeSimon McVittie2009-08-15
| * optimise brokenlinks by gathering the data when calculating backlinksJoey Hess2009-08-14
| * orphans: Reuse backlinks infoJoey Hess2009-08-14
| * po: use discussionpage config settingJoey Hess2009-08-13
| * Add discussionpage configuration settingJoey Hess2009-08-13
| * optimise gettext callsJoey Hess2009-08-13
* | Only examine argv if the VCS is cvs.Amitai Schlair2009-08-30
* | Remove debug statement.Amitai Schlair2009-08-30
* | Knock off another to-do item: "Don't slurp the entire cvsps outputAmitai Schlair2009-08-30
* | Knock off a to-do item: "If the argument to cvs add smells like aAmitai Schlair2009-08-30
* | The string to match might not be "New directory" exactly, so match thatAmitai Schlair2009-08-30
* | Remove getopt() hook (it's a dead end, unsafe to pass wrapper args toAmitai Schlair2009-08-29
* | Instead of passing the args through the wrapper so the CVS pluginAmitai Schlair2009-08-23
* | Explain that command must run unattended, and lose the debug statement.Amitai Schlair2009-08-23
* | I'm not redefining any subs after all, don't prevent those warnings.Amitai Schlair2009-08-23
* | Add rsync plugin, though the only rsync-specific thing about it is theAmitai Schlair2009-08-23
* | Oops, use the more recent (and less brittle) directory test.Amitai Schlair2009-08-22
* | Pass along wrapper args to ikiwiki, then handle the "cvs add dir"Amitai Schlair2009-08-22
* | Put old unixauth plugin under git control. Needs some serious attention.Amitai Schlair2009-08-21
* | Add my CVS plugin and related patches.Amitai Schlair2009-08-13
|/
* more idiomatic use of foreachJoey Hess2009-08-12
* fix some more foreaches that clal functions to not use $_Joey Hess2009-08-12
* use a more idiomatic foreach myJoey Hess2009-08-12
* inline: Avoid use of my $_ as it fails with older perls. Closes: #541215Joey Hess2009-08-12
* po: Detect if nowrapi18n can't be passed to po4a, and warn about the old vers...Joey Hess2009-08-12
* po: Fix copy of po file from underlay when editingJoey Hess2009-08-10
* verify page name is saneJoey Hess2009-08-08
* fix misleading commentJoey Hess2009-08-08
* Merge commit 'smcv/ready/getsource'Joey Hess2009-08-08
|\
| * getsource: remove temporary variableSimon McVittie2009-07-27
| * getsource: remove unnecessary IkiWiki:: prefixesSimon McVittie2009-07-26