Modify ↓
Opened 18 years ago
Closed 18 years ago
#1161 closed defect (duplicate)
TracBlog day out of range when navigating blog
Reported by: | Owned by: | John Hampton | |
---|---|---|---|
Priority: | low | Component: | TracBlogPlugin |
Severity: | minor | Keywords: | TracBlog day range |
Cc: | Trac Release: | 0.10 |
Description
I'm getting a "day is out of range for month" error when navigating through the blog - guess it's because today is the 31st, so when I try to view a month with fewer days it messes up (quick fix is to specify the day as a parameter in the url)
Traceback (most recent call last): File "/usr/local/python/lib/python2.4/site-packages/trac/web/main.py", line 339, in dispatch_request dispatcher.dispatch(req) File "/usr/local/python/lib/python2.4/site-packages/trac/web/main.py", line 224, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-x86_64/egg/tBlog/web_ui.py", line 207, in process_request File "build/bdist.linux-x86_64/egg/tBlog/web_ui.py", line 311, in _generate_blog File "build/bdist.linux-x86_64/egg/tBlog/web_ui.py", line 326, in _generate_calendar ValueError: day is out of range for month
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Keywords: | TracBlog added |
---|---|
Summary: | day out of range when navigating blog → TracBlog day out of range when navigating blog |
comment:2 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
duplicate of #1060