Ticket #1949 (assigned enhancement)

Opened 1 year ago

Last modified 1 year ago

Default irclogs view page to current date

Reported by: dgynn Assigned to: anonymous (accepted)
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

Change History

08/24/07 01:12:38 changed by anonymous

  • cc set to mitsuhiko.
  • owner changed from pacopablo to anonymous.
  • status changed from new to assigned.

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?


Add/Change #1949 (Default irclogs view page to current date)




Change Properties
Action