aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialLog.php
Commit message (Expand)AuthorAgeFilesLines
* Use standard, cross-browser button appearance in Special:LogZoranzoki212020-02-191-2/+2
* Have Database::addQuotes() pass through bare integers without quotingTim Starling2019-11-181-1/+1
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-1/+3
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-9/+1
* Deprecate and replace usages of User:isAllowed{All,Any}Petr Pchelko2019-08-211-1/+4
* build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make passJames D. Forrester2019-05-131-1/+1
* Add mediawiki.interface.helpers.styles where it is neededjdlrobson2019-03-011-1/+3
* specials: Cleanup and fix PHPDoc commentsDerick Alangi2019-02-241-1/+0
* Fix @param values on private functionsFomafix2019-01-141-1/+1
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-22/+4
* SpecialLog: Don't throw exceptions on invalid date from user inputKunal Mehta2018-09-241-4/+14
* Merge "Remove incorrect timezone conversion from date parameters"jenkins-bot2018-08-161-2/+0
|\
| * Remove incorrect timezone conversion from date parametersBartosz Dziewoński2018-07-261-2/+0
* | Use LogPage::validTypes() instead of $wgLogTypes in a few placesKunal Mehta2018-07-281-2/+2
|/
* Special:Log: Convert to HTMLFormPrateek Saxena2018-07-101-0/+14
* Add 'logid' parameter to Special:LogSam Wilson2018-05-041-1/+13
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-5/+28
* SpecialLog: replace unnecessary strict comparisonMelos2018-02-111-1/+1
* SpecialLog: Fix results when no offender is specifiedMelos2018-02-101-1/+1
* SpecialLog: Don't ignore offender when it's a nonexistent usernameBrad Jorsch2018-01-171-4/+6
* Expose LinkRenderer for LogFormatter instancesKunal Mehta2017-06-301-1/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-2/+0
* includes/specials: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-281-1/+1
* SpecialLog: Add help linkKunal Mehta2016-07-131-0/+1
* Do not validate relevant user namerillke2016-04-091-1/+2
* Merge "SpecialLog: Don't put assignment within another expression"jenkins-bot2016-04-091-1/+2
|\
| * SpecialLog: Don't put assignment within another expressionBartosz Dziewoński2016-04-051-1/+2
* | Move action filter logic to LogPagercenarium2016-03-311-23/+5
|/
* Enable filtering by action on Special:Logcenarium2016-03-141-1/+23
* Add toggle checkboxes to action=historyLuke Faraone2016-02-211-25/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-19/+19
* Use class for toggle links on Special:Logumherirrender2016-02-061-3/+3
* Add links to toggle checkbox selections in Special:LogLuke Faraone2016-01-171-0/+27
* ChangeTags: Don't show UI when no editable tags existBrad Jorsch2015-05-011-3/+3
* ChangeTags: Show checkbox on Special:Log when user lacks RevDel rightsBrad Jorsch2015-04-291-1/+1
* UI for adding and removing change tags on revisions and log entriesThis, that and the other2015-04-151-17/+37
* Add SpecialLog::getLogTypesOnUser()Kunal Mehta2015-03-301-13/+24
* Fix phpcs errors and warnings in includes/specialsKunal Mehta2015-03-161-1/+4
* Set context when parsing message in SpecialLog::addHeaderumherirrender2015-01-291-2/+3
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-2/+2
* Support offsets in prefix searchingChad Horohoe2014-12-021-6/+4
* Add two hooks to allow for extensions to expose log_search values in the UIKunal Mehta2014-10-281-0/+3
* Implement autocompletion for Performer field on Special:LogAlex Monk2014-09-301-0/+1
* SpecialLog: Use Config instead of globalsKunal Mehta2014-08-031-12/+7
* Cleanup some docs (includes/[s-z])umherirrender2014-07-241-1/+1
* SpecialPage: DRY array filter for prefixSearchSubpages()Timo Tijhof2014-06-241-2/+1
* Autocomplete special pages' subpages in search suggestionsBartosz Dziewoński2014-06-121-0/+16
* Pass phpcs-strict on includes/specials/ (2/3)Siebrand Mazeland2014-05-101-1/+3
* Fixed some @params documentation (includes/[specialpage|specials])umherirrender2014-04-191-1/+1
* Add GetLogTypesOnUser hookKunal Mehta2013-11-121-0/+1