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
/
actions
/
RawAction.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add whether user is elevated to unsafe js load log
Brian Wolff
2018-05-15
1
-1
/
+4
*
Disallow loading JS/CSS/Json subpages from unregistered users and log
Brian Wolff
2018-05-15
1
-1
/
+29
*
Add protection for User: JSON pages in the same manner as JS & CSS ones
James D. Forrester
2018-03-29
1
-5
/
+10
*
RawAction: Remove unused $gen variable
Timo Tijhof
2018-03-28
1
-8
/
+7
*
RawAction: Add json to the allowed content types
Amir Sarabadani
2017-10-22
1
-1
/
+7
*
Replace some usages of &$this in hook parameters
Victor Barbu
2016-12-28
1
-1
/
+3
*
SECURITY: RawAction: Vary on the usual headers
Brad Jorsch
2016-05-20
1
-0
/
+6
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-2
/
+2
*
Revert "Remove SessionManager, temporarily"
Brad Jorsch
2016-02-03
1
-1
/
+2
*
Remove SessionManager, temporarily
Brad Jorsch
2016-02-01
1
-2
/
+1
*
Add SessionManager
Brad Jorsch
2016-01-12
1
-1
/
+2
*
Remove gen from RawAction.
Reedy
2015-12-13
1
-16
/
+1
*
Rename getSquidURLs() => getCdnUrls()
Aaron Schulz
2015-12-11
1
-1
/
+1
*
Replace "squid" with "CDN" in various comments
Aaron Schulz
2015-12-09
1
-2
/
+2
*
RawAction: Clean up max-age/s-maxage computation
Timo Tijhof
2015-07-03
1
-24
/
+18
*
WebResponse: Implement statusHeader() using the new HttpStatus::header()
Timo Tijhof
2015-06-04
1
-5
/
+5
*
Replace wfRunHooks calls with direct Hooks::run calls
Aaron Schulz
2014-12-10
1
-1
/
+1
*
RawAction: private variable removing m prefix + doc better
Chad Horohoe
2014-09-12
1
-5
/
+9
*
includes/actions/: Use Config instead of globals
Kunal Mehta
2014-08-13
1
-5
/
+4
*
Shorten ternary expressions in RawAction.php
withoutaname
2014-07-23
1
-4
/
+5
*
Remove deprecated RawPage class
withoutaname
2014-07-20
1
-37
/
+0
*
Remove deprecated HistoryPage class
withoutaname
2014-07-21
1
-1
/
+1
*
Consistently use '@deprecated since <version>'
Bartosz DziewoĆski
2014-04-15
1
-1
/
+1
*
Fixed some @params documentation
umherirrender
2014-04-14
1
-3
/
+3
*
Update formatting
Siebrand Mazeland
2014-02-06
1
-1
/
+1
*
Send cache purges for action=raw after editing user css/js
Brian Wolff
2014-01-03
1
-1
/
+2
*
SECURITY: Don't cache when a call could autocreate
csteipp
2013-11-14
1
-0
/
+3
*
Break long lines in Action classes
Siebrand Mazeland
2013-11-14
1
-4
/
+11
*
Update formatting
Siebrand Mazeland
2013-11-14
1
-0
/
+2
*
Followup Idfee1b4d per Tim
Brad Jorsch
2013-07-26
1
-1
/
+1
*
Deprecate $wgJsMimeType
Timo Tijhof
2013-05-21
1
-6
/
+4
*
Fixed spacing in actions/cache/filebackend/filerepo/job folder
umherirrender
2013-04-20
1
-3
/
+3
*
Add docs for constructor
Siebrand Mazeland
2013-04-01
1
-0
/
+4
*
Fix case of some Title methods (final round)
Alexandre Emsenhuber
2013-03-28
1
-2
/
+2
*
Documentation improvements in includes/actions
Alexandre Emsenhuber
2013-03-05
1
-0
/
+2
*
remove space before semicolon
umherirrender
2013-02-09
1
-1
/
+1
*
[Bug 41128] Handle null content in action=raw.
daniel
2012-10-18
1
-8
/
+18
*
[Bug 40032] code 415 for bad type in action=raw
daniel
2012-10-14
1
-2
/
+2
*
Merge branch 'Wikidata' into master.
daniel
2012-10-09
1
-2
/
+11
|
\
|
*
fix typo in error message
daniel
2012-06-20
1
-1
/
+1
|
*
merged master
jeroendedauw
2012-06-06
1
-1
/
+14
|
|
\
|
*
|
Use integers for content_model and content_format.
daniel
2012-05-14
1
-1
/
+1
|
*
|
Merge branch 'master' into Wikidata
Jens Ohlig
2012-04-11
1
-5
/
+8
|
|
\
\
|
*
|
|
trigger http error when non-text content is requested using action=raw
Daniel Kinzler
2012-04-04
1
-2
/
+11
*
|
|
|
Avoid direct access to $wgGroupPermissions
umherirrender
2012-10-09
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Big oops - merged to wrong branch.
awjrichards
2012-06-05
1
-1
/
+14
*
|
|
Revert to arbitrarily old point before initial remote branch creation to help...
awjrichards
2012-06-02
1
-14
/
+1
*
|
|
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-06-03
1
-1
/
+14
|
|
/
|
/
|
*
|
Changed wfMessage() usage to call directly MessageCache::get() so that its $i...
Alexandre Emsenhuber
2012-03-30
1
-4
/
+7
*
|
Use WikiPage instead of Title to get its id, whether it exists and its latest...
Alexandre Emsenhuber
2012-02-02
1
-1
/
+1
|
/
[prev]
[next]