| [00:10:30] |
<[RUsh]> |
TracError: ClearSilver not installed (No module named neo_cgi) |
| [00:10:47] |
<[RUsh]> |
So, I installed ClearSilver with python USE-flag |
| [00:10:53] |
<[RUsh]> |
But I still have this error |
| [00:14:17] |
<pacopablo> |
what version of ClearSilver? |
| [00:14:24] |
<pacopablo> |
and how are you running trac? |
| [00:14:53] |
<pacopablo> |
and have you restarted your webserver since installing clearsilver/ |
| [00:15:08] |
<[RUsh]> |
I'm running it via apache |
| [00:15:19] |
<[RUsh]> |
and I restarted it after installing clearsilver |
| [00:15:26] |
<[RUsh]> |
[ebuild R ] dev-libs/clearsilver-0.10.1 USE="python zlib -perl" 0 kb |
| [00:15:29] |
<[RUsh]> |
This one |
| [00:16:57] |
<Semhirage> |
been awhile since you updated? |
| [00:17:05] |
<Semhirage> |
0.10.4 is the latest |
| [00:18:17] |
<pacopablo> |
though 0.10.1 should work fine |
| [00:18:54] |
<pacopablo> |
can you import neo_cgi from a python shell? |
| [00:19:00] |
<[RUsh]> |
no |
| [00:19:12] |
<pacopablo> |
or do you see neo_cgi in /usr/lib/python2.4/site-packages ? |
| [00:19:18] |
<[RUsh]> |
hm |
| [00:19:24] |
<[RUsh]> |
installed new version |
| [00:19:38] |
<[RUsh]> |
it seems to work.. |
| [00:20:10] |
<[RUsh]> |
It works! |
| [00:20:14] |
<[RUsh]> |
Thanx a lot |
| [00:22:53] |
<s0undt3ch> |
pygi: I am now |
| [00:26:18] |
* |
klando has joined #trac |
| [00:26:50] |
* |
Sweetsha1k has joined #trac |
| [00:28:30] |
<pacopablo> |
night all |
| [00:30:08] |
<s0undt3ch> |
pacopablo: gn8 |
| [00:30:36] |
* |
cmlenz has joined #trac |
| [00:42:36] |
* |
Sweetshark has quit IRC |
| [00:49:00] |
* |
Sweetshark has joined #trac |
| [00:54:55] |
* |
em-dash has quit IRC |
| [00:55:22] |
* |
em-dash has joined #trac |
| [01:00:50] |
* |
idnar has quit IRC |
| [01:00:52] |
* |
idnar_ has joined #trac |
| [01:06:54] |
* |
Sweetsha1k has quit IRC |
| [01:08:41] |
* |
drzoltron has joined #trac |
| [01:09:18] |
<drzoltron> |
Hi, how do I remove users, I have a lot of old users appearing in the ticket assign-to dropdown box +! |
| [01:17:40] |
* |
frankg has quit IRC |
| [01:22:31] |
* |
jMCg has quit IRC |
| [01:25:24] |
* |
MvG has quit IRC |
| [01:28:47] |
* |
cmlenz has quit IRC |
| [01:41:21] |
* |
andrew_hill has joined #trac |
| [01:42:29] |
* |
drzoltron has left #trac |
| [01:42:47] |
<alect> |
evening all |
| [01:48:47] |
<andrew_hill> |
Morning! |
| [01:51:36] |
* |
frankg_ has joined #trac |
| [01:57:05] |
* |
Federico2 has joined #trac |
| [01:57:07] |
<Federico2> |
hi there |
| [01:58:18] |
* |
cmlenz has joined #trac |
| [02:02:22] |
<Leentje_> |
g'day |
| [02:02:32] |
<Leentje_> |
how can i disable some fields when showing tickets? |
| [02:03:21] |
<Leentje_> |
i dont really need version and severity to show, can i easily disable those fields? |
| [02:04:20] |
* |
Leentje_ is now known as Leentje |
| [02:08:09] |
<alect> |
leentje: simpleticket plugin on trac-hacks |
| [02:09:15] |
<Leentje> |
thx alect |
| [02:09:27] |
<cmlenz> |
actually, just removing all options from those fields, removes the fields from the UI too |
| [02:09:48] |
<Leentje> |
ah, thats nice to know... lets try that |
| [02:11:13] |
<alect> |
whoops, that slipped my mind |
| [02:11:41] |
<Leentje> |
ok so i removed version thingy, but tickets that have a version already still show that |
| [02:11:45] |
<Leentje> |
so the field still shows |
| [02:11:51] |
<Leentje> |
i'd have to change them all i guess? :P |
| [02:12:13] |
<alect> |
if it's many, you can clear them from the db directly |
| [02:12:35] |
<Leentje> |
hmm, never dont that before, can you please direct me on how to do that? |
| [02:12:42] |
<alect> |
is it many? |
| [02:12:46] |
<Leentje> |
yep :) |
| [02:12:53] |
<alect> |
ok :) |
| [02:14:01] |
* |
frankg_ has joined #trac |
| [02:14:24] |
<pygi> |
s0undt3ch, well, I'm not :) |
| [02:17:38] |
<alect> |
echo "update ticket set version='', severity='';" | sqlite3 <trac-env>/db/trac.db |
| [02:17:41] |
* |
em-dash has quit IRC |
| [02:18:00] |
<cmlenz> |
(I'd probably use NULL :-P) |
| [02:18:46] |
<alect> |
i don't think it actually matters |
| [02:19:16] |
<cmlenz> |
not for trac, but it's just cleaner from a pedantic point of view ;-) |
| [02:19:20] |
* |
lowkey has joined #trac |
| [02:19:46] |
<alect> |
:P |
| [02:19:51] |
<alect> |
you coming to pycon cmlenz? |
| [02:20:12] |
<cmlenz> |
nah, the flight and all that |
| [02:20:15] |
<cmlenz> |
no budget |
| [02:21:28] |
<cmlenz> |
but i'll be at traccon in frankfurt later this year ;-) |
| [02:21:58] |
<alect> |
what?!?! :) |
| [02:22:47] |
<cmlenz> |
heh |
| [02:22:49] |
<cmlenz> |
j/k |
| [02:23:28] |
<alect> |
there's a traccon.org! |
| [02:23:35] |
<alect> |
somebody is predicting world domination |
| [02:24:07] |
<cmlenz> |
heh |
| [02:24:18] |
<mitsuhiko> |
trac0.11 rocks |
| [02:24:24] |
<mitsuhiko> |
plugin development was never that easy |
| [02:24:44] |
<mitsuhiko> |
i finished the pastebin in half of the time it took me in pylons, django and turbogears |
| [02:25:11] |
<pygi> |
mitsuhiko, you mean you have pastebin plugin? |
| [02:25:13] |
<alect> |
pastebin! |
| [02:25:15] |
<mitsuhiko> |
pygi: jep |
| [02:25:15] |
<alect> |
ince |
| [02:25:17] |
<alect> |
nice |
| [02:25:20] |
<pygi> |
mitsuhiko, drop on hacks? :) |
| [02:25:21] |
<alect> |
i've been wanting something like that |
| [02:25:32] |
<mitsuhiko> |
can anyone create a tracpaste plugin on trac-hacks for me? |
| [02:25:41] |
<alect> |
it's self service |
| [02:25:44] |
<pygi> |
mitsuhiko, I thought you can? :) |
| [02:25:45] |
<alect> |
:) |
| [02:25:50] |
<alect> |
NewHack wiki page |
| [02:25:53] |
<pygi> |
but gotta run now, thanks for good work ;) |
| [02:25:55] |
<mitsuhiko> |
ah |
| [02:26:12] |
<mitsuhiko> |
alect: i'm new to that system :D |
| [02:26:20] |
<alect> |
you think i create them all myself?!?! i'm not that crazy |
| [02:26:28] |
<alect> |
and even coderanger doesn't have that much enthusiasm ;) |
| [02:26:53] |
<mitsuhiko> |
hehe |
| [02:27:03] |
<alect> |
i'll enable it on trac-hacks once you've uploaded it |
| [02:27:08] |
<alect> |
then we can ditch lisp paste |
| [02:27:09] |
<Leentje> |
alect: i get : SQL error: file is encrypted or is not a database ?! |
| [02:27:25] |
<alect> |
leentje: try just using 'sqlite' instead of sqlite3 |
| [02:27:31] |
<mitsuhiko> |
alect: there is just one little bug |
| [02:27:32] |
<alect> |
unless you are pointing at completely the wrong file |
| [02:27:39] |
<Leentje> |
hehe, no i got the right file :) |
| [02:27:41] |
<alect> |
mitsuhiko: does it run on 0.10? |
| [02:27:44] |
<mitsuhiko> |
because of an internal limitation you can at the moment only highlight stuff with a mimetype associated |
| [02:27:51] |
<mitsuhiko> |
alect: nope |
| [02:27:56] |
<alect> |
ah well |
| [02:28:02] |
<alect> |
i'm still running 0.10 |
| [02:28:09] |
<mitsuhiko> |
alect: i'm not crazy and write another cs template... |
| [02:28:10] |
* |
RossC0 has joined #trac |
| [02:28:57] |
<mitsuhiko> |
alect: and it requires pygments. because i don't know another way of retrieving supported renderers |
| [02:29:08] |
<mitsuhiko> |
(than using the pygments get_all_lexers function) |
| [02:29:09] |
<RossC0> |
hi all, can I have trac on one server and svn on another and still browse it in trac? |
| [02:29:25] |
<mitsuhiko> |
but once it's uploaded maybe you could have a look at it |
| [02:29:42] |
<Leentje> |
thx alect, that worked |
| [02:29:44] |
<alect> |
sure. i'll definitely try it out at home |
| [02:29:49] |
<alect> |
leentje: np |
| [02:29:57] |
<alect> |
rossco: short answer: no |
| [02:30:32] |
<RossC0> |
cool - thought so |
| [02:30:50] |
* |
dmax has quit IRC |
| [02:31:23] |
* |
dawolf has joined #trac |
| [02:32:07] |
<dawolf> |
hey guys |
| [02:33:05] |
<alect> |
hi |
| [02:33:44] |
<dawolf> |
i have a question regarding a closed colloquy ticket |
| [02:33:51] |
* |
em-dash has joined #trac |
| [02:34:07] |
<dawolf> |
http://colloquy.info/project/ticket/595 |
| [02:34:13] |
<Eridius> |
why are you asking here on #trac? |
| [02:34:13] |
<mitsuhiko> |
alect: oki. it's up |
| [02:34:29] |
* |
dmax has joined #trac |
| [02:36:00] |
<dawolf> |
good question. looks like i misunderstood the info on that page: http://colloquy.info/project/wiki/TracSupport |
| [02:36:00] |
<dawolf> |
:) |
| [02:36:22] |
<Eridius> |
yeah, that's a boilerplate wiki page that every Trac installation has. That's for support with Trac itself |
| [02:36:33] |
<dawolf> |
damn i feel stupid now |
| [02:36:34] |
<Eridius> |
Colloquy's Help menu has an item to bring you to #colloquy :P |
| [02:36:39] |
<dawolf> |
hehe |
| [02:37:03] |
* |
sipher has joined #trac |
| [02:37:23] |
<dawolf> |
have a nice day |
| [02:37:44] |
* |
dawolf has left #trac |
| [02:38:12] |
<alect> |
mitsu: cool |
| [02:38:14] |
<sipher> |
Anyone mind if I ask a ClearSilver related question here? I know it's not used by Trac anymore but finding anyone on IRC that has experience with it is.. ugh. |
| [02:38:28] |
<alect> |
fire away |
| [02:38:51] |
<alect> |
i am not looking forward to porting all my plugins to 0.11 |
| [02:39:02] |
<sipher> |
Just having problems getting it to compile with MinGW on win. |
| [02:39:06] |
* |
s0undt3c1_ has joined #trac |
| [02:39:09] |
<alect> |
hmm |
| [02:39:30] |
<sipher> |
It seems like it's not compiling the cgi bit |
| [02:40:34] |
<mitsuhiko> |
alect: gnabber: ProgrammingError: current transaction is aborted, commands ignored until end of transaction block |
| [02:40:39] |
<sipher> |
and fails all the regression tests at the end of make |
| [02:40:40] |
<mitsuhiko> |
happens if i upload a file on trac hacks |
| [02:40:54] |
* |
RossC0 has left #trac |
| [02:40:57] |
<sipher> |
but when I run cstest.exe it works fine |
| [02:41:04] |
<alect> |
upload "file"? attachment? svn? |
| [02:41:34] |
<mitsuhiko> |
alect: attachment |
| [02:41:41] |
<alect> |
what file? |
| [02:41:53] |
<mitsuhiko> |
alect: a screenshot of the pastebin for the wikipage |
| [02:42:28] |
<mitsuhiko> |
i just upload it somewhere else and link it |
| [02:42:33] |
<alect> |
weird. i can upload |
| [02:42:35] |
* |
frankg_ has quit IRC |
| [02:42:37] |
<alect> |
as anonymous too |
| [02:42:41] |
<alect> |
try it as anonymous |
| [02:42:52] |
<alect> |
what's a gnabber? |
| [02:43:10] |
<mitsuhiko> |
alect: weird. works as anonymous |
| [02:43:17] |
<s0undt3c1_> |
pygi: you're not dam! I though you were ;) |
| [02:43:26] |
<alect> |
O_o |
| [02:43:29] |
<sipher> |
"entering directory '/home/Owner/clearsilver-0.10.4/cgi'" "*** No rule to make target 'features.h' needed by 'cgiwrap.o'. Stop." |
| [02:43:41] |
<mitsuhiko> |
gnabber is the sound you create when crunching with your teeth :D |
| [02:43:53] |
<alect> |
does the pastebin plugin have permissions? |
| [02:44:13] |
<mitsuhiko> |
alect: PASTEBIN_USE |
| [02:44:17] |
* |
s0undt3ch_ has quit IRC |
| [02:44:33] |
<mitsuhiko> |
i'm not sure if i should add PASTEBIN_VIEW too |
| [02:45:13] |
<alect> |
that's cool :) |
| [02:45:21] |
<alect> |
got an ISearchSource for it? |
| [02:45:25] |
* |
eblot has joined #trac |
| [02:46:00] |
<mitsuhiko> |
alect: not by now. i heard the first time of it yesterday |
| [02:46:06] |
<mitsuhiko> |
must be new |
| [02:46:32] |
<alect> |
it's been around for a while |
| [02:46:36] |
<alect> |
but not many plugins use it |
| [02:46:51] |
<alect> |
that's a cool plugin mitsu |
| [02:47:01] |
<alect> |
i think PASTEBIN_VIEW would be worthy |
| [02:47:12] |
* |
eblot has quit IRC |
| [02:47:27] |
<mitsuhiko> |
oki :) |
| [02:47:32] |
* |
s0undt3ch has quit IRC |
| [02:47:33] |
* |
s0undt3c1_ is now known as s0undt3ch |
| [02:47:49] |
<alect> |
once i upgrade th to 0.11 i'll enable it |
| [02:48:03] |
* |
andrew_hill has left #trac |
| [02:48:07] |
<mitsuhiko> |
alect: the only thing that drives me nuts is the mimetype restriction |
| [02:48:27] |
<mitsuhiko> |
i wish i could access pygments directly but use the IHTMLAnnotator |
| [02:48:55] |
<cmlenz> |
what problem is that? |
| [02:49:20] |
<mitsuhiko> |
cmlenz: two :) |
| [02:49:40] |
<mitsuhiko> |
on the one hand there is no possibility to get all supported languages (or mimetypes) |
| [02:49:55] |
<mitsuhiko> |
on the other hand pygments supports much more languages than are mapped to mimetypes |
| [02:50:00] |
<mitsuhiko> |
for example doctest lexers |
| [02:50:12] |
<mitsuhiko> |
those don't appear in the pastebin currently |
| [02:50:32] |
<alect> |
can you not just access pygments directly? |
| [02:50:35] |
<alect> |
make it a dep |
| [02:51:02] |
<mitsuhiko> |
alect: but then i can't easily use that gorgeous IHTMLAnnotator :D |
| [02:51:23] |
<alect> |
aaah |
| [02:51:28] |
<alect> |
holy shit! |
| [02:52:05] |
<alect> |
you know what would be AWESOME? |
| [02:52:16] |
<mitsuhiko> |
no. lemme here |
| [02:52:17] |
<alect> |
if you could literally annotate the paste |
| [02:52:18] |
<mitsuhiko> |
*hear |
| [02:52:30] |
<mitsuhiko> |
you mean diffs? |
| [02:52:33] |
<alect> |
write comments and code changes |
| [02:52:42] |
<alect> |
no using the new annotation mojo |
| [02:52:46] |
<mitsuhiko> |
alect: guess what is the next step |
| [02:52:47] |
<alect> |
that cboos just added |
| [02:52:52] |
<alect> |
WHAT?!?! |
| [02:53:06] |
<alect> |
:) |
| [02:53:32] |
<mitsuhiko> |
alect: i added diffs to the pocoo pastebin some time ago but the renderer i use there just sucks |
| [02:54:02] |
<alect> |
reply diffs would be sweet |
| [02:54:08] |
<alect> |
annotations would be cool too |
| [02:54:25] |
<alect> |
you know what's not cool? the SwishE python api |
| [02:54:26] |
<mitsuhiko> |
alect: add your suggestions to the wikipage, otherwise i forget about it :) |
| [02:54:27] |
<alect> |
search only! |
| [02:54:29] |
<alect> |
lame |
| [02:54:35] |
<alect> |
i'll make an enhancement ticket |
| [02:54:41] |
<mitsuhiko> |
alect: that's why xapian exists |
| [02:55:21] |
<alect> |
yeah well, that doesn't help me. i've already written the xapian adapter for pyndexter and it works fine |
| [02:55:30] |
<alect> |
swishe on the other hand... |
| [02:56:06] |
<cmlenz> |
mitsuhiko: I'd suggest filing a ticket about the mimeview restrictions... and if you have some suggestions how this stuff could be improved, that'd be lovely |
| [02:56:28] |
<mitsuhiko> |
cmlenz: oki. i'll have a look |
| [02:58:57] |
* |
kopernikus has joined #trac |
| [02:59:59] |
<kopernikus> |
I didn't do anything, stupid thing ;)) |
| [03:00:08] |
* |
alect blinks |
| [03:03:10] |
<kopernikus> |
Hi, I'd like to use the IAccountChangeListener Interface in my plugin but my plugin loads first... |
| [03:03:16] |
* |
manuzhai has joined #trac |
| [03:03:27] |
<kopernikus> |
the Interface is from TracAccountManager |
| [03:03:36] |
<alect> |
install accountmanager globally |
| [03:03:37] |
<alect> |
iirc |
| [03:05:45] |
* |
sipher has left #trac |
| [03:05:58] |
* |
s0undt3ch has quit IRC |
| [03:06:19] |
* |
s0undt3ch has joined #trac |
| [03:06:34] |
<kopernikus> |
Thought about that, however the same problem will arise if two globally installed plugins want to use each other. |
| [03:06:46] |
<manuzhai> |
what's the syntax for running just a partial testsuite again? |
| [03:06:54] |
<manuzhai> |
the test suite is hanging for me :( |
| [03:07:31] |
<alect> |
kopernikus: yes. the permanent fix is to use setuptools dependencies if i recall correctly |
| [03:08:03] |
<alect> |
maunzhai: just run each subsesctions test.py separately yes? |
| [03:08:12] |
<alect> |
err, __init__.py rather |
| [03:08:17] |
<alect> |
eg. python trac/wiki/tests/__init__.py |
| [03:09:11] |
<manuzhai> |
great, thanks |
| [03:09:21] |
<manuzhai> |
I was wondering if I needed to set the PYTHONPATH for those, too |
| [03:10:28] |
<alect> |
hmmm maybe |
| [03:10:38] |
<manuzhai> |
seems to work without it |
| [03:13:12] |
<manuzhai> |
are all these failing tests in mimeview new? |
| [03:13:19] |
<manuzhai> |
or did something get fucked up? |
| [03:14:25] |
<alect> |
they work for me |
| [03:14:38] |
<alect> |
oh. trunk |
| [03:14:49] |
<alect> |
heh |
| [03:15:10] |
<manuzhai> |
yeah, trunk |
| [03:15:41] |
<mitsuhiko> |
cmlenz: maybe i know a cleaner workaround |
| [03:15:56] |
<mitsuhiko> |
pygments could map the mako lexer for example to text/html+mako |
| [03:16:17] |
<mitsuhiko> |
and stuff like the python console lexer to application/x-pycon |
| [03:16:38] |
<mitsuhiko> |
then you would also be able to enforce them for specific files using svn:mime-type |
| [03:19:39] |
<cmlenz> |
manuzhai: also seeing errors related to mako and pygments? or sth else? |
| [03:20:32] |
<mitsuhiko> |
cmlenz: erm. i don't know about mako errors in pygments :) |
| [03:20:55] |
<cmlenz> |
hold on, I think I just need to update pygments here |
| [03:21:01] |
<cmlenz> |
(was running 0.5.1 or sth) |
| [03:21:09] |
<mitsuhiko> |
ah. mako lexer is new in svn |
| [03:21:22] |
<manuzhai> |
I see nothing related to mako in there |
| [03:21:37] |
<cmlenz> |
apparently mako comes with its own pygments plugin |
| [03:21:41] |
<manuzhai> |
but I have 6 failures in mimeview |
| [03:21:49] |
<cmlenz> |
mitsuhiko: is that something you'd prefer for genshi, too? |
| [03:21:57] |
<mitsuhiko> |
cmlenz: it used to. that plugin moved into pygments |
| [03:22:05] |
<cmlenz> |
ah |
| [03:22:17] |
<cmlenz> |
manuzhai: same here |
| [03:22:37] |
<mitsuhiko> |
cmlenz: zzzeek and benbangert used that when mako wasn't out yet and the lexer not in the pygments repository |
| [03:22:53] |
<mitsuhiko> |
cmlenz: that mimetype stuff was for the pastebin |
| [03:22:59] |
<mitsuhiko> |
and for the mimeview as such |
| [03:23:09] |
* |
em-dash has quit IRC |
| [03:23:10] |
<cmlenz> |
yeah, understood |
| [03:23:24] |
<mitsuhiko> |
but what is missing then: a interface to query supported mimetypes |
| [03:23:40] |
<mitsuhiko> |
(non binary mimetypes) |
| [03:25:55] |
<cmlenz> |
what for exactly? |
| [03:26:09] |
<cmlenz> |
ah, to select the language for the paste :-P |
| [03:26:29] |
<mitsuhiko> |
jep :) |
| [03:26:39] |
<cmlenz> |
and that'd need a human-readable name of the language/mimetype too |
| [03:27:04] |
<mitsuhiko> |
jep |
| [03:27:18] |
<mitsuhiko> |
hmm. mimetype for ini files? |
| [03:27:21] |
<mitsuhiko> |
text/x-ini? |
| [03:29:22] |
* |
lowkey has quit IRC |
| [03:29:25] |
* |
mitsuhiko is off |
| [03:31:08] |
* |
hpnadig has joined #trac |
| [03:35:43] |
* |
idnar_ is now known as idnar |
| [03:37:20] |
<alect> |
mmm |
| [03:44:55] |
* |
lowkey has joined #trac |
| [03:45:14] |
* |
lowkey is now known as l0ki |
| [03:45:20] |
* |
l0ki is now known as l0kii |
| [03:54:36] |
* |
[RUsh] has quit IRC |
| [03:54:59] |
* |
[RUsh] has joined #trac |
| [03:56:39] |
* |
maxb__ has joined #trac |
| [04:12:15] |
* |
maxb has quit IRC |
| [04:16:54] |
* |
manuzhai has quit IRC |
| [04:21:51] |
* |
hlb has quit IRC |
| [04:22:00] |
* |
hlb has joined #trac |
| [04:22:47] |
* |
hlb has quit IRC |
| [04:22:57] |
* |
hlb has joined #trac |
| [04:25:10] |
* |
lisppaste5 has quit IRC |
| [04:29:40] |
<s0undt3ch> |
mitsuhiko: and for .cfg same text/x-ini? or is there a text/x-cfg? |
| [04:31:09] |
<s0undt3ch> |
by the way is there a way for the pygments plug to colorize the .html's as genshi templates? |
| [04:31:22] |
* |
lisppaste5 has joined #trac |
| [04:40:26] |
* |
Epcylon has joined #trac |
| [04:41:31] |
* |
bryanl has joined #trac |
| [04:44:06] |
* |
pobrien has joined #trac |
| [04:51:03] |
* |
Epcylon_ has quit IRC |
| [04:55:35] |
* |
pygi has quit IRC |
| [04:59:04] |
* |
bryanl has quit IRC |
| [04:59:25] |
* |
Federico2 has quit IRC |
| [05:03:15] |
* |
divya has quit IRC |
| [05:13:54] |
* |
cilkay has joined #trac |
| [05:28:30] |
<alect> |
coderanger: ping |
| [05:30:02] |
* |
LionsMane has joined #trac |
| [05:37:30] |
<asmodai> |
alect: PONG! |
| [05:37:42] |
<alect> |
hi |
| [05:38:32] |
* |
skar has joined #trac |
| [05:38:37] |
<asmodai> |
alect: Sup dude? |
| [05:42:52] |
* |
LionsMane has quit IRC |
| [05:45:24] |
* |
chandlerc has quit IRC |
| [05:46:14] |
<alect> |
not much. i am just porting reposearch to pyndexter |
| [05:46:23] |
<alect> |
it's exposing....issues |
| [05:46:24] |
<alect> |
:) |
| [05:47:00] |
<asmodai> |
heh |
| [05:47:09] |
* |
asmodai just said no to a job offer |
| [05:47:24] |
<asmodai> |
Would've meant doing system administration again. |
| [05:47:32] |
* |
bryanl has joined #trac |
| [05:48:17] |
<alect> |
pure sysadmin jobs are not that fun |
| [05:48:23] |
<alect> |
gotta have coding to keep you sane |
| [05:48:24] |
<alect> |
:) |
| [05:49:01] |
<asmodai> |
alect: I am also angling towards the C in ICT. |
| [05:49:15] |
<asmodai> |
alect: that plus I got quite alot of cultural/lingual expertise nowadays |
| [05:49:23] |
<asmodai> |
alect: which is also a sadly lacking area of ICT |
| [05:50:34] |
<alect> |
that is very true |
| [05:50:52] |
<alect> |
there were a couple of translators at one of the linux.conf.au talks today |
| [05:50:55] |
* |
appel has joined #trac |
| [05:51:57] |
<asmodai> |
omg |
| [05:51:59] |
<asmodai> |
http://www.king5.com/sharedcontent/VideoPlayer/videoPlayer.php?vidId=114054&catId=231 |
| [05:52:21] |
<asmodai> |
alect: oh? and? |
| [05:55:02] |
<asmodai> |
alect: did they present something? |
| [05:56:17] |
<alect> |
no, just asking questions in one of the talks |
| [05:57:22] |
<asmodai> |
alect: about language? |
| [05:57:24] |
<mitsuhiko> |
s0undt3ch: yes you can |
| [05:57:27] |
<s0undt3ch> |
do we have a unittest plug that continuosly tests and presents the test results for the project that the trac env is hosting? |
| [05:57:37] |
<s0undt3ch> |
mitsuhiko: I can? how? |
| [05:57:39] |
<mitsuhiko> |
ask matt or cmlenz. they have implemented that overriding functionality |
| [05:57:48] |
<s0undt3ch> |
ah, ok, thanks |
| [05:57:55] |
<s0undt3ch> |
I'll bug them |
| [05:58:09] |
<mitsuhiko> |
s0undt3ch: i think it's documented somewhere in the pygments_renderer file |
| [05:59:39] |
* |
jMCg has joined #Trac |
| [05:59:46] |
<alect> |
about hassles they were having getting coders to help them |
| [05:59:54] |
<alect> |
and anecdotally about language |
| [06:00:04] |
<alect> |
he mentioned the different dialects of english |
| [06:00:27] |
<asmodai> |
yeah |
| [06:00:38] |
<asmodai> |
en_AU, en_GB, en_US to name but three |
| [06:00:51] |
<asmodai> |
I mean, Austrlian dialogue boxes are: |
| [06:00:58] |
<asmodai> |
Are you sure you want to quit? |
| [06:01:19] |
<asmodai> |
Oi, no way, let's get pissed |
| [06:02:39] |
<alect> |
hehe |
| [06:02:52] |
<alect> |
cobber |
| [06:02:54] |
* |
jMCg is trying to python setup.py build/install TracWebAdmin -- the problem is, it ends up in /usr/lib/python2.4/site-packages/ -- which I don't really like all that much, as I believe it doesn't really seem to work [ when adding the specified configuration to the config file, the Admin section is not loaded.] |
| [06:03:37] |
<alect> |
python setup.py bdist_egg |
| [06:03:44] |
<alect> |
then copy the .egg file into /usr/share/trac/plugins |
| [06:04:27] |
<jMCg> |
ACK |
| [06:06:07] |
<jMCg> |
Wow.. this is great.. |
| [06:06:27] |
<jMCg> |
There's no such thing as python setup.py remove or uninstall.... |
| [06:07:28] |
<misc> |
no, why would someone remove such a good piece of software :) ? |
| [06:08:03] |
<alect> |
heh |
| [06:11:58] |
<s0undt3ch> |
cmlenz: Bitten 0.5.3 runs with .10.3? |
| [06:12:10] |
<cmlenz> |
yeah |
| [06:12:11] |
<s0undt3ch> |
cmlenz: I'm getting 25 failed tests |
| [06:12:23] |
<cmlenz> |
yeah :-( |
| [06:12:27] |
<cmlenz> |
should still work though |
| [06:12:37] |
<cmlenz> |
I'm running 0.10.3 on bitten.c.n |
| [06:12:45] |
<s0undt3ch> |
like ERROR: test_view_config_paging (bitten.trac_ext.tests.web_ui.BuildConfigControllerTestCase) |
| [06:12:51] |
<s0undt3ch> |
ERROR: test_view_config_admin (bitten.trac_ext.tests.web_ui.BuildConfigControllerTestCase) |
| [06:12:57] |
<s0undt3ch> |
to name only the last 2 |
| [06:20:12] |
* |
incorrect has joined #trac |
| [06:22:32] |
<s0undt3ch> |
cmlenz: I'm now looking at the bitten reciipes |
| [06:23:00] |
<s0undt3ch> |
cmlenz: that example, anything you state is on build/ is made by bitten? |
| [06:23:24] |
<incorrect> |
*cough* is trac likely to support remote subversion repositories in the near future? |
| [06:25:04] |
<cmlenz> |
s0undt3ch: I don't understand |
| [06:25:19] |
<cmlenz> |
ah |
| [06:25:45] |
<cmlenz> |
whatever is in build/ is put their by setup.py in that example |
| [06:27:27] |
<s0undt3ch> |
cmlenz: ah, so my setup routine is responsible for the existance of those files? hmm, I don't those are beeing covereed |
| [06:27:45] |
<s0undt3ch> |
*don't think |
| [06:28:09] |
<cmlenz> |
that's a different story, actually |
| [06:28:22] |
* |
chandlerc has joined #trac |
| [06:28:26] |
<cmlenz> |
you'll need to use the distutils command that comes with bitten for the "unittest" command |
| [06:28:57] |
<s0undt3ch> |
hell, I'm lost |
| [06:29:00] |