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
/
parser
/
Sanitizer.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
French spacing: don't require non-space before French spacing
Arlo Breault
2021-03-15
1
-3
/
+2
*
Don't worry about something before when armoring french spaces
Arlo Breault
2021-03-01
1
-1
/
+1
*
Don't apply French spacing in raw text elements
Arlo Breault
2021-02-16
1
-3
/
+0
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-3
/
+3
*
Fix some unit tests accessing MediaWikiServices
Daimona Eaytoy
2020-11-12
1
-0
/
+1
*
Remove figure-inline from the set of allowed tags in the Sanitizer
Arlo Breault
2020-09-11
1
-1
/
+0
*
Merge "Hard-deprecate Sanitizer::escapeIdReferenceList()"
jenkins-bot
2020-08-21
1
-1
/
+13
|
\
|
*
Hard-deprecate Sanitizer::escapeIdReferenceList()
C. Scott Ananian
2020-08-20
1
-1
/
+13
*
|
Sanitizer: use RemexHtml entity table, instead of its own
C. Scott Ananian
2020-08-21
1
-287
/
+46
|
/
*
Sanitizer: Truncate IDs to a reasonable length; deprecate escapeIdReferenceList
C. Scott Ananian
2020-08-13
1
-0
/
+5
*
Drop Sanitizer::escapeId(), deprecated in MediaWiki 1.30
James D. Forrester
2020-07-29
1
-53
/
+5
*
Use @internal instead of @private per policy
daniel
2020-06-26
1
-2
/
+2
*
Introduce wfDeprecatedMsg()
Tim Starling
2020-06-22
1
-1
/
+2
*
Merge "Hard-deprecate sequential array as parameter to Sanitizer::validateAtt...
jenkins-bot
2020-06-15
1
-4
/
+5
|
\
|
*
Hard-deprecate sequential array as parameter to Sanitizer::validateAttributes
C. Scott Ananian
2020-06-15
1
-4
/
+5
*
|
Merge "Use 'list of allowed attributes' in Sanitizer, instead of 'whitelist'"
jenkins-bot
2020-06-12
1
-22
/
+22
|
\
|
|
*
Use 'list of allowed attributes' in Sanitizer, instead of 'whitelist'
C. Scott Ananian
2020-06-10
1
-22
/
+22
*
|
Hard deprecate $wgAllowImageTag configuration
C. Scott Ananian
2020-06-10
1
-0
/
+1
|
/
*
Remove unnecessary use of black/whitelist in Sanitizer comments
C. Scott Ananian
2020-06-10
1
-6
/
+7
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Use HTML5 semantics for self-closed HTML tags in wikitext
C. Scott Ananian
2020-05-27
1
-13
/
+4
*
Fix more Squiz.Scope.MethodScope.Missing
Reedy
2020-05-18
1
-27
/
+27
*
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-6
/
+6
*
Fix SingleSpaceBeforeSingleLineComment
Reedy
2020-05-11
1
-1
/
+1
*
Remove codepaths which ran parser in 'untidy' mode
C. Scott Ananian
2020-04-13
1
-167
/
+29
*
Allow users to set tabindex="0" on elements
Brian Wolff
2020-03-18
1
-0
/
+6
*
Make id attributes not include ascii whitespace per spec
Brian Wolff
2020-02-25
1
-1
/
+5
*
Escape % sign if form valid percent-encoding in fragment identifiers
Brian Wolff
2020-02-15
1
-2
/
+19
*
Whitelist `aria-hidden` attribute in Sanitizer
C. Scott Ananian
2020-01-28
1
-0
/
+1
*
Merge "Hard-deprecate Sanitizer::escapeId()"
jenkins-bot
2020-01-26
1
-0
/
+1
|
\
|
*
Hard-deprecate Sanitizer::escapeId()
C. Scott Ananian
2020-01-26
1
-0
/
+1
*
|
Remove Sanitizer::attributeWhitelist()/setupAttributeWhitelist()
C. Scott Ananian
2020-01-25
1
-29
/
+0
|
/
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Remove IE 6 security features from server-side code
Tim Starling
2019-11-28
1
-38
/
+0
*
Improve efficiency of french-spacing regexp
C. Scott Ananian
2019-10-25
1
-1
/
+1
*
Convert some private static arrays to constants
Max Semenik
2019-10-16
1
-11
/
+11
*
Set @return-taint of Sanitizer::stripAllTags to tainted
sbassett
2019-08-13
1
-0
/
+1
*
Deprecate Sanitizer::setupAttributeWhitelist/attributeWhitelist
C. Scott Ananian
2019-06-20
1
-40
/
+85
*
Use [...] instead of array(...) in PHP comments and documentation
Fomafix
2019-06-17
1
-2
/
+2
*
SECURITY: blacklist CSS var()
Max Semenik
2019-06-06
1
-0
/
+1
*
Allow <figure-inline> attributes through Sanitizer
C. Scott Ananian
2019-04-22
1
-0
/
+1
*
Synchronize allowed attributes for <audio> with Parsoid/TimedMediaHandler
C. Scott Ananian
2019-04-22
1
-1
/
+2
*
Collapse some nested if statements
Reedy
2019-04-04
1
-4
/
+2
*
Sanitizer: remove deprecated parameter to escapeIdReferenceList()
Max Semenik
2019-02-21
1
-8
/
+2
*
Merge "Quoted attributes don't need to be followed by a space"
jenkins-bot
2018-11-27
1
-10
/
+34
|
\
|
*
Quoted attributes don't need to be followed by a space
Arlo Breault
2018-11-09
1
-10
/
+34
*
|
Hard deprecate codepaths where tidy is disabled
C. Scott Ananian
2018-11-05
1
-0
/
+1
|
/
*
Preserve whitespace in search index text content
Erik Bernhardson
2018-09-14
1
-3
/
+3
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-2
/
+3
*
Merge "Don't armor french spaces before punctuation followed by word characters"
jenkins-bot
2018-07-13
1
-2
/
+3
|
\
[prev]
[next]