projects
/
scpubgit/System-Introspector-Report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
576b427
)
identify the mediawiki publisher as bot
Robert 'phaylon' Sedlacek [Wed, 3 Oct 2012 21:12:47 +0000 (21:12 +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
c7550f9
..
5b820cf
100644
(file)
--- a/
lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm
+++ b/
lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm
@@
-71,6
+71,7
@@
sub put {
title => $page->name,
text => $page->content,
summary => 'System-Introspector-Report Update',
+ bot => 1,
$page->has_timestamp
? (basetimestamp => $page->timestamp)
: (),