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

Sam Reed (reedy) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|API                         |Logging

--- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-04-01 12:54:53 
UTC ---
$wgLogTypes = array(
    '',
    'block',
    'protect',
    'rights',
    'delete',
    'upload',
    'move',
    'import',
    'patrol',
    'merge',
    'suppress',
)


$wgLogActions = array(
    'block/block'        => 'blocklogentry',
    'block/unblock'      => 'unblocklogentry',
    'block/reblock'      => 'reblock-logentry',
    'protect/protect'    => 'protectedarticle',
    'protect/modify'     => 'modifiedarticleprotection',
    'protect/unprotect'  => 'unprotectedarticle',
    'protect/move_prot'  => 'movedarticleprotection',
    'rights/rights'      => 'rightslogentry',
    'rights/autopromote' => 'rightslogentry-autopromote',
    'upload/upload'      => 'uploadedimage',
    'upload/overwrite'   => 'overwroteimage',
    'upload/revert'      => 'uploadedimage',
    'import/upload'      => 'import-logentry-upload',
    'import/interwiki'   => 'import-logentry-interwiki',
    'merge/merge'        => 'pagemerge-logentry',
    'suppress/block'     => 'blocklogentry',
    'suppress/reblock'   => 'reblock-logentry',
);


It's not the API at fault, as that's only listing what's available.

Most likely, it would be related to the logging rewrite... CC'ing Niklas

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