Page MenuHomePhabricator

RSS.php file missing in RSS extension download?
Closed, InvalidPublic

Description

Hi,
after an update of my Wiki I wanted to update the RSS extension.
When trying to configure the Whitelist settings in RSS.php I noticed that this file is not available in the download package.
What is the reason fort this?
Can configuration be done in a different file of the RSS extension?

Many thanks for your support!

Best regards,
Tom

Event Timeline

Reedy subscribed.

The extension was converted to the new loading mechanism. If you were editing Rss.php to configure the extension, you were doing it wrong.

https://www.mediawiki.org/wiki/Manual:Extension_registration

use wfLoadExtension( 'RSS' ); to load the extension in your LocalSettings.php, then make any configuration changes in LocalSettings.php AFTER the wfLoadExtension call

Okay - thanks!
However, in this case it's described wrong on the Extension page:
https://www.mediawiki.org/wiki/Extension:RSS#Configuration_settings
Here it says "Configuration settings inRSS.php".

Cheers,
Tom

It's a list of them - Configuration settings that are defined in RSS.php. It doesn't say "Configure these settings in RSS.php"

But yes, it's out of date since extension registration

Please feel free to edit and improve the documentation - thanks!

Ah - I see...
However, config settings in LocalSettings.php works fine.
Thanks to all!

Regards,
Tom