Merge branch 'master' of git://github.com/joeyh/ikiwiki
[ikiwiki.git] / IkiWiki /
2009-08-30 Amitai SchlairMerge branch 'master' of git://github.com/joeyh/ikiwiki
2009-08-30 Amitai SchlairOnly examine argv if the VCS is cvs.
2009-08-30 Amitai SchlairRemove debug statement.
2009-08-30 Amitai SchlairKnock off another to-do item: "Don't slurp the entire...
2009-08-30 Amitai SchlairKnock off a to-do item: "If the argument to cvs add...
2009-08-30 Amitai SchlairThe string to match might not be "New directory" exactl...
2009-08-30 Amitai SchlairRemove getopt() hook (it's a dead end, unsafe to pass...
2009-08-29 Josh Triplettteximg: Make TeX handle preventing unsafe things; remov...
2009-08-29 Joey Hessimg: Don't generate new verison of image if it is scale...
2009-08-28 Joey HessMerge commit 'intrigeri/po'
2009-08-28 Joey Hessavoid clobbering origsub if checkconfig runs more than...
2009-08-28 Joey Hess<pedant>rename depends_exact to depends_simple
2009-08-28 Joey HessMerge commit 'smcv/ready/depends-exact'
2009-08-28 Simon McVittieAvoid duplicating debug message for building a page...
2009-08-28 Simon McVittieForce %depends_exact to lower case, fixing incorrect...
2009-08-28 intrigeripo: fix link() pagespec when used on translation pages
2009-08-28 Simon McVittieFix typo in dependency debug message
2009-08-28 Simon McVittieAdd depends_exact: simplified dependency tracking for...
2009-08-28 Simon McVittieinline: if using pagenames, don't add a dependency...
2009-08-28 intrigeriMerge commit 'upstream/master' into prv/po
2009-08-28 intrigeripo: better rootpage logic for inline's post form
2009-08-28 intrigeriRevert "po: keep masterpage as the rootpage for inline...
2009-08-28 intrigeriMerge commit 'upstream/master' into prv/po
2009-08-28 intrigeripo: keep masterpage as the rootpage for inline's post...
2009-08-28 intrigeriinline: moved rootpage logic to a function
2009-08-28 intrigeripo: favor the type of linking page's masterpage on...
2009-08-28 intrigeripo: fix interdiction to create pages of type po
2009-08-28 intrigeripo: favor the type of linking page's masterpage on...
2009-08-28 intrigeripo: fix interdiction to create pages of type po
2009-08-27 Joey Hesshtmltidy: Return an error message if tidy fails. Closes...
2009-08-27 Joey HessMerge commit 'intrigeri/po'
2009-08-27 intrigeripo: override the title template variable for coherent...
2009-08-27 intrigeripo(scan): removed scary comment about only wanting...
2009-08-27 intrigeripo: do not inject custom bestlink function when po_link...
2009-08-27 intrigeripo: override the title template variable for coherent...
2009-08-27 intrigeripo(scan): removed scary comment about only wanting...
2009-08-27 intrigeriMerge commit 'upstream/master' into prv/po
2009-08-27 intrigeripo: do not beautify urls on the recentchanges page
2009-08-26 Joey Hesshtmltidy: Print a warning message if tidy fails. Closes...
2009-08-26 intrigeripo: do not beautify urls on the recentchanges page
2009-08-26 intrigeripo: (hopefully) fixed WikiLink to self with po_link_to...
2009-08-25 Joey Hessdon't use pagespec_match_list
2009-08-25 Joey HessMerge commit 'remotes/smcv/ready/remove-pagespec-merge'
2009-08-25 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-08-25 Joey HessRevert "Allow add_depends to take an arrayref"
2009-08-25 Joey HessMerge commit 'smcv/ready/optimize-depends'
2009-08-24 Simon McVittieuse pagespec_match_list
2009-08-24 Simon McVittieAllow add_depends to take an arrayref
2009-08-24 Simon McVittieUse a hash to de-duplicate dependencies
2009-08-24 Simon McVittiecalendar, inline, map: don't pre-join dependencies
2009-08-24 Simon McVittieOptimize the dependencies list
2009-08-23 Amitai SchlairInstead of passing the args through the wrapper so...
2009-08-23 Amitai SchlairExplain that command must run unattended, and lose...
2009-08-23 Amitai SchlairI'm not redefining any subs after all, don't prevent...
2009-08-23 Amitai SchlairAdd rsync plugin, though the only rsync-specific thing...
2009-08-22 Amitai SchlairOops, use the more recent (and less brittle) directory...
2009-08-22 Amitai SchlairPass along wrapper args to ikiwiki, then handle the...
2009-08-22 Amitai SchlairPut old unixauth plugin under git control. Needs some...
2009-08-19 Joey Hesspo: Fixed to run rcs_add ralative to srcdir.
2009-08-16 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-08-16 Joey Hessuse pagespec_match_list for feedpages
2009-08-16 Joey Hesspo: Better fix for missing underlay translation problem.
2009-08-16 Joey Hessreplace N/A with 0
2009-08-15 Joey Hessupdate for consistency
2009-08-15 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-08-15 Joey Hessindentation
2009-08-15 Simon McVittiemeta: depend on absolute page name, not relative
2009-08-15 Simon McVittieimg: depend on absolute page name, not relative
2009-08-14 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-08-14 Joey Hessoptimise brokenlinks by gathering the data when calcula...
2009-08-14 Joey Hessorphans: Reuse backlinks info
2009-08-14 Joey Hesspo: use discussionpage config setting
2009-08-14 Joey HessAdd discussionpage configuration setting
2009-08-14 Joey Hessoptimise gettext calls
2009-08-13 Amitai SchlairAdd my CVS plugin and related patches.
2009-08-12 Joey Hessmore idiomatic use of foreach
2009-08-12 Joey Hessfix some more foreaches that clal functions to not...
2009-08-12 Joey Hessuse a more idiomatic foreach my
2009-08-12 Joey Hessinline: Avoid use of my $_ as it fails with older perls...
2009-08-12 Joey Hesspo: Detect if nowrapi18n can't be passed to po4a, and...
2009-08-10 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-08-10 Joey Hesspo: Fix copy of po file from underlay when editing
2009-08-08 Joey Hessverify page name is sane
2009-08-08 Joey Hessfix misleading comment
2009-08-08 Joey HessMerge commit 'smcv/ready/getsource'
2009-08-01 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-07-31 Joey HessMerge branch 'master' into staging
2009-07-31 Joey HessMerge commit 'remotes/smcv/ready/inline-pagenames'...
2009-07-31 Joey HessMerge commit 'remotes/smcv/ready/harishcm-map-fix'...
2009-07-31 Joey HessMerge commit 'remotes/smcv/ready/among'
2009-07-27 Joey Hessimg: Fix adding of dependency from page to the image.
2009-07-27 Simon McVittiegetsource: remove temporary variable
2009-07-26 Simon McVittiegetsource: remove unnecessary IkiWiki:: prefixes
2009-07-26 Simon McVittiegetsource: don't allow getting the source of an attachment
2009-07-26 Simon McVittiegetsource: turn missing pages into a 404
2009-07-26 Simon McVittiegetsource: default to saying page source is in UTF...
2009-07-26 Simon McVittiegetsource: run as plain CGI, rather than sessioncgi
2009-07-26 Will UtherAdd getsource plugin
2009-07-25 harishcmFix failure to close <ul> in maps with no items
2009-07-23 Joey Hessrevert revert
next