Modify ↓
Opened 17 years ago
Closed 15 years ago
#1949 closed enhancement (fixed)
Default irclogs view page to current date
Reported by: | Dave Gynn | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Component: | IrcLogsPlugin |
Severity: | normal | Keywords: | |
Cc: | mitsuhiko | Trac Release: | 0.11 |
Description
The irclogs view page can default to the current date by adding this code around line 210 in __init__.py
if req.args['year'] is None: today = datetime.now()
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
Cc: | mitsuhiko added; anonymous removed |
---|---|
Owner: | changed from John Hampton to anonymous |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is done in irclogs/0.11
Note: See
TracTickets for help on using
tickets.
So, I think that this is a good request. The main question I have, mostly for mitshuiko, is whether or not we should preserve the old behavior? It would take a little more work, but we could make this configurable. So, what do you think?