| [00:01:49] |
* |
handyande_ has quit IRC |
| [00:03:33] |
* |
cmlenz_ has joined #trac |
| [00:03:37] |
* |
mcarter__ is now known as mcarter |
| [00:04:28] |
<Arc3Angel> |
mcarter how good are you with trac |
| [00:07:47] |
<Arc3Angel> |
thanks for the help and advice I will work on it more later today |
| [00:07:55] |
* |
takayama has quit IRC |
| [00:07:58] |
* |
takayama has joined #trac |
| [00:08:00] |
* |
Arc3Angel has left #trac |
| [00:08:08] |
* |
JZA has left #trac |
| [00:08:43] |
<timte> |
How can I avoid getting linux eggs when using a Mac? |
| [00:12:20] |
* |
cmlenz has quit IRC |
| [00:15:54] |
* |
kjdavies__ has joined #trac |
| [00:17:06] |
* |
pythonhead has quit IRC |
| [00:17:36] |
* |
jacobolus has left #trac |
| [00:27:24] |
* |
harobed has joined #trac |
| [00:31:52] |
* |
proofek has joined #trac |
| [00:33:37] |
* |
kjdavies_ has quit IRC |
| [00:37:36] |
* |
checkers has joined #trac |
| [00:37:55] |
<checkers> |
hi, is there such a thing as a trac forum addon, or any plugin to add single sing-on for a popular forum system? |
| [00:38:07] |
<checkers> |
*single sign-on |
| [00:44:08] |
* |
SunWuKung has joined #trac |
| [00:45:30] |
* |
handyande has joined #trac |
| [00:48:00] |
* |
cbalan has joined #trac |
| [01:01:33] |
* |
cmlenz_ has quit IRC |
| [01:08:37] |
* |
imexil has joined #trac |
| [01:10:34] |
<imexil> |
Morning, does anybody of you know a simple way to increase the number of lines in the comment/description edit field? |
| [01:11:22] |
<aat> |
stylesheet maybe |
| [01:11:25] |
* |
aat speculates wildly |
| [01:14:01] |
<aat> |
looks like you can do it with a custom style sheet |
| [01:14:13] |
<aat> |
#field-description { height: 200px; } |
| [01:22:32] |
* |
jborg has joined #trac |
| [01:24:25] |
<imexil> |
aat: ok thanks for the hint |
| [01:26:16] |
* |
osimons_ has joined #trac |
| [01:27:07] |
* |
osimons has quit IRC |
| [01:33:41] |
* |
Gameplayer has joined #trac |
| [01:33:44] |
<Gameplayer> |
hello |
| [01:33:46] |
* |
Sixer has joined #trac |
| [01:34:02] |
<Sixer> |
Hi. Is the only way to have svn and trac share authentication, to use authz? |
| [01:34:10] |
* |
cmlenz has joined #trac |
| [01:34:21] |
<aat> |
to share authorization, yes |
| [01:34:28] |
<Sixer> |
thanks |
| [01:34:29] |
<aat> |
authentication is different |
| [01:34:36] |
<Gameplayer> |
i'm trying to modify the SvnFile Macro (http://trac.edgewall.org/attachment/wiki/MacroBazaar/SvnFiles-0.10.py) to make it work with trac 0.11 |
| [01:34:36] |
<Sixer> |
oh |
| [01:34:57] |
<Gameplayer> |
anyone can help me ? |
| [01:35:24] |
<Sixer> |
aat: I mean that the svn login/passwords are used to log on to the trac web interface. |
| [01:35:34] |
* |
varlon has joined #trac |
| [01:35:39] |
<varlon> |
hi :-) |
| [01:36:11] |
<aat> |
sixer: ok, then authz is not relevant. you probably just want to use the same htpasswd file |
| [01:36:21] |
<aat> |
authz controls who can access what in the svn repository |
| [01:36:29] |
<aat> |
and can also be used by trac to do the same |
| [01:36:42] |
<aat> |
varlon: hi |
| [01:36:52] |
<Sixer> |
aat: My svn repo currently uses a plaintext username:password like file. Can trac use that? Or should I move svn to htpasswd then have trac read that? |
| [01:37:28] |
<aat> |
if you're running under apache, you can use whatever apache can use |
| [01:37:36] |
<Sixer> |
Running standalone |
| [01:37:38] |
<aat> |
not sure whether it can handle password files in that format |
| [01:37:44] |
* |
hvr_ is now known as hvr |
| [01:37:45] |
<aat> |
ah, then htpasswd is your best bet, yes |
| [01:37:51] |
<Sixer> |
ok, thanks |
| [01:38:28] |
<Gameplayer> |
i done this at the moment : http://pastebin.com/d42d96b92 but I got problems getting the repos dir |
| [01:38:52] |
<varlon> |
I'm using trac 0.10.3 and now I can't install 0.11, because my distrib (debian etch 4.0) have a python-genshi 0.3.4-1 (trac 0.11 need >=0.5) so, how can I install old version (<0.6) of tractags plugin? |
| [01:42:37] |
<aat> |
there are instructions in a big green box on the TagsPlugin page |
| [01:42:55] |
<varlon> |
thanks :) |
| [01:43:38] |
<varlon> |
I just looking it :) |
| [01:43:44] |
<varlon> |
...now |
| [01:44:53] |
* |
mcella has joined #trac |
| [01:45:11] |
<varlon> |
ok, how to remove tractag 0.6? :) |
| [01:45:15] |
<Gameplayer> |
i'll give up, I don't know python enough |
| [01:45:20] |
<Gameplayer> |
see ya all |
| [01:45:23] |
* |
Gameplayer has left #trac |
| [01:46:02] |
<aat> |
varlon: you shouldn't need to, you can just easy_install the new one |
| [01:46:19] |
<varlon> |
thanks |
| [01:47:58] |
<evil_twin> |
New news from t.e.o: Changeset [7312]: Also accept InterTrac links ending with ":", e.g. trac:wiki: or ... <http://trac.edgewall.org/changeset/7312> |
| [01:55:50] |
<Sixer> |
aat: Do I need to use apache to be able to use htpasswd between trac and svnserve? |
| [01:55:57] |
<aat> |
nope |
| [01:55:59] |
<Sixer> |
k |
| [01:56:10] |
<aat> |
TracStandalone should document how to do it with tracd |
| [02:05:52] |
<Sixer> |
I don't see anything about htpasswd files in the svnserve[.conf] manuals |
| [02:18:08] |
<evil_twin> |
New news from t.e.o: Changeset [7315]: Upgrade to ... <http://trac.edgewall.org/changeset/7315> || Changeset [7314]: Add a few debug statements for diagnosing ''invalid patch'' failures of ... <http://trac.edgewall.org/changeset/7314> || Ticket #7408 (AttributeError: 'module' object has no attribute 'urlsafe_b64encode') created <http://trac.edgewall.org/ticket/7408> || Changeset [7313]: Unicode wiki text in wiki-tests.txt was not properly supported in the ... <http://trac.edgewall.org/changeset/7313> |
| [02:18:23] |
<varlon> |
aat, just installing old version is a bad way. becouse in log I have error message: ERROR: Skipping "TracTags 0.6" (version conflict: "(TracTags 0.4.1 (/usr/lib/python2.4/site-packages/TracTags-0.4.1-py2.4.egg), Requirement.parse('TracTags==0.6'))") |
| [02:21:25] |
<varlon> |
when I try remove egg-file from /usr/lib/python2.4/site-packages/ I got Internal Server Error (500) in worning in log: WARNING: Component <tractags.api.TagEngine object at 0xb5e67cac> requires environment upgrade |
| [02:21:50] |
<varlon> |
I try to remove TracTags-0.6 egg file |
| [02:26:16] |
<aat> |
did you upgrade your environment? |
| [02:26:25] |
<aat> |
you need to when installing tags |
| [02:26:29] |
<aat> |
that's all that message means |
| [02:27:55] |
<varlon> |
what kind of environmetn? trac.ini? |
| [02:33:02] |
<varlon> |
in trac.ini I was added line for trac enabled and wiki.ui disaibling, as discribed on tractrags 0.5 plugin page |
| [02:36:51] |
<Sixer> |
If svn --version says 1.5.0, but Trac says "Expected FS format '2'; found format '3'", what files do I need to upgrade still? |
| [02:38:19] |
* |
liquidat0r has joined #trac |
| [02:41:13] |
<Sixer> |
I've just recompiled the swig-py bindings |
| [02:41:17] |
<Sixer> |
no diff |
| [02:48:22] |
<evil_twin> |
New news from t.e.o: Ticket #5968 (InterTrac links with blank target don't work even though TracLinks of the ...) closed <http://trac.edgewall.org/ticket/5968#comment:10> || Ticket #4347 (postgres connection limit exceeded) closed <http://trac.edgewall.org/ticket/4347#comment:20> || Changeset [7316]: 0.11-stable: backported r7190 (''new db connection pool'') <http://trac.edgewall.org/changeset/7316> |
| [02:48:53] |
* |
takayama has quit IRC |
| [02:49:27] |
* |
lazymanc has joined #trac |
| [02:50:17] |
<lazymanc> |
hi, the workflow page on the wiki says "So you will probably want to migrate to "basic" workflow; contrib/workflow/migrate_original_to_basic.py may be helpful." can someone please explain how / where to use this file? |
| [02:56:47] |
* |
jas8522|away is now known as jas8522 |
| [03:11:47] |
* |
jas8522 is now known as jas8522|away |
| [03:12:58] |
<Sixer> |
How do I tell mod_python that it should use the bindings in /usr/lib/python2.5/site-packages/ ? |
| [03:13:29] |
<Sixer> |
PythonPath "sys.path + ['/usr/lib/python2.5/site-packages/mod_python']" |
| [03:13:32] |
<Sixer> |
doesn't work |
| [03:14:44] |
* |
lazymanc has left #trac |
| [03:16:50] |
<jborg> |
Sixer: Where exactly is the bindings installed? |
| [03:17:14] |
<Sixer> |
/usr/lib/python2.5/site-packages/libsvn |
| [03:17:18] |
<Sixer> |
/usr/lib/python2.5/site-packages/svn |
| [03:18:31] |
<evil_twin> |
New news from t.e.o: TracSubversion edited <http://trac.edgewall.org/wiki/TracSubversion?version=58> || Changeset [7319]: 0.12dev: merged revisions [7305-7308,7312-7315/branches/0.11-stable] via ... <http://trac.edgewall.org/changeset/7319> || Changeset [7318]: 0.12dev: prevent [7316-7317] from being merged. <http://trac.edgewall.org/changeset/7318> || Changeset [7317]: 0.11-stable: also need to backport r7208, for the new pool. <http://trac.edgewall.org/changeset/7317> |
| [03:20:48] |
* |
rofrol has joined #trac |
| [03:20:51] |
<jborg> |
Can you start python2.5 and type "import svn.fs" ? |
| [03:21:10] |
<Sixer> |
yes, no output |
| [03:21:48] |
<jborg> |
ok good. Then should modpython be able to find svn without any further configuration |
| [03:22:06] |
<Sixer> |
I only get this problem with apache. svnserve standalone seems to load the right bindings |
| [03:22:17] |
<Sixer> |
er, tracd standalone. |
| [03:24:42] |
<jborg> |
strange, can you pastebin the exact error message? |
| [03:25:02] |
<Sixer> |
Its a single line. Can I paste it here? |
| [03:25:10] |
<jborg> |
Sure |
| [03:25:16] |
<Sixer> |
SubversionException: ("Expected FS format '2'; found format '3'", 160043) |
| [03:25:29] |
<Sixer> |
But now that I do an mpinfo in apache, I see Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.4.6 |
| [03:25:50] |
<Sixer> |
I guess I need a newer apache svn module or something. 'cause I'm using svn 1.5 |
| [03:26:04] |
<jborg> |
yeah |
| [03:26:10] |
<Sixer> |
Whats that module called? |
| [03:26:35] |
<jborg> |
What os are you using? |
| [03:26:46] |
<Sixer> |
ubuntu hardy heron |
| [03:27:21] |
* |
AlexStacey has joined #trac |
| [03:27:29] |
<Sixer> |
I just need the latest libapache2-svn I think. |
| [03:27:34] |
<Sixer> |
I'll try and compile it from source |
| [03:28:33] |
<jborg> |
no, you'll need never python-subversion package |
| [03:28:39] |
<AlexStacey> |
Hi, does anyone know if there's a plugin / hack that allows people to comment / report bugs with pages of a website and for those comments to become tickets in trac? |
| [03:28:41] |
<Sixer> |
bleh, everything in the hardy sources is 1.4.6 |
| [03:29:13] |
<jborg> |
So how did you manage to create a svn 1.5 repo? Did you use svn compiled from source? |
| [03:29:20] |
<Sixer> |
I did |
| [03:29:27] |
<Sixer> |
Is libapache2-svn in there as well? |
| [03:29:51] |
<jborg> |
Unless you really need some svn 1.5 feature you're probably better of sticking with the ubuntu bundled version. |
| [03:30:07] |
<Sixer> |
yeah, probably |
| [03:30:16] |
<Sixer> |
if the swig bindings etc are intact on this distro |
| [03:30:28] |
<Sixer> |
I'll do that I think. |
| [03:30:31] |
<Sixer> |
thanks |
| [03:30:41] |
* |
mcella has quit IRC |
| [03:31:02] |
* |
mcella has joined #trac |
| [03:32:40] |
* |
m_g has joined #trac |
| [03:38:13] |
* |
takayama has joined #trac |
| [03:39:15] |
* |
titang has quit IRC |
| [03:41:16] |
<asmodai> |
SubversionException: ("Expected FS format '2'; found format '3'", 160043) |
| [03:41:26] |
<asmodai> |
Mmm, I just forgot to restart my webserver to fix that one. |
| [03:41:47] |
<asmodai> |
Python needed to reload the svn bindings, which got upgraded when moving from 1.4.x to 1.5.0 |
| [03:44:57] |
* |
AlexStacey has left #trac |
| [03:59:35] |
<takayama> |
asmodai: Hi, long time! |
| [04:00:01] |
<asmodai> |
takayama: konnichiha, o genki desuka? |
| [04:01:45] |
<takayama> |
asmodai: yep, are you? Congratulations on new 0.11! |
| [04:02:37] |
<asmodai> |
takayama: hahah, arigatou gozaimashita. hai, genki dayo. |
| [04:03:56] |
<takayama> |
asmodai: now I'm reading comic in english for lerning. hehe :D |
| [04:04:53] |
<asmodai> |
takayama: eee, sugoi, trying to increase your skill in English, ne/ |
| [04:10:38] |
<checkers> |
hi, is there any plugin that implements Single Sign On authentication for trac and some popular standalone forum software? |
| [04:10:56] |
<checkers> |
I'd prefer SMF for the forum, but not too fussed |
| [04:19:04] |
<evil_twin> |
New news from t.e.o: Ticket #7407 (Unable to load plugin authz_policy.py) closed <http://trac.edgewall.org/ticket/7407#comment:3> |
| [04:22:41] |
* |
jas8522|away is now known as jas8522 |
| [04:33:36] |
<asmodai> |
checkers: not that I know of |
| [04:34:03] |
* |
rofrol has quit IRC |
| [04:34:33] |
* |
lennie has quit IRC |
| [04:36:12] |
* |
Sixer has left #trac |
| [04:39:21] |
* |
MrRagga has quit IRC |
| [04:39:58] |
* |
MrRagga has joined #trac |
| [04:41:05] |
* |
clajo041 has joined #trac |
| [04:42:18] |
* |
pcapriotti has joined #trac |
| [04:45:24] |
<s0undt3ch> |
mcarter: got the analytics plug to work? |
| [04:45:28] |
* |
mcarter has quit IRC |
| [04:46:00] |
* |
mcarter has joined #trac |
| [04:47:37] |
* |
chx has joined #trac |
| [04:50:36] |
* |
imexil has quit IRC |
| [04:50:55] |
* |
roh has quit IRC |
| [04:56:19] |
<chx> |
I saved Color.py http://trac.edgewall.org/raw-attachment/wiki/MacroBazaar/Color.py into plugins/ and then restart Apache. Color.pyc got created and yet I get Error: Failed to load processor Color No macro or processor named 'Color' found http://trac.edgewall.org/wiki/MacroBazaar#Color said that the attachment supports v0.11 |
| [04:58:59] |
* |
__t has joined #trac |
| [04:59:24] |
* |
clajo04 has quit IRC |
| [05:01:01] |
<chx> |
for the archives: http://trac-hacks.org/attachment/ticket/2339/Color.py?format=raw |
| [05:01:48] |
* |
chx has left #trac |
| [05:10:33] |
* |
tobias_ has joined #trac |
| [05:17:42] |
<mitsuhiko> |
s0undt3ch: looks like the dbapi is not known to the dialect Oo |
| [05:18:24] |
<s0undt3ch> |
yeah, how do I make that know?! |
| [05:18:58] |
<misc> |
http://trac.edgewall.org/milestone/0.11 someone should change the mention of "Trac 0.11 is about to be released, stay tuned :-)" no ? |
| [05:19:34] |
<evil_twin> |
New news from t.e.o: Ticket #5105 (Report 6 All Tickets By Milestone (Including closed): ...) closed <http://trac.edgewall.org/ticket/5105#comment:7> |
| [05:21:41] |
* |
jas8522 is now known as jas8522|away |
| [05:22:27] |
<s0undt3ch> |
mitsuhiko: http://paste.pocoo.org/show/78538/ with echo on |
| [05:24:36] |
<mitsuhiko> |
s0undt3ch: hmm. sec |
| [05:26:42] |
<mitsuhiko> |
s0undt3ch: that shouldn't happen |
| [05:27:30] |
<mitsuhiko> |
ah. it does |
| [05:28:43] |
<asmodai> |
misc: Doesn't show here. |
| [05:28:54] |
<s0undt3ch> |
mitsuhiko: it does? is it the way I'm calling my session? |
| [05:29:01] |
<misc> |
asmodai: indeed, this was changed, sorry for the noise |
| [05:29:03] |
<mitsuhiko> |
s0undt3ch: i'm reading core :) |
| [05:29:05] |
<mitsuhiko> |
*code |
| [05:29:09] |
<asmodai> |
misc: I know, I did so. :P |
| [05:29:11] |
<mitsuhiko> |
no idea yet |
| [05:29:12] |
<asmodai> |
Thanks. |
| [05:30:18] |
<misc> |
btw, a news on first page would be nice :) |
| [05:31:49] |
* |
handyande_ has joined #trac |
| [05:32:41] |
<mitsuhiko> |
s0undt3ch: alright. i know what's the problem now |
| [05:32:47] |
<mitsuhiko> |
but i have to find the best solution first |
| [05:32:56] |
<s0undt3ch> |
mitsuhiko: Thanks! |
| [05:32:58] |
* |
takayama has quit IRC |
| [05:38:17] |
<mitsuhiko> |
s0undt3ch: let's try something else for a moment |
| [05:39:02] |
<mitsuhiko> |
basically the problem is that |
| [05:39:19] |
<mitsuhiko> |
the switching between the dbapi implementations happens in the engine strategy which you are bypassing right now |
| [05:39:35] |
* |
handyande_ has quit IRC |
| [05:39:37] |
<mitsuhiko> |
looks like the best way to achieve that is something like this: |
| [05:39:47] |
* |
handyande_ has joined #trac |
| [05:39:52] |
<mitsuhiko> |
class TracEngineStrategy(PlainEngineStrategy): |
| [05:39:55] |
<mitsuhiko> |
def __init__(self): |
| [05:40:07] |
<mitsuhiko> |
self.name = 'trac' |
| [05:40:07] |
* |
jas8522|away is now known as jas8522 |
| [05:40:13] |
<mitsuhiko> |
def get_engine_cls(self): |
| [05:40:16] |
<mitsuhiko> |
return TracEngine |
| [05:40:28] |
<mitsuhiko> |
and TracEngine is an Engine subclass |
| [05:40:48] |
<mitsuhiko> |
that uses a different pool by default |
| [05:41:00] |
* |
handyande has quit IRC |
| [05:41:05] |
<mitsuhiko> |
s0undt3ch: let's head over to #sqlalchemy for a minute |
| [05:41:29] |
* |
c1|freaky is now known as freaky[t] |
| [05:41:50] |
* |
havvg has joined #trac |
| [05:45:08] |
* |
tinh has quit IRC |
| [05:48:27] |
<s0undt3ch> |
mitsuhiko: sure |
| [05:49:19] |
* |
f13 has joined #trac |
| [05:49:27] |
<f13> |
does anybody here use the spamfilter plugin? |
| [05:49:53] |
* |
handyande has joined #trac |
| [05:50:21] |
* |
handyande_ has quit IRC |
| [05:50:52] |
* |
timte_ has joined #trac |
| [05:52:46] |
* |
gjo has joined #trac |
| [05:59:37] |
* |
jas8522 is now known as jas8522|away |
| [05:59:53] |
* |
timte has quit IRC |
| [06:01:00] |
* |
handyande_ has joined #trac |
| [06:01:53] |
* |
handyande has quit IRC |
| [06:06:01] |
* |
takayama has joined #trac |
| [06:11:47] |
* |
handyande has joined #trac |
| [06:12:16] |
* |
handyande_ has quit IRC |
| [06:14:45] |
<checkers> |
hmm, what's the recommended method for running a lightweight trac server? |
| [06:15:13] |
<checkers> |
I'm running svn through apache so I have to run that, but should I run trac through fastcgi, or use apache as a reverse proxy for tracd, or something else? |
| [06:15:14] |
* |
retracile_ is now known as retracile |
| [06:15:19] |
* |
retracile growls something resentful about mornings. |
| [06:16:55] |
<checkers> |
actually, running apache and tracd as backend servers behind a single lightweight reverse proxy might be smarter, but can anyone suggest resources to look at for more info on this? |
| [06:18:30] |
<varlon> |
how can I create automatic navigation for subLinks on wiki page, example: "/wiki/topic/" "/wiki/topic/1.0" "/wiki/topic/2.0", I want to autogenerate autonavigation on /wiki/topic/ for 1.0 and 2.0 |
| [06:18:52] |
<varlon> |
is it passible? |
| [06:29:28] |
* |
omry has quit IRC |
| [06:30:06] |
<asmodai> |
retracile: ! |
| [06:30:29] |
<varlon> |
ok, I found trac macros script: ChildNav.py, but I don't now how to install it |
| [06:30:57] |
* |
roh has joined #trac |
| [06:32:07] |
<retracile> |
asmodai! |
| [06:32:36] |
<asmodai> |
retracile: Sup dude? |
| [06:33:21] |
<retracile> |
asmodai: Independence Day here in the USA. Day off work... which means I'm about to climb into the attic, sweat profusely, and try to run some ethernet. |
| [06:33:31] |
<f13> |
checkers: what's wrong with using mod_python to serve up trac via apache? |
| [06:33:39] |
<f13> |
(thus avoiding the need to run tracd) |
| [06:35:35] |
<asmodai> |
retracile: Sounds like, mmm, fun! (yeah, that't is) |
| [06:37:23] |
<retracile> |
asmodai: heh. |
| [06:37:44] |
<retracile> |
asmodai: yeah, I'm not very excited abou tit. |
| [06:37:49] |
<asmodai> |
Wish I could help, really. |
| [06:37:51] |
<retracile> |
s/ t/t / |
| [06:38:32] |
<varlon> |
who know about a place for trac macros scripts? |
| [06:38:39] |
<retracile> |
asmodai: :) I'd take you up on it, if it weren't for the travel costs, and related issues. :) |
| [06:38:56] |
<asmodai> |
Exactly! |
| [06:39:00] |
<asmodai> |
So sorry dude. |
| [06:39:04] |
<asmodai> |
Really. |
| [06:39:50] |
<retracile> |
asmodai: I appreciate the thought :) |
| [06:39:54] |
<checkers> |
< f13> checkers: what's wrong with using mod_python to serve up trac via apache? <-- it will get loaded while service SVN, which just wastes RAM |
| [06:40:20] |
<checkers> |
*while apache is serving |
| [06:41:14] |
<asmodai> |
retracile: I love the rabid people frothing at the mouth over Diablo 3's colour scheme |
| [06:42:23] |
<retracile> |
asmodai: Oh? I heard D3 was coming out... sometime. Mostly from userfriendly. But there's a color scheme ruckus? |
| [06:42:41] |
<asmodai> |
retracile: http://www.battle.net/forums/thread.aspx?FN=d3-general&T=223&P=1 |
| [06:43:08] |
<asmodai> |
retracile: People are bitching they prefer the dark stuff of the previous games |
| [06:43:23] |
<asmodai> |
you know, where you had to jack up the gamma all the way to even see what was hitting you |
| [06:44:13] |
<retracile> |
asmodai: I'd better get started in the attic... it's supposed to get into the mid-90s, and it's on its way already. |
| [06:44:22] |
<asmodai> |
mid-90s? |
| [06:44:38] |
<asmodai> |
oh, F |
| [06:44:41] |
<retracile> |
Yeha |
| [06:44:53] |
<retracile> |
35C, if you prefer |
| [06:45:06] |
<asmodai> |
yes :) |
| [06:45:15] |
<asmodai> |
that's good sweat weather :D |
| [06:45:17] |
<asmodai> |
have fun! |
| [06:45:23] |
<retracile> |
will-do. |
| [06:45:27] |
* |
retracile heads into the heat |
| [06:45:30] |
* |
retracile is now known as retracile_ |
| [06:48:37] |
* |
clajo04 has joined #trac |
| [06:51:50] |
* |
varlon has quit IRC |
| [06:52:35] |
* |
omry has joined #trac |
| [06:53:14] |
* |
henrique has joined #trac |
| [06:59:35] |
* |
handyande has quit IRC |
| [06:59:40] |
* |
clajo041 has quit IRC |
| [07:14:11] |
* |
tuxipuxi has joined #trac |
| [07:14:59] |
* |
tuxipuxi has quit IRC |
| [07:15:17] |
* |
tuxipuxi_ has joined #trac |
| [07:20:31] |
<evil_twin> |
New news from t.e.o: Changeset [7320]: Make the permissions admin list layout a bit more flexible so that long ... <http://trac.edgewall.org/changeset/7320> || Ticket #7409 (After creating a new ticket, "#preview" anchor is appended to end of URL.) created <http://trac.edgewall.org/ticket/7409> |
| [07:31:51] |
* |
m_g has quit IRC |
| [07:40:45] |
* |
omry has quit IRC |
| [07:53:33] |
* |
bkuhn has joined #trac |
| [07:53:58] |
* |
__t has quit IRC |
| [07:54:23] |
* |
clajo041 has joined #trac |
| [07:56:39] |
* |
omry has joined #trac |
| [08:03:11] |
* |
clajo04 has quit IRC |
| [08:03:27] |
* |
omry has quit IRC |
| [08:03:47] |
* |
omry has joined #trac |
| [08:04:46] |
* |
jas8522|away is now known as jas8522 |
| [08:08:42] |
* |
coling_ is now known as coling |
| [08:19:18] |
<dikim33_> |
coderanger_: how do I setup PythonPath to work with fcgi on python2.5? |
| [08:19:36] |
<dikim33_> |
I am talking about the apache configuration. |
| [08:19:46] |
* |
jas8522 is now known as jas8522|away |
| [08:20:59] |
<evil_twin> |
New news from t.e.o: Changeset [7321]: #216 branch was merged in trunk r6901 for [milestone:0.11] <http://trac.edgewall.org/changeset/7321> |
| [08:30:08] |
<Mazon> |
is it possible to "configure" the repository browser to browse multiple repositories ? |
| [08:32:45] |
* |
__t has joined #trac |
| [08:37:31] |
<dikim33_> |
Anyone can help me to setup PythonPath to work with non-standard path python-2.5 on my apache configuration? |
| [08:39:18] |
* |
clajo041 has quit IRC |
| [08:39:40] |
<dikim33_> |
Mazon: it was not possible on 0.10.4 but I am not sure it works on 0.11 or trunk. |
| [08:40:00] |
* |
cbalan has quit IRC |
| [08:40:36] |
* |
clajo04 has joined #trac |
| [08:43:47] |
* |
mcella has quit IRC |
| [08:45:27] |
* |
proofek has quit IRC |
| [08:49:18] |
<coderanger_> |
Mazon: Look at the multirepo branch |
| [08:49:53] |
<coderanger_> |
dikim33_: You don't change python path, you just set the executable for the FCGI script to be the wrapper binary produced by virtualenv |
| [08:51:09] |
<dikim33_> |
OK, still I need to setup virtualenv then. I thought I could setup virtualenv after fcgi + py2.5 is done. |
| [08:51:31] |
<coderanger_> |
dikim33_: No |
| [08:52:20] |
<dikim33_> |
OK, let me setup virtualenv first. |
| [08:53:35] |
* |
checkers has left #trac |
| [08:54:37] |
* |
takayama has quit IRC |
| [08:55:15] |
* |
havvg has quit IRC |
| [08:59:36] |
* |
__t has left #trac |
| [09:01:33] |
* |
clajo04 has quit IRC |
| [09:02:15] |
* |
clajo04 has joined #trac |
| [09:04:11] |
* |
kisielk has joined #trac |
| [09:21:58] |
* |
gjo has quit IRC |
| [09:28:33] |
<asmodai> |
coderanger_: dude! |
| [09:29:30] |
* |
m4rku5 has joined #trac |
| [09:31:51] |
* |
harobed has quit IRC |
| [09:32:19] |
* |
ras0ir has joined #trac |
| [09:33:19] |
<dikim33_> |
coderanger_: I just setup "virtualenv /opt/trac2" with python-2.4. So, now how do I use the virtual environment on trac / apach config? |
| [09:34:48] |
* |
cmlenz has quit IRC |
| [09:36:38] |
* |
henrique has quit IRC |
| [09:37:05] |
<coderanger_> |
dikim33_: Change the shebang at the top of the fcgi file to be /opt/trac/bin/python |
| [09:37:47] |
<dikim33_> |
Oh, great! |
| [09:38:35] |
<coderanger_> |
then just activate the virtualenv, easy_install Trac, and setup the scriptalias in apache |
| [09:40:14] |
<dikim33_> |
Hmm, I thought I had to install trac with python2.4 and then setup its virtual environment with virtualenv. |
| [09:45:04] |
<coderanger_> |
The "environment" referred to by trac and virtualenv are not related |
| [09:45:52] |
<coderanger_> |
dikim33_: Once you have a virtualenv setup, just activate it, install Trac, and then proceed as normal with the setup |
| [09:45:57] |
* |
coderanger_ -> out |
| [09:46:03] |
<coderanger_> |
happy 4th for all .us'ers |
| [09:46:16] |
<coderanger_> |
(and a late happy 1st for any .ca'ers :) |
| [09:49:11] |
* |
coderanger_ has quit IRC |
| [09:56:47] |
* |
overdrive has joined #trac |
| [09:56:53] |
<overdrive> |
hi... |
| [09:57:13] |
* |
jfkw_ has quit IRC |
| [09:57:35] |
<overdrive> |
how can i include a custom css in the project list page from trac ???? |
| [09:57:37] |
* |
checkers has joined #trac |
| [09:57:48] |
<overdrive> |
sorry for my bad english.... |
| [09:58:33] |
<overdrive> |
? |
| [10:00:09] |
* |
cbalan has joined #trac |
| [10:00:59] |
<overdrive> |
hi... somebody can help me ??? |
| [10:01:23] |
<dikim33_> |
overdrive: put your css file to your trac_env/htdocs/css/ |
| [10:01:52] |
<overdrive> |
but, how can i include on mi project list page ? |
| [10:02:25] |
<overdrive> |
<link rel="stylesheet" type="text/css" href="img/style.css'" media="screen" title="andreas02 (screen)" /> |
| [10:02:27] |
<dikim33_> |
your trac_env == your project |
| [10:02:32] |
<dikim33_> |
isn't it? |
| [10:03:13] |
<dikim33_> |
href="img/style.css" ? |
| [10:04:12] |
* |
overdrive has quit IRC |
| [10:20:02] |
* |
ras0ir has quit IRC |
| [10:21:22] |
* |
retracile__ has joined #trac |
| [10:24:24] |
* |
pcapriotti has quit IRC |
| [10:26:07] |
* |
jfkw has joined #trac |
| [10:27:05] |
* |
havvg has joined #trac |
| [10:31:42] |
* |
retracile_ has quit IRC |
| [10:39:04] |
* |
retracile_ has joined #trac |
| [10:40:21] |
* |
retracile__ has quit IRC |
| [10:46:40] |
* |
henrique has joined #trac |
| [10:48:23] |
* |
jfkw has quit IRC |
| [10:50:12] |
* |
__t has joined #trac |
| [10:52:09] |
<evil_twin> |
New news from t.e.o: Ticket #6211 (IPermissionPolicy unable to grant WIKI_VIEW access) reopened <http://trac.edgewall.org/ticket/6211#comment:23> |
| [10:53:06] |
* |
kisielk has quit IRC |
| [10:53:25] |
* |
tobias_ has quit IRC |
| [11:00:06] |
* |
hawk_pdm has joined #trac |
| [11:02:03] |
* |
pombreda has quit IRC |
| [11:11:18] |
* |
jfkw has joined #trac |
| [11:12:37] |
* |
kisielk has joined #trac |
| [11:20:55] |
* |
pombreda has joined #trac |
| [11:38:24] |
* |
pulsar has joined #trac |
| [11:38:45] |
* |
clajo04 has quit IRC |
| [11:40:46] |
<pulsar> |
how do I get trac.fcgi file. I am just unable to get that part. I am following gentoo-wiki and trac wiki |
| [11:40:48] |
* |
clajo04 has joined #trac |
| [11:41:41] |
* |
jfkw has quit IRC |
| [11:44:32] |
* |
mcarter has quit IRC |
| [11:47:01] |
* |
mcarter has joined #trac |
| [11:51:47] |
* |
cbalan has quit IRC |
| [11:57:50] |
<pulsar> |
I just get the list of files after setting up trac with apache and wsgi. here's my httpd.conf - http://rafb.net/p/g5CyNh76.html |
| [12:04:03] |
* |
jfkw has joined #trac |
| [12:05:37] |
* |
hawk_pdm has quit IRC |
| [12:13:41] |
* |
rofrol has joined #trac |
| [12:17:59] |
* |
|igor_ has joined #trac |
| [12:19:52] |
<pulsar> |
:( |
| [12:23:31] |
* |
jfkw_ has joined #trac |
| [12:24:29] |
* |
jfkw has quit IRC |
| [12:26:00] |
* |
hotte has joined #trac |
| [12:26:36] |
* |
cmlenz has joined #trac |
| [12:28:02] |
* |
wjb has quit IRC |
| [12:31:54] |
* |
dlublink has joined #trac |
| [12:31:56] |
<dlublink> |