Go to file
libraryupgrader cf14c7761d build: Updating mediawiki/mediawiki-codesniffer to 33.0.0
The following sniffs are failing and were disabled:
* MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationProtected
* MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPublic

Additional changes:
* Dropped .inc files from .phpcs.xml (T200956).
* Added the `wikimedia/mediawiki` profile in .eslintrc.json (T262222).
* Removed globals `mw`, `OO`, included via `wikimedia/mediawiki` profile (T262222).
* Dropped the emtpy global definition in .eslintrc.json.

Change-Id: I99fb7d7a3a1f26c4d3a6db9270b73469f9cb1e96
2020-11-04 08:49:11 +00:00
.phan Add phan 2019-04-25 20:36:55 +02:00
i18n Localisation updates from https://translatewiki.net. 2020-11-02 08:53:39 +01:00
includes Pass function name to HttpRequestFactory::create 2020-06-07 12:33:49 +02:00
.eslintrc.json build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-04 08:49:11 +00:00
.gitignore build: Updating mkdirp to 0.5.3 2020-03-21 05:53:53 +00:00
.gitreview Whoops, track not trace 2016-10-24 17:03:24 -07:00
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-04 08:49:11 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.4.0 2018-09-01 13:39:34 +00:00
composer.json build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-04 08:49:11 +00:00
COPYING svn:eol-style native 2010-07-24 16:00:42 +00:00
extension.json Pass function name to HttpRequestFactory::create 2020-06-07 12:33:49 +02:00
Gruntfile.js build: Updating mkdirp to 0.5.3 2020-03-21 05:53:53 +00:00
package-lock.json build: Updating npm dependencies 2020-09-04 15:46:59 +00:00
package.json build: Updating npm dependencies 2020-09-04 15:46:59 +00:00
README Change http://www.mediawiki.org to https://www.mediawiki.org 2018-03-14 14:50:48 +00:00
RELEASE-NOTES Change http://www.mediawiki.org to https://www.mediawiki.org 2018-03-14 14:50:48 +00:00

== About ==

Displays an RSS feed on a wiki page.
See https://www.mediawiki.org/wiki/Extension:RSS

== Credits to other projects ==

* MagpieRSS
This extension includes code from the MagpieRSS library.
MagpieRSS provides an XML-based (expat) RSS parser in PHP,
and is released under the GPL.