| [00:44:17] |
<alec_away> |
hmm |
| [01:19:05] |
* |
E1ven has left #trac |
| [02:00:19] |
* |
jml has quit IRC |
| [02:03:08] |
* |
MasterC has joined #trac |
| [02:07:23] |
* |
cmlenz has joined #trac |
| [02:14:24] |
<alec_away> |
lo cmlenz |
| [02:14:39] |
<cmlenz> |
hey alec |
| [02:15:12] |
<alec_away> |
0.10 looks fairly close eh? |
| [02:16:18] |
<alec_away> |
and in even cooler news, australia got through to the second round at the world cup |
| [02:16:19] |
<alec_away> |
:) |
| [02:17:32] |
* |
nihi|ist has quit IRC |
| [02:17:53] |
* |
nihi|ist has joined #trac |
| [02:18:39] |
<cmlenz> |
yay to both :-D |
| [02:23:37] |
<alec_away> |
should we move the various listener interface hooks to after the db.commit()? |
| [02:23:49] |
<alec_away> |
seems kind of unpleasant that a listener can break a transaction |
| [02:24:17] |
<alec_away> |
ticket/wiki/attachment change listeners i meant |
| [02:24:18] |
<cmlenz> |
good point |
| [02:24:33] |
<cmlenz> |
yeah, would probably be better |
| [02:27:15] |
* |
_idostyle has joined #trac |
| [02:36:27] |
* |
erps has left #trac |
| [02:41:12] |
* |
tuxipuxi has joined #trac |
| [02:42:00] |
<alec_away> |
it appears akismet requires utf-8 content, which attachment filtering can break |
| [02:43:54] |
* |
idostyle has quit IRC |
| [02:43:56] |
* |
_idostyle is now known as idostyle |
| [02:57:34] |
<cmlenz> |
the adapter would need to decode the content |
| [02:57:51] |
<cmlenz> |
also, it probably shouldn't try to post binary content to akismet |
| [02:59:02] |
<alec_away> |
hmm |
| [02:59:09] |
<alec_away> |
that is going to make life tricky |
| [03:00:02] |
<alec_away> |
all a spammer need do is put enough content for the attachment to be seen as binary, and the rest could be visible spam |
| [03:01:36] |
<alec_away> |
hahah "It?s possible that if Trac and Chuck Norris walked into a bar, only Trac would leave. |
| [03:01:45] |
<alec_away> |
http://e-scribe.com/news/241 |
| [03:04:48] |
* |
wkornew has joined #trac |
| [03:06:11] |
<cmlenz> |
hehe |
| [03:06:44] |
<cmlenz> |
enough content to be seen as binary? not sure what you mean |
| [03:08:18] |
<alec_away> |
i mean we'll have to test the content to see whether it's binary somehow (eg. trac.mimeview.api.is_binary()) |
| [03:09:03] |
<alec_away> |
so if a spam attachment looks like binary to trac and is consequently not sent to akismet... |
| [03:09:33] |
<alec_away> |
pity i didn't keep any of the attachment spam :( |
| [03:09:40] |
<alec_away> |
did you keep some? |
| [03:11:10] |
<cmlenz> |
I think matt did |
| [03:11:19] |
<wkornew> |
hi |
| [03:11:27] |
<wkornew> |
cmlenz: will the second patch not be applied? http://projects.edgewall.com/trac/ticket/3295 |
| [03:11:29] |
<cmlenz> |
if trac thinks it's binary, it won't be displayed either |
| [03:12:49] |
<wkornew> |
cmlenz: it belongs to the other patch that disallows non-developers to assign tickets to someone |
| [03:13:12] |
<alec_away> |
cmlenz: this is true |
| [03:13:19] |
<alec_away> |
but still, not ideal |
| [03:14:40] |
<wkornew> |
and the workflow branch won't implement this out of the box, so this should be part of 0.10 before it's too late... |
| [03:14:48] |
<cmlenz> |
alec_away: if the attachment uses a binary format (think word), akismet wouldn't be able to check it anyway |
| [03:14:56] |
<cmlenz> |
(I think, at least) |
| [03:15:04] |
<cmlenz> |
as it expects text |
| [03:15:56] |
<cmlenz> |
wkornew: I'm not sure but I tend to agree with cboos here |
| [03:17:12] |
<wkornew> |
cmlenz: well, what about a simpler patch? it could be as simple as checking for has_permission('TICKET_MODIFY') in web_ui.py and setting field['skip'] = True if False |
| [03:17:30] |
* |
eblot_______ has joined #trac |
| [03:17:37] |
<cmlenz> |
wkornew: that sounds better, I was just going to suggest something like that |
| [03:17:54] |
<wkornew> |
I mean, this *should* be in 0.10. otherwise it's not a complete patch. I mean, why should you be allowed to assign when creating a ticket, but not afterwards? |
| [03:18:50] |
<cmlenz> |
well, making it depend on TICKET_MODIFY doesn't make all that much sense either ;-) |
| [03:19:15] |
* |
Riccc has joined #trac |
| [03:19:26] |
<cmlenz> |
but might be an okay workaround until the proper workflow/permissions stuff lands |
| [03:20:09] |
<wkornew> |
cmlenz: I think that there should be a way to mark developers and admins and give them special permissions. maybe we need another permission level. I just think that it's not good to give normal users TICKET_MODIFY permission. they should only have TICKET_CHGPROP |
| [03:20:31] |
<cmlenz> |
bbl |
| [03:20:32] |
<wkornew> |
normal users should not interfere with the planning and admin process |
| [03:20:32] |
* |
cmlenz has quit IRC |
| [03:21:05] |
* |
wkornew has quit IRC |
| [03:27:42] |
* |
wkornew has joined #trac |
| [03:37:24] |
* |
Riccc`plula has quit IRC |
| [03:49:10] |
* |
Blackhex has joined #trac |
| [04:08:02] |
* |
Blackhex has quit IRC |
| [04:30:02] |
* |
cmlenz has joined #trac |
| [04:49:24] |
* |
jml has joined #trac |
| [04:55:21] |
<wkornew> |
cmlenz: the new patch is ready for integration. I also updated the default wiki TracPermissions documentation to make it more clear what TICKET_MODIFY means |
| [04:55:28] |
<wkornew> |
http://projects.edgewall.com/trac/ticket/3295 |
| [05:00:54] |
* |
MasterC has quit IRC |
| [05:06:29] |
* |
converter has joined #trac |
| [05:19:13] |
* |
eblot_______ has quit IRC |
| [05:41:28] |
* |
Laatz has joined #trac |
| [05:46:34] |
<Laatz> |
hi |
| [05:47:56] |
<Laatz> |
I've just upgraded from 09b to 0.10b I did all the steps upgra�ng the environment but I have error |
| [05:48:10] |
<Laatz> |
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 176, in dispatch |
| [05:48:10] |
<Laatz> |
req.path_info) |
| [05:48:13] |
<Laatz> |
HTTPException: 404 Not Found (No handler matched request to /tags_demo) |
| [05:48:23] |
<Laatz> |
please help |
| [06:04:36] |
* |
brupp has joined #trac |
| [06:05:39] |
<maxb> |
Laatz: I'm not aware of any versions describing themselves as "09b" or "0.10b". Possibly you mean "0.10dev" for the second? |
| [06:07:14] |
<Laatz> |
sure |
| [06:09:06] |
<maxb> |
Anyway sounds like the error refers to a plugin which isn't being picked up by the new version. |
| [06:09:27] |
<maxb> |
Since /tags_demo isn't a standard trac url |
| [06:11:58] |
* |
eblot_______ has joined #trac |
| [06:14:43] |
<maxb> |
wkornew: An issue with your patch is that it doesn't enforce the permission in the python code at all. Nothing prevents someone from trivially mocking up a modified form to bypass absence of the field in the template. |
| [06:21:07] |
* |
cmlenz has quit IRC |
| [06:21:53] |
<wkornew> |
maxb: indeed. it was intended as a UI-improvement for 0.10. it will be replaced with the workflow branch, anyway |
| [06:25:58] |
<Laatz> |
no plugin was installed |
| [06:29:09] |
<maxb> |
Laatz: Why do you expect yourtracurl/tags_demo to work? |
| [06:30:38] |
<Laatz> |
what's the correct url? |
| [06:33:26] |
* |
imajes has quit IRC |
| [06:34:03] |
* |
imajes has joined #trac |
| [06:42:27] |
<Laatz> |
maxb: I do not know. It was working that way, I upgaded and it is not working anymore. it is a live system so I feel rude |
| [06:43:19] |
* |
Blackhex has joined #trac |
| [06:43:25] |
<Blackhex> |
hi all |
| [06:50:22] |
* |
pettern_ has quit IRC |
| [06:51:17] |
<maxb> |
Laatz: /tags_demo is not an URL provided by Trac at all. If it was working before, it was something other than Trac making it work. Perhaps a Trac plugin. |
| [06:51:46] |
<maxb> |
Hmm... "No handler matched request" produces a pretty error page with 0.9, but a text-only traceback with 0.10 |
| [07:13:26] |
<Laatz> |
maxb: I put back the 0.9 but it says the db is newer. can I downgrade it somehow? |
| [07:45:27] |
* |
cmlenz has joined #trac |
| [07:49:16] |
* |
converter has quit IRC |
| [07:49:38] |
<maxb> |
Laatz: No, it is not possible to downgrade trac dbs. |
| [07:50:20] |
<maxb> |
cmlenz: "No handler matched request" produces a pretty error page with 0.9, but a text-only traceback with 0.10 ... is this a bug? |
| [07:51:31] |
<maxb> |
Laatz: What do you even expect to show up when you access /tags_demo ? |
| [07:51:32] |
* |
agile has joined #trac |
| [07:56:46] |
<maxb> |
Laatz: Clearly, you DID have a plugin. You just didn't know you did: trac-hacks TagsPlugin |
| [08:03:54] |
<Laatz> |
http://threebit.net/mail-archive/trac/msg01104.html, I need this but I use postgres and I do not know how to write back the version of db |
| [08:04:38] |
<Laatz> |
I _must_ do that |
| [08:13:39] |
<maxb> |
Downgrading the database version requires that you have a good knowledge of SQL. |
| [08:14:55] |
<Laatz> |
I have good knowledge of sql |
| [08:16:44] |
<Laatz> |
so I renamed back that two columns but it is not enough |
| [08:18:06] |
<Laatz> |
I think there's somewhere a version number but I can't find it |
| [08:22:05] |
<Laatz> |
so, if it is possible to do it please help with some hints |
| [08:23:13] |
<maxb> |
The version number is in the system table, but renaming those two columns may not be enough. The email you referred to related to db version 17, but current 0.10 uses db version 19 |
| [08:23:43] |
<Laatz> |
ah..tnx |
| [08:26:15] |
<maxb> |
DB version 18 involved *big* changes |
| [08:30:20] |
<Laatz> |
hm, so It is no way, I can see now...thanks |
| [08:41:03] |
* |
brupp has left #trac |
| [08:50:40] |
<s0undt3ch> |
someone called me!? |
| [08:53:45] |
* |
msoares has quit IRC |
| [08:57:03] |
* |
phoenixz has joined #trac |
| [09:04:28] |
* |
ged has joined #trac |
| [09:26:49] |
<Laatz> |
so I installed back 0.10 I have some old databases too . Can I find which plUgin I need? all the stuff is behind apache |
| [09:35:09] |
* |
vbgunz has joined #trac |
| [09:37:14] |
<vbgunz> |
I have subversion and subversion tools installed. I am trying to create an environment. how do I find out where my local subversion repositories are? |
| [09:37:51] |
* |
tuxipuxi has quit IRC |
| [09:38:37] |
<maxb> |
vbgunz: They are whereever you put them. |
| [09:39:03] |
<vbgunz> |
maybe I never put them somewhere :( |
| [09:39:23] |
<vbgunz> |
I only installed sub and tools. do I have to 'add' /dir to make a repo? |
| [09:40:14] |
<maxb> |
If you're going to be administering Subversion, you should read the Subversion Book. |
| [09:40:43] |
<neuralis> |
or pick a vcs that doesn't require reading a book to administer. :) |
| [09:40:46] |
* |
neuralis ducks. |
| [09:41:35] |
<vbgunz> |
maxb: I am just trying to check out trac |
| [09:41:55] |
<vbgunz> |
I might not like it but it looks like it'll be cool, just want to test it out |
| [09:42:05] |
<maxb> |
'svnadmin create' |
| [09:42:09] |
<vbgunz> |
I created a repo, I think |
| [09:42:16] |
<vbgunz> |
yeah, I used that command :) |
| [09:43:27] |
* |
maxb submits that it is impossible to become comfortably competant in administering _any_ VCS without reading a good bit of documentation. |
| [09:44:38] |
<vbgunz> |
maxb: I seemed to create a trac project without a problem, I'll continue reading the help to get it working with Apache, etc :) |
| [09:44:39] |
<vbgunz> |
thansk |
| [09:44:45] |
* |
vbgunz thanks |
| [09:45:25] |
* |
cmlenz has quit IRC |
| [10:03:31] |
* |
eblot________ has joined #trac |
| [10:21:10] |
* |
eblot_______ has quit IRC |
| [10:30:00] |
<Laatz> |
so I installed back 0.10 I have some old databases too . Can I find which plUgin I need? |
| [10:30:03] |
<Laatz> |
all the stuff is behind apache |
| [10:30:44] |
<maxb> |
Why are you attempting to upgrade trac without even knowing which plugins are in use? |
| [10:31:09] |
<maxb> |
And why can't you just look on your system to find out? |
| [10:31:30] |
<maxb> |
And what's "all the stuff is behind apache" got to do with plugins? |
| [10:31:44] |
<Laatz> |
I understand. bye |
| [10:32:01] |
* |
Laatz has left #trac |
| [10:33:52] |
* |
Laatz has joined #trac |
| [10:34:25] |
<Laatz> |
I stay maybe some athers can help me to |
| [10:34:57] |
* |
idnar has quit IRC |
| [10:35:07] |
* |
idnar_ has joined #trac |
| [10:36:44] |
<Laatz> |
you are very very nice and helpful guys here :p |
| [10:36:51] |
* |
Laatz has quit IRC |
| [10:39:53] |
* |
Tetraboy2 has quit IRC |
| [11:02:11] |
* |
converter has joined #trac |
| [11:29:06] |
* |
prologic_ has joined #trac |
| [11:30:50] |
* |
prologic has quit IRC |
| [11:31:01] |
* |
imajes_ has joined #trac |
| [11:40:53] |
* |
Riccc is now known as PowaKick |
| [11:42:49] |
* |
eblot_________ has joined #trac |
| [11:49:31] |
* |
Yury_ has joined #trac |
| [11:49:45] |
<Yury_> |
Hi |
| [11:49:52] |
* |
MasterC has joined #trac |
| [11:50:15] |
<Yury_> |
I have problems to enable code Syntax Coloring |
| [11:51:22] |
<Yury_> |
I have installed SilverCity 0.9.5 but still doesn't work |
| [11:51:31] |
<Yury_> |
what else should I do? |
| [11:51:39] |
* |
eblot________ has quit IRC |
| [11:52:42] |
<Yury_> |
I want to color csharp and sql files |
| [11:53:01] |
* |
Yury_ is now known as yury2 |
| [11:53:14] |
<yury2> |
is anybody here? |
| [11:53:40] |
<Blackhex> |
me, but I dont know |
| [11:54:55] |
<yury2> |
m.. |
| [11:58:09] |
<coderanger> |
I don't think silvercity does C# by default |
| [11:59:11] |
<coderanger> |
Both should do SQL though |
| [12:01:45] |
<coderanger> |
In fact neither backend supports C# |
| [12:05:40] |
* |
cmlenz has joined #trac |
| [12:06:30] |
* |
whitelynx has quit IRC |
| [12:06:40] |
* |
eblot_________ has quit IRC |
| [12:06:40] |
* |
whitelynx has joined #trac |
| [12:14:56] |
* |
Tetraboy has joined #trac |
| [12:21:13] |
* |
cmlenz has quit IRC |
| [12:51:24] |
* |
cmlenz has joined #trac |
| [12:54:46] |
<neuralis> |
coderanger: ping |
| [12:54:55] |
<coderanger> |
Alo |
| [12:57:23] |
* |
imajes_ has quit IRC |
| [12:58:33] |
* |
eblot_________ has joined #trac |
| [14:12:51] |
* |
s0undt3ch has quit IRC |
| [14:22:03] |
* |
ChanServ has quit IRC |
| [14:23:32] |
* |
ChanServ has joined #trac |
| [14:23:32] |
* |
irc.freenode.net sets mode: +o ChanServ |
| [14:30:26] |
* |
cmlenz has quit IRC |
| [15:07:58] |
* |
cmlenz has joined #trac |
| [15:20:19] |
* |
idnar_ is now known as idnar |
| [15:22:15] |
<yury2> |
coderanger: are still here? |
| [15:22:19] |
<coderanger> |
yep |
| [15:22:44] |
<yury2> |
si installed silvercity but get plane text %( |
| [15:22:52] |
<coderanger> |
For what? |
| [15:22:59] |
<yury2> |
for sql |
| [15:23:48] |
<coderanger> |
Are you setting the mime type correctly? |
| [15:24:29] |
<yury2> |
errr.... i didn't set it |
| [15:24:36] |
<yury2> |
where should i set it? |
| [15:25:32] |
<yury2> |
"To activate syntax coloring, simply install either one (or more) of these packages. No additional configuration is required" |
| [15:25:39] |
<yury2> |
from http://projects.edgewall.com/trac/wiki/TracSyntaxColoring |
| [15:26:06] |
<coderanger> |
Yes, but silvercity needs to know what syntax to use for each file |
| [15:26:19] |
<coderanger> |
the MIME type should be text/plain |
| [15:26:26] |
<coderanger> |
and the file should end in ".sql" |
| [15:26:43] |
<coderanger> |
You can also try application/x-sql and text/x-sql |
| [15:28:16] |
<yury2> |
where I should set MIME type? |
| [15:28:25] |
<coderanger> |
in subversion |
| [15:31:24] |
<coderanger> |
Yep, Trac expects text/x-sql |
| [15:32:35] |
<coderanger> |
If the filename ends in .sql, it will also work |
| [15:34:33] |
<NK`> |
em |
| [15:34:55] |
<NK`> |
is it possible to set the original format as default in the browser ? |
| [15:35:22] |
<NK`> |
to browse php project for an exemple |
| [15:35:28] |
<yury2> |
ahhhh. got it! |
| [15:35:40] |
<yury2> |
my file ends with .SQL |
| [15:35:43] |
<NK`> |
anyone know ? |
| [15:35:55] |
<yury2> |
end trac didn't get it %( |
| [15:36:10] |
<yury2> |
I need sql in lower case |
| [15:36:34] |
<coderanger> |
yury2: I would file a bug report |
| [15:36:45] |
<coderanger> |
NK`: What do you mean? |
| [15:38:24] |
<NK`> |
coderanger: I was wondering if it is possible to browse my php projet which is in subversion without have to checkout it into an apache directory |
| [15:38:47] |
<coderanger> |
You can view the source files if thats what you mean |
| [15:38:48] |
<NK`> |
coderanger: do you know if it's possible ? |
| [15:39:07] |
<coderanger> |
Trac can't run a PHP program |
| [15:39:19] |
<NK`> |
em |
| [15:39:31] |
<NK`> |
when you ask for the original format of php files |
| [15:39:48] |
<NK`> |
they are executed I think |
| [15:40:08] |
<coderanger> |
No, they are passed to the PHP compiler for hilighting |
| [15:40:11] |
<NK`> |
so maybe it's possible to ask trac to set the original format as default |
| [15:40:26] |
<coderanger> |
What do you mean by "original format" |
| [15:41:13] |
<NK`> |
em into trac browser there is an original format button |
| [15:41:19] |
<NK`> |
(I believe) |
| [15:41:41] |
<coderanger> |
Yes, that just suspends all processing and dumps the file out |
| [15:41:54] |
<NK`> |
coderanger: do you know something that can help to browse subversion php projets ? |
| [15:42:03] |
<dilinger> |
can anyone recommend some invoicing/billing software? |
| [15:42:09] |
<dilinger> |
in ruby or python |
| [15:42:21] |
<dilinger> |
(a trac plugin would be awesome, but i didn't see anything) |
| [15:42:25] |
<coderanger> |
NK`: Trac can browse PHP just fine |
| [15:43:08] |
<NK`> |
coderanger: yes but it will show the source only, does'nt it ? |
| [15:43:31] |
<coderanger> |
NK`: Are you saying you want something that will execute PHP code directly out of subversion? |
| [15:43:46] |
<NK`> |
coderanger: yes |
| [15:43:53] |
<NK`> |
coderanger: something a bit like that |
| [15:43:54] |
<coderanger> |
I very much hope that doesn't exist |
| [15:44:20] |
<coderanger> |
It just screams "Look at me, I'm a security hole" |
| [15:44:53] |
<coderanger> |
More realisticaly I would say you should make a post-commit hook at that updates a live copy somewhere |
| [15:45:07] |
<misc> |
well, a auditable and revertable security hole , thanks to svn |
| [15:45:14] |
<NK`> |
coderanger: I see what you means but subversion can prevent not know user to add anything |
| [15:45:33] |
<NK`> |
it 's necessary a security hole |
| [15:45:37] |
<coderanger> |
misc: The problem would be that if you ever had a security hole, then that version would be runable |
| [15:46:07] |
* |
wkornew has quit IRC |
| [15:46:20] |
<coderanger> |
I suppose you could rig up some kind of "you are allowed to run only these revisions" system |
| [15:46:26] |
<misc> |
coderanger: that is a nice effect :) and a big feature ( from the security hole point of view, of course ) |
| [15:47:12] |
<coderanger> |
Things like this are exactly why post-commit hooks exist |
| [15:47:15] |
<NK`> |
coderanger: I can add into crond a command to checkout my projet into an apache directory |
| [15:47:27] |
<NK`> |
but it's really clean |
| [15:47:30] |
<NK`> |
+not |
| [15:47:59] |
<NK`> |
(what are post-commit hooks ?) |
| [15:48:46] |
<coderanger> |
http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html#svn.reposadmin.create.hooks |
| [15:49:01] |
<coderanger> |
A script that is run after every commit |
| [15:49:48] |
<NK`> |
okay I see |
| [16:03:49] |
* |
MasterC has quit IRC |
| [16:08:35] |
* |
MasterC has joined #trac |
| [16:16:19] |
* |
imajes_ has joined #trac |
| [16:18:45] |
* |
cmlenz has quit IRC |
| [16:24:19] |
* |
imajes_ has quit IRC |
| [16:26:01] |
* |
coderanger is now known as coderanger_away |
| [16:46:07] |
* |
imajes_ has joined #trac |
| [16:51:18] |
* |
s0undt3c1 has joined #trac |
| [16:51:48] |
* |
MasterC has quit IRC |
| [16:53:05] |
* |
s0undt3c1 is now known as s0undt3ch |
| [16:56:04] |
* |
imajes_ has quit IRC |
| [16:59:02] |
* |
Tetraboy has quit IRC |
| [17:05:18] |
* |
coocoon has joined #trac |
| [17:05:39] |
<coocoon> |
hello |
| [17:06:28] |
<coocoon> |
may i ask if there is anywhere a documentation how to become the webstyle of trac to work |
| [17:07:05] |
<coocoon> |
have access to dev.home.tld but it looks very boring |
| [17:07:10] |
<coocoon> |
;-) |
| [17:07:28] |
<coocoon> |
i do not know exactly where are the templates stored or how tio implement them |
| [17:08:25] |
<coocoon> |
emerged it with gentoo |
| [17:11:31] |
<coocoon> |
hm i am sorry i have it ;-) |
| [17:12:08] |
<coocoon> |
thanx a lot http://cade.datamax.bg/away/docs/web_bart-google.gif.jpg ;-) |
| [17:22:14] |
* |
imajes_ has joined #trac |
| [17:24:36] |
* |
vbgunz has quit IRC |
| [17:27:39] |
* |
eblot_________ has quit IRC |
| [17:56:06] |
* |
coocoon has left #trac |
| [18:00:04] |
* |
imajes_ has quit IRC |
| [18:15:05] |
* |
otaku42_away has quit IRC |
| [18:17:40] |
* |
yury2 has quit IRC |
| [18:48:04] |
* |
Tetraboy has joined #trac |
| [19:16:34] |
* |
Blackhex has quit IRC |
| [19:21:31] |
* |
k_o_f_t has joined #trac |
| [19:21:36] |
<k_o_f_t> |
Rob Levin ( aka lilo ) is a charlatan |
| [19:21:38] |
* |
k_o_f_t has left #trac |
| [19:39:46] |
* |
boorad has quit IRC |
| [19:40:46] |
* |
s0undt3c1 has joined #trac |
| [19:55:54] |
* |
s0undt3ch has quit IRC |
| [19:56:05] |
* |
s0undt3c1 is now known as s0undt3ch |
| [20:17:23] |
* |
converter has quit IRC |
| [20:22:55] |
* |
coocoon has joined #trac |
| [20:23:04] |
<coocoon> |
hello someone there |
| [20:29:43] |
* |
boorad has joined #trac |
| [20:30:15] |
<coocoon> |
boorad: morning |
| [20:30:25] |
<boorad> |
howdy |
| [20:30:46] |
<boorad> |
almost bedtime here |
| [20:30:57] |
<coocoon> |
boorad: i need a little bit help here with trac |
| [20:31:24] |
<boorad> |
k, I have a few mins |
| [20:32:05] |
<coocoon> |
boorad: i use gentoo and emerging of trac works fine now ;-) |
| [20:32:43] |
<coocoon> |
boorad: i am newbie in gentoo and also in trac |
| [20:33:08] |
<coocoon> |
boorad: which doesn't mean i am newbie in linux |
| [20:33:17] |
<boorad> |
what's the issue you're having? |
| [20:33:29] |
<coocoon> |
boorad: but my problem is to get the browser of trac |
| [20:33:42] |
<coocoon> |
boorad: apache works |
| [20:34:31] |
<coocoon> |
boorad: trac messages are that it can't find clearsilver but it is installed also get exception errors after starting tracd |
| [20:35:06] |
<boorad> |
what exception errors? |
| [20:35:37] |
<coocoon> |
boorad: socket errors |
| [20:36:01] |
<boorad> |
what port did you start tracd on? |
| [20:36:06] |
<boorad> |
anything else there? |
| [20:36:14] |
<coocoon> |
mom |
| [20:38:06] |
<coocoon> |
boorad: sorry i have deinstalled trac |
| [20:38:15] |
<coocoon> |
boorad: thanx for ur try |
| [20:38:21] |
<coocoon> |
maybe later it will work |
| [20:38:27] |
<coocoon> |
so i coome back |
| [20:38:40] |
<boorad> |
check the docs at the website in the title |
| [20:38:56] |
<boorad> |
it works and is great, but setup isn't too easy just yet - it will be, and it's worth it. |
| [20:39:10] |
<coocoon> |
boorad: docs a lot of there |
| [20:39:18] |
<coocoon> |
;-) |
| [20:39:45] |
<boorad> |
and Gentoo should be easy after emerge - is there a post-build script or tasks to be done? check Portage's logs |
| [20:40:02] |
<coocoon> |
boorad: ok thanx |
| [20:40:26] |
<boorad> |
and decide whether to use tracd or Apache with either mod_python or FastCGI (or CGI, I guess) |
| [20:40:41] |
<boorad> |
good luck - later |
| [20:40:56] |
<coocoon> |
boorad: ok |
| [20:41:13] |
<coocoon> |
if i use apache i do not need tracd |
| [20:41:16] |
<coocoon> |
right |
| [20:41:56] |
<coocoon> |
to start i mean |
| [20:42:03] |
<coocoon> |
starting tracd |
| [20:42:20] |
<boorad> |
you do not need both |
| [20:42:26] |
<boorad> |
I use Apache and FastCGI |
| [20:43:01] |
<coocoon> |
boorad: ah ok fastcgi is better than mod_python u think |
| [20:43:19] |
<boorad> |
I had some issues with mod_python, but I'm doing some funky stuff |
| [20:43:34] |
<coocoon> |
ah ok |
| [20:43:39] |
<coocoon> |
thanx a lot |
| [20:43:47] |
<boorad> |
others think mod_python is fine |
| [20:44:02] |
<coocoon> |
fast cgi installlation is very complicated i thought i have treid it under debian |
| [20:44:23] |
<coocoon> |
so i mdecided to install mod_python |
| [20:44:39] |
<coocoon> |
but with gentoo it could be easier |
| [20:45:05] |
<boorad> |
http://projects.edgewall.com/trac/wiki/TracFastCgi |
| [20:45:44] |
<coocoon> |
boorad: how to implement clearsilver and start it |
| [20:45:53] |
<boorad> |
emerge clearsilver |
| [20:46:00] |
<coocoon> |
i do not found any docs |
| [20:46:02] |
<boorad> |
that's pretty much it - you don't need to start it |
| [20:46:10] |
<boorad> |
it will be called from the Python code when needed |
| [20:46:16] |
<coocoon> |
thats all ok, but where to configure it |
| [20:46:27] |
<coocoon> |
that apache finds it |
| [20:46:31] |
<boorad> |
I have only done "emerge clearsilver" and then it works |
| [20:46:37] |
<coocoon> |
ok |
| [20:46:46] |
* |
PowaKick has quit IRC |
| [20:46:46] |
* |
chandlerc has quit IRC |
| [20:46:46] |
<coocoon> |
i will ask later more |
| [20:46:47] |
* |
CapNemo has quit IRC |
| [20:48:52] |
* |
CapNemo has joined #trac |
| [20:48:52] |
* |
PowaKick has joined #trac |
| [20:49:08] |
* |
chandlerc has joined #trac |
| [20:50:05] |
* |
alec_away has quit IRC |
| [20:50:05] |
* |
bartc has quit IRC |
| [20:50:05] |
* |
l00kix has quit IRC |
| [20:50:05] |
* |
jrydberg- has quit IRC |
| [20:50:06] |
* |
puggy has quit IRC |
| [20:50:06] |
* |
hap has quit IRC |
| [20:50:06] |
* |
scoop has quit IRC |
| [20:50:06] |
* |
Fatal_2 has quit IRC |
| [20:50:06] |
* |
possumman has quit IRC |
| [20:50:06] |
* |
tic has quit IRC |
| [20:50:15] |
* |
coocoon has quit IRC |
| [20:50:15] |
* |
whitelynx has quit IRC |
| [20:50:15] |
* |
idnar has quit IRC |
| [20:50:15] |
* |
imajes has quit IRC |
| [20:50:15] |
* |
ryepup has quit IRC |
| [20:50:15] |
* |
dilinger has quit IRC |
| [20:50:15] |
* |
Gruf has quit IRC |
| [20:50:15] |
* |
shawn_work has quit IRC |
| [20:50:16] |
* |
NK` has quit IRC |
| [20:50:16] |
* |
neuralis has quit IRC |
| [20:50:16] |
* |
pacopablo has quit IRC |
| [20:50:16] |
* |
roo9 has quit IRC |
| [20:50:31] |
* |
ChanServ has quit IRC |
| [20:50:31] |
* |
dna has quit IRC |
| [20:50:31] |
* |
Hadaka has quit IRC |
| [20:50:31] |
* |
chandlerc has quit IRC |
| [20:50:31] |
* |
phoenixz has quit IRC |
| [20:50:31] |
* |
mjg2 has quit IRC |
| [20:50:31] |
* |
Hydra_ has quit IRC |
| [20:50:31] |
* |
ranq_ has quit IRC |
| [20:50:31] |
* |
jstuart has quit IRC |
| [ |