mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-09 20:27:26 +01:00
Merge pull request #583 from slackhead/testing
RSS: Edit 'initialAnnounceHeadlines' from PositiveInteger to Integer to allow use of 0 (zero).
This commit is contained in:
commit
5bbdb390f4
@ -97,7 +97,7 @@ conf.registerGlobalValue(RSS, 'defaultNumberOfHeadlines',
|
|||||||
registry.PositiveInteger(1, _("""Indicates how many headlines an rss feed
|
registry.PositiveInteger(1, _("""Indicates how many headlines an rss feed
|
||||||
will output by default, if no number is provided.""")))
|
will output by default, if no number is provided.""")))
|
||||||
conf.registerChannelValue(RSS, 'initialAnnounceHeadlines',
|
conf.registerChannelValue(RSS, 'initialAnnounceHeadlines',
|
||||||
registry.PositiveInteger(5, _("""Indicates how many headlines an rss feed
|
registry.Integer(5, _("""Indicates how many headlines an rss feed
|
||||||
will output when it is first added to announce for a channel.""")))
|
will output when it is first added to announce for a channel.""")))
|
||||||
conf.registerChannelValue(RSS, 'keywordWhitelist',
|
conf.registerChannelValue(RSS, 'keywordWhitelist',
|
||||||
registry.SpaceSeparatedSetOfStrings([], _("""Space separated list of
|
registry.SpaceSeparatedSetOfStrings([], _("""Space separated list of
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user