#737 closed enhancement (fixed)
Show last update date+time for counters
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v3.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The counters on the main page are no longer updated in real time (see #726). It would be nice to be able to see the time when the counters was last updated. If possible, a link for forcing a new count could be active if the counters are older than a limit (for example, 5 minutes). Note that the counters are automatically updated every hour so the limit should not be longer than that.
Change History (2)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
(In [3124]) Fixes #737: Show last update date+time for counters
Added a short notice that display the age of the counters:
Last update 5 minutes ago
.If the age is 5 minutes or more a link for forcing a counter update is enabled.
The counter text is automatically kept up to date by javascript and the server is contacted at least every 5 minutes to get the latest information.