https://bugzilla.wikimedia.org/show_bug.cgi?id=23712

           Summary: Category:Self-published work at Commons is not hidden
                    anymore
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]


With almost 2.5M items
http://commons.wikimedia.org/wiki/Category:Self-published_work is the biggest
category at Commons. The category was hidden but vandalized in which the
__HIDDENCAT__ was removed. This edit was reverted (and full protection was
added), but the category doesn't become hidden.

Query at the toolserver:

mysql> select * from category WHERE cat_title='Self-published_work' limit 1;
+--------+---------------------+-----------+-------------+-----------+------------+
| cat_id | cat_title           | cat_pages | cat_subcats | cat_files |
cat_hidden |
+--------+---------------------+-----------+-------------+-----------+------------+
|     31 | Self-published_work |   2429973 |          26 |   2429892 |         
0 | 
+--------+---------------------+-----------+-------------+-----------+------------+

So it looks like this row doesn't get updated (some timeout?). 
As a workaround someone could set cat_hidden to 1. This would solve the problem
for Commons.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to