aboutsummaryrefslogtreecommitdiffstats
path: root/includes/changes
Commit message (Expand)AuthorAgeFilesLines
* hooks: Drop Special{Watchlist|RecentChanges}Filters, deprecated in 1.23James D. Forrester2018-09-121-7/+0
* Mass conversion to SpecialPageFactory serviceAryeh Gregor2018-08-171-1/+4
* Merge "ChangesList: HTML escape the timestamp"jenkins-bot2018-08-021-2/+2
|\
| * ChangesList: HTML escape the timestampBrian Wolff2018-08-021-2/+2
* | Deprecate wfArrayFilter() and wfArrayFilterByKey()Max Semenik2018-07-191-3/+6
* | Convert ChangesList to using MapCacheLRUAaron Schulz2018-07-141-6/+5
* | Start working on phan-taint-check warnings. Fix minor escaping issues.Brian Wolff2018-07-121-4/+4
* | Replace redundant Assert calls with native typehintTimo Tijhof2018-07-101-4/+1
* | Merge "Ensure whether user can rollback page in ChangesList"jenkins-bot2018-07-091-7/+7
|\ \ | |/ |/|
| * Ensure whether user can rollback page in ChangesListMatěj Suchánek2018-03-221-7/+7
* | Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-075-14/+14
* | RCFilters: Move aggregation of highlight classes to the backendRoan Kattouw2018-06-262-3/+14
* | Move construction of highlight divs to backendMoriel Schottlender2018-06-263-1/+32
* | Use \u{00A0} instead of   or  Fomafix2018-06-242-3/+3
* | [MCR] Factor PageUpdater out of WikiPagedaniel2018-06-141-12/+12
* | Use PHP 7 '??' operator instead of if-then-elseFomafix2018-06-121-5/+1
* | Replace call_user_func_array(), part 1Max Semenik2018-06-043-41/+32
* | Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-304-18/+16
* | Use PHP 7 '<=>' operator in 'sort()' callbacksBartosz Dziewoński2018-05-301-1/+1
* | Make RCCacheEntry use the local part of the user name for linkingAmir Sarabadani2018-05-221-1/+2
* | rdbms: rename onTransactionIdle() to onTransactionCommitOrIdle()Aaron Schulz2018-05-091-1/+1
* | Merge "RecentChange: Use constants for the $noudp parameter of save()"jenkins-bot2018-04-301-4/+26
|\ \
| * | RecentChange: Use constants for the $noudp parameter of save()Timo Tijhof2018-04-271-4/+26
* | | Use PRC_AUTOPATROLLED for log entries and category entriesRoan Kattouw2018-04-261-2/+2
* | | Remove the feature switch for disabling autopatrol loggingAmir Sarabadani2018-04-131-6/+0
* | | Replace rc_patrolled values with contants, part IAmir Sarabadani2018-04-111-3/+3
|/ /
* / Make autopatrol third option in rc_patrolled and use it in APIAmir Sarabadani2018-04-031-0/+4
|/
* Add `actor` table and code to start using itBrad Jorsch2018-02-232-8/+67
* Merge "Only try to show character difference if it isn't empty"jenkins-bot2018-02-141-1/+1
|\
| * Only try to show character difference if it isn't emptyMatěj Suchánek2017-06-061-1/+1
* | Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* | Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-6/+8
* | Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* | Remove various redundant '@license' tags in file headersTimo Tijhof2018-01-124-5/+1
* | Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-104-10/+6
* | Fix additional usage of incorrect casemainframe982017-12-151-2/+2
* | Use WANObjectCache::makeKey() in ChangesFeedAaron Schulz2017-11-271-2/+3
* | Fix some broke cache key generationsAaron Schulz2017-11-191-1/+3
* | Fix function annotiationMax Semenik2017-11-041-1/+2
* | Add deprecation notices for selectFields() methods deprecated in Idcfd1556Brad Jorsch2017-11-011-0/+1
* | Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-4/+48
* | RCFilters: define consistent interface in ChangesListFilterGroupStephane Bisson2017-10-183-33/+72
* | RCFilters: Don't let new params filter out old pageStephane Bisson2017-10-161-0/+10
* | Merge "RCFilters: Allows specifying default highlights from the server"jenkins-bot2017-10-041-0/+14
|\ \
| * | RCFilters: Allows specifying default highlights from the serverStephane Bisson2017-10-041-0/+14
* | | RCFilters: Avoid adding raw filter and group objects to js varsStephane Bisson2017-10-041-1/+1
|/ /
* | RCFilters: Output namespace class on log actions as wellMoriel Schottlender2017-09-131-2/+2
* | RCFilters: Actually apply proper classes to grouped pagesMoriel Schottlender2017-09-131-1/+1
* | Improve some parameter docsUmherirrender2017-09-101-0/+1
* | RCFilters: Remove getValue and use FormOptionsMatthew Flaschen2017-09-081-14/+8