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

            Bug ID: 65071
           Summary: Move ApiQueryRecentChanges::parseRCType to static
                    method on RecentChange
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: API
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

We should provide a public interface for mapping RC_* constants to
human-readable descriptions (e.g. RC_EDIT => "edit").
ApiQueryRecentChanges::parseRCType() does this, but it is a private method, and
it is on the wrong class -- there is nothing API-specific about this
functionality.

-- 
You are receiving this mail because:
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