From: Robert 'phaylon' Sedlacek Date: Wed, 3 Oct 2012 20:35:21 +0000 (+0000) Subject: add a simple summary to mediawiki edits X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FSystem-Introspector-Report.git;a=commitdiff_plain;h=4ce41cee9ff19f9a8f9d5bf44eecefd80be79094 add a simple summary to mediawiki edits --- diff --git a/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm b/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm index 1826063..c7550f9 100644 --- a/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm +++ b/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm @@ -70,6 +70,7 @@ sub put { action => 'edit', title => $page->name, text => $page->content, + summary => 'System-Introspector-Report Update', $page->has_timestamp ? (basetimestamp => $page->timestamp) : (),