Content deleted Content added
Updating published sources: General: * BREAKING CHANGE: And it's a big one: ** Data store changed from (binary) Storable to (readable) JSON. update-db.pl will change an existing database. This may affect the exact values storable in the permanent sto |
Updating published sources: AutoAssessor2: * Part 1 of a tagging request for WP Glass: assess existing templates, and incidentally replace {{tl|Glass pre-project}} with {{tl|Glass}}. |
||
Line 31:
# Request link, for edit summary.
my $req="[[User
# Increment this number every time a new run is started, so we don't have to
# mess around with deleting previous runs' database entries.
my $seq=
# If any of the 'verify' or 'params' functions need the page contents, set this
Line 56:
# should adjust the parameter array as necessary.
my %cfg_templates=(
'
ns => {
stub => [ 'stub', qr/\S.*/s, undef, undef ],
Line 72:
},
stubauto => 'auto',
canonicalize =>
verify => undef,
params => undef,
Line 94:
sub approved {
return
}
|