Custom Query (336 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 336)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#176 fixed AttributeError: 'AccountChangeNotification' object has no attribute 'smtp_server' István Váradi Szebenyi Bálint <szebenyib@…>
Description

Wanted to register to avoid typing my address often and better manage the tracker, however it seems to be that smtp is not properly configured.

How to Reproduce

While doing a POST operation on /register, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'19c4cacbbf9ec5dd4c6613be',
 'action': u'create',
 'email': u'szebenyib@gmail.com',
 'name': u'Szebenyi B\xe1lint',
 'password': u'XXXXXX',
 'password_confirm': u'XXXXXX',
 'user': u'szebenyib'}

User agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.12

System Information

System information not available

Enabled Plugins

Plugin information not available

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/pymodules/python2.7/acct_mgr/web_ui.py", line 352, in process_request
    _create_user(req, self.env)
  File "/usr/lib/pymodules/python2.7/acct_mgr/web_ui.py", line 71, in _create_user
    mgr.set_password(user, password)
  File "/usr/lib/pymodules/python2.7/acct_mgr/api.py", line 144, in set_password
    self._notify('created', user, password)
  File "/usr/lib/pymodules/python2.7/acct_mgr/api.py", line 253, in _notify
    getattr(l, func)(*args)
  File "/usr/lib/pymodules/python2.7/acct_mgr/notification.py", line 41, in user_created
    notifier.notify(username, 'New user registration')
  File "/usr/lib/pymodules/python2.7/acct_mgr/notification.py", line 90, in notify
    NotifyEmail.notify(self, username, subject)
  File "/usr/lib/python2.7/dist-packages/trac/notification.py", line 324, in notify
    Notify.notify(self, resid)
  File "/usr/lib/python2.7/dist-packages/trac/notification.py", line 226, in notify
    self.send(torcpts, ccrcpts)
  File "/usr/lib/pymodules/python2.7/acct_mgr/notification.py", line 160, in send
    % (self.smtp_server, self.smtp_port, recipients))
AttributeError: 'AccountChangeNotification' object has no attribute 'smtp_server'
#151 implemented Print flaps setting at takeoff István Váradi anonymous
Description

Like:

13:23:18 - Takeoff speed: 140 kts 13:23:18 - Takeoff heading: 49.0 13:23:18 - Takeoff pitch: -9.409 13:23:18 - Takeoff flaps: 8 <- ez a rész kerülne hozzáadásra.

Also remove flaps-related printouts before takeoff.

#152 implemented Be more lenient with reverse for certain types István Váradi anonymous
Description

The ground speed limit below which it is forbidden to use the reverse should depend on the type. For Fokker and Tu-134/154 the limit is lower (even 0?) due to the engines being higher.

1 2 3 4 5 6 7 8 9 10 11 12
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.