Age | Commit message (Expand) | Author |
2009-08-29 | Remove getopt() hook (it's a dead end, unsafe to pass wrapper args to | Amitai Schlair |
2009-08-28 | teximg: Make TeX handle preventing unsafe things; remove insufficient blacklist | Josh Triplett |
2009-08-28 | img: Don't generate new verison of image if it is scaled to be larger in eith... | Joey Hess |
2009-08-28 | Merge commit 'intrigeri/po' | Joey Hess |
2009-08-28 | avoid clobbering origsub if checkconfig runs more than once | Joey Hess |
2009-08-28 | po: fix link() pagespec when used on translation pages | intrigeri |
2009-08-28 | inline: if using pagenames, don't add a dependency on "page1 or page2 or..." | Simon McVittie |
2009-08-28 | po: better rootpage logic for inline's post form | intrigeri |
2009-08-28 | Revert "po: keep masterpage as the rootpage for inline's post form" | intrigeri |
2009-08-28 | po: keep masterpage as the rootpage for inline's post form | intrigeri |
2009-08-28 | inline: moved rootpage logic to a function | intrigeri |
2009-08-28 | po: favor the type of linking page's masterpage on page creation | intrigeri |
2009-08-28 | po: fix interdiction to create pages of type po | intrigeri |
2009-08-28 | po: favor the type of linking page's masterpage on page creation | intrigeri |
2009-08-28 | po: fix interdiction to create pages of type po | intrigeri |
2009-08-27 | htmltidy: Return an error message if tidy fails. Closes: #543722 | Joey Hess |
2009-08-27 | po: do not inject custom bestlink function when po_link_to eq default | intrigeri |
2009-08-27 | po: override the title template variable for coherent homepage titling | intrigeri |
2009-08-27 | po(scan): removed scary comment about only wanting to change the first link | intrigeri |
2009-08-27 | Merge commit 'upstream/master' into prv/po | intrigeri |
2009-08-27 | po: do not beautify urls on the recentchanges page | intrigeri |
2009-08-26 | htmltidy: Print a warning message if tidy fails. Closes: #543722 | Joey Hess |
2009-08-26 | po: do not beautify urls on the recentchanges page | intrigeri |
2009-08-26 | po: (hopefully) fixed WikiLink to self with po_link_to=default | intrigeri |
2009-08-25 | Revert "Allow add_depends to take an arrayref" | Joey Hess |
2009-08-25 | Allow add_depends to take an arrayref | Simon McVittie |
2009-08-24 | calendar, inline, map: don't pre-join dependencies | Simon McVittie |
2009-08-23 | Explain that command must run unattended, and lose the debug statement. | Amitai Schlair |
2009-08-23 | I'm not redefining any subs after all, don't prevent those warnings. | Amitai Schlair |
2009-08-23 | Add rsync plugin, though the only rsync-specific thing about it is the | Amitai Schlair |
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 |
2009-08-21 | Put old unixauth plugin under git control. Needs some serious attention. | Amitai Schlair |
2009-08-19 | po: Fixed to run rcs_add ralative to srcdir. | Joey Hess |
2009-08-16 | use pagespec_match_list for feedpages | Joey Hess |
2009-08-15 | po: Better fix for missing underlay translation problem. | Joey Hess |
2009-08-15 | replace N/A with 0 | Joey Hess |
2009-08-15 | update for consistency | Joey Hess |
2009-08-15 | indentation | Joey Hess |
2009-08-15 | meta: depend on absolute page name, not relative | Simon McVittie |
2009-08-15 | img: depend on absolute page name, not relative | Simon McVittie |
2009-08-14 | optimise brokenlinks by gathering the data when calculating backlinks | Joey Hess |
2009-08-14 | orphans: Reuse backlinks info | Joey Hess |
2009-08-13 | po: use discussionpage config setting | Joey Hess |
2009-08-13 | Add discussionpage configuration setting | Joey Hess |
2009-08-13 | optimise gettext calls | Joey Hess |
2009-08-13 | Add my CVS plugin and related patches. | Amitai Schlair |
2009-08-12 | more idiomatic use of foreach | Joey Hess |
2009-08-12 | use a more idiomatic foreach my | Joey Hess |
2009-08-12 | inline: Avoid use of my $_ as it fails with older perls. Closes: #541215 | Joey Hess |