projects
/
scpubgit/System-Introspector-Report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d23c8d1
)
add a simple summary to mediawiki edits
Robert 'phaylon' Sedlacek [Wed, 3 Oct 2012 20:35:21 +0000 (20:35 +0000)]
lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm
b/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm
index
1826063
..
c7550f9
100644
(file)
--- 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)
: (),