Edgewall Software
Modify

Opened 7 years ago

Closed 7 years ago

#12683 closed defect (fixed)

RSS feeds truncated or broken

Reported by: Luke <ldubox-coding101@…> Owned by: Christian Boos
Priority: normal Milestone: 1.3.2
Component: query system Version: 1.3dev
Severity: normal Keywords: rss
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I note the RSS feeds on your live trac.edgewall.org site currently appear truncated (sometimes empty).

For example:

  1. Perform a ticket query, e.g. Summary contains RSS. (about 145 results)
  2. Click the "RSS Feed" link at the bottom.

Only 5 results are shown.

Attachments (0)

Change History (9)

comment:1 by Christian Boos, 7 years ago

I think it takes the max rows info from the session. Try changing that or setting it explicitly in the URL (append &max=100).

comment:2 by Jun Omae, 7 years ago

Component: notificationquery system
Milestone: 1.3.2

comment:3 by Jun Omae, 7 years ago

The same result even if private browsing is used. It doesn't depend on the session. Also, /query?summary=~RSS&format=rss&order=priority&max=9999999 returns 5 entries.

in reply to:  3 comment:4 by Christian Boos, 7 years ago

Replying to Jun Omae:

The same result even if private browsing is used. It doesn't depend on the session. Also, /query?summary=~RSS&format=rss&order=priority&max=9999999 returns 5 entries.

Well, I have all the 145 entries with that…

comment:6 by Christian Boos, 7 years ago

Owner: set to Christian Boos
Status: newassigned

I see… Thanks!

comment:7 by Christian Boos, 7 years ago

Version: 1.3dev

Should be fixed with r15521.

Ideally there should be a few functional tests for this, as the RSS functionality remains largely uncovered. Leaving the ticket open for that.

comment:8 by Ryan J Ollos, 7 years ago

Milestone: 1.3.21.3.3

comment:9 by Ryan J Ollos, 7 years ago

Milestone: 1.3.31.3.2
Resolution: fixed
Status: assignedclosed

Moving this to milestone:1.3.2 since it was fixed there. Would be great to have more test coverage.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.