{5} Assigned, Active Tickets by Owner (Full Description) (5 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

None (2 matches)

Ticket Summary Component Milestone Type Created
Description
#53 Add Version settings on tickets Ticket 0.4 Release enhancement 06/05/08

The version fields have been neglected on the client in favour of Milestones. Add Set/Filter/Ignore functionality.


#66 add wrap at 80 characters for TICKET_WINDOW None 0.4 Release enhancement 06/19/08

For long lines add a 80 character formatting of paragraph text. Ideally one that escapes the {{ }} preformatted blocks


michael (3 matches)

Ticket Summary Component Milestone Type Created
Description
#55 Consolidate Ticket Set/Filter/Resolve commands with improved auto completes Ticket 0.4 Release enhancement 06/10/08

eg. Turn

    :TTFilterComponent Foo
    :TTSetComponent Foo

into

    :TTFilter <tab>component <tab>Foo
    :TTSet <tab>component <tab>Foo

Reducing the number of commands within the plugin.


#56 broken words and localizing issues General 0.4 Release defect 06/13/08

My server is composed of trac+python2.5+mod_python. On my client, I used vimtrac to connect server. But when I opened ticket window using TTServer <>, All Korean words was broken.

So, I modified line 48 in trac.py to msg = msg.encode('utf8', 'ignore'). Then, words in ticket list were showing normally.

But there were some other issue when i tried to see ticket description, it raised URLDecodeError line 505 in trac.py which was my_time = datetime.datetime.fromtimestamp(change[0]).strftime("%A (%a) %d/%m/%Y %H:%M:%S") It seems because of Korean word in my_time.

Added, I'm not good at python. That's why i post this


#77 Error in opening New ticket in Fedora 8 Japanese version General defect 04/29/10

Hi, michael, I can't open the ticket with comment in vim. For example: in vim, type :TTOpen 1, the following error info is outputted.

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/ra/.vim/plugin/trac.py", line 1380, in ticket_view
    self.uiticket.ticketwindow.write(self.ticket.getTicket(id))
  File "/home/ra/.vim/plugin/trac.py", line 53, in write
    msg = msg.encode('utf-8', 'ignore')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 380: ordinal n
ot in range(128)

By the way, the LANG of my system is ja_JP.UTF-8. If I change it to C or UTF-8, it works. Is there any workaround by modifying the python code to support the Japanese encoding if I want to keep the LANG as the same.

Best Regards,

robert


Note: See TracReports for help on using and creating reports.