https://bugzilla.wikimedia.org/show_bug.cgi?id=47944
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal CC| |[email protected] Component|General/Unknown |ArticleFeedbackv5 Version|1.22-git |master Product|MediaWiki |MediaWiki extensions Severity|normal |minor --- Comment #1 from Sam Reed (reedy) <[email protected]> --- reedy@fenari:~$ mwscript eval.php enwiki > var_dump( $wgLogTypes ); array(29) { [0]=> string(0) "" [1]=> string(5) "block" [2]=> string(7) "protect" [3]=> string(6) "rights" [4]=> string(6) "delete" [5]=> string(6) "upload" [6]=> string(4) "move" [7]=> string(6) "import" [8]=> string(6) "patrol" [9]=> string(5) "merge" [10]=> string(8) "suppress" [11]=> string(6) "review" [12]=> string(6) "stable" [13]=> string(8) "gblblock" [14]=> string(10) "renameuser" [15]=> string(10) "globalauth" [16]=> string(9) "gblrights" [17]=> string(11) "abusefilter" [18]=> string(17) "articlefeedbackv5" [19]=> string(8) "suppress" [20]=> string(19) "pagetriage-curation" [21]=> string(19) "pagetriage-deletion" [22]=> string(11) "institution" [23]=> string(6) "course" [24]=> string(7) "student" [25]=> string(6) "online" [26]=> string(6) "campus" [27]=> string(10) "instructor" [28]=> string(8) "newusers" } -- 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
