Bug 5832

Summary: rss.pl limited to 15 results
Product: Koha Reporter: Ian Walls <koha.sekjal>
Component: Command-line UtilitiesAssignee: Galen Charlton <gmcharlt>
Status: CLOSED WONTFIX QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: mathsabypro
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Ian Walls 2011-03-04 19:42:10 UTC
When fetching items, rss.pl puts a hard LIMIT 15 clause on the end of the query.  This is to ensure compatibility with RSS 0.91.  This restriction is lifted with RSS 0.92, but rss.pl does not recognize this.

The rss.pl script should have a mechanism for identifying the RSS version, and if it's 0.92 or greater, allowing for users to specify their own LIMIT clause on the query.
Comment 1 Owen Leonard 2013-08-08 13:11:52 UTC
The templates for this rss script haven't been updated since before we switched to Template Toolkit. Since then we've added the ability to make SQL reports public. I think it's time to get rid of /misc/cronjobs/rss altogether.