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 anonymous

Cc: mitsuhiko added; anonymous removed
Owner: changed from John Hampton to anonymous
Status: newassigned

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?

comment:2 Changed 15 years ago by Robert Corsaro

Resolution: fixed
Status: assignedclosed

This is done in irclogs/0.11

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain anonymous.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.