Team Chat Logs

2008 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            

June 27, 2008

[00:00:01] <ced_>
[00:00:04] <ced_> <VirtualHost *:80>
[00:00:06] <ced_> ServerName trac.domain.com
[00:00:09] <ced_> DocumentRoot /var/www/trac/htdocs/
[00:00:12] <ced_>
[00:00:14] <ced_> RewriteEngine On
[00:00:17] <ced_> RewriteCond %{REQUEST_URI} !^/cgi-bin/
[00:00:19] <ced_> RewriteCond %{REQUEST_URI} !^/trac/
[00:00:22] <ced_> RewriteRule ^/(.*) /cgi-bin/trac.cgi/$1 [L]
[00:00:24] <ced_> <Location />
[00:00:27] <ced_> SetEnv TRAC_ENV "/var/www/trac/htdocs/"
[00:00:29] <ced_> </Location>
[00:00:32] <ced_> </VirtualHost>
[00:00:33] <ras0ir> ced_: i use pastebin for my poems
[00:00:34] <ced_> my DoumentRoot may not be correct.
[00:00:42] <ced_> fedora has trac under /usr/share/trac
[00:01:08] <ced_> but trac.cgi is under /var/www/cgi-bin/trac.cgi
[00:02:08] <ras0ir> have you tried it with mod_python?
[00:02:37] <ras0ir> im not familiar with traccgi as im using fastcgi
[00:03:31] * kirean has joined #trac
[00:03:32] <ras0ir> it looks like your TRAC_ENV is incorrect
[00:07:32] <ced_> i don't mind trying mod_python but i'm not familiar with the conf for python. mind to guide me?
[00:07:53] <ras0ir> do trac-admin projectname initenv in a directory, then use SetEnv TRAC_ENV "/path/to/your/project" first
[00:07:58] * purplekitten has joined #trac
[00:08:06] <ced_> ok
[00:10:32] * NeuralNuts has left #trac
[00:10:37] <ras0ir> and dont forget to restart apache :)
[00:11:12] <ced_> done
[00:11:26] <ced_> tracd --port 8000 /var/www/trac/projectname
[00:11:32] <ced_> output an error already
[00:11:41] <ced_> socket.error: (98, 'Address already in use')
[00:12:12] <ras0ir> port 8000 is already in use?
[00:12:56] <ras0ir> btw, you dont need to use tracd
[00:13:29] <ced_> yep, was just to quickly test that the initenv was done properly
[00:13:37] <ced_> i tried with port 8001. it works
[00:13:45] <ced_> so we can go on with apache conf then
[00:15:21] <ced_> should i use /var/www/trac/projectname for the DoumentRoot or should i use /usr/share/trac/ ?
[00:17:00] <ras0ir> well you can use whatever you want for documentroot
[00:17:28] <ras0ir> it's not important but i dont prefer putting my project folder under documentroot
[00:17:39] <ced_> ok
[00:18:00] * proofek has joined #trac
[00:18:06] <ras0ir> ScriptAlias /trac /path/to/your/trac.cgi
[00:18:12] <ras0ir> you should add this
[00:18:43] <ced_> i prefer to access trac using trac.mydomain.com rather than domain.com/trac
[00:26:30] <Choi|work> goodmorning all, I have a question. Is it possible to add text into the textarea you get when you create a new ticket? I have tried to add some misc text into the <textarea><textarea> part of the ticket.html file which creates the "Create new ticket" page, but with no success. Is there some other magical way of doing this or is this not possible at all... ?
[00:27:42] * flakrat_ has joined #trac
[00:30:25] * Hix-Nix has joined #trac
[00:30:55] * Hix-Nix has left #trac
[00:32:27] * tsb has quit IRC
[00:32:35] * tsb has joined #trac
[00:34:02] * Epcylon has quit IRC
[00:34:24] * Dwarfoo7 has quit IRC
[00:34:27] * Dwarfoo7 has joined #trac
[00:34:27] * f13 has quit IRC
[00:35:08] * MrRagga has quit IRC
[00:35:53] * MrRagga has joined #trac
[00:39:17] * lightcap_ has joined #trac
[00:42:13] * dsch04 has joined #trac
[00:42:41] * f13 has joined #trac
[00:44:42] * flakrat has quit IRC
[00:44:55] <Choi|work> goodmorning all, I have a question. Is it possible to add text into the textarea you get when you create a new ticket? I have tried to add some misc text into the <textarea><textarea> part of the ticket.html file which creates the "Create new ticket" page, but with no success. Is there some other magical way of doing this or is this not possible at all... ?
[00:47:17] * lightcap has quit IRC
[00:50:56] * SunWuKung has quit IRC
[00:54:35] <nergalix> You can use the site.html template to add some default text
[00:56:36] <nergalix> There you can find an example: http://trac.edgewall.org/wiki/TracInterfaceCustomization
[00:58:37] * Epcylon has joined #trac
[01:05:36] * Epcylon has quit IRC
[01:06:58] * cmlenz has joined #trac
[01:07:41] <Choi|work> nergalix: tthanks for the link, ill have a look at that =)
[01:08:00] * ced_ has quit IRC
[01:14:59] * titang has quit IRC
[01:25:12] * huats has joined #trac
[01:38:42] * SunWuKung has joined #trac
[01:54:22] * Choi|work has left #trac
[01:59:38] * Daemoen has quit IRC
[02:03:08] * proppy has joined #trac
[02:03:31] <proppy> Hi, is there a way to get an RSS from trac wiki page changes ?
[02:04:14] * dgynn has joined #trac
[02:05:08] <evil_twin> New news from t.e.o: Ticket #7385 (Error with local email addresses) closed <http://trac.edgewall.org/ticket/7385#comment:1> || Ticket #7385 (Error with local email addresses) created <http://trac.edgewall.org/ticket/7385>
[02:07:53] * lyakh has quit IRC
[02:08:47] * lyakh has joined #trac
[02:17:22] * clajo041 has joined #trac
[02:20:31] * akurtakov has quit IRC
[02:26:24] <osimons> proppy: sure - timeline rss with only wiki changes option selected
[02:27:17] <proppy> osimons: for a particular page changes ?
[02:29:10] <osimons> ah. no. there may be some wiki-notify-thingy plugin at trac-hacks.org, but i've never at all needed anything like it. have a look and see what you find
[02:30:47] <nergalix> somone here familiar with the creation of trac plugins?
[02:32:18] * |igor_ has joined #trac
[02:33:23] * clajo04 has quit IRC
[02:33:56] * havvg has joined #trac
[02:35:19] <evil_twin> New news from t.e.o: Ticket #7385 (Error with local email addresses) reopened <http://trac.edgewall.org/ticket/7385#comment:2>
[02:36:18] <osimons> nergalix: should be some here, yes. ask questions.
[02:37:52] <nergalix> osimons: I already found the answer a minute ago :), but I probably will have some more questins when I proceed witht he egg-cooking tutorial
[02:38:28] <osimons> nergalix: sure - have fun :-)
[02:39:04] * apoirier has joined #trac
[02:39:47] * apoirier has quit IRC
[02:42:13] <proppy> osimons: thanks, what I was trying to do is to get a RSS feed from a News wiki page
[02:43:17] <osimons> proppy: use my fullblog plugin to post news :-)
[02:44:18] <proppy> osimons: :) I will if it was a site of mine, by I'm afraid it's not :)
[02:45:05] * cbalan has joined #trac
[02:45:09] <osimons> proppy: ah.
[02:45:25] <proppy> osimons: I will report a bug with a link to your plugin though
[02:45:31] <proppy> http://trac-hacks.org/wiki/FullBlogPlugin
[02:45:45] <osimons> proppy: bug? where?
[02:46:26] * SunWuKung has quit IRC
[02:46:39] <osimons> proppy: if you mean 'enhancement' for trac, i'm 100% sure there already exists such a request - search tickets and see what you can find.
[02:46:48] <proppy> osimons: to openscenegraph.org to suggest they use your plugin for news post
[02:48:15] <osimons> proppy: i say your chances are slim - they are still on 0.9.6, so keeping their trac up-to-date and featureful does not seem high on their priorities... :-)
[02:48:37] <proppy> :)
[02:48:39] <osimons> proppy: for pre-0.11 they'd need to look at the TracBlogPlugin - mine is 0.11 only
[02:50:30] <proppy> osimons: thanks for the tips
[02:51:13] <osimons> proppy: np.
[03:00:57] * pete__c_ has joined #trac
[03:02:38] <tsb> I am using trac with mod_python. How do I enable anonymous access and the ability to log in? Right now, I have to use http authentication with require valid-user, which means either everybody logs in or noone does..
[03:13:30] * pete__c has quit IRC
[03:15:54] * proppy has quit IRC
[03:22:02] * __t has quit IRC
[03:23:51] * igor__ has joined #trac
[03:27:35] * Muelli has joined #trac
[03:30:32] <osimons> tsb: you only set up authentication for /login url - see wiki docs (TracInstall, TracModPython etc.)
[03:31:24] <tsb> osimons: ah ofcourse, thank you.
[03:36:07] * m_g has joined #trac
[03:37:51] * |igor_ has quit IRC
[03:41:13] * cbalan has quit IRC
[03:41:22] * handyande has quit IRC
[03:41:51] * cbalan has joined #trac
[04:00:45] * AnMaster has joined #trac
[04:15:29] * igor__ has quit IRC
[04:47:05] * jas8522|away is now known as jas8522
[04:54:13] * tinh has quit IRC
[05:00:45] * tinh has joined #trac
[05:02:05] * jas8522 is now known as jas8522|away
[05:02:22] * tinh has quit IRC
[05:04:20] * tobias_ has joined #trac
[05:06:23] <evil_twin> New news from t.e.o: SeaChange/WhatUsersWant edited <http://trac.edgewall.org/wiki/SeaChange/WhatUsersWant?version=30> || SeaChange/WhatUsersWant edited <http://trac.edgewall.org/wiki/SeaChange/WhatUsersWant?version=29>
[05:08:17] * Skoog[A] has joined #Trac
[05:08:20] * Skoog[W] has quit IRC
[05:22:04] * gilligan_ has joined #trac
[05:22:12] <gilligan_> hi
[05:22:26] * jdolan_ has joined #trac
[05:23:10] * coderanger_ has quit IRC
[05:27:31] * tpollari has quit IRC
[05:33:32] * tpollari has joined #trac
[05:36:05] * ras0ir has quit IRC
[05:36:34] <evil_twin> New news from t.e.o: SeaChange/WhatUsersWant edited <http://trac.edgewall.org/wiki/SeaChange/WhatUsersWant?version=31>
[05:36:49] * tobias_ has quit IRC
[05:38:23] * andrei2102 has left #trac
[05:38:27] * ras0ir has joined #trac
[05:38:57] * handyande has joined #trac
[05:39:23] * chori has joined #trac
[05:40:15] * handyande has quit IRC
[05:40:22] * handyande has joined #trac
[05:41:49] <chori> has anyone gotten agile42s plugins to work with trac? I've followed the instructors and everything should be working but the interface doesn't change and no logs says anything
[05:45:44] * tpollari has quit IRC
[05:47:13] * tpollari has joined #trac
[05:58:43] * takayama has quit IRC
[06:03:53] * huats_ has joined #trac
[06:04:17] * huats_ has joined #trac
[06:05:54] * akurtakov has joined #trac
[06:06:35] * ras0ir has quit IRC
[06:06:37] <evil_twin> New news from t.e.o: TracFineGrainedPermissions edited <http://trac.edgewall.org/wiki/TracFineGrainedPermissions?version=8>
[06:08:04] * ras0ir has joined #trac
[06:10:22] * coderanger_ has joined #trac
[06:12:06] * jas8522|away is now known as jas8522
[06:12:08] * tpollari has quit IRC
[06:18:10] * Skoog[A] has quit IRC
[06:19:09] * bkuhn has joined #trac
[06:19:32] * huats has quit IRC
[06:22:48] <fragalot> http://trac.ccomp.biz:8000/browser <-- can any1 give me a clue on how to fix this error? (SvnAuthzAdminPlugin)
[06:23:09] <coderanger_> You probably setup a bad authz file
[06:24:49] <fragalot> coderanger_: I can access it with other apps without a hitch
[06:24:59] * tobias__ has joined #trac
[06:25:35] <coderanger_> fragalot: Pastebin your trac.ini
[06:26:20] <fragalot> http://rafb.net/p/rw8EVV27.html
[06:26:26] <fragalot> nvm
[06:26:38] <fragalot> [browser] has wrong paths
[06:26:46] * tobias__ has quit IRC
[06:26:53] * SKOM has joined #trac
[06:27:03] * tobias__ has joined #trac
[06:27:33] <coderanger_> wrong paths?
[06:27:42] <fragalot> hmm, still doesn't work
[06:27:55] <coderanger_> now pastebin /var/svn/repos/MBCWS/conf/authz
[06:28:28] <fragalot> thomas@Gibson /trac/MBCWS $ wgetpaste /var/svn/repos/MBCWS/conf/authz
[06:28:28] <fragalot> Your paste can be seen here: http://rafb.net/p/TreHrR29.html
[06:29:05] <coderanger_> okay, and are you logged in as "thomas"?
[06:29:08] <fragalot> yes
[06:29:11] <coderanger_> wait
[06:29:14] <coderanger_> that path is wrong
[06:29:22] <coderanger_> authz paths are within the repo
[06:29:25] <coderanger_> not FS paths
[06:29:29] <coderanger_> @svnbook
[06:29:30] <evil_twin> coderanger_: "svnbook" is http://svnbook.red-bean.com/nightly/en/index.html <-- The Subversion book
[06:29:40] <coderanger_> There is a chapter in there on authz files
[06:30:09] <fragalot> http://rockfloat.com/howto/gentoo-subversion.html I followed this on setting pu subversion
[06:31:00] <coderanger_> Read the Book
[06:31:10] <fragalot> doing so now
[06:31:34] * takayama has joined #trac
[06:32:01] <coderanger_> Why are you even using an authz file?
[06:32:28] <fragalot> svnauthzadmin created one, so.. I dno,
[06:33:04] <coderanger_> I have no idea what that is, but it isn't part of normal subversion
[06:33:10] <fragalot> it's a Trac plugin
[06:33:25] <fragalot> http://www.trac-hacks.org/wiki/SvnAuthzAdminPlugin
[06:33:37] * tpollari has joined #trac
[06:33:42] <coderanger_> That still doesn't answer why you are using an authz file to begin with
[06:33:56] <fragalot> "'cos I have nfc what i'm doing" ? :)
[06:34:51] <fragalot> in the future I plan on adding more & more users & repos, so this is just.. easy
[06:34:57] <fragalot> if it just,.. worked
[06:35:39] <coderanger_> You only need an authz file if you need to restrict access based on paths within the repo
[06:35:57] <coderanger_> Most places don't need this, since a given user either has access to everything or nothig
[06:36:19] * retracile has quit IRC
[06:37:25] <fragalot> I see
[06:37:52] * coderanger_ has quit IRC
[06:37:58] * dikim33_ has joined #trac
[06:40:38] * hoonteke has left #trac
[06:44:18] * handyande has quit IRC
[06:44:26] <fragalot> nonetheless, I still can't figure out why Trac wants permissions to /
[06:44:27] <fragalot> :/
[06:45:35] * izibi has joined #trac
[06:48:30] * mcella has joined #trac
[06:51:27] * retracile has joined #trac
[06:51:40] * nicholasbs has joined #trac
[06:54:11] * retracile grunts something irreverent about mornings.
[06:54:55] * handyande has joined #trac
[06:55:46] <asmodai> spectile!
[06:56:56] * dikim33 has quit IRC
[06:57:25] <retracile> modi!
[06:58:36] * jas8522 is now known as jas8522|away
[06:58:45] * nergalix has quit IRC
[06:59:56] <doki_pen> morning
[07:03:27] * Davey has joined #trac
[07:07:13] <evil_twin> New news from t.e.o: Ticket #7386 (Trac fails on URIs) created <http://trac.edgewall.org/ticket/7386>
[07:15:09] * jas8522|away is now known as jas8522
[07:17:36] * kirean has quit IRC
[07:23:51] * retracile_ has joined #trac
[07:24:41] <doki_pen> cool
[07:32:29] * coderanger_ has joined #trac
[07:35:24] * __t has joined #trac
[07:38:05] * retracile has quit IRC
[07:47:19] * to_ has quit IRC
[07:49:23] * retracile_ is now known as retracile
[07:50:53] * cbalan has quit IRC
[07:52:40] * adambn has joined #trac
[07:56:13] * lightcap_ has quit IRC
[07:56:16] * hydroponic has joined #trac
[07:56:40] <hydroponic> I upgraded from .10 to .11, cgi-bin is supposed to get copied to share/trac ?
[07:58:01] * liquidat0r_ has joined #trac
[07:59:10] <coderanger_> hydroponic: No
[07:59:23] <coderanger_> You use trac-admin deploy to generate the *gi files
[07:59:29] <coderanger_> @tracdoc
[07:59:31] <evil_twin> coderanger_: Error: "tracdoc" is not a valid command.
[07:59:50] * liquidat0r_ has quit IRC
[07:59:50] <coderanger_> @learn tracdoc as https://coderanger.net/~coderanger/tracdoc/install/index.html
[07:59:51] <evil_twin> coderanger_: The operation succeeded.
[07:59:54] <coderanger_> hydroponic: ^^
[08:00:07] * liquidat0r has joined #trac
[08:01:01] <hydroponic> coderanger_: ok, thanks
[08:04:52] * flakrat_ has quit IRC
[08:05:17] * proofek has quit IRC
[08:09:25] * handyande has quit IRC
[08:11:36] * tobias__ is now known as tobias
[08:17:32] * proofek has joined #trac
[08:18:19] * timte has quit IRC
[08:20:50] * takayama has quit IRC
[08:24:09] * jas8522 is now known as jas8522|away
[08:29:58] * dikim33_ has quit IRC
[08:30:56] * huats__ has joined #trac
[08:34:28] * ras0ir has quit IRC
[08:37:51] <evil_twin> New news from t.e.o: Ticket #2908 (No 'register' link (only Login), 'New Ticket' -> 'login' difficult) reopened <http://trac.edgewall.org/ticket/2908#comment:2>
[08:38:43] * ras0ir has joined #trac
[08:43:15] * proofek has quit IRC
[08:43:29] * olinux has joined #trac
[08:44:10] * huats_ has quit IRC
[08:44:32] * nick_fn has joined #trac
[08:44:56] <nick_fn> Can I use trac.config.Option from a standalone script, and have it fetch config from my trac environment?
[08:45:08] <coderanger_> What do you mean
[08:45:26] * lightcap has joined #trac
[08:45:28] <coderanger_> You can access existing ones
[08:45:36] <nick_fn> in an svn commit hook, I'd like to read my trac config ini....
[08:45:48] <coderanger_> the Option class is a descriptor that is only valid when used in Component classes
[08:45:58] <coderanger_> you can access the config object though
[08:46:00] <coderanger_> env.config
[08:46:08] <nick_fn> ah, ok
[08:47:11] <nick_fn> actually, what would be really great, is if my svn commit hook could use a _Component_, that's part of the announcerplugin...
[08:47:26] <coderanger_> Just load it
[08:47:48] <nick_fn> It's in an egg, and would also need to know where the trac environment is ?
[08:48:05] <coderanger_> All you need is to know where the trac env is
[08:48:26] <nick_fn> ok, got that far: then using trac.env.open_environment()
[08:48:32] <coderanger_> initializing the Environment object will take care of getting the plugins available
[08:48:32] <coderanger_> no
[08:48:42] <coderanger_> Thats mostly for use within Trac
[08:48:46] <nick_fn> oh
[08:48:49] <coderanger_> just do env = Environment(path)
[08:49:17] <coderanger_> and then MyComponent(env)
[08:49:27] <nick_fn> where does Environment get imported from?
[08:49:42] <nick_fn> ok, trac.env :-)
[08:51:01] * SKOM has quit IRC
[08:53:06] * y0028539 has joined #trac
[08:55:54] * dikim33 has joined #trac
[08:59:06] <nick_fn> actually this works pretty good...
[08:59:37] <nick_fn> Maybe I'll end up writing something that uses the whole announcerplugin framework, so people can subscribe to svn commit emails...
[09:00:22] * handyande has joined #trac
[09:07:37] * adambn has quit IRC
[09:07:40] * liquidat0r has quit IRC
[09:07:59] * ras0ir has quit IRC
[09:08:02] <evil_twin> New news from t.e.o: TracGuide edited <http://trac.edgewall.org/wiki/TracGuide?version=56> || SeaChange/WhatUsersWant edited <http://trac.edgewall.org/wiki/SeaChange/WhatUsersWant?version=32>
[09:10:41] * miguel_gonz has joined #trac
[09:12:49] * gjo has joined #trac
[09:13:01] * ras0ir has joined #trac
[09:17:32] * lyakh has quit IRC
[09:17:50] * miguel_gonz has quit IRC
[09:18:08] * lyakh has joined #trac
[09:19:46] * havvg has quit IRC
[09:20:40] * lightcap has quit IRC
[09:22:58] <hydroponic> How do you enable syntax highlighting in 0.11?
[09:24:25] <pacopablo> install pygments
[09:24:30] <pacopablo> easy_install pygments
[09:27:16] <hydroponic> thd
[09:27:17] <hydroponic> thanks*
[09:34:22] <gjo> some linux distribution have a package as python-pygments, py25-pygmants and so on
[09:37:19] * kenichi has quit IRC
[09:44:34] <chori> has anyone gotten agile42s plugins to work with trac? I've followed the instructors and everything should be working but the interface doesn't change and no logs says anything...
[09:44:48] * bkuhn is now known as bkuhnIdle
[09:48:30] * Tetraboy has quit IRC
[09:50:12] * kenichi has joined #trac
[09:59:08] * crump has joined #trac
[09:59:15] * crump has left #trac
[10:04:37] * Tetraboy has joined #trac
[10:06:48] * |igor_ has joined #trac
[10:12:23] * igor__ has joined #trac
[10:13:50] * dgynn has quit IRC
[10:15:25] * kenichi_ has joined #trac
[10:15:32] * kenichi has quit IRC
[10:15:38] * AboSamoor has joined #trac
[10:18:30] * AboSamoor is now known as [Mathematician]
[10:19:08] * [Mathematician] is now known as AboSamoor
[10:20:35] * adambn has joined #trac
[10:22:26] * havvg has joined #trac
[10:23:00] * kenichi_ has quit IRC
[10:23:09] * cmlenz has quit IRC
[10:23:44] * kenichi has joined #trac
[10:29:34] * |igor_ has quit IRC
[10:35:49] * kenichi has quit IRC
[10:37:55] * pombreda has joined #trac
[10:45:27] * kenichi has joined #trac
[10:46:58] * kenichi has quit IRC
[10:47:37] * kenichi has joined #trac
[10:52:02] * huats__ has quit IRC
[10:55:57] * De_Mon has quit IRC
[10:56:27] * De_Mon has joined #trac
[11:00:51] * De_Mon has quit IRC
[11:01:27] * gjo has quit IRC
[11:06:29] * AboSamoor has quit IRC
[11:10:20] * jdolan_ has quit IRC
[11:17:28] * havvg has quit IRC
[11:19:10] * Muelli has quit IRC
[11:19:16] * bkuhnIdle is now known as bkuhn
[11:20:41] * Muelli has joined #trac
[11:23:31] * beata has joined #trac
[11:26:09] <osimons> pacopablo: pong - a little late :-)
[11:27:23] * tuxipuxi_ has joined #trac
[11:33:59] * bpat1434 has joined #trac
[11:34:42] <bpat1434> Quick question: smtp_always_bcc - if I want multiple addresses, separate them with a semi-colon, colon, comma, or space?
[11:36:02] * olinux has quit IRC
[11:37:36] <retracile> bpat1434: a comma would probably work. Trac is a bit inconsistent about what to use for separators for things like that. :(
[11:37:44] <bpat1434> booo
[11:37:56] <bpat1434> I'll just create a distribution list and use that one email address instead
[11:40:09] * crump has joined #trac
[11:40:13] * crump has left #trac
[11:40:16] * m_g has quit IRC
[11:42:45] * izibi has quit IRC
[11:53:06] * liquidat0r has joined #trac
[11:55:10] * mcella has quit IRC
[12:01:13] <hydroponic> I'm getting this: TracError: Unsupported database type "postgresql" when trying to run trac.cgi
[12:01:37] <hydroponic> whoops, fixed it
[12:02:50] * liquidat0r has quit IRC
[12:03:02] * liquidat0r has joined #trac
[12:09:18] <evil_twin> New news from t.e.o: Ticket #7387 (IntegrityError: duplicate key violates unique constraint "session_pk") created <http://trac.edgewall.org/ticket/7387>
[12:17:00] * f13 has left #trac
[12:23:47] <hydroponic> Can I use Trac with MySQL or is it broken?
[12:24:04] <coderanger_> You can
[12:24:08] <coderanger_> We recommend you don't
[12:24:28] <hydroponic> I'm getting this with postgresql: ERROR: relation "permission" does not exist
[12:24:29] <coderanger_> MySQL has a number of systemic design flaws that make us unable to support it usefully
[12:24:39] <coderanger_> Did you create the Trac tables?
[12:25:11] <hydroponic> No, it was using SQLite and I'm trying to use postgresql, changed trac.ini
[12:29:17] <coderanger_> You cannot do that
[12:29:30] <coderanger_> the initenv process is what creates the DB tables
[12:29:45] <coderanger_> you could initenv a temp env against the DB and then remove it though
[12:33:31] <hydroponic> thanks, got it working
[12:39:24] <evil_twin> New news from t.e.o: Ticket #7387 (IntegrityError: duplicate key violates unique constraint "session_pk") closed <http://trac.edgewall.org/ticket/7387#comment:1>
[12:40:40] * xjjk has joined #trac
[12:41:42] <pacopablo> hydroponic: or if you had data you wanted to moove, use the sqlite2pg script on t-h.o
[12:47:35] * retracile_ has joined #trac
[12:52:46] * retracile has quit IRC
[12:52:52] * huats has joined #trac
[12:56:01] <kisielk> what's the procedure for upgrading from 0.11rc1 to final?
[12:56:13] <pacopablo> easy_install trac
[12:56:46] <kisielk> I don't need to change anything in the environment?
[12:56:52] <pacopablo> nope
[12:56:55] * liquidat0r has quit IRC
[12:58:57] * cmlenz has joined #trac
[13:00:49] <dikim33> Hi guys,
[13:01:13] <dikim33> How does chrome.links get the list of links?
[13:01:25] * hotte has joined #trac
[13:01:26] <coderanger_> add_link
[13:01:58] <kisielk> well
[13:02:00] <kisielk> that was easy
[13:02:15] <dikim33> coderanger_ : add_link?
[13:02:17] <coderanger_&g