This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#491 closed defect (fixed)

Recording Manager shows duplicate and extra contributions

Reported by: jherr Owned by: jherr
Priority: normal Milestone: v0.97.0
Component: Video Services Version: 0.97.0
Keywords: Cc:

Description

For at least some conferences, e.g. 66743 and 91470, duplicate (with wrong times) and even extra contributions are displayed.

Change History (3)

comment:1 Changed 5 years ago by jherr

  • Status changed from new to in_merge

This is fixed by the most recent commit in the branch fix#490-RecMan?-start-time-one-hour-off

comment:2 Changed 5 years ago by Jeremy Herr <jeremy.herr@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [1d71d016a5aca0a15bdd58b8f6ba23cfcd4b562e]:

[FIX] RecMan? display of unscheduled contributions

  • I had noticed that some events (21917, 66743, 91470) the Recording Manager was displaying "extra" contributions. Turns out these were unscheduled so had no start date. Now these are displayed at the end of the list and clearly labeled.
  • Instead of catching AttributeErrors?, I check to see if getStartDate() is None
  • Deleted "if sort:" statement left over from original copy of David's Recording Request code.
  • Updated my custom sort routine startTimeCompare() to sort talks with date None at the end of the list
  • Updated formatDate() to display "NOT SCHEDULED" when given date is None
  • fixes #491

comment:3 Changed 5 years ago by Jeremy Herr <jeremy.herr@…>

In [1d71d016a5aca0a15bdd58b8f6ba23cfcd4b562e]:

[FIX] RecMan? display of unscheduled contributions

  • I had noticed that some events (21917, 66743, 91470) the Recording Manager was displaying "extra" contributions. Turns out these were unscheduled so had no start date. Now these are displayed at the end of the list and clearly labeled.
  • Instead of catching AttributeErrors?, I check to see if getStartDate() is None
  • Deleted "if sort:" statement left over from original copy of David's Recording Request code.
  • Updated my custom sort routine startTimeCompare() to sort talks with date None at the end of the list
  • Updated formatDate() to display "NOT SCHEDULED" when given date is None
  • fixes #491
Note: See TracTickets for help on using tickets.