Content deleted Content added
Updating published sources: AnomieBOT::API: * Add support for non-persistent caching (i.e. memcached). d::IWNS, d::Nowiki, d::Redirects, d::WikiProjectTagging: * Use new cache support instead of caching things in memory. FlagIconRemover, IFDCloser, Nob... |
Updating published sources: AnomieBOT::API::Cache::Redis: * Catch errors from Redis. AnomieBOT/API/Cache/test.pl: * Set $Data::Dumper::Sortkeys so comparisons are sane. |
||
Line 692:
$wikitext=_unstrip_templates($wikitext,$data);
my $
utf8::encode( $tmp ) if utf8::is_utf8( $tmp );
my $tag="\x02".sha256_base64($tmp)."\x03";
$tag=~tr!+/=!-_!d;
$data->{$tag}=$wikitext;
|