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
/
SpecialUpload.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/changetags
James D. Forrester
2025-03-25
1
-1
/
+1
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-3
/
+3
*
UploadBase: Replace use of deprecated PermissionStatus methods
Bartosz Dziewoński
2025-03-24
1
-4
/
+7
*
Namespace all remaining files in includes/jobqueue
James D. Forrester
2025-03-20
1
-2
/
+3
*
Namespace all remaining files in includes/logging
James D. Forrester
2025-03-19
1
-1
/
+1
*
Namespace all remaining files in includes/filerepo
James D. Forrester
2025-03-19
1
-3
/
+3
*
Namespace all remaining files in includes/page
James D. Forrester
2025-03-18
1
-1
/
+1
*
Add message box styles explicitly
Jon Robson
2025-03-05
1
-0
/
+7
*
specials: Remove constructor PHPdoc block
Umherirrender
2025-02-20
1
-6
/
+0
*
Fix some more bool/null message params
Bartosz Dziewoński
2024-11-03
1
-9
/
+4
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-5
/
+5
*
specials: Add missing documentation to class properties
Umherirrender
2024-09-13
1
-2
/
+10
*
upload: Replace deprecated HTMLForm::addPreText/FooterText/HeaderText
Umherirrender
2024-07-07
1
-5
/
+5
*
specials: Improve docs and `@ingroup` tags, fix file headers
Timo Tijhof
2024-05-15
1
-5
/
+1
*
Merge "SpecialUpload: Add 2 defaults for cases"
jenkins-bot
2024-05-04
1
-0
/
+12
|
\
|
*
SpecialUpload: Add 2 defaults for cases
addshore
2024-05-03
1
-0
/
+12
*
|
minor: Boolean literals should not be redundant in SpecialUpload
addshore
2024-05-03
1
-1
/
+1
|
/
*
OutputPage: Deprecate showFatalError()
Bartosz Dziewoński
2024-04-26
1
-4
/
+4
*
Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle
Taavi Väänänen
2024-04-22
1
-0
/
+2
*
Fix MediaWiki.Commenting.PropertyDocumentation.SpacingAfter issues
Taavi Väänänen
2024-04-22
1
-4
/
+4
*
Switch Special:Upload to use async upload-by-url
Giuseppe Lavagetto
2024-03-28
1
-23
/
+318
*
Namespace HTMLForm and friends
James D. Forrester
2024-02-14
1
-1
/
+1
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Migrate another batch to use $db->expr instead of raw SQL
Amir Sarabadani
2023-10-30
1
-1
/
+1
*
Deprecate UploadBase::isThrottled
daniel
2023-10-23
1
-8
/
+0
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-1
/
+1
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-1
/
+1
*
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-1
/
+1
*
Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage
James D. Forrester
2023-09-18
1
-1
/
+1
*
Namespace SpecialU* under \MediaWiki\Specials
James D. Forrester
2023-09-14
1
-0
/
+27
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-0
/
+1
*
Use real type hints for services etc. in specials/ (N-Z)
Bartosz Dziewoński
2023-08-29
1
-11
/
+4
*
Replace internal Hooks::runner
Umherirrender
2023-05-11
1
-1
/
+3
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
Replace more usages of MWException
Daimona Eaytoy
2023-01-26
1
-9
/
+1
*
Merge "specials: Inject HookContainer into UploadForm"
jenkins-bot
2022-12-16
1
-1
/
+2
|
\
|
*
specials: Inject HookContainer into UploadForm
Umherirrender
2022-11-19
1
-1
/
+2
*
|
Use str_starts_with/str_ends_with/str_contains
Umherirrender
2022-12-12
1
-1
/
+1
|
/
*
Remove separate checks for global blocks from APIUpload and SpecialUpload
csimiyu
2022-11-09
1
-10
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-28
1
-0
/
+1
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-2
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+2
*
Use the null coalescing assignment operator
Tim Starling
2022-10-21
1
-1
/
+1
*
SpecialUpload: Remove redundant message about deleted files
Bartosz Dziewoński
2022-10-14
1
-32
/
+0
*
Remove unused local variables
Umherirrender
2022-09-19
1
-1
/
+0
*
specials: Use setTitle() on GET forms to strip subpage everywhere
Bartosz Dziewoński
2022-05-15
1
-3
/
+2
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-3
/
+5
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
Fix various documentation related to null types (part II)
Umherirrender
2022-03-08
1
-1
/
+1
[next]