#7932 Fix pagination issue in the commit browser

v1.3.1
closed
General
2015-07-27
2015-07-15
No

The index method on allura.controllers.repository.CommitBrowser has an issue where every page from the pagination consists of an identical copy of the entire list.

so ?page=2 is the same as ?page=10 and they both contain a full (non-paged) version of the changes.

Discussion

  • Heith Seewald - 2015-07-16
    • status: open --> in-progress
    • assigned_to: Heith Seewald
     
  • Heith Seewald - 2015-07-16

    Pagination fixed and load time much faster for large commits!

    QA at: hs/7932

     
  • Heith Seewald - 2015-07-16
    • status: in-progress --> review
     
  • Dave Brondsema

    Dave Brondsema - 2015-07-17
    • labels: --> sf-current, sf-2
     
  • Dave Brondsema

    Dave Brondsema - 2015-07-21
    • labels: sf-current, sf-2 --> sf-current, sf-2, performance
    • status: review --> closed
    • Reviewer: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2015-07-27
    • labels: sf-current, sf-2, performance --> sf-2, performance
     
  • Dave Brondsema

    Dave Brondsema - 2015-08-10
    • Milestone: unreleased --> v1.3.1
     

Log in to post a comment.