Team Chat Logs

August 9, 2009

2009 7
Mo Tu We Th Fr Sa Su
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

[02:43:42]<asmodai>miau: konnichiha
[02:49:12]<evil_twin>t.e.o: t8276-unicode-for-sections-and-keys-r8424.diff attached to Ticket #8276 - <http://trac.edgewall.org/attachment/ticket/8276/t8276-unicode-for-sections-and-keys-r8424.diff> - cboos
[02:54:12]<evil_twin>t.e.o: Ticket #8276 (UnicodeEncodeError: 'ascii' codec can't encode characters in position ...) updated - <http://trac.edgewall.org/ticket/8276#comment:20> - cboos
[03:04:12]<evil_twin>t.e.o: Ticket #8538 (UnicodeDecodeError on mercurial-plugin 0.11) updated - <http://trac.edgewall.org/ticket/8538#comment:1> - cboos
[03:29:13]<evil_twin>t.e.o: t8548-TICKET_EDIT_DESCRIPTION-r8424.2.diff attached to Ticket #8548 - <http://trac.edgewall.org/attachment/ticket/8548/t8548-TICKET_EDIT_DESCRIPTION-r8424.2.diff> - cboos
[03:34:13]<evil_twin>t.e.o: Ticket #8548 (TICKET_EDIT_DESCRIPTION requires TICKET_MODIFY rights) updated - <http://trac.edgewall.org/ticket/8548#comment:2> - cboos
[03:44:33]<Psih0MAN>@logging
[03:44:34]<evil_twin>logging is http://trac.edgewall.org/wiki/TracLogging <-- Enable debug logging to file, ensure your environments log/ directory is writeable by your web server user, check for errors.
[04:24:16]<evil_twin>t.e.o: Ticket #8548 (TICKET_EDIT_DESCRIPTION requires TICKET_MODIFY rights) updated - <http://trac.edgewall.org/ticket/8548#comment:3> - rblank
[04:34:16]<evil_twin>t.e.o: Ticket #8548 (TICKET_EDIT_DESCRIPTION requires TICKET_MODIFY rights) updated - <http://trac.edgewall.org/ticket/8548#comment:4> - cboos
[04:34:21]<evil_twin>t.e.o: t8548-TICKET_EDIT_DESCRIPTION-r8424.3.diff attached to Ticket #8548 - <http://trac.edgewall.org/attachment/ticket/8548/t8548-TICKET_EDIT_DESCRIPTION-r8424.3.diff> - cboos
[04:54:16]<evil_twin>t.e.o: Ticket #8548 (TICKET_EDIT_DESCRIPTION requires TICKET_MODIFY rights) updated - <http://trac.edgewall.org/ticket/8548#comment:5> - rblank
[05:09:17]<evil_twin>t.e.o: Ticket #8548 (TICKET_EDIT_DESCRIPTION requires TICKET_MODIFY rights) updated - <http://trac.edgewall.org/ticket/8548#comment:6> - rblank
[05:34:18]<evil_twin>t.e.o: Ticket #8548 (TICKET_EDIT_DESCRIPTION requires TICKET_MODIFY rights) updated - <http://trac.edgewall.org/ticket/8548#comment:7> - cboos
[06:04:19]<evil_twin>t.e.o: Ticket #8276 (UnicodeEncodeError: 'ascii' codec can't encode characters in position ...) updated - <http://trac.edgewall.org/ticket/8276#comment:21> - andrea Tomasini <andrea.tomasini@…>
[07:35:20]<mterwoord>hi everybody
[07:36:07]<mterwoord>is it possible to include some custom javascript on ticket edit pages?
[09:44:26]<evil_twin>t.e.o: Changeset [8451]: ''keywords'' field might be NULL in the database, so we must be able to ... - <http://trac.edgewall.org/changeset/8451> - cboos
[09:44:31]<evil_twin>t.e.o: Ticket #8547 (AttributeError: 'NoneType' object has no attribute 'split') closed - <http://trac.edgewall.org/ticket/8547#comment:2> - cboos
[10:04:27]<evil_twin>t.e.o: Ticket #3208 (Multirepository on https redirect to http) reopened - <http://trac.edgewall.org/ticket/3208#comment:8> - p.labushev@…
[10:24:28]<evil_twin>t.e.o: Ticket #3208 (Multirepository on https redirect to http) updated - <http://trac.edgewall.org/ticket/3208#comment:9> - p.labushev@…
[10:44:29]<evil_twin>t.e.o: Ticket #3208 (Multirepository on https redirect to http) closed - <http://trac.edgewall.org/ticket/3208#comment:10> - p.labushev@…
[10:49:29]<evil_twin>t.e.o: Ticket #3208 (Multirepository on https redirect to http) updated - <http://trac.edgewall.org/ticket/3208#comment:11> - cboos
[11:28:55]<cilkay>Hello. I'm trying to use the TicketImport extension but it was failing with a type error on ticket id where it was attempting to treat 1.0 as an integer. I checked out the source, made one simple mod, and rebuilt the egg and replaced the one in site-packages with my modified egg. I reloaded Apache. When I attempt to import my .xls file, I now get "Ticket 1.0 found in file, but not present in Trac: cannot import." Wha
[11:28:55]<cilkay>t is that all about?
[11:29:22]<cilkay>I suspect that plugin was never tested with PostgreSQL.
[11:38:48]<cilkay>Someone else reported that error a month ago but nothing was done about it. http://trac-hacks.org/ticket/5504
[11:39:38]<cilkay>I'll look at the code. Perhaps it's another case of not considering data types.
[11:43:03]<cilkay>I've never poked at Trac's db interface. I see: cursor.execute('SELECT summary FROM ticket WHERE id = %s', (str(int(ticket_id)),))
[11:43:10]<cilkay>row = cursor.fetchone()
[11:43:22]<cilkay> if not row:
[11:43:22]<cilkay> return row[0]
[11:43:22]<cilkay> raise TracError('Ticket %s found in file, but not present in Trac: cannot import.' % str(ticket_id))
[11:44:02]<cilkay>If the ticket doesn't exist in the db, which would be the case in a fresh Trac instance, wouldn't "row" be "None"?
[11:44:31]<evil_twin>t.e.o: Ticket #8440 (Reports returns no rows in RSS format) updated - <http://trac.edgewall.org/ticket/8440#comment:8> - cboos
[11:45:20]<cilkay>It looks to me like that if the ticket id that I'm trying to import from the .xls doesn't exist in the db, TracError will be raised with the code above. Doesn't seem right to me.
[11:47:06]<cilkay>By the way, I wrapped ticket_id in the int() function. It was only wrapped with str() before and it was choking when it would interpret ticket id 1 as 1.0.
[12:06:36]<matt_good>hrm, so I'm doing some work on the accountmanager branch using git-svn
[12:07:09]<matt_good>but AFAICT there's no convenient way to merge the upstream SVN trunk into that feature branch
[12:07:50]<matt_good>I mean I guess I can do a normal SVN merge and then "git-svn rebase" my local changes
[12:08:40]<matt_good>any suggestions?
[12:14:32]<evil_twin>t.e.o: Changeset [8452]: 0.11.6dev: fix RSS feed for reports, in order to work around a Genshi ... - <http://trac.edgewall.org/changeset/8452> - cboos
[12:19:33]<evil_twin>t.e.o: Ticket #8440 (Reports returns no rows in RSS format) closed - <http://trac.edgewall.org/ticket/8440#comment:9> - cboos
[12:39:38]<evil_twin>t.e.o: Changeset [8453]: Remove a debugging print statement from the last commit - <http://trac.edgewall.org/changeset/8453> - mgood
[13:34:36]<evil_twin>t.e.o: Ticket #3899 (Live bookmarks not supported on Custom Query pages) updated - <http://trac.edgewall.org/ticket/3899#comment:8> - cboos
[13:59:42]<evil_twin>t.e.o: Changeset [8454]: 0.11.6dev: alternate formats csv and tsv for tickets and queries need to ... - <http://trac.edgewall.org/changeset/8454> - cboos
[13:59:47]<evil_twin>t.e.o: Ticket #7956 (Unable to Save As due to wrong file name) closed - <http://trac.edgewall.org/ticket/7956#comment:4> - cboos
[14:04:37]<evil_twin>t.e.o: Changeset [8455]: 0.11.6dev: make TICKET_EDIT_PERMISSION independent from TICKET_MODIFY. ... - <http://trac.edgewall.org/changeset/8455> - cboos
[14:04:42]<evil_twin>t.e.o: Ticket #8548 (TICKET_EDIT_DESCRIPTION requires TICKET_MODIFY rights) closed - <http://trac.edgewall.org/ticket/8548#comment:8> - cboos
[14:09:37]<evil_twin>t.e.o: Ticket #7657 (leading empty spaces in ticket descriptions are lost) closed - <http://trac.edgewall.org/ticket/7657#comment:3> - cboos
[14:09:42]<evil_twin>t.e.o: Changeset [8456]: 0.11.6dev: another needed fixing for not losing leading empty ... - <http://trac.edgewall.org/changeset/8456> - cboos
[14:09:47]<evil_twin>t.e.o: Ticket #7657 (leading empty spaces in ticket descriptions are lost) updated - <http://trac.edgewall.org/ticket/7657#comment:4> - cboos
[16:35:34]<Jyrno4>Hello. How can i set the charset in Trac? I tried the default_charset setting in trac.ini. Any other way?
[18:30:53]<xerophyte>can the trac host muliple projects with different setup permissions
[19:15:35]<cilkay>xerophyte: What do you mean by "setup permissions"?
[19:21:07]<xerophyte>cilkay: we want to host mulitiple projects and use centralized user login and give them permission to work differnt project .. people should not able to share information between projects
[19:23:12]<cilkay>xerophyte: We do that by using htpasswd auth.
[19:23:49]<cilkay>One htpasswd file contains all our users and we can grant different (or no) permissions on a per project basis. That's the default behaviour of Trac.
[19:25:57]<cilkay>With judicious use of group permissions, you can make administration much simpler.
[19:26:22]<cilkay>I have two things on my wish list related to this.
[19:26:39]<cilkay>1. Better control over user profiles, changing passwords, etc. by the admin.
[19:27:19]<cilkay>2. The ability for users with appropriate permissions to view tickets and changes across all projects in which they're a participant.
[22:14:05]<asmodai>pacopablo: :D