Team Chat Logs

June 30, 2010

2010 5
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        

[00:00:53.686579]<dnedelchev1>Hi, is there a way to customize the default date-format globally for a trac environment or even globally for all trac environments?
[00:01:34.862819]<Alver>http://trac.edgewall.org/wiki/TracFaq#how-do-i-change-the-format-used-for-displaying-date-and-time
[00:01:59.483334]<dnedelchev1>Aliver: thanks!
[00:16:12.632326]<dnedelchev1>Alver: apache fails: The server encountered an internal error or misconfiguration and was unable to complete your request
[00:17:29.676573]<dnedelchev1>I've tryed to add the line "environ['trac.locale'] = 'English_United Kingdom' " to trac.wsgi sure I've missed something. I'll read more carefully
[00:22:32.009708]<dnedelchev1>Works now. I had to find the right locale format using "localedef --list-archive".
[00:29:05.869915]<dnedelchev1>Another question: What is the right way to have shared user profiles (I mean not only user names and passwords but real names and e-mail addresses too) for a number of parallel trac environments? I can't afford trying all co-sign methods to find out which one (if any) would do it.
[01:43:54.450341]<macmaN>t.e.o is downz?
[10:45:11.699063]<AnAnt>ah, found it
[11:14:55.595166]<AnAnt>Hello, I have a question about trac.ini & inherit, when I create a trac repository using inherit option, I get this in the project/conf/trac.ini: http://pastebin.com/pZy9aMxc
[11:14:59.066624]<AnAnt>this cannot be right
[11:15:11.411963]<AnAnt>nothing about the project name or so
[11:29:44.970466]<evil_twin>t.e.o: Ticket #9111 (TimeoutError: Unable to get database connection within 20 seconds) updated - <http://trac.edgewall.org/ticket/9111#comment:6> - cboos
[11:29:49.969722]<evil_twin>t.e.o: t9111-tls-for-active.patch attached to Ticket #9111 - <http://trac.edgewall.org/attachment/ticket/9111/t9111-tls-for-active.patch> - cboos
[12:16:08.239012]<DanC>small world... I see coderanger's name all over http://trac-hacks.org/report/9?COMPONENT=TracCasPlugin
[12:31:55.141273]<DanC>hmm... having trouble getting this cas plugin to work; anybody know if it works with 0.12?
[12:34:09.934102]<DanC>hmm... firefox says my CAS cookie should be sent for secure connections only. I guess I have to run trac under SSL
[13:15:03.690734]<evil_twin>t.e.o: Ticket #9111 (TimeoutError: Unable to get database connection within 20 seconds) updated - <http://trac.edgewall.org/ticket/9111#comment:7> - fschwarz
[13:35:07.661393]<evil_twin>t.e.o: Ticket #9037 (Incorporate footnotes into Trac (for use in documentation)) updated - <http://trac.edgewall.org/ticket/9037#comment:6> - ryano@…
[14:04:44.540237]<codewaffle>is Trac 0.12 supposed to balk at attachments with spaces in the filename?
[14:05:18.652222]<codewaffle>wait, I may have figured it out
[14:09:56.632843]<shsek>Is there any way to get trac to notify a BASH script about new tickets? Maybe a hook or something?
[14:10:52.733589]<shsek>I'm trying to get my IRC bot to push new tickets as a message on IRC, I need a way to execute an python file when a new ticket is created while passing some parameters of the newly created ticket
[14:16:06.347948]<hasienda>shsek: AFAIK there's no such thing like a ready-made post-commit-hook for arbitrary commands in the ticket system, but
[14:17:53.741507]<hasienda>shsek: Trac is modularized very much, so i.e. has an ExtensionPoint, where resource change listeners made as Trac plugin can register
[14:19:37.103210]<hasienda>shsek: so this could be done quite easily, but the set of information about the (new|changed) ticket might be limited and maybe miss something you desire
[14:22:19.642600]<hasienda>shsek: see class ITicketChangeListener(Interface) here: http://trac.edgewall.org/browser/trunk/trac/ticket/api.py#L108
[14:23:43.201451]<ruif13>hi
[14:23:47.501471]<ruif13>need help :(
[14:24:04.601647]<ruif13>i have trac standalone in linux and a svn instalation
[14:24:25.951616]<ruif13>and when i browse my trac with admin user i can't see my svn repository
[14:24:32.588595]<ruif13>anyone can help»?
[14:25:46.852494]<cmc>ruif13: how'd you install trac?
[14:26:40.303396]<ruif13>i install trac at synology nas server :) with a lot of googleit search i made it :)
[14:27:03.985671]<ruif13>but i instal in stand alone with trac-admin env etc
[14:27:07.768335]<cmc>did you configure it?
[14:27:14.247027]<ruif13>i think soo
[14:27:21.395686]<ruif13>:(
[14:27:21.594776]<ruif13>i can login
[14:27:24.052737]<ruif13>and use it
[14:27:43.746960]<ruif13>sorry if i disturb your time with that noob questions
[14:28:06.109889]<cmc>http://trac.edgewall.org/wiki/TracIni#trac-section
[14:28:31.705672]<cmc>in your trac.ini, did you set up the repository_dir and repository_type?
[14:28:43.680918]<ruif13>hum gona check
[14:30:17.867346]<evil_twin>t.e.o: Ticket #4781 (Scheduled report by mail to specific users) updated - <http://trac.edgewall.org/ticket/4781#comment:7> - rblank
[14:30:59.829083]<ruif13>hum repository_dir = empty :(
[14:31:03.494168]<ruif13>but type is ok
[14:32:13.371637]<cmc>you'll want to tell it where your repo is located with the repository_dir
[14:32:33.213823]<ruif13>ok
[14:32:42.489472]<cmc>then run trac-admin repository resync
[14:32:47.399310]<ruif13>ah
[14:33:03.677603]<ruif13>what is the command line of repository resync
[14:33:24.159969]<cmc>$ trac-admin /path/to/env repository resync
[14:34:09.017856]<cmc>if that doesn't work, try
[14:34:18.764326]<cmc>$ trac-admin /path/to/env resync
[14:34:29.039119]<cmc>depending on which version of trac you are running :)
[14:36:17.181238]<ruif13>nop:( invalid
[14:36:21.892376]<ruif13>arguments
[14:36:43.936158]<cmc>you tried both commands?
[14:36:48.215560]<ruif13>yap
[14:37:00.651847]<cmc>what happens when you run $ trac-admin
[14:37:32.081445]<ruif13>ok
[14:37:40.574029]<ruif13>apears usage help etc
[14:37:50.099359]<cmc>is 'resync' in there?
[14:38:37.274421]<ruif13>./trac-admin /volume1/trac/infosuporte resync
[14:38:37.435467]<ruif13>Error: Command not found
[14:38:37.456200]<ruif13>No documentation found for 'resync'
[14:40:07.573381]<cmc>are you using 0.12?
[14:40:18.578470]<ruif13>yap
[14:40:19.797942]<evil_twin>t.e.o: Ticket #4907 (Notifications errors should not show up as internal errors) closed - <http://trac.edgewall.org/ticket/4907#comment:3> - rblank
[14:40:24.796459]<evil_twin>t.e.o: Ticket #4923 (manage the smtp/mail settings from within the WebAdmin plugin) updated - <http://trac.edgewall.org/ticket/4923#comment:6> - rblank
[14:40:32.444673]<cmc>ah, one moment then
[14:40:34.358092]<ruif13>Welcome to Trac 0.12 ¶
[14:40:44.632329]<cmc>I haven't really played with the multi-repository stuff at all
[14:42:06.317080]<cmc>ruif13: read over http://trac.edgewall.org/wiki/TracRepositoryAdmin
[14:42:21.019440]<cmc>that's got a lot more information than me :)
[14:43:23.395887]<cmc>you should be setting up the repository in the [repositories] section. sorry to mislead; I'm more familiar with 0.11
[14:43:58.977613]<ruif13>ok
[14:44:13.274929]<ruif13>but is in trac.ini
[14:44:14.461799]<ruif13>correct?
[14:44:33.819169]<cmc>the [repositories] section is, yep
[14:45:01.260229]<cmc>looks like trac-admin will also add a lot of it
[14:45:20.754312]<evil_twin>t.e.o: Ticket #4997 (Check SVN authz permissions with svn_authz_check_access) updated - <http://trac.edgewall.org/ticket/4997#comment:13> - rblank
[14:46:02.089975]<ruif13>hum
[14:46:20.804834]<ruif13>only need to res
[14:50:21.716678]<evil_twin>t.e.o: Ticket #5378 (ajax bandbox for input of milestone, component, assign to, and cc) updated - <http://trac.edgewall.org/ticket/5378#comment:5> - rblank
[14:52:19.353080]<shsek>hasienda, sorry, I was AFK. Thank you, I'll look at that ExtenstionPoint and try to hook into it
[14:55:22.674715]<evil_twin>t.e.o: Ticket #5397 (ticket email URL not recognized by email clients) updated - <http://trac.edgewall.org/ticket/5397#comment:4> - rblank
[14:56:19.577611]<hasienda>shsek: ok, good luck then.
[15:10:32.520832]<evil_twin>t.e.o: Ticket #5443 (Cookie path parameter not set if Trac is installed in web root) closed - <http://trac.edgewall.org/ticket/5443#comment:3> - rblank
[15:15:26.550432]<evil_twin>t.e.o: Ticket #5560 (Email links on usernames in ui.) updated - <http://trac.edgewall.org/ticket/5560#comment:7> - rblank
[15:25:49.492317]<evil_twin>t.e.o: Ticket #5629 (Add an option to close a ticket from a report) closed - <http://trac.edgewall.org/ticket/5629#comment:3> - rblank
[15:40:31.429203]<evil_twin>t.e.o: Ticket #5658 (Closing milestone and retargeting tickets to another does not show in ...) updated - <http://trac.edgewall.org/ticket/5658#comment:9> - rblank
[15:40:36.428894]<evil_twin>t.e.o: Ticket #4582 (Renaming a milestone doesn't update ticket history) updated - <http://trac.edgewall.org/ticket/4582#comment:4> - rblank
[15:45:32.396088]<evil_twin>t.e.o: Ticket #5855 (Fixed mantis2trac.py) closed - <http://trac.edgewall.org/ticket/5855#comment:7> - rblank
[15:50:33.367375]<evil_twin>t.e.o: Ticket #9403 (ValueError: timestamp out of range for platform time_t) updated - <http://trac.edgewall.org/ticket/9403#comment:2> - asim.moxme@…
[15:55:34.346748]<evil_twin>t.e.o: Ticket #6067 (.executemany() issue) closed - <http://trac.edgewall.org/ticket/6067#comment:1> - rblank
[15:55:39.346020]<evil_twin>t.e.o: Ticket #6067 (.executemany() issue) updated - <http://trac.edgewall.org/ticket/6067#comment:2> - rblank
[16:00:35.322196]<evil_twin>t.e.o: Ticket #9476 (ValueError: timestamp out of range for platform time_t) created - <http://trac.edgewall.org/ticket/9476> - asim.moxme@…
[16:10:36.306831]<evil_twin>t.e.o: Ticket #6235 ([PATCH] Adding support for Ingres as a backend DB) updated - <http://trac.edgewall.org/ticket/6235#comment:19> - rblank
[16:10:41.306235]<evil_twin>t.e.o: Ticket #6302 (Retrieve search results in RSS format) updated - <http://trac.edgewall.org/ticket/6302#comment:2> - rblank
[16:15:37.264886]<evil_twin>t.e.o: Ticket #9476 (ValueError: timestamp out of range for platform time_t) closed - <http://trac.edgewall.org/ticket/9476#comment:1> - rblank
[21:06:32.376233]<evil_twin>t.e.o: Ticket #540 (Permissions and RSS Feeds) updated - <http://trac.edgewall.org/ticket/540#comment:86> - mqmvoip@…