Prevent the search result timestamps from jumping after load.

Review Request #7069 — Created March 16, 2015 and submitted

Information

Review Board
release-2.0.x
24bb9ab...

Reviewers

The search results template was setting absolute dates/times for the
review request results, which were then converted into
"<minutes|hours|days|months> ago". This caused an annoying jump in the
text. We now just use the timesince filter to get that correct starting
value.

Did a search and saw the time-since values. Didn't see any jumps in text.

reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        reviewboard/templates/search/_review_request.html
    
    
    
    Tool: Pyflakes
    Ignored Files:
        reviewboard/templates/search/_review_request.html
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (0ce5ec1)
Loading...