Changes between Initial Version and Version 4 of Ticket #1149


Ignore:
Timestamp:
Jan 29, 2007, 6:29:32 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Fixing formatting

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1149 – Description

    initial v4  
    1 Originally reported here: http://trac.edgewall.org/ticket/4497
     1Originally reported [http://trac.edgewall.org/ticket/4497 here].
    22
    3  
    4 Description ¶
    5 How to Reproduce ¶
     3== How to Reproduce ==
    64
    7 While doing a GET operation on /admin/accounts/users, Trac issued an internal error.
    8 System Information ¶
    9 Trac    0.11dev
    10 Python  2.5 (r25:51908, Jan 3 2007, 23:53:09)
    11 [GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-56)]
    12 MySQL   5.0.27-standard
    13 MySQLdb         1.2.1_p2
    14 Genshi  0.3.6
    15 Pygments        0.6
    16 Subversion      1.4.2
     5While doing a GET operation on `/admin/accounts/users`, Trac issued an internal error.
    176
    18 Python Traceback ¶
     7== System Information ==
     8 Trac::
     9   0.11dev
     10 Python::
     11   2.5 (r25:51908, Jan 3 2007, 23:53:09)
     12 GCC::
     13   3.2.3 20030502 (Red Hat Linux 3.2.3-56)
     14 MySQL::
     15   5.0.27-standard
     16 MySQLdb::
     17   1.2.1_p2
     18 Genshi::
     19   0.3.6
     20 Pygments::
     21   0.6
     22 Subversion::
     23   1.4.2
    1924
     25== Python Traceback ==
     26{{{
    2027Traceback (most recent call last):
    2128  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 395, in dispatch_request
     
    3239    t = t.astimezone(tzinfo)
    3340AttributeError: 'long' object has no attribute 'astimezone'
    34 
     41}}}
    3542
    3643Cut and Paste from the web page:
    37 
     44{{{
    3845Trac detected an internal error:
    3946
     
    180187File "build/bdist.linux-i686/egg/acct_mgr/admin.py", line 46, in render_admin_panelFile "build/bdist.linux-i686/egg/acct_mgr/admin.py", line 128, in _do_usersFile "/usr/local/lib/python2.5/site-packages/trac/util/datefmt.py", line 59, in format_datetime
    181188  t = t.astimezone(tzinfo)
    182 
     189}}}