| [00:00:22] |
<aat> |
matias_: set the svn mime type |
| [00:00:32] |
<aat> |
or there's a config setting with explicit mappings iirc |
| [00:00:40] |
<aat> |
at least with pygments that's the case |
| [00:01:06] |
<matias_> |
ok, thanks. i actually dont even know which library of the three im using :P |
| [00:05:29] |
<misnomer> |
which is faster? mod_python or fastcgi? |
| [00:07:30] |
<coderanger> |
misnomer: Pick one |
| [00:07:34] |
* |
erikand has joined #trac |
| [00:07:48] |
<misnomer> |
got ya, either one is definitely preferred over running trac standalone? |
| [00:08:10] |
<coderanger> |
Won't be much faster on the dynamic content |
| [00:08:30] |
<coderanger> |
Having a "normal" server handle the static content is faster though |
| [00:08:36] |
<aat> |
you could also try mod_wsgi |
| [00:08:41] |
<coderanger> |
That too |
| [00:08:46] |
<aat> |
which is very simple to set up and has good docs |
| [00:08:59] |
<coderanger> |
Just not packaged for feisty :( |
| [00:09:55] |
<aat> |
yeah :( |
| [00:11:23] |
<misnomer> |
what's the reason for trying that? is it much faster? |
| [00:11:30] |
<misnomer> |
i just finally got mod_python & trac going heh |
| [00:11:44] |
<coderanger> |
misnomer: The bottleneck on any large app like Trac is never the web side |
| [00:11:58] |
<coderanger> |
misnomer: Almost always the DB |
| [00:12:23] |
<coderanger> |
So really just use what you are comfortable with |
| [00:15:15] |
<misnomer> |
ok that's weird |
| [00:15:24] |
<coderanger> |
? |
| [00:15:34] |
* |
cmlenz_ has joined #trac |
| [00:15:34] |
<misnomer> |
if i goto domain.com/projname/ it loads fine but the images and styles are not loaded |
| [00:15:44] |
<coderanger> |
PythonOption TracUriRoot |
| [00:15:48] |
<misnomer> |
but wiki/ roadmap/ all work |
| [00:15:50] |
<coderanger> |
Its a bug in mod_python |
| [00:16:10] |
<misnomer> |
all versions? or just older versions? |
| [00:16:13] |
<coderanger> |
All |
| [00:16:22] |
* |
cmlenz_ has quit IRC |
| [00:24:17] |
* |
cmlenz has quit IRC |
| [00:29:40] |
<misnomer> |
where can i found out about modifying the look of trac? |
| [00:29:46] |
<misnomer> |
like replacing the trac logo with my own |
| [00:29:51] |
* |
cbalan has joined #trac |
| [00:30:04] |
<coderanger> |
@wiki TracInterfaceCustomization |
| [00:30:04] |
<evil_twin> |
coderanger: http://trac.edgewall.org/wiki/TracInterfaceCustomization |
| [01:14:33] |
<evil_twin> |
New news from t.e.o: Ticket #5933 (defect created): Add search options for "match case" and "match whole word" <http://trac.edgewall.org/ticket/5933> || Ticket #5932 (defect created): TypeError: expecting datetime, int, long, float, or None; got <http://trac.edgewall.org/ticket/5932> |
| [01:25:55] |
* |
jannic_ has quit IRC |
| [01:26:08] |
* |
bmc42 has quit IRC |
| [01:26:16] |
* |
jannic_ has joined #trac |
| [01:26:26] |
* |
coling has joined #trac |
| [01:56:05] |
<misnomer> |
how do i setup domain.com/svn/projects* |
| [01:56:20] |
<misnomer> |
dont see it in the trac wiki |
| [01:56:44] |
* |
jannic_ is now known as jannic |
| [02:05:20] |
* |
jae has joined #trac |
| [02:18:18] |
* |
cbalan has left #trac |
| [02:20:35] |
<erikand> |
is TicketDeletePlugin still needed in 0.11? |
| [02:20:49] |
<erikand> |
if you want to delete tickets/changes to a ticket |
| [02:28:42] |
<aat> |
yes |
| [02:31:36] |
* |
Tartaros has joined #trac |
| [02:33:23] |
* |
cbalan has joined #trac |
| [02:34:25] |
<erikand> |
thanks |
| [02:35:16] |
* |
cbalan has quit IRC |
| [02:35:19] |
<spike> |
how do I define a redirect after login? I'm running account manager with the html login module, and I want users to go straight to a report rather than the wiki after login |
| [02:36:14] |
<erikand> |
how do you enable the ticketdelete plugin? is it : |
| [02:36:15] |
<erikand> |
ticketdelete.* = enabled |
| [02:37:46] |
<erikand> |
2007-08-28 11:36:59,844 Trac[__init__] DEBUG: Loading ticketdelete.web_ui from /usr/lib/python2.4/site-packages/TracTicketDelete-2.0-py2.4.egg |
| [02:37:46] |
<erikand> |
2007-08-28 11:36:59,845 Trac[__init__] ERROR: Skipping "ticketdelete.web_ui = ticketdelete.web_ui": (can't import "No module named webadmin.web_ui") |
| [02:38:15] |
* |
cmlenz has joined #trac |
| [02:38:52] |
* |
kopernikus has joined #trac |
| [02:43:46] |
<erikand> |
what am I missing? |
| [02:44:19] |
<Tartaros> |
webadmin |
| [02:44:21] |
<Tartaros> |
obviously |
| [02:44:53] |
<erikand> |
he |
| [02:45:15] |
<erikand> |
hmm |
| [02:46:18] |
<erikand> |
if I'm running 0.11 |
| [02:46:32] |
<erikand> |
I don't need the webadmin plugin |
| [02:46:49] |
<Tartaros> |
and is this ticketdelete plugin made for 0.11? |
| [02:47:35] |
<erikand> |
I checked out the 0.11 version.. but maybe this is a known error |
| [02:49:23] |
<erikand> |
there is a ticket (http://trac-hacks.org/ticket/1114) and a fix I will try |
| [02:53:31] |
<erikand> |
the archive seems broken.. |
| [02:57:12] |
<erikand> |
argh.. I guess I will need to wait for that then.. |
| [02:59:57] |
* |
pombred1 has joined #trac |
| [03:06:41] |
* |
cbalan has joined #trac |
| [03:11:18] |
* |
pombreda has quit IRC |
| [03:37:28] |
* |
fluxdude has joined #trac |
| [03:38:40] |
<fluxdude> |
I recently upgraded to 0.10.3.1 and now in the TracBrowser section it no longer lets me browse my svn repository. The top level folders are still there, but they are flat text now instead of links so I can't even click them |
| [03:38:42] |
<fluxdude> |
any ideas? |
| [03:39:40] |
<fluxdude> |
I did "trac-admin /path/to/trac/environment upgrade" at the time... |
| [03:40:15] |
<fluxdude> |
Also, now when I click on "About Trac" in the top right of the web interface I get "NotFoundError: Path about.cs not found" |
| [03:40:28] |
<fluxdude> |
is this version of Trac buggy or something? |
| [03:42:00] |
<fluxdude> |
I know there is one more recent version, 0.10.4 but the changelog doesn't mention my symptoms... |
| [03:42:10] |
* |
zenhase_ has joined #trac |
| [03:43:51] |
<spike> |
fluxdude: running the same version on debian etch, no problems |
| [03:48:43] |
<fluxdude> |
hmmm |
| [03:54:53] |
* |
zenhase has quit IRC |
| [03:54:53] |
* |
zenhase_ is now known as zenhase |
| [04:12:19] |
<fluxdude> |
ok paths changed, fixing all trac.inis for all envs seems to have fixed it |
| [04:38:45] |
* |
Tartaros has quit IRC |
| [04:44:11] |
* |
tinh has quit IRC |
| [04:45:41] |
* |
m_g has joined #trac |
| [05:02:16] |
* |
tinh has joined #trac |
| [05:06:32] |
* |
pombred1 has quit IRC |
| [05:07:51] |
* |
Naked has joined #trac |
| [05:08:07] |
* |
Naked is now known as Hadaka |
| [05:17:02] |
* |
tinh has quit IRC |
| [05:46:01] |
<evil_twin> |
New news from t.e.o: Ticket #5935 (enhancement created): Email notifications should translate wikitext into links <http://trac.edgewall.org/ticket/5935> || TracFaq edited by anonymous <http://trac.edgewall.org/wiki/TracFaq> |
| [05:50:43] |
* |
J-roen has joined #trac |
| [05:51:31] |
<J-roen> |
Hi. Is it possible to give tickets a specific unique order (1 2 3 4 5), instead of a priority where multiple tickets can have the same priority value? |
| [05:55:21] |
* |
ericalens has joined #trac |
| [05:59:26] |
<aat> |
j-roen: a rank? |
| [05:59:29] |
<aat> |
no |
| [06:01:05] |
* |
laen has joined #trac |
| [06:04:31] |
<laen> |
I've been going around the Demo, reading the Wiki a bit.. Does Trac allow groups of users, where each group has rights to see certain tickets and certain wiki documents, and a user can be in more then one group? |
| [06:08:15] |
<spike> |
laen: yes |
| [06:08:35] |
<spike> |
altho the concept of group (as the one of user for what it matters) are quite weird in trac |
| [06:08:55] |
<spike> |
laen but if you look at TracPermissions you'll see how it's done |
| [06:09:03] |
<spike> |
!wiki:TracPermissions |
| [06:09:09] |
<spike> |
nope.. |
| [06:12:43] |
* |
Rica has quit IRC |
| [06:13:18] |
<laen> |
I'll find it :) |
| [06:15:03] |
* |
fwierzbicki has joined #trac |
| [06:15:28] |
<laen> |
Well i'm actually looking for something i can make tickets in, and have a Wiki, both able to use those rights. Allmost no source code. People have to be able to see documentation, make it, submit problems or change requests.. |
| [06:15:28] |
<laen> |
..i know, it's prolly Groupware what i want :P |
| [06:16:13] |
<evil_twin> |
New news from t.e.o: Ticket #5935 (enhancement closed): Email notifications should translate wikitext into links <http://trac.edgewall.org/ticket/5935#comment:1> |
| [06:16:47] |
* |
b0fh_ua has joined #trac |
| [06:18:01] |
<b0fh_ua> |
hi there, could somebody please advice how is it possible to import Bugzilla database into trac from remote host? |
| [06:18:11] |
<laen> |
But haven't found a nice groupware suite. |
| [06:18:21] |
<b0fh_ua> |
also will that import create every project existing in bugzilla? |
| [06:19:18] |
<aat> |
laen: trac trunk has a very fine-grained permission system, and allows you to implement your own policies: http://trac.edgewall.org/wiki/TracDev/SecurityBranch |
| [06:19:53] |
* |
dgynn has joined #trac |
| [06:29:15] |
* |
beata has quit IRC |
| [06:34:00] |
* |
d0rt has joined #trac |
| [06:39:42] |
<spike> |
how would I define a page users are redirected to after login? |
| [06:39:57] |
<spike> |
as soon as they login I wante them to see their reported tickets |
| [06:42:37] |
* |
danbeck has joined #trac |
| [06:43:51] |
* |
retracile is now known as retracile_ |
| [06:48:45] |
<aat> |
[trac] default_handler = QueryModule |
| [06:55:44] |
* |
retracile has joined #trac |
| [06:56:49] |
* |
AcidMaX has joined #trac |
| [06:57:13] |
<AcidMaX> |
is .11 stable enough to use for an internal project management system? |
| [06:57:40] |
* |
mcr has joined #trac |
| [06:58:04] |
<mcr> |
hi. It appears that explicitely numbered lists in the wiki can't cope with numbers greater than 9. |
| [06:58:36] |
<retracile> |
AcidMaX: I'm planning on deploying 0.11dev (from the sandbox/testing branch) here soonish. So, a "qualified yes". |
| [06:58:41] |
* |
lakin has joined #trac |
| [06:58:52] |
<AcidMaX> |
cool |
| [06:59:09] |
<aat> |
eli, your lack of traditional *morning* greeting disappoints me |
| [06:59:11] |
<retracile> |
AcidMaX: Standard disclaimers apply. :) |
| [06:59:29] |
<retracile> |
aat: whoops. Not awake yet |
| [06:59:34] |
* |
retracile mutters something defamatory about mornings. |
| [06:59:38] |
<AcidMaX> |
sure, our code would still be in svn |
| [06:59:43] |
<AcidMaX> |
and its just internal |
| [06:59:55] |
<AcidMaX> |
nothing for public viewing so i dont see it being an issue, just figured I would check |
| [07:00:09] |
<laen> |
Is it possible to disable the Browse Source for some usergroups? Or even the Timeline? |
| [07:00:37] |
<mcr> |
I think that VIEW_SOURCE is a permission, no? |
| [07:00:56] |
<mcr> |
FILE_VIEW maybe. |
| [07:01:19] |
<mcr> |
or BROWSER_VIEW |
| [07:01:30] |
<retracile> |
laen: yes; read up on the permissions. |
| [07:01:37] |
<mcr> |
timeline definitely. |
| [07:02:00] |
<laen> |
retracile: Would it be very weird to implement trac without using the whole Source thing? |
| [07:02:13] |
<laen> |
I mean, no source code. |
| [07:02:14] |
<mcr> |
not really. depends upon your needs. |
| [07:02:32] |
<mcr> |
one would ask if it was really the right tool for the job, though. |
| [07:02:52] |
<retracile> |
laen: if you just want a bugtracker, *shrug* go for it. |
| [07:03:01] |
<mcr> |
but, having tickets that include wiki text and refer back and forth to the tickets and timeline, etc. is definitely useful, and I don't know another tool. |
| [07:03:02] |
<laen> |
No, i need a wiki and ticket system :P |
| [07:03:08] |
<spike> |
aat: not report/1 for example |
| [07:03:10] |
<spike> |
aat: that will direct me to /report, right? |
| [07:03:12] |
<laen> |
Exactly. |
| [07:03:13] |
<spike> |
I need latter |
| [07:03:40] |
<laen> |
So no other tool that does the Wiki-Ticket link that well.. thats good news. |
| [07:05:04] |
<spike> |
trac is the best you can get and tbh it's really good all in all, altho to me is lacking a bit in terms of per user customization |
| [07:05:31] |
<spike> |
the only other comparable tools are all proprietary, like atlassian products which seems to be quite widespread |
| [07:06:27] |
<laen> |
If that works, i'm only concerned about this: Public viewable wiki documents and tickets, then a group IT, then a group Supervisor, then a group Management.. Management doesn't have too see anything from IT, but Supervisor does need to see a part of those :P |
| [07:06:48] |
<laen> |
So i'm going to read up on the rights management.. and install trac at home. |
| [07:07:38] |
<spike> |
that's all doable, you just need the private ticket plugin |
| [07:08:10] |
<spike> |
laen: I'm writing a doc about setting up trac for that kind of environment |
| [07:08:34] |
<spike> |
which is different than the usual dev env trac is used for,ie, no real differences between groups |
| [07:09:01] |
<spike> |
as I've set it up for my ppl here, customers get a very nice setup where they can only open new ticket and view those they reported and how they are worked on |
| [07:09:04] |
<spike> |
nothing else |
| [07:09:34] |
<spike> |
I'm very pleased with it |
| [07:09:48] |
<laen> |
Oo. |
| [07:09:55] |
<laen> |
I allready love you. |
| [07:10:33] |
<laen> |
You hosting the version on a trac wiki allready? :P |
| [07:11:22] |
<spike> |
the doc will be available on my blog as soon as it's finished |
| [07:11:29] |
<spike> |
hopefully tonight/tomorrow |
| [07:11:42] |
<spike> |
GMT+1 |
| [07:12:18] |
<laen> |
CEST here now, GMT+2 :P |
| [07:12:21] |
<spike> |
aat: any idea about my Q? what you suggested is very nice but unfortunately not enough |
| [07:12:43] |
<spike> |
bless .nl |
| [07:12:45] |
<spike> |
:) |
| [07:12:48] |
<laen> |
;) |
| [07:15:56] |
<aat> |
spike: the only real solution is writing a quick plugin |
| [07:16:05] |
<aat> |
and set that as the default_handler |
| [07:16:07] |
<laen> |
I'm prolly gonna smoke and go to the basement to find software licences in a few moments, but i'll be on from 4:15PM GMT again. |
| [07:16:20] |
<laen> |
Or, 6:15 dutch time :P |
| [07:16:44] |
<spike> |
heh, software licences in the basement, do you keep windows users there too? :) |
| [07:17:03] |
<spike> |
aat: I see, sounds good to me. I need to look into plugins anyway. thanks. |
| [07:17:10] |
<spike> |
aat: and another question if you dont mind |
| [07:17:40] |
<spike> |
aat: I'm using .10.3, so it's quicksilver. do you think it's possible to alter templates so different links and stuff is displayed based on the group the user belongs to? |
| [07:17:43] |
<spike> |
how hard it that? |
| [07:18:05] |
<aat> |
for the plugin, implement IRequestHandler and use req.redirect(<url>) to do your redirect |
| [07:18:13] |
<spike> |
also, is it all nicely handled in templates? last night I had to hack web/main.py to change the link "Wiew Tickets" is pointing at |
| [07:18:18] |
<aat> |
spike: painfully |
| [07:18:20] |
<spike> |
quite a PITA |
| [07:18:26] |
<spike> |
thought so |
| [07:18:29] |
<aat> |
in 0.11 it's trivial |
| [07:18:40] |
<spike> |
ah, damn it... |
| [07:18:45] |
* |
spike ponders |
| [07:19:09] |
<spike> |
are you aware of debian packages for .11 that will work on stable? |
| [07:19:21] |
* |
spike looks into sid |
| [07:19:24] |
<aat> |
nope |
| [07:19:31] |
<aat> |
but it's easy_installable |
| [07:19:40] |
<aat> |
and you can use bdist_deb or something |
| [07:19:57] |
<aat> |
or maybe not |
| [07:20:09] |
<spike> |
mmmmh, that's a bit scary, I hate to install stuff that's not nicely packaged . I'll have a look into it, thanks |
| [07:20:12] |
* |
serenao has joined #trac |
| [07:20:28] |
<spike> |
also, if I migrate I've gotta recompile all the eggs for .11... :/ |
| [07:20:36] |
<retracile> |
bdist_rpm works, can't speak to bdist_deb or whatever. |
| [07:20:39] |
<aat> |
you could install it under an alternative prefix |
| [07:20:49] |
<aat> |
yeah, lack of plugins is a problem |
| [07:21:30] |
<spike> |
ah, those that are available for .10 wont work in .11? |
| [07:21:45] |
<retracile> |
they generally need changes |
| [07:21:47] |
<aat> |
it depends, but often not |
| [07:21:52] |
<spike> |
some like simpleticket dont have a .11 version, but I assumed it was back compatible and will work in .11 |
| [07:22:00] |
<spike> |
retracile: I see, ta |
| [07:25:07] |
<serenao> |
Hi, I found one big bug in MasterTicketsPlugin and another one not so big, but boring |
| [07:26:36] |
<spike> |
serenao: which version? for .11? |
| [07:27:14] |
<serenao> |
trac 0.10.3 |
| [07:27:28] |
<serenao> |
spike: |
| [07:27:31] |
<spike> |
have you read the plugin's page? |
| [07:27:49] |
<serenao> |
yes |
| [07:27:52] |
<spike> |
to me "NOTE: The 0.10 version of this plugin suffers from many systemic design flaws." is a clear enough message... |
| [07:28:08] |
<spike> |
bugs are expected |
| [07:28:44] |
<serenao> |
and can I safely upgrade trac from 0.10. |
| [07:28:46] |
<serenao> |
ops |
| [07:28:52] |
<serenao> |
and can I safely upgrade trac from 0.10.3 to 0.11? |
| [07:29:11] |
<retracile> |
serenao: coderanger has made noises about being busy; but he'll be the person to talk to. |
| [07:29:30] |
<serenao> |
Hi, retracile |
| [07:29:56] |
<retracile> |
serenao: upgrading to 0.11dev works, though some have run into bugs in the upgrade. |
| [07:30:31] |
<spike> |
also, as we were just discussing some plugins wont work, so it's not just a matter of trac itself |
| [07:30:52] |
<retracile> |
serenao: 0.11dev has not been officially released yet; bleeding edge disclaimers apply; but 0.11dev works for some. |
| [07:35:00] |
<serenao> |
retracile: ok, I'm just afraid that 0.11 not work if I make the change. We are adopting this solution here in the company and following a new work methodology.. it is already breaking some paradigms and requiring efforts. |
| [07:35:47] |
<retracile> |
serenao: Then I'd recommend testing it for your situation before deploying it. |
| [07:37:03] |
<erikand> |
spike: where's your blog, so I'll know where to read tomorrow |
| [07:37:57] |
<serenao> |
retracile: and how can I make it in my actual context without losing that information? Duplicating .db file and installing a new Trac? |
| [07:38:18] |
<serenao> |
I can do that in another machine |
| [07:38:29] |
<serenao> |
retracile: is that possible? |
| [07:38:56] |
<retracile> |
serenao: trac-admin hotcopy will give you a duplicate of the trac environment (which I'd recommend using for backups as well) |
| [07:39:35] |
<retracile> |
serenao: tar up the resulting directory, copy to a test machine with trac 0.11dev, and do the trac-admin upgrade; trac-admin wiki upgrade. |
| [07:40:11] |
<retracile> |
serenao: if you're using svn with it, you may want to copy the repo as well. |
| [07:40:50] |
* |
erikand has left #trac |
| [07:41:43] |
<serenao> |
retracile: ok, but isn't hotcopy only for the same Trac's version? And I have some plugins installed too |
| [07:43:30] |
<retracile> |
serenao: hotcopy creates a backup; restore that on a test system, and do your upgrade. |
| [07:43:48] |
<retracile> |
serenao: and you'll probably have to get 0.11-compatible versions of your plugins. |
| [07:43:57] |
<retracile> |
s/probably// |
| [07:44:16] |
<serenao> |
retracile: ok, I'll test it. Thanks! |
| [07:45:23] |
* |
serenao has quit IRC |
| [07:46:02] |
<Wu> |
hi guys |
| [07:46:31] |
<Wu> |
if i have a model with no charfields, and i want to put there a __unicode__ to set the proper label on the admin interface... |
| [07:46:54] |
<Wu> |
could i get some way a charfield from one of the models referenced inside that one via foreignkeys? |
| [07:47:38] |
<Wu> |
http://rafb.net/p/sg5F8t17.html <- that's the model |
| [07:47:53] |
<Wu> |
using self.direccion doesn't work |
| [07:48:17] |
<Wu> |
and could be nice to get a string representation of self.fecha_alta + direccion.somecharfield |
| [07:48:25] |
<Wu> |
shit |
| [07:48:28] |
<Wu> |
wrong channel |
| [07:48:32] |
<Wu> |
sorry guys |
| [07:59:10] |
* |
stevegt_ has quit IRC |
| [08:04:13] |
<aat> |
heh, np |
| [08:04:18] |
* |
AllenJB has quit IRC |
| [08:04:31] |
* |
AllenJB has joined #trac |
| [08:09:07] |
<Wu> |
(just playing with django) |
| [08:11:53] |
* |
vlopes has joined #trac |
| [08:12:10] |
<vlopes> |
hey dudes, vlopes bothering you again :D |
| [08:13:47] |
<vlopes> |
is there any way to create input fields ( like combo boxes, text field and stuff ) for the reports from 'View Ticket'? Example: A report that shows all tickets from a type selected in a combo box by the user |
| [08:15:30] |
<b0fh_ua> |
when importing issues from bugzilla database I'm getting this weird error: psycopg2.ProgrammingError: currval of sequence "ticket_id_seq" is not yet defined in this session |
| [08:15:31] |
<retracile> |
vlopes: are you trying to re-invent the query interface? |
| [08:15:46] |
<b0fh_ua> |
how can i avoid it? |
| [08:15:49] |
* |
Getty has quit IRC |
| [08:17:00] |
<evil_twin> |
New news from t.e.o: Ticket #5936 (defect created): efeferfefe <http://trac.edgewall.org/ticket/5936> || Ticket #5937 (defect created): efeferfefe <http://trac.edgewall.org/ticket/5937> |
| [08:17:17] |
<retracile> |
oh joy |
| [08:17:17] |
<vlopes> |
no |
| [08:17:29] |
* |
retracile goes off to deal with the tickets |
| [08:18:12] |
<vlopes> |
:( |
| [08:18:54] |
<vlopes> |
that's just a idea that I had....well I will try some stuff....if I produce anything, ill report here |
| [08:19:27] |
<vlopes> |
thanks for the attention ^^ |
| [08:22:18] |
<b0fh_ua> |
so could somebody please help me with importing bugzilla database into trac? |
| [08:25:42] |
<retracile> |
b0fh_ua: I haven't used it, sorry., |
| [08:26:12] |
<retracile> |
(you may also want to try the mailing list.) |
| [08:27:32] |
<J-roen> |
Hi, is it possible to turn off e-mail notification for certain changes? |
| [08:32:06] |
* |
Wu has quit IRC |
| [08:35:17] |
* |
bismol has joined #trac |
| [08:39:22] |
* |
bismol has quit IRC |
| [08:39:37] |
* |
bismol has joined #trac |
| [08:39:55] |
<J-roen> |
All my tickets should be handled in a very specific order. With priority only, it is not possible to give multiple tickets with the same priority a specific order. What's the best way to handle this? How do other users deal with this? |
| [08:40:27] |
* |
b0fh_ua has quit IRC |
| [08:41:11] |
* |
b0fh_ua has joined #trac |
| [08:42:42] |
* |
b0fh_ua confused with those postgresql import issue for bugzilla |
| [08:43:58] |
* |
vlopes has left #trac |
| [08:48:15] |
* |
J-roen has quit IRC |
| [08:48:46] |
* |
ok-computer has joined #trac |
| [08:51:45] |
<ok-computer> |
coderanger: hey man, im running into a pretty strange problem with TracForge, the tracforge_tables aren't being created. at what point do the tables get created when a master project is created? |
| [08:56:39] |
* |
laen has quit IRC |
| [09:01:34] |
* |
b0fh_ua has quit IRC |
| [09:09:03] |
* |
lakin_ has joined #trac |
| [09:12:00] |
<ok-computer> |
any tracforge people in here? |
| [09:12:41] |
* |
lakin has quit IRC |
| [09:13:07] |
* |
lakin_ is now known as lakin |
| [09:13:10] |
* |
Jedirl has quit IRC |
| [09:13:25] |
<elb> |
ok-computer: patience |
| [09:13:55] |
<ok-computer> |
elb: its a virtue they say |
| [09:13:55] |
<spike> |
elb: is that a plugin? :) |
| [09:28:07] |
* |
beata has joined #trac |
| [09:34:36] |
* |
Getty has joined #trac |
| [09:45:08] |
* |
cbalan has left #trac |
| [09:54:58] |
* |
coling has quit IRC |
| [09:59:35] |
* |
omry has joined #trac |
| [10:05:36] |
* |
dgynn has quit IRC |
| [10:22:00] |
* |
fluxdude has quit IRC |
| [10:24:41] |
* |
laen has joined #trac |
| [10:25:12] |
<laen> |
Back again, hi lovely traccers :) |
| [10:25:45] |
* |
Blafasel is now known as blafasel |
| [10:36:51] |
* |
pombreda has joined #trac |
| [10:40:45] |
* |
jborg has joined #trac |
| [10:47:55] |
<evil_twin> |
New news from t.e.o: SandBox edited by anonymous <http://trac.edgewall.org/wiki/SandBox> |
| [10:52:25] |
* |
cmlenz has quit IRC |
| [11:03:37] |
* |
Federico2 has joined #trac |
| [11:05:47] |
* |
dgynn has joined #trac |
| [11:09:20] |
* |
gwoo has left #trac |
| [11:10:34] |
* |
Debolaz has joined #trac |
| [11:12:26] |
<Debolaz> |
I'm trying to set up trac with lighttd + FastCGI.. But it seems trac insists on always living in a prefixed path, if I just put it in / it starts acting very weird.. Are there any settings I have to alter in the config to make it work? |
| [11:14:07] |
<mcr> |
did you get the environment variables right? |
| [11:14:13] |
<mcr> |
TracEnv or TracEnvParentDir? |
| [11:14:13] |
<evil_twin> |
I guess TracEnv or TracEnvParentDir are missing, mcr |
| [11:15:15] |
<Debolaz> |
Yes, they are set right. Or at least as far as I can tell, I tried them both. Whenever I use /trac as prefix, it seems trac works just fine, but if I use / it seems confused about what to do. This is not something I've configured from the webserver's side, it's just set to serve everything in / through trac's fastcgi process. |
| [11:15:23] |
* |
cmlenz has joined #trac |
| [11:15:50] |
<Debolaz> |
When I use parentdir, I have to select the project twice in order to get it. (Ie, so it gets a prefix first, then I can select the project) |
| [11:18:04] |
<evil_twin> |
New news from t.e.o: Ticket #5938 (defect created): Newlines in project description breaks trac.ini config. <http://trac.edgewall.org/ticket/5938> |
| [11:18:21] |
<cmlenz> |
wow, I completely missed that SCPlugin got resurrected |
| [11:20:38] |
<Debolaz> |
I'm scanning through documentation, but doesn't find anything mentioning that trac doesn't work without a prefix, so I'm guessing I'm doing something wrong here.. But I'm just using most default settings for trac, and the web server setup doesn't suggest that it should be required.. |
| [11:29:53] |
* |
thatch has quit IRC |
| [11:32:11] |
* |
nihi|ist has joined #trac |
| [11:33:11] |
* |
vlopes has joined #trac |
| [11:52:43] |
<retracile> |
Debolaz: I think people have been saying it's a fastcgi bug. |
| [11:53:01] |
* |
vlopes has left #trac |
| [11:53:09] |
<retracile> |
(check the irc logs perhaps) |
| [11:57:29] |
<jborg> |
yeah, it's a lighttpd bug, we've patched trac on t.e.o to get it to work. |
| [11:57:38] |
<jborg> |
I'll see if I can find the patch... |
| [11:59:42] |
<jborg> |
Debolaz: http://pastebin.com/f569da22 |
| [12:02:29] |
<retracile> |
jborg: This is getting to be a FAQ; is there a good place for it in the wiki? |
| [12:05:25] |
* |
nihi|ist has quit IRC |
| [12:05:25] |
<jborg> |
Probably a good idea, but the TracFastCgi page is already too long and verbose |
| [12:07:30] |
<retracile> |
hrm. it needs to go somewhere. |
| [12:18:26] |
<evil_twin> |
New news from t.e.o: TracWiki edited by anonymous <http://trac.edgewall.org/wiki/TracWiki> |
| [12:27:58] |
* |
omry has quit IRC |
| [12:48:34] |
<evil_twin> |
New news from t.e.o: Ticket #5939 (defect created): float conversion bug in util/datefmt.py <http://trac.edgewall.org/ticket/5939> || Changeset [5979]: Testing: merge through r5978, except for r5962, from trunk. <http://trac.edgewall.org/changeset/5979> |
| [12:53:28] |
* |
AcidMaX has left #trac |
| [12:59:33] |
* |
em-dash has joined #trac |
| [13:01:17] |
* |
jlindenbaum_ has joined #trac |
| [13:01:47] |
<jlindenbaum_> |
afternoon, i'm having some troubles installing trac.. specifically.. getting it to show via apache. anyone got a minute? |
| [13:03:02] |
<coderanger> |
You would have to be way more specific |
| [13:03:03] |
* |
bismol has quit IRC |
| [13:03:16] |
<jlindenbaum_> |
k |
| [13:03:18] |
<jlindenbaum_> |
situation |
| [13:03:34] |
<jlindenbaum_> |
linux server in our network.. running svn, now we'd like to add trac for the roadmap / milestones etc. |
| [13:03:41] |
<jlindenbaum_> |
svn works fine is already a production svn |
| [13:03:56] |
<jlindenbaum_> |
i downloaded trac, did the setup.py install --prefix=/trac |
| [13:04:26] |
<jlindenbaum_> |
now i can't really find in the docs where to point the apache to get to the cgi to just show me the trac web interface |
| [13:04:37] |
<coderanger> |
1) Don't use the CGI |
| [13:04:41] |
<coderanger> |
2) Read TracInstall |
| [13:05:08] |
<coderanger> |
(and TracModPython, TracFastCgi, TracModWsgi, TracStandalone, etc) |
| [13:05:25] |
<jlindenbaum_> |
if not cgi.. mod_python? |
| [13:05:38] |
<jlindenbaum_> |
we've got 2.5 running with apache 2.x and newest mod_python just added with yast |
| [13:05:47] |
<coderanger> |
or FCGI, or mod_wsgi |
| [13:05:54] |
<coderanger> |
use whichever you prefer |
| [13:06:20] |
<jlindenbaum_> |
which is better for a production environment, unfamiliar with both |
| [13:06:39] |
<coderanger> |
Between FCGI and mod_python, its a tiw |
| [13:06:42] |
<coderanger> |
er, tie |
| [13:06:50] |
<coderanger> |
Do you run mod_php |
| [13:07:03] |
<jlindenbaum_> |
yup |
| [13:07:08] |
<coderanger> |
Then use FCGI |
| [13:07:14] |
<jlindenbaum_> |
php5 |
| [13:07:24] |
<coderanger> |
mod_php is horrible and interferes with other modules |
| [13:08:39] |
<jlindenbaum_> |
i still don't know why i got stuck with setting this up.. the linux man leaves on holiday for two weeks and the boss wants a simple php programmer to set this stuff up... argh! |
| [13:09:05] |
<coderanger> |
Setting it up in Apache is 3 steps |
| [13:09:28] |
<coderanger> |
1) Make the Trac env, trac-admin /path/to/env initenv |
| [13:10:12] |
<jlindenbaum_> |
read that.. tried that.. fails |
| [13:10:21] |
<coderanger> |
Define "fails" |
| [13:10:29] |
<jlindenbaum_> |
if i'm in a console as root and type trac-admin it says command not found. |
| [13:10:35] |
<jlindenbaum_> |
if i cd to /trac/bin/ |
| [13: |