Last modified: 2011-09-28 16:38:13 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T33199, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 31199 - Fix notification of implicit groups so it doesn't massively change json output
Fix notification of implicit groups so it doesn't massively change json output
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
API (Other open bugs)
1.18.x
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-27 21:36 UTC by Sam Reed (reedy)
Modified: 2011-09-28 16:38 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2011-09-27 21:36:00 UTC
<u userid="1918" name="Reedy">
        <groups>
          <g implicit="" xml:space="preserve">*</g>
          <g implicit="" xml:space="preserve">user</g>
          <g implicit="" xml:space="preserve">autoconfirmed</g>
          <g implicit="" xml:space="preserve">patroller</g>
          <g>sysop</g>
        </groups>
      </u>


to

      <u userid="1918" name="Reedy">
        <groups>
          <g>*</g>
          <g>user</g>
          <g>autoconfirmed</g>
          <g>patroller</g>
          <g>sysop</g>
        </groups>
        <implicitgroups>
          <g>*</g>
          <g>user</g>
          <g>autoconfirmed</g>
          <g>patroller</g>
        </implicitgroups>
      </u>


Or something
Comment 1 Sam Reed (reedy) 2011-09-28 16:37:56 UTC
r31199
Comment 2 Sam Reed (reedy) 2011-09-28 16:38:13 UTC
(In reply to comment #1)
> r31199

What?

r98329

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links