aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/RawAction.php
Commit message (Expand)AuthorAgeFilesLines
...
* Add whether user is elevated to unsafe js load logBrian Wolff2018-05-151-1/+4
* Disallow loading JS/CSS/Json subpages from unregistered users and logBrian Wolff2018-05-151-1/+29
* Add protection for User: JSON pages in the same manner as JS & CSS onesJames D. Forrester2018-03-291-5/+10
* RawAction: Remove unused $gen variableTimo Tijhof2018-03-281-8/+7
* RawAction: Add json to the allowed content typesAmir Sarabadani2017-10-221-1/+7
* Replace some usages of &$this in hook parametersVictor Barbu2016-12-281-1/+3
* SECURITY: RawAction: Vary on the usual headersBrad Jorsch2016-05-201-0/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Revert "Remove SessionManager, temporarily"Brad Jorsch2016-02-031-1/+2
* Remove SessionManager, temporarilyBrad Jorsch2016-02-011-2/+1
* Add SessionManagerBrad Jorsch2016-01-121-1/+2
* Remove gen from RawAction.Reedy2015-12-131-16/+1
* Rename getSquidURLs() => getCdnUrls()Aaron Schulz2015-12-111-1/+1
* Replace "squid" with "CDN" in various commentsAaron Schulz2015-12-091-2/+2
* RawAction: Clean up max-age/s-maxage computationTimo Tijhof2015-07-031-24/+18
* WebResponse: Implement statusHeader() using the new HttpStatus::header()Timo Tijhof2015-06-041-5/+5
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* RawAction: private variable removing m prefix + doc betterChad Horohoe2014-09-121-5/+9
* includes/actions/: Use Config instead of globalsKunal Mehta2014-08-131-5/+4
* Shorten ternary expressions in RawAction.phpwithoutaname2014-07-231-4/+5
* Remove deprecated RawPage classwithoutaname2014-07-201-37/+0
* Remove deprecated HistoryPage classwithoutaname2014-07-211-1/+1
* Consistently use '@deprecated since <version>'Bartosz DziewoƄski2014-04-151-1/+1
* Fixed some @params documentationumherirrender2014-04-141-3/+3
* Update formattingSiebrand Mazeland2014-02-061-1/+1
* Send cache purges for action=raw after editing user css/jsBrian Wolff2014-01-031-1/+2
* SECURITY: Don't cache when a call could autocreatecsteipp2013-11-141-0/+3
* Break long lines in Action classesSiebrand Mazeland2013-11-141-4/+11
* Update formattingSiebrand Mazeland2013-11-141-0/+2
* Followup Idfee1b4d per TimBrad Jorsch2013-07-261-1/+1
* Deprecate $wgJsMimeTypeTimo Tijhof2013-05-211-6/+4
* Fixed spacing in actions/cache/filebackend/filerepo/job folderumherirrender2013-04-201-3/+3
* Add docs for constructorSiebrand Mazeland2013-04-011-0/+4
* Fix case of some Title methods (final round)Alexandre Emsenhuber2013-03-281-2/+2
* Documentation improvements in includes/actionsAlexandre Emsenhuber2013-03-051-0/+2
* remove space before semicolonumherirrender2013-02-091-1/+1
* [Bug 41128] Handle null content in action=raw.daniel2012-10-181-8/+18
* [Bug 40032] code 415 for bad type in action=rawdaniel2012-10-141-2/+2
* Merge branch 'Wikidata' into master.daniel2012-10-091-2/+11
|\
| * fix typo in error messagedaniel2012-06-201-1/+1
| * merged masterjeroendedauw2012-06-061-1/+14
| |\
| * | Use integers for content_model and content_format.daniel2012-05-141-1/+1
| * | Merge branch 'master' into WikidataJens Ohlig2012-04-111-5/+8
| |\ \
| * | | trigger http error when non-text content is requested using action=rawDaniel Kinzler2012-04-041-2/+11
* | | | Avoid direct access to $wgGroupPermissionsumherirrender2012-10-091-2/+2
| |_|/ |/| |
* | | Big oops - merged to wrong branch.awjrichards2012-06-051-1/+14
* | | Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-021-14/+1
* | | Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-06-031-1/+14
| |/ |/|
* | Changed wfMessage() usage to call directly MessageCache::get() so that its $i...Alexandre Emsenhuber2012-03-301-4/+7
* | Use WikiPage instead of Title to get its id, whether it exists and its latest...Alexandre Emsenhuber2012-02-021-1/+1
|/