Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (310 - 312 of 332)

Ticket Resolution Summary Owner Reporter
#336 fixed email2trac included in the Softpedia Linux software database bas linuxeditor@…
Description
Congratulations,

email2trac, one of your products, has been added to Softpedia's database of
software programs for Linux. It is featured with a description text,
screenshots, download links and technical details on this page:
http://linux.softpedia.com/get/Communications/Email/email2trac-103219.shtml

The description text was created by our editors, using sources such as text
from your product's homepage, information from its help system, the PAD
file (if available) and the editor's own opinions on the program itself.



If you feel that having your product listed on Softpedia is not a benefit
for you or simply need something changed or updated, please contact us via
email at webmaster@softpedia.com and we will work with you to fix any
problem you may have found with the product's listing.
#338 fixed Error assigns a ticket to a Developer bas ivanelsonnunes@…
Description

Always this error occurs. When will I assign a ticket.

I noticed that this only occurs in the ticket's created [1] email2trac. The plugin is being broken TracjsGantt.

Maybe this is a chain reaction. I use customized and required fields. However, the tickets created by email2trac not carry these custom and required fields. This explains?

[1] https://oss.trac.surfsara.nl/email2trac

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 497, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 214, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/ticket/web_ui.py", line 179, in process_request
    return self._process_ticket_request(req)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/ticket/web_ui.py", line 614, in _process_ticket_request
    self._do_save(req, ticket, action)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/ticket/web_ui.py", line 1328, in _do_save
    replyto=req.args.get('replyto'))
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/ticket/model.py", line 363, in save_changes
    listener.ticket_changed(self, comment, author, old_values)
  File "/usr/local/lib/python2.7/dist-packages/Trac_jsGantt-0.10-py2.7.egg/tracjsgantt/tracpm.py", line 2957, in ticket_changed
    self.rescheduleTickets(ticket, old_values)
  File "/usr/local/lib/python2.7/dist-packages/Trac_jsGantt-0.10-py2.7.egg/tracjsgantt/tracpm.py", line 2766, in rescheduleTickets
    self.spliceGraph(tickets, ticket, old_values)
  File "/usr/local/lib/python2.7/dist-packages/Trac_jsGantt-0.10-py2.7.egg/tracjsgantt/tracpm.py", line 2667, in spliceGraph
    if len(old_values[previewFields[fwd]]) == 0:
TypeError: object of type 'NoneType' has no len()
#340 fixed [patch] Incorrect method call causing exception in some cases bas ianyh
Description

There was a case where the lower method on a string was referenced as an object instead of actually making a method call. I've added a patch for it.

Note: See TracQuery for help on using queries.