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
/
pager
Commit message (
Expand
)
Author
Age
Files
Lines
*
contributions: Use CSS classes for user links
Héctor Arroyo
2025-04-04
1
-5
/
+7
*
Namespace all remaining files in includes/changetags
James D. Forrester
2025-03-25
1
-1
/
+1
*
Namespace all remaining files in includes/recentchanges
James D. Forrester
2025-03-20
1
-1
/
+1
*
Define ContributionsPager::hasAppliedFilters
Dreamy Jazz
2025-03-06
1
-8
/
+25
*
ContributionsPager: Allow subclasses to run hooks optionally
Thalia
2025-01-31
1
-8
/
+17
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-4
/
+0
*
ContribsPager: Fix composite index handling
Máté Szabó
2025-01-15
1
-5
/
+16
*
Use getRawVal instead of getVal
Fomafix
2025-01-09
1
-1
/
+1
*
Replace isset() with null checks
Umherirrender
2024-12-19
3
-7
/
+7
*
ContributionsSpecialPage: Call IndexPager::getBody if no results
Thalia
2024-12-04
1
-0
/
+7
*
CodexTablePager: Codex-ify the sort UI
Anne Tomasevich
2024-11-20
1
-6
/
+72
*
CodexTablePager: Codex-ify the pagination UI
Anne Tomasevich
2024-11-20
2
-6
/
+115
*
CodexTablePager: Add new class
Anne Tomasevich
2024-11-20
1
-0
/
+217
*
ContributionsPager: Make $namespaceInfo property protected
Thalia
2024-11-11
1
-1
/
+1
*
ContributionsPager: Fix getTemplateParams() parameter
Ammarpad
2024-10-25
1
-2
/
+2
*
Support template overrides in ContributionsPager
STran
2024-10-22
1
-49
/
+72
*
Merge "ContributionsPager: Make $messages property visible to subclasses"
jenkins-bot
2024-10-18
1
-1
/
+1
|
\
|
*
ContributionsPager: Make $messages property visible to subclasses
Thalia
2024-10-18
1
-1
/
+1
*
|
Merge "ContributionsPager: Separate method to check revision author visibility"
jenkins-bot
2024-10-18
1
-1
/
+11
|
\
|
|
*
ContributionsPager: Separate method to check revision author visibility
Thalia
2024-10-18
1
-1
/
+11
*
|
Merge "ContributionsPager: Make separate method for adding revId to HTML"
jenkins-bot
2024-10-18
1
-1
/
+11
|
\
|
|
*
ContributionsPager: Make separate method for adding revId to HTML
Thalia
2024-10-18
1
-1
/
+11
*
|
Merge "ContributionsPager: Format all rows if the pager only has revisions"
jenkins-bot
2024-10-18
1
-1
/
+1
|
\
|
|
*
ContributionsPager: Format all rows if the pager only has revisions
Thalia
2024-10-18
1
-1
/
+1
*
|
Merge "ContributionsPager: Re-use existing method to check for revision row"
jenkins-bot
2024-10-18
1
-8
/
+10
|
\
|
|
*
ContributionsPager: Re-use existing method to check for revision row
Thalia
2024-10-18
1
-8
/
+10
*
|
Merge "ContributionsPager: Only pass the row into formatting helper methods"
jenkins-bot
2024-10-18
1
-56
/
+81
|
\
|
|
*
ContributionsPager: Only pass the row into formatting helper methods
Thalia
2024-10-18
1
-56
/
+81
*
|
Remove <bdi> around comments in Special:Contributions
Ebrahim Byagowi
2024-10-18
1
-3
/
+1
|
/
*
Merge "Use explicit nullable type on parameter arguments"
jenkins-bot
2024-10-16
2
-3
/
+3
|
\
|
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
2
-3
/
+3
*
|
Replace uses of deprecated ChangeTags static methods
James D. Forrester
2024-10-16
1
-1
/
+2
|
/
*
ContributionsPager: Split formatRow into separate methods
Thalia
2024-10-15
1
-206
/
+322
*
Use HTML markup instead of bidi control chars in wiki changes
Ebrahim Byagowi
2024-10-04
1
-5
/
+7
*
Add missing documentation to class properties (frontend-related)
Umherirrender
2024-09-05
1
-0
/
+2
*
Remove Y2K38 limit from reverse chronology pager
Derk-Jan Hartman
2024-08-24
1
-9
/
+0
*
Preload parent revision sizes for archive rows
Matěj Suchánek
2024-08-20
1
-1
/
+17
*
Extend ContributionsPager from DeletedContribsPager
Thalia
2024-08-06
1
-15
/
+26
*
ContributionsPager: Re-work comment to be more generic
Thalia
2024-08-01
1
-2
/
+2
*
ContributionsPager: Fix date link in archive mode
Thalia
2024-08-01
1
-12
/
+40
*
Don't show 'latest' field in archive mode on contributions search form
Thalia
2024-07-31
1
-1
/
+1
*
pager: Simplify namespace condition from pagers
Umherirrender
2024-07-17
1
-13
/
+4
*
Allow ContributionsPager to show revisions from the archive table
Thalia
2024-06-13
1
-90
/
+193
*
Add namespace and deprecation alias to Xml and XmlSelect
Ebrahim Byagowi
2024-05-16
1
-1
/
+1
*
Revert "Revert "Add ContributionsPager, an abstract parent for ContribsPager""
Thalia
2024-05-13
1
-0
/
+789
*
Merge "Revert "Add ContributionsPager, an abstract parent for ContribsPager""
jenkins-bot
2024-05-09
1
-789
/
+0
|
\
|
*
Revert "Add ContributionsPager, an abstract parent for ContribsPager"
DannyS712
2024-05-09
1
-789
/
+0
*
|
Merge "Add ContributionsPager, an abstract parent for ContribsPager"
jenkins-bot
2024-05-09
1
-0
/
+789
|
\
|
|
*
Add ContributionsPager, an abstract parent for ContribsPager
Thalia
2024-05-09
1
-0
/
+789
*
|
pager: Use SelectQueryBuilder::rawTables in IndexPager
Umherirrender
2024-05-07
1
-1
/
+1
|
/
[next]