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

            Bug ID: 66328
           Summary: mw.title should use TitleValue
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Scribunto
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

Currently, mw.title is implemented using Title. This results in unnecessary
expensive calls in multiple situations, such as when validating a title (1
expensive call when none are necessary), and when checking whether a file
exists (2 expensive calls when only 1 is necessary). For this reason, it should
be modified to use the TitleValue class wherever possible.

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