Team Chat Logs

2006 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 10, 2006

[00:32:49] * luks has joined #trac
[01:09:35] * OCG has joined #trac
[01:10:38] <OCG> when i do trac-admin repo initenv is my repo the svn repo? ... when i try to create it
[01:10:50] <OCG> it says it already exists
[01:15:41] <prologic> no
[01:15:46] <prologic> the path to the trac environment
[01:16:12] <prologic> the trac env is different from the rcs's repo
[01:18:03] <OCG> kk
[01:19:45] * contingencyplan has quit IRC
[01:33:36] <prologic> Is there any way of changing the default tabspace length in the source browser ?
[01:36:18] <prologic> found the tab_width for [diff]
[01:36:23] <prologic> but what about the source browser ?
[01:42:01] <prologic> found it all :)
[02:13:09] * tuxipuxi has joined #trac
[02:21:18] * kaouete has joined #trac
[02:21:22] <kaouete> hi
[02:23:36] <kaouete> i am using trac with fastcgi since 2-3 month and it works great, but i wanted to try to install it with mod_python (3.1.3 with apache2) and i have only one problem : when i go to /login it doesnt redirects me to the /wiki and when i go to /wiki after, i am not logged. there is no error in log file, even with DEBUG. and i am using TracEnvParentDir.
[02:23:59] <kaouete> i read 3 times the InstallModPython page on http://projects.edgewall.com/trac
[02:38:20] * soloturn has joined #trac
[02:43:00] * cboos has joined #trac
[02:52:23] * tic has joined #trac
[02:56:07] * tic has quit IRC
[02:56:54] * tic has joined #trac
[03:06:00] * MasterC has joined #trac
[03:16:46] * Riccc`plula has joined #trac
[03:27:39] * demianturner has joined #trac
[03:27:48] <demianturner> morning guys
[03:28:17] <demianturner> i'm running Trac 0.9, can anyone tell me which table the ticket comments are stored in?
[03:31:54] <luks> ticket_change
[03:33:38] <demianturner> luks: ok, tx, wasn't obvious from first 5 records ;-)
[03:34:49] * Riccc has quit IRC
[03:55:10] * imajes has joined #trac
[03:57:11] * imajes has quit IRC
[04:03:58] * MasterC has quit IRC
[04:15:41] * imajes has joined #trac
[04:24:11] * imajes has quit IRC
[04:24:48] * imajes has joined #trac
[04:33:48] <tat_> hello, i just uppdated my trac and initialized a new trac envireonment with "trac-admin /var/www/projects/openwrt-xsf initenv" and now i can't access my svn db anymore :(
[04:34:52] <cboos> tat_: did the initenv operation succeed?
[04:38:00] <tat_> cboos , it did , when i did it the second time, the initenv where for a new project i initialized, i reconfigured apache, now i can just use my old trac project ( after all that trouble i just didn't won't it anymore) , and when i browse the source i get "('Berkeley DB error for filesystem /var/lib/svn/db while opening environment:\nPermission denied', 160029)"
[04:39:48] <tat_> cboos , shut i update svn, in the moment i'm using 1.1.4 i could update to 1.2.3, but i'm scared it breaks more :(
[04:39:53] <cboos> that's simply a permission issue. If you're using the Berkeley DB backend in your Subversion repository, Trac (or any other client program for that matter) needs Read AND Write rights, even for read access. That's the way the BDB sessions work...
[04:40:08] <cboos> To answer your previous question:
[04:40:49] <cboos> yes, it's a good idea to upgrade. 1.1.4 is stable, but so is 1.2.3, and you could take benefit from the FSFS backend (a replacement for Berkeley DB),
[04:41:04] <tat_> -rw-r--r-- 1 www-data www-data 379 May 7 2005 README.txt
[04:41:04] <tat_> drwxr-xr-x 2 www-data www-data 4096 May 7 2005 conf
[04:41:04] <tat_> drwxr-xr-x 2 www-data www-data 4096 May 7 2005 dav
[04:41:04] <tat_> drwxr-sr-x 2 www-data www-data 4096 Jun 10 06:48 db
[04:41:04] <tat_> -r--r--r-- 1 www-data www-data 2 May 7 2005 format
[04:41:04] <tat_> drwxr-xr-x 2 www-data www-data 4096 May 7 2005 hooks
[04:41:06] <tat_> drwxr-xr-x 2 www-data www-data 4096 May 7 2005 locks
[04:41:10] <cboos> which works better in general,
[04:41:45] <cboos> and works better in conjunction with Trac (no write rights needed, in particular)
[04:41:46] <tat_> sorry for the flood, but this is my /var/lib/svn, i don't see any permission problem in here, do you ?
[04:42:20] <cboos> well, are you sure Trac is running as www-data?
[04:43:00] <tat_> cboos , at least i know i don't have a trac user on my system and what user it shout run else ?
[04:43:41] <cboos> no idea ;) apache maybe?
[04:43:46] <tat_> how would i find out which user trac runs with ,
[04:44:07] <cboos> I mean, that depends on your setup; what server are you using etc.
[04:44:57] <cboos> are you using CGI, FCGI, mod_python, this sort of thing ...
[04:46:23] <tat_> i use cgi, but i would like to use mod_python, but this is an osser issue ( an other error )
[04:46:29] <tat_> but look on this
[04:46:32] <tat_> www-data 1442 99.9 0.9 9808 4856 ? R 13:43 0:01 /usr/bin/python /usr/share/trac/cgi-bin/trac.cgi
[04:47:32] <cboos> well ok it seems that's the expected user; then what's in the repository's db subfolder?
[04:48:39] * imajes has quit IRC
[04:48:58] <tat_> ok i post it, but don't kick me for the flood :)
[04:49:02] <tat_> -rw-r--r-- 1 www-data www-data 1955 May 7 2005 DB_CONFIG
[04:49:02] <tat_> -rw-r--r-- 1 root www-data 16384 Jun 10 06:48 __db.001
[04:49:02] <tat_> -rw-r--r-- 1 root www-data 270336 Jun 10 06:48 __db.002
[04:49:02] <tat_> -rw-r--r-- 1 root www-data 393216 Jun 10 06:48 __db.003
[04:49:02] <tat_> -rw-r--r-- 1 root www-data 753664 Jun 10 06:48 __db.004
[04:49:02] <tat_> -rw-r--r-- 1 root www-data 16384 Jun 10 06:48 __db.005
[04:49:04] <tat_> -rw-r--r-- 1 www-data www-data 471040 Jun 10 00:59 changes
[04:49:06] <tat_> -rw-r--r-- 1 www-data www-data 16384 Jun 10 00:59 copies
[04:49:08] <tat_> -r--r--r-- 1 root www-data 2 Jun 10 06:48 format
[04:49:10] <tat_> -rw-r--r-- 1 www-data www-data 4 May 7 2005 fs-type
[04:49:12] <tat_> -rw-r--r-- 1 root www-data 8192 Jun 10 06:48 lock-tokens
[04:49:14] <tat_> -rw-r--r-- 1 root www-data 8192 Jun 10 06:48 locks
[04:49:16] <tat_> -rw-r--r-- 1 www-data www-data 1048365 Jun 10 00:59 log.0000000087
[04:49:18] <tat_> -rw-r--r-- 1 www-data www-data 1044712 Jun 10 00:59 log.0000000088
[04:49:20] <tat_> -rw-r--r-- 1 www-data www-data 1048500 Jun 10 00:59 log.0000000089
[04:49:22] <tat_> -rw-r--r-- 1 www-data www-data 64443 Jun 10 00:59 log.0000000090
[04:49:24] <tat_> -rw-r--r-- 1 root www-data 1048576 Jun 10 07:17 log.0000000091
[04:49:26] <tat_> -rw-r--r-- 1 www-data www-data 344064 Jun 10 00:59 nodes
[04:49:28] <tat_> -rw-r--r-- 1 www-data www-data 438272 Jun 10 00:59 representations
[04:49:30] <tat_> -rw-r--r-- 1 www-data www-data 8192 Jun 10 00:59 revisions
[04:49:32] <tat_> -rw-r--r-- 1 www-data www-data 72765440 Jun 10 00:59 strings
[04:49:34] <tat_> -rw-r--r-- 1 www-data www-data 20480 Jun 10 00:59 transactions
[04:49:35] <cboos> you see, the root owned files, "locks" in particular
[04:49:36] <tat_> -rw-r--r-- 1 www-data www-data 8192 Jun 10 00:59 uuids
[04:49:40] <tat_> there is some stuff which is owned by root,
[04:49:48] <cboos> looks like you did a recover as root
[04:50:00] <cboos> svnadmin recover or something similar
[04:50:22] <tat_> yes, thats true,
[04:50:39] <cboos> do a svnadmin verify (as root) to see if everything is in order,
[04:50:50] <cboos> then chown that back to www-data and all should be fine
[04:51:06] <cboos> but also take in account my advice to switch to fsfs ;)
[04:51:51] <tat_> thanks for the help, and i will do so, once svn works again i run the update button :)
[04:52:59] <tat_> it did as you sad
[04:56:59] <cboos> tat_: http://projects.edgewall.com/trac/wiki/TracSubversion#TracandSubversion1.2
[05:05:03] <tat_> hey cboos : i got trac running now with mod_python on my new project, i created it with 0.9.5 and it looks totally different than my old project , did track change it's default look ?
[05:05:25] <cboos> hm, not that much
[05:05:47] <cboos> certainly you don't have access to the .css files and the other static content
[05:07:11] <cboos> http://projects.edgewall.com/trac/wiki/TracCgi#MappingStaticResources
[05:07:29] <tat_> well i just clicked on browse-source and it looks the old way, but when i reload the track root directory it looks again so minimalistic, i did a chown www-data:www-data -R . maybe something with the path is brocken :(
[05:41:01] <kaouete> hi, it looks like i have the same problem as this one : http://lists.edgewall.com/archive/trac/2004-December/001324.html someone know if there is a solution to it ?
[05:44:36] <kaouete> maybe it is this one : http://projects.edgewall.com/trac/ticket/2843
[06:01:07] <tat_> does anybody know how hide_properties in trac.ini works ?
[06:02:21] <kaouete> did you look at http://projects.edgewall.com/trac/wiki/TracIni
[06:02:22] <kaouete> ?
[06:03:08] * cboos has quit IRC
[06:06:04] * mac__ has quit IRC
[06:06:47] <tat_> kaouete: yes, and i a�have a : seperated list of svn repositories i want to hide, but i still see them .
[06:09:35] <kaouete> a dont think it is used for hiding repositories, but instead for hiding _properties_
[06:09:39] <kaouete> s/a/i/
[06:10:46] <kaouete> if you want to hide repositories, you need to mark them as beeing not readable, with for example a authz kind file (see http://projects.edgewall.com/trac/wiki/FineGrainedPermissions)
[06:11:17] <tat_> what is a svn proertie then ?
[06:12:03] <kaouete> to hide properties ? like size of files, or rev, i guess
[06:12:09] <kaouete> i never used it thought
[06:20:29] <gmcinnes> hi all: what does this mean: unsupported version control system "svn" ?
[06:22:53] <tat_> but kaouete : cant i just point my trac to a specific sbn directory in the repository, i don't want that you can see all svn dirs ?
[06:23:24] <kaouete> tat_: i guess you can, but i dont know how
[06:25:38] <gmcinnes> what are the possible values for 'repository type' in trac.ini from trunk?
[06:25:43] <tat_> the way you tald me work's but i have to add a newline in a conf file anytime i add a new dirin svn
[06:30:27] <kaouete> tat_: you can put all as unreadable, and add the dir you want to be readable as readable
[06:30:45] <kaouete> like that, by default the dirs will be unreadable
[06:33:54] <tat_> kaouete : i tried that , but this way you ant view any svn dir, you have to make all r and than set every rootdirectory to "* =" exept the one you want to show ( sucks right )!!!
[06:34:08] <kaouete> hm
[06:42:42] <gmcinnes> anyone here using trunk, no?
[06:45:32] * cboos has joined #trac
[06:49:24] * gmcinnes has quit IRC
[06:49:46] * gmcinnes has joined #trac
[06:54:57] <OCG> trac isnt compatible with apache 2.2.2? :(
[06:57:20] <asmodai> Why wouldn't it be?
[07:01:57] <OCG> mod_python doesnt wwant to work with 2.2
[07:02:48] <hacim> OCG: could you be more descriptive about what leads you to believe these things?
[07:31:02] * prisoner has joined #trac
[07:40:29] * gmcinnes has quit IRC
[07:45:08] * oferw has joined #trac
[07:52:17] <cboos> alect: are you there?
[07:52:36] <cboos> I'd like your opinion on #1990
[07:59:18] * oferw has quit IRC
[08:03:14] * mac__ has joined #trac
[08:10:11] * tat_ has quit IRC
[08:10:51] <alect> hi
[08:11:03] <cboos> hi alect
[08:12:03] <cboos> can I ask you to have a look at #1990
[08:12:04] <cboos> ?
[08:12:09] <alect> yep doing so now
[08:12:16] <cboos> thanks!
[08:13:38] <alect> i get "database locked" quite a bit on my dev tracs
[08:13:46] * imajes_ has joined #trac
[08:14:05] <cboos> argh ... still no joy on that level
[08:14:56] <cboos> when you're logged in I guess...
[08:15:36] <alect> seems to happen often when it's just started
[08:15:45] <alect> thrashes the disk for quite a few seconds, then bam
[08:17:30] <alect> re #1990 i'm not a fan
[08:17:47] <cboos> ah, too bad
[08:18:01] <alect> i'd prefer having Ticket #1 (enhancement, new)
[08:18:13] <alect> all one colour
[08:19:00] <cboos> I always thought the type and the summary should be close together, as in '[PATCH] this brings ...' or '[BUG] that doesn't work'
[08:20:02] <cboos> and someone on #1990 suggested that the old way to display the status was actually better (in parentheses after Ticket #.)
[08:20:16] <cboos> so I thought I could give that I try and actually like it ...
[08:20:28] <cboos> s/I try/a try/
[08:20:34] <alect> i think [bug] is fair enough with emails
[08:20:57] <alect> but unncessary in a web page
[08:21:04] <cboos> good idea, I have to fix the ticket RSS feed as well
[08:21:26] * vmx has joined #trac
[08:21:43] <cboos> and what about the type above the summary, like:
[08:21:48] <cboos> Type: Enhancement
[08:21:55] <cboos> This is an enhancement
[08:21:58] <cboos> ?
[08:23:27] <alect> dunno
[08:23:35] <alect> i kind of like (new, enhancement)
[08:23:41] <alect> simple, unobtrusive
[08:24:36] <cboos> what about simply (new enhancement)?
[08:24:51] <alect> yeah that could be cool
[08:25:04] <cboos> OTOH (Defect closed:fixed)
[08:27:22] <cboos> but maybe (closed defect: fixed)
[08:27:50] <cboos> what's the trick to change the case, again?
[08:28:40] <alect> in css? can't remember
[08:28:55] <alect> text-transform or something?
[08:28:59] <cboos> we use that somewhere, I'll dig ...
[08:29:34] <alect> to capitalise what?
[08:29:46] <cboos> no, to lower case 'Defect' :)
[08:30:11] <alect> ah :)
[08:30:27] * imajes_ has quit IRC
[08:35:45] * mat|work_ has joined #trac
[08:36:45] * mat|work has quit IRC
[08:39:01] * prisoner has quit IRC
[08:39:12] * mgalvin has joined #trac
[08:40:55] * gmcinnes has joined #trac
[08:43:19] * prisoner has joined #trac
[08:44:02] <vmx> hi. i've installed the peer review plugin. if i've a link to the source in the wiki ("source:foo") it always it tries to use peerreviewbrowser. but this one seems to be needed to be embedded in a trac page, as it is completely un(css)styled
[08:44:10] <vmx> is there a workaround?
[08:45:09] <cboos> alect: http://projects.edgewall.com/trac/attachment/ticket/1990/ticket_type_status-r3390.patch
[08:45:13] <cboos> bbl
[08:46:19] <alect> yeah that looks cool :)
[08:46:37] <alect> not a real fan of it being a different colour
[08:46:41] * alect shrugs
[08:50:26] <kaouete> how can i know, if a changeset is in a release (so, a branche) or not ?
[08:50:51] <kaouete> for example i would like to know if http://projects.edgewall.com/trac/changeset/2963 is in 0.9.5
[08:51:53] <alect> browse the tag
[08:51:59] <alect> click revision log
[08:52:04] <alect> then click follow copies
[08:52:06] * agile has quit IRC
[08:52:08] <kaouete> ok
[08:52:09] <kaouete> thanks :]
[08:54:43] * agile has joined #trac
[08:58:49] * coderanger_ has quit IRC
[09:06:39] * demianturner has quit IRC
[09:06:47] * gmcinnes has quit IRC
[09:37:36] * ged has joined #trac
[09:40:48] * ged has quit IRC
[09:43:54] * ged has joined #trac
[09:48:03] * phoenixz has quit IRC
[09:49:07] * Guard][an has quit IRC
[10:08:35] <vmx> peerreview shouldn't be called 1.0. i fixed some anyoances. i'll ticket them once i've some time
[10:12:32] <prologic> vmx, you're the maintainer of peerreview ?
[10:12:47] <vmx> no
[10:12:55] <prologic> I couldn't get it to work exactly, as I found no way to get a user list from anywehre and thus couldn't create a peer review
[10:13:13] <vmx> then i wouldn't have called it 1.0 ;)
[10:13:40] <vmx> why do you need a user list?
[10:15:27] <prologic> not sure
[10:15:37] <prologic> but it wouldh't let me create a new review request
[10:15:48] <prologic> ie: I couldn't add anyone
[10:15:55] <prologic> I've since disabled the plugin since it doesn't work
[10:16:57] <vmx> have you set the right permissions with trac-admin (CODE_REVIEW_DEV and CODE_REVIEW_MGR)?
[10:18:13] <prologic> wouldn't TRAC_ADMIN cover those ?
[10:18:48] <vmx> i'm not sure. just try to add them
[10:18:54] <prologic> k
[10:18:58] <prologic> I"ll try it again I guess
[10:19:05] <prologic> but if it still don't work I'm filling a ticket :)
[10:19:15] <prologic> it seems such a usefull plugin
[10:19:53] * tenshiKur0 has joined #trac
[10:23:30] * coderanger_ has joined #trac
[10:27:30] * tenshiKur0 has quit IRC
[10:48:20] * Guard][an has joined #trac
[10:49:04] <prologic> coderanger_, ping
[10:50:21] * gmcinnes has joined #trac
[10:50:54] <coderanger_> yo
[10:51:56] <prologic> thanks for fixing the WikiRename plugin, works great
[10:52:08] <prologic> one thing though, is it possible to get it to cooperate with the TagsPlugin ?
[10:52:19] <prologic> and rename the tags the page to be renamed was tagged with ?
[10:52:55] <coderanger_> Its on my todo list
[10:53:00] * phoenixz has joined #trac
[10:53:04] <prologic> ahh sweet
[10:53:36] <coderanger_> The biggest problem is that I need the patch in #3229 applied before that will work well
[10:53:40] <prologic> currently I've had to edit the db by hand :)
[10:53:49] <prologic> oh
[10:54:44] <coderanger_> Currently there is no support for setuptools extras
[10:55:09] <coderanger_> I can hack around that like I did for the CtxtnacAdd dependency, but it wont work well with easy_isntall
[10:55:41] <prologic> hmm
[10:55:45] <prologic> what are setuptools extras ?
[10:56:21] <coderanger_> Optional dependencies
[10:56:52] <coderanger_> Such that I can say "load this entry point if this dependency is met"
[10:57:13] <prologic> ahh right
[10:57:22] <prologic> see the reason for that now
[10:57:38] <prologic> you'd still want WikiRename ti work with or without the TagsPlugins
[10:57:59] <coderanger_> exactly
[10:58:22] <coderanger_> And that if you do easy_install WikiRenamePlugin, it shouldn't try installing tags for you
[10:59:37] <prologic> yup
[10:59:57] <prologic> hmm hey I just discovered my links I've setup to other projects don't work
[11:00:06] <prologic> aka the LinksSystem
[11:00:18] <coderanger_> hmm?
[11:01:23] * mgalvin has quit IRC
[11:13:48] <prologic> hrmm
[11:13:58] <prologic> it does work, but if you type a link into the search box
[11:14:01] <prologic> it doesn't go there :)
[11:14:19] <prologic> oh wait
[11:14:22] <prologic> I'm stupid :) hold on
[11:14:41] <prologic> nope nevermind
[11:25:27] * phoenixz has quit IRC
[11:32:46] * coderanger_ ->Out
[11:34:27] * imajes has joined #trac
[11:37:44] * Demian has joined #trac
[11:37:46] <Demian> hi
[11:38:04] <Demian> i have an issue i want to solve..
[11:38:28] <Demian> in apache, here is my trac config:
[11:38:30] <Demian> Alias /trac /srv/trac
[11:38:39] <Demian> <Directory /srv/trac>
[11:38:43] <Demian> Options Indexes
[11:38:49] <Demian> </Directory>
[11:38:56] <Demian> there is also..
[11:39:41] <Demian> <Location /trac/ts/irazu>
[11:39:42] <Demian> SetHandler mod_python
[11:39:42] <Demian> PythonHandler trac.web.modpython_frontend
[11:39:42] <Demian> PythonOption TracEnv /srv/trac/ts/irazu
[11:39:42] <Demian> PythonOption TracUriRoot /trac/ts/irazu
[11:39:43] <Demian> </Location>
[11:40:06] <Demian> so what i want to do is to list under /trac available trac projects, using apache directory indexing.
[11:41:53] <coderanger_> Demian: You mean to be using envparentpath
[11:42:37] <Demian> umm. let me take a look, it is something liek SvnparenthPath, analogous?
[11:43:04] <coderanger_> Yes, same idea
[11:44:04] <Demian> but.. i think i will fall in teh same problem.. correct me if not:
[11:44:17] <Demian> i plan a project hierarchy as follows:
[11:44:29] <Demian> trac-projects/
[11:44:33] <Demian> trac-projects/customer1
[11:44:37] <Demian> trac-projects/customer1/project1
[11:44:40] <Demian> trac-projects/customer1/project2
[11:44:43] <Demian> trac-projects/customer2/project1
[11:44:45] <Demian> trac-projects/customer2/project2
[11:45:13] <Demian> and i pretend to list the folder trac-projects.. using EnvParenthPath are u sure i will not fall in the same ?
[11:45:19] <coderanger_> oy
[11:45:29] <coderanger_> Yeah, there isnt a good way to do that yet
[11:45:42] <coderanger_> Trac's multiproject support is still very very basic
[11:48:05] <Demian> i think i will create a index.php which will generate dinamycally the trac projects listing..
[11:48:23] <Demian> so i could create a hierarchical view of projects..
[11:50:02] <coderanger_> within each ParentEnv, Trac will generate the listing
[11:50:22] <coderanger_> You would just need to generate the listings of parent envs
[11:51:00] <Demian> sure.
[11:51:03] <Demian> :)
[11:51:19] <Demian> now need to know how to do that in php.. im newbie. thanks
[11:52:35] <coderanger_> *cough*Python*cough*
[11:53:47] * phoenixz has joined #trac
[12:10:01] * Semhirage has quit IRC
[12:13:38] * imajes has quit IRC
[12:16:17] * imajes has joined #trac
[12:32:07] * MasterC has joined #trac
[12:37:48] * edsuom has quit IRC
[12:38:13] * edsuom has joined #trac
[12:38:16] <Demian> coderanger_: did what you suggested em and works fine.
[12:40:08] <Demian> but now the main page when accesing the trac projects navigating through the browser is not the wiki.
[12:40:30] <Demian> how can i change teh default main page for the project, so that it will be the wiki?
[12:48:42] * imajes_ has joined #trac
[12:48:53] * MasterC has quit IRC
[12:49:38] * MasterC has joined #trac
[12:49:46] * imajes has quit IRC
[12:50:23] * imajes_ is now known as imajes
[12:57:18] <Demian> trac changes the UriRoot when requests are done by a reverse proxy..
[13:36:18] * peppelorum has quit IRC
[13:37:57] * tat_ has joined #trac
[13:38:20] <tat_> any help with installing Macros in trac 0.9
[13:54:54] * Semhirage has joined #trac
[13:59:30] * stevegt has quit IRC
[14:05:05] <boorad> dilinger: see trac-hacks #429 - someone else had my 'charset' error, most likely on a different version of MySQLdb - can you think of a try/except solution?
[14:11:21] * gmcinnes has quit IRC
[14:16:30] * MasterC has quit IRC
[14:33:27] * Semhirage_ has joined #trac
[14:33:27] * Semhirage has quit IRC
[14:34:43] * Semhirage_ is now known as Semhirage
[14:36:27] <neuralis> asmodai: around?
[14:39:35] <asmodai> neuralis: oi
[14:39:57] <tat_> what kind of alternative is there to htdigest authentication
[14:43:15] <neuralis> asmodai: very nice job on the CSS for the PSF tracker
[14:43:37] <asmodai> neuralis: still enough to do though
[14:43:42] <neuralis> tat_: AccountManagerPlugin lets you do form-based auth
[14:44:04] <asmodai> Weird thing, my opera 9 shows a hortizontal scrollbar, guy from Opera using Opera 9 didn't see it :S
[14:46:00] <neuralis> i get a horizontal scrollbar on timeline, browse source, view tickets and search
[14:46:28] <neuralis> opera9, linux, 1024x768.
[14:47:05] <asmodai> Not on wiki?
[14:48:18] <neuralis> not on wiki, not on new ticket, not on roadmap
[14:48:22] <asmodai> :S
[14:48:26] <asmodai> Very peculiar
[14:48:35] <neuralis> firefox 1.5.dfsg+1.5.0.4 (linux) has them on every page.
[14:50:04] <tat_> neuralis : i insstalled it nut i have still to configure something in for the formbased auth, but can't find it
[14:51:26] <neuralis> tat_: i'm pretty sure it's in the instructions somewhere
[14:52:04] <neuralis> tat_: http://trac-hacks.org/wiki/AccountManagerPlugin
[14:52:13] <neuralis> see the 'form-based login' section.
[14:52:39] <neuralis> asmodai: i can check ie6, but that requires booting another machine :)
[14:53:11] <tat_> neuralis : now i saw it, why does those thinks always show up so lat e???
[14:53:18] <asmodai> I did, it works
[15:05:56] <coderanger_> alo y'all
[15:10:23] <tat_> neuralis : i think AccountManagerPlugin, has serious problems with cookies __
[15:11:42] <coderanger_> tat_: Such as?
[15:32:52] <tat_> coderanger_ : i just made two accouts and loged a couple of times in and out, not a couple of usually after one time logging in i couldn't log ib with the other user, and when i had tryed to log in as the second user without sucess i couldn't log in as the first one eader, this would stop when i clear my cookie cache.
[15:33:01] * Demian has left #trac
[15:35:04] * _idostyle has joined #trac
[15:37:27] <tat_> coderanger_ : this was with firefox 1.5 i ust tried with konqueror 3.5.2 and it works better, but it isn't perfect eader ,
[15:44:50] <coderanger_> tat_: Is this under 0.9 or trunk?
[15:48:39] * idostyle has quit IRC
[15:48:49] * _idostyle is now known as idostyle
[15:54:38] * mgalvin has joined #trac
[15:56:21] <tat_> coderanger_ : 0.9.5
[15:56:38] <coderanger_> Hmm, just ran into #2611 for the first time
[16:06:42] * cboos has quit IRC
[16:27:57] * Epcylon has quit IRC
[16:29:17] <mitsuhiko> http://trac.pocoo.org/blog
[16:29:22] <mitsuhiko> what's wrong here?
[16:42:15] <neuralis> mitsuhiko: you need to give the anonymous user the blog_view privilege.
[16:43:24] <mitsuhiko> neuralis: hmm. i'm getting an error:
[16:43:26] <mitsuhiko> Traceback (most recent call last):
[16:43:26] <mitsuhiko> File "/usr/lib/python2.4/site-packages/trac-0.10dev-py2.4.egg/trac/web/main.py", line 313, in dispatch_request
[16:43:26] <mitsuhiko> dispatcher.dispatch(req)
[16:43:26] <mitsuhiko> File "/usr/lib/python2.4/site-packages/trac-0.10dev-py2.4.egg/trac/web/main.py", line 198, in dispatch
[16:43:26] <mitsuhiko> resp = chosen_handler.process_request(req)