index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
specials
/
SpecialLog.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard, cross-browser button appearance in Special:Log
Zoranzoki21
2020-02-19
1
-2
/
+2
*
Have Database::addQuotes() pass through bare integers without quoting
Tim Starling
2019-11-18
1
-1
/
+1
*
Replace usages of deprecated User::isAllowed. Step 2.
Petr Pchelko
2019-09-11
1
-1
/
+3
*
Mostly drop old pre-actor user schemas
Brad Jorsch
2019-09-09
1
-9
/
+1
*
Deprecate and replace usages of User:isAllowed{All,Any}
Petr Pchelko
2019-08-21
1
-1
/
+4
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass
James D. Forrester
2019-05-13
1
-1
/
+1
*
Add mediawiki.interface.helpers.styles where it is needed
jdlrobson
2019-03-01
1
-1
/
+3
*
specials: Cleanup and fix PHPDoc comments
Derick Alangi
2019-02-24
1
-1
/
+0
*
Fix @param values on private functions
Fomafix
2019-01-14
1
-1
/
+1
*
ActorMigration: Remove possibility of read-both
Brad Jorsch
2018-10-11
1
-22
/
+4
*
SpecialLog: Don't throw exceptions on invalid date from user input
Kunal Mehta
2018-09-24
1
-4
/
+14
*
Merge "Remove incorrect timezone conversion from date parameters"
jenkins-bot
2018-08-16
1
-2
/
+0
|
\
|
*
Remove incorrect timezone conversion from date parameters
Bartosz Dziewoński
2018-07-26
1
-2
/
+0
*
|
Use LogPage::validTypes() instead of $wgLogTypes in a few places
Kunal Mehta
2018-07-28
1
-2
/
+2
|
/
*
Special:Log: Convert to HTMLForm
Prateek Saxena
2018-07-10
1
-0
/
+14
*
Add 'logid' parameter to Special:Log
Sam Wilson
2018-05-04
1
-1
/
+13
*
Add `actor` table and code to start using it
Brad Jorsch
2018-02-23
1
-5
/
+28
*
SpecialLog: replace unnecessary strict comparison
Melos
2018-02-11
1
-1
/
+1
*
SpecialLog: Fix results when no offender is specified
Melos
2018-02-10
1
-1
/
+1
*
SpecialLog: Don't ignore offender when it's a nonexistent username
Brad Jorsch
2018-01-17
1
-4
/
+6
*
Expose LinkRenderer for LogFormatter instances
Kunal Mehta
2017-06-30
1
-1
/
+1
*
Remove "@author Aaron Schulz" annotations
Aaron Schulz
2017-06-27
1
-2
/
+0
*
includes/specials: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-28
1
-1
/
+1
*
SpecialLog: Add help link
Kunal Mehta
2016-07-13
1
-0
/
+1
*
Do not validate relevant user name
rillke
2016-04-09
1
-1
/
+2
*
Merge "SpecialLog: Don't put assignment within another expression"
jenkins-bot
2016-04-09
1
-1
/
+2
|
\
|
*
SpecialLog: Don't put assignment within another expression
Bartosz Dziewoński
2016-04-05
1
-1
/
+2
*
|
Move action filter logic to LogPager
cenarium
2016-03-31
1
-23
/
+5
|
/
*
Enable filtering by action on Special:Log
cenarium
2016-03-14
1
-1
/
+23
*
Add toggle checkboxes to action=history
Luke Faraone
2016-02-21
1
-25
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-19
/
+19
*
Use class for toggle links on Special:Log
umherirrender
2016-02-06
1
-3
/
+3
*
Add links to toggle checkbox selections in Special:Log
Luke Faraone
2016-01-17
1
-0
/
+27
*
ChangeTags: Don't show UI when no editable tags exist
Brad Jorsch
2015-05-01
1
-3
/
+3
*
ChangeTags: Show checkbox on Special:Log when user lacks RevDel rights
Brad Jorsch
2015-04-29
1
-1
/
+1
*
UI for adding and removing change tags on revisions and log entries
This, that and the other
2015-04-15
1
-17
/
+37
*
Add SpecialLog::getLogTypesOnUser()
Kunal Mehta
2015-03-30
1
-13
/
+24
*
Fix phpcs errors and warnings in includes/specials
Kunal Mehta
2015-03-16
1
-1
/
+4
*
Set context when parsing message in SpecialLog::addHeader
umherirrender
2015-01-29
1
-2
/
+3
*
Replace wfRunHooks calls with direct Hooks::run calls
Aaron Schulz
2014-12-10
1
-2
/
+2
*
Support offsets in prefix searching
Chad Horohoe
2014-12-02
1
-6
/
+4
*
Add two hooks to allow for extensions to expose log_search values in the UI
Kunal Mehta
2014-10-28
1
-0
/
+3
*
Implement autocompletion for Performer field on Special:Log
Alex Monk
2014-09-30
1
-0
/
+1
*
SpecialLog: Use Config instead of globals
Kunal Mehta
2014-08-03
1
-12
/
+7
*
Cleanup some docs (includes/[s-z])
umherirrender
2014-07-24
1
-1
/
+1
*
SpecialPage: DRY array filter for prefixSearchSubpages()
Timo Tijhof
2014-06-24
1
-2
/
+1
*
Autocomplete special pages' subpages in search suggestions
Bartosz Dziewoński
2014-06-12
1
-0
/
+16
*
Pass phpcs-strict on includes/specials/ (2/3)
Siebrand Mazeland
2014-05-10
1
-1
/
+3
*
Fixed some @params documentation (includes/[specialpage|specials])
umherirrender
2014-04-19
1
-1
/
+1
*
Add GetLogTypesOnUser hook
Kunal Mehta
2013-11-12
1
-0
/
+1
[next]