aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/pagers/HistoryPager.php
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-1/+1
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
* Namespace all remaining files in includes/actionsJames D. Forrester2025-03-191-1/+1
* pagers: Preload user data for expired temp accounts on more pagersUmherirrender2025-03-111-3/+3
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-5/+5
* Use HTML markup instead of bidi control chars in action=historyEbrahim Byagowi2024-10-031-5/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-1/+1
* Add missing documentation to class properties (frontend-related)Umherirrender2024-09-051-0/+3
* actions: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-1/+3
* HistoryPager: Add #[AllowDynamicProperties]Reedy2024-03-201-0/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-4/+1
* HistoryPager: Switch from mixed Xml and Html classes to pure Html onesJames D. Forrester2024-02-031-13/+14
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-1/+2
* Merge "Put tag parsing behind an in-process cache in more views"jenkins-bot2023-10-301-4/+15
|\
| * Put tag parsing behind an in-process cache in more viewsMatěj Suchánek2023-10-051-4/+15
* | HistoryPager: Mark current and previous linksJon Robson2023-10-171-3/+11
* | History: Do not use MediaWiki UI for button stylingJon Robson2023-10-021-2/+2
|/
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-1/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
* Namespace 'special' Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-1/+0
* Namespace HistoryPager under \MediaWiki\PagerJames D. Forrester2023-09-181-1/+17
* Namespace core Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-0/+1
* Use real type hints for services etc. in pagersUmherirrender2023-09-111-17/+6
* Migrate a couple more calls to SelectQueryBuilderAmir Sarabadani2023-09-071-13/+17
* HistoryPager: Remove bogus code commentMatěj Suchánek2023-09-041-1/+0
* Improve code flow in HistoryPager::formatRowMatěj Suchánek2023-08-191-9/+10
* Cache some more repeated messages in changes listsMatěj Suchánek2023-08-191-2/+2
* Add option to invert the tagfilter to action=history and Special:NewPagesMatěj Suchánek2023-07-151-3/+10
* Use special pages instead of actions for revision delete and edit tagsFunc2023-07-061-8/+8
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+0
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+2
* HistoryPager: Make 'prev' URL consistent with other diff linksNardog2023-01-121-2/+2
* HistoryPager: 'prev' link should ignore filtersDannyS7122023-01-091-1/+1
* actions: Optimize handling of notification timestamp on action=historyUmherirrender2022-12-171-20/+10
* pager: Remove ProtectedHookAccessorTrait from IndexPagerUmherirrender2022-12-161-1/+1
* Generalize History pager tools for use in other contextsJon Robson2022-12-151-50/+9
* Merge "pager: Inject HookContainer into HistoryPager"jenkins-bot2022-12-141-5/+13
|\
| * pager: Inject HookContainer into HistoryPagerUmherirrender2022-12-081-5/+13
* | Cleanup: Remove some tiny private methods in favor of inlining the codeDannyS7122022-12-111-12/+3
* | pager: Fix navigations when date range is setFunc2022-12-101-9/+0
* | Merge "HistoryPager: Prettify URL params of form submissions without JS"jenkins-bot2022-12-091-2/+15
|\ \ | |/ |/|
| * HistoryPager: Prettify URL params of form submissions without JSBartosz Dziewoński2022-12-091-2/+15
* | Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
|/
* HistoryAction: Remove use of action=historysubmit hackTimo Tijhof2022-12-051-3/+2
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Merge "Remove index detection 'rev_page_timestamp'"jenkins-bot2022-07-031-5/+1
|\
| * Remove index detection 'rev_page_timestamp'Umherirrender2022-04-221-5/+1
* | Call IContextSource::getAuthority instead of IContextSource::getUserUmherirrender2022-06-291-1/+1