Content deleted Content added
Updating published sources: DatedCategoryCreator: * Tighten limits on creating future-dated non-empty categories. |
Updating published sources: DatedCategoryCreator: * Allow creating Category:Articles that include images for deletion subcats a week in advance. |
||
Line 53:
# (otherwise, the default is 86400)
my %futurecats=(
'Articles containing potentially dated statements' => 31622400,
'Articles that include images for deletion' => 8*86400,
);
|