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

       Web browser: ---
             Bug #: 33608
           Summary: Category tree shows inexisting categories and
                    inexisting content (caching issue)
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: code-update-regression
          Severity: major
          Priority: Unprioritized
         Component: CategoryTree
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Special:CategoryTree shows obviously cached results and there's no way how to
purge it.

examples:

root (2 cats)
+- a (2 cats)
   +- aa (10 pages)
   +- ab (20 pages)
+- b (2 cats)
   +- ba (30 pages)
   +- bb (40 pages)

Create category ac as subcat of a.
Recategorize all bb to ac.

The tree shows:

root (2 cats)
+- a (3 cats)
   +- aa (10 pages)
   +- ab (20 pages)
   +- ac (40 pages)
+- b (2 cats)
   +- ba (30 pages)
   +- bb (40 pages)

Delete the bb.

The tree shows again:

root (2 cats)
+- a (3 cats)
   +- aa (10 pages)
   +- ab (20 pages)
   +- ac (40 pages)
+- b (2 cats)
   +- ba (30 pages)
   +- bb (40 pages)


Involved operations which are not reflected in the tree:
* recategorizing of pages
* deletion of category
** deleting when being empty
** deleting when not being empty, but then emptied
* recategorizing of category
* emptying the category (still shows the original number of content before
emptying)


The tree is being shown correct after about 48 hrs.

----

This behavior was not in past, so I'm adding code-update-regression keyword.

-- 
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