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
/
tests
/
phpunit
/
unit
/
includes
/
editpage
/
Constraint
Commit message (
Expand
)
Author
Age
Files
Lines
*
editpage: Refactor user right, rate limit and block checks to use Authority
Bartosz Dziewoński
2025-04-05
5
-267
/
+120
*
editpage: Make BrokenRedirectConstraint provide its own error message
SomeRandomDeveloper
2025-02-21
1
-2
/
+4
*
Fix broken redirect warning showing for special or interwiki targets
SomeRandomDeveloper
2025-01-22
1
-1
/
+1
*
Add a warning when trying to create a double redirect
SomeRandomDeveloper
2025-01-17
1
-0
/
+99
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-1
/
+0
*
Add a warning when trying to create a broken redirect
SomeRandomDeveloper
2024-11-26
1
-0
/
+78
*
Use explicit nullable type on parameter arguments
Andre Klapper
2024-10-23
1
-1
/
+1
*
tests: Use namespaced classes
Umherirrender
2024-10-21
4
-0
/
+5
*
Move section-check logic to ExistingSectionEditConstraint
DannyS712
2024-07-12
1
-0
/
+15
*
Move AS_REVISION_WAS_DELETED handling into constraint
DannyS712
2024-07-12
1
-1
/
+12
*
Rename AutoSummaryMissingSummaryConstraint
DannyS712
2024-07-12
1
-6
/
+6
*
EditPage::internalAttemptSave() - move more logic to constraints
DannyS712
2024-07-11
2
-4
/
+14
*
Replace some uses of deprecated PermissionManager::getPermissionErrors()
Bartosz Dziewoński
2024-06-27
1
-8
/
+8
*
tests: Use namespaced classes (2)
Umherirrender
2024-06-13
1
-0
/
+1
*
Update tests for PHPUnit 9.6 (part 2)
Daimona Eaytoy
2024-01-17
1
-5
/
+4
*
Update tests for PHPUnit 9.6 (part 1)
Daimona Eaytoy
2024-01-16
1
-6
/
+11
*
EditPage: replace usage of User::pingLimiter
daniel
2024-01-02
2
-48
/
+30
*
tests: Use namespaced classes
Umherirrender
2023-12-11
1
-0
/
+2
*
Change EditPage 'edit' rights check to do per page instead of general
Brian Wolff
2023-11-04
2
-61
/
+111
*
Bump codesniffer to 42.0.0
Amir Sarabadani
2023-09-27
1
-8
/
+4
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
3
-0
/
+3
*
rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library
Amir Sarabadani
2023-05-04
2
-2
/
+2
*
Reorg: Move ReadOnlyMode classes to db/
Amir Sarabadani
2023-04-28
2
-0
/
+2
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
2
-2
/
+2
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
9
-0
/
+9
*
unit tests: Use MainConfigNames constant to refer configs
Umherirrender
2022-08-17
1
-1
/
+2
*
EditPage: Disentangle edit summary and section title
Bartosz Dziewoński
2022-07-19
3
-9
/
+6
*
CreationPermissionConstraintTest: remove unused $title
DannyS712
2022-06-29
1
-3
/
+0
*
Improve error messages in EditFilterMergedContentHookConstraint
Daimona Eaytoy
2022-03-22
2
-113
/
+3
*
Add convenience methods for asserting status.
daniel
2022-03-16
1
-3
/
+3
*
Tests: use UserIdentityValue instead of mock User objects
DannyS712
2021-05-03
1
-5
/
+3
*
Merge "Remove unnecessary ->equalTo() from tests"
jenkins-bot
2021-04-23
4
-9
/
+9
|
\
|
*
Remove unnecessary ->equalTo() from tests
Thiemo Kreuz
2021-04-23
4
-9
/
+9
*
|
Remove some meaningless $this->equalTo() from tests
Thiemo Kreuz
2021-04-22
3
-29
/
+11
|
/
*
phpunit: Mass-replace setMethods with onlyMethods and adjust
Daimona Eaytoy
2021-04-16
4
-13
/
+7
*
Set $status->value in EditFilterMergedContentHookConstraint::checkConstraint(...
Func
2021-04-15
1
-2
/
+2
*
Update creation of edit constraints following switch to Authority
DannyS712
2021-03-22
1
-23
/
+0
*
Convert EditConstraints to Authority
Petr Pchelko
2021-03-03
5
-182
/
+81
*
tests: Remove @param docs from test code that just repeat the signature
Thiemo Kreuz
2021-01-21
1
-4
/
+0
*
Merge "Add tests for EditConstraintFactory"
jenkins-bot
2020-12-26
1
-0
/
+125
|
\
|
*
Add tests for EditConstraintFactory
DannyS712
2020-12-26
1
-0
/
+125
*
|
Bring SpamRegexConstraint test coverage to 100%
DannyS712
2020-12-26
1
-1
/
+1
|
/
*
ImageRedirectConstraint: accept Content objects
DannyS712
2020-12-09
1
-22
/
+25
*
UserRateLimitConstraint: move detection of content model change to constraint
DannyS712
2020-12-01
1
-4
/
+12
*
Move more logic into edit constraints
DannyS712
2020-12-01
1
-3
/
+26
*
Add AccidentalRecreationConstraint
DannyS712
2020-11-16
1
-0
/
+47
*
EditPage: Add two more constraints
DannyS712
2020-11-11
2
-0
/
+151
*
Merge "EditPage: Move $sectionHeadingToCheck handling to SpamRegexConstraint"
jenkins-bot
2020-11-11
1
-0
/
+2
|
\
|
*
EditPage: Move $sectionHeadingToCheck handling to SpamRegexConstraint
DannyS712
2020-11-11
1
-0
/
+2
*
|
Move EditPage::runPostMergeFilters to a constraint
DannyS712
2020-11-10
1
-0
/
+112
|
/
[next]