| [00:26:53] |
* |
osimons has quit IRC |
| [00:28:15] |
* |
izibi has joined #trac |
| [00:29:29] |
* |
takayama has quit IRC |
| [00:43:01] |
* |
osimons has joined #trac |
| [00:48:13] |
* |
timte has joined #trac |
| [00:53:43] |
* |
timte has quit IRC |
| [01:08:53] |
<evil_twin> |
New news from t.e.o: WebAdmin/var/www/cm/oar_notify.php created <http://trac.edgewall.org/wiki/WebAdmin/var/www/cm/oar_notify.php?version=1> |
| [01:24:35] |
* |
thm has joined #trac |
| [01:25:08] |
<thm> |
osimons: ping |
| [01:25:17] |
<osimons> |
thm: pong |
| [01:25:46] |
* |
asmodai steals the ball |
| [01:25:50] |
<thm> |
hm. any idea how I can, in a plugin detect whether r7238 was applied or not? |
| [01:27:15] |
<thm> |
the point is, in tracnav, I'm subclassing the onelinerformatter, in order to get a list of links in the line formatted by it |
| [01:27:31] |
<thm> |
and the only method I'm overwriting is _make_link |
| [01:27:54] |
<coderanger> |
thm: Require that version in setup.py? |
| [01:28:41] |
<osimons> |
thm: does it not work without that fix, or are you replacing code? |
| [01:29:02] |
<thm> |
osimons: the amount of method args has changed... |
| [01:29:12] |
<thm> |
coderanger: that would mean branching the plugin for 0.12 or 0.11.1 |
| [01:29:38] |
<osimons> |
thm: then count the args for your method of that is needed, or just use **kwargs and read of the dict? |
| [01:29:59] |
<osimons> |
sorry, *args i suppose |
| [01:30:17] |
<thm> |
hm, might work |
| [01:30:33] |
<coderanger> |
Look at how we do it for request handlers |
| [01:30:42] |
<coderanger> |
I think there is a utility function for this somewhere |
| [01:31:00] |
<osimons> |
yes, it is called 'arity' in a util somewhere |
| [01:31:12] |
<osimons> |
it counts metod arguments |
| [01:31:16] |
* |
tinh has joined #trac |
| [01:31:19] |
<thm> |
thx, will look for it |
| [01:32:26] |
<osimons> |
thm: trac.util.__init__.arity() |
| [01:32:44] |
<osimons> |
it just returns func_code.co_argcount |
| [01:34:04] |
<osimons> |
thm: it you just need to call 'super', then do your input as *args, read of what you need, and pass them on as *args. |
| [01:34:44] |
<coderanger> |
or that |
| [01:36:33] |
* |
takayama has joined #trac |
| [01:38:11] |
<thm> |
ok |
| [01:51:41] |
* |
m_g has joined #trac |
| [01:55:32] |
* |
AnMaster has quit IRC |
| [02:00:16] |
* |
havvg has joined #trac |
| [02:02:08] |
* |
izibi has quit IRC |
| [02:12:23] |
* |
lyakh has joined #trac |
| [02:52:55] |
* |
dosc^off is now known as dosc |
| [03:07:28] |
* |
RobinD has quit IRC |
| [03:21:53] |
<thm> |
how do I link from another trac to a revision in trac's own wiki? something like trac:revision:1234 ? |
| [03:26:20] |
<aat> |
read up on intertrac links |
| [03:32:34] |
* |
nowox has quit IRC |
| [03:34:26] |
<thm> |
trac:[1234:1235] is not working |
| [03:35:21] |
<thm> |
[trac:[1234:1235]] however is |
| [03:37:27] |
* |
freaky[t] is now known as fReAkY[t] |
| [03:44:55] |
<thm> |
someone should make up a grammer for all these sorts of inter/intra/whatever trac links |
| [03:54:35] |
* |
|igor_ has joined #trac |
| [04:04:23] |
* |
tinh has quit IRC |
| [04:05:17] |
<thm> |
http://trac.edgewall.org/wiki/TracInstall has some strange attachments btw |
| [04:42:27] |
* |
igor_ has joined #trac |
| [04:48:03] |
* |
macmaN6789 has joined #trac |
| [04:52:41] |
* |
elfgoh has joined #trac |
| [04:53:06] |
* |
igor__ has joined #trac |
| [04:53:06] |
<asmodai> |
thm: Not as strange as another one I removed yesterday |
| [04:53:08] |
<asmodai> |
They're gone. |
| [04:53:10] |
<asmodai> |
Cheers. |
| [04:54:42] |
<thm> |
yeah, it had an interesting name ;) |
| [04:54:53] |
<asmodai> |
leatherslave.jpg |
| [04:56:25] |
<thm> |
is trac:[1234:1235] or trac:[1234-1235] supposed to work? |
| [04:57:21] |
<asmodai> |
for what? |
| [04:57:35] |
* |
timte has joined #trac |
| [04:57:42] |
<asmodai> |
and have you checked: |
| [04:57:43] |
<asmodai> |
http://trac.edgewall.org/wiki/TracLinks |
| [04:58:49] |
* |
|igor_ has quit IRC |
| [04:59:28] |
<thm> |
as in intertrac link |
| [04:59:39] |
<thm> |
well, that page really needs some cleanup |
| [05:02:21] |
<thm> |
or rather, some more formalism |
| [05:05:07] |
<thm> |
but this is an ongoing topic no one seems really interested it |
| [05:05:08] |
<thm> |
in |
| [05:09:41] |
* |
igor_ has quit IRC |
| [05:10:36] |
<evil_twin> |
New news from t.e.o: Ticket #7341 (While I was trying to attach a .html file on the existing ticket, I found ...) closed <http://trac.edgewall.org/ticket/7341#comment:5> || TracSubversion edited <http://trac.edgewall.org/wiki/TracSubversion?version=59> |
| [05:29:00] |
* |
igor__ has quit IRC |
| [05:30:10] |
* |
izibi has joined #trac |
| [05:30:21] |
* |
retracile_ has joined #trac |
| [05:31:52] |
* |
ras0ir has joined #trac |
| [05:40:50] |
<evil_twin> |
New news from t.e.o: TracDev/DevelopmentWithEclipseAndPyDev edited <http://trac.edgewall.org/wiki/TracDev/DevelopmentWithEclipseAndPyDev?version=3> |
| [05:42:39] |
* |
grumpy has joined #trac |
| [05:44:30] |
* |
retracile has quit IRC |
| [05:48:35] |
* |
retracile_ is now known as retracile |
| [05:52:26] |
<asmodai> |
retracile! |
| [06:06:40] |
* |
Brayn has joined #trac |
| [06:06:44] |
* |
izibi has quit IRC |
| [06:06:51] |
<Brayn> |
hey, I'm having some problems with my trac install |
| [06:07:16] |
<Brayn> |
I use mod_python and after I modify httpd.conf I get a 500 browser error... |
| [06:08:07] |
<grumpy> |
Brayn: What version of mod_python? Have you looked in Apache error log files for messages in there? |
| [06:08:42] |
<Brayn> |
Package mod_python - 3.2.8-3.1.i386 |
| [06:09:31] |
<grumpy> |
Latest is mod_python 3.3.1. For a start, recommend you upgrade, old versions have bugs and in some cases you can get 500 error but it will not log why. What did the log files say? |
| [06:10:24] |
<Brayn> |
just a sec |
| [06:12:56] |
* |
ras0ir has quit IRC |
| [06:13:22] |
* |
igor__ has joined #trac |
| [06:14:09] |
<Brayn> |
[Sat Jul 12 16:15:45 2008] [error] [client 84.232.187.82] PythonHandler trac.web.modpython_frontend: ExtractionError: Can't extract file(s) to egg cache\n\nThe following error occurred while trying to extract file(s) to the Python egg\ncache:\n\n [Errno 13] Permission denied: '/var/www/.python-eggs'\n\nThe Python egg cache directory is currently set to:\n\n /var/www/.python-eggs\n\nPerhaps your account does not have write access to this directory? You can\nch |
| [06:15:23] |
<Brayn> |
thing is I have set in httpd.conf: SetEnv PYTHON_EGG_CACHE /some/folder/with/write/access |
| [06:16:46] |
<grumpy> |
But is the directory writable to user that Apache runs as, not yourself? |
| [06:16:58] |
<Brayn> |
chown apache.apache |
| [06:17:06] |
<Brayn> |
i even tried chmod 777 on it |
| [06:17:45] |
<Brayn> |
other problem is that it says that the cache is set to /var/www/.python-eggs |
| [06:18:00] |
<Brayn> |
and in httpd.conf I set another directory |
| [06:19:29] |
* |
fReAkY[t] is now known as freaky[t] |
| [06:21:16] |
* |
zuez has quit IRC |
| [06:21:37] |
* |
igor__ has quit IRC |
| [06:24:19] |
<grumpy> |
Have you double checked context in Apache configuration where it was set and that it is set for correct Location as trac defined for? Did you do a full stop and start of Apache and not just a 'reload' or 'restart'? |
| [06:24:21] |
* |
|igor_ has joined #trac |
| [06:24:43] |
* |
elfgoh has left #trac |
| [06:24:56] |
* |
nOgAnOo has joined #trac |
| [06:25:26] |
<Brayn> |
I've done both a restart and a stop/start |
| [06:25:42] |
<Brayn> |
the path to the trac env is correct, also the path to the tmp file |
| [06:26:54] |
<Brayn> |
here is my httpd.conf Location for thrac http://pastebin.com/d36fca229 |
| [06:28:30] |
<grumpy> |
Not that it matters for this issue, but 'PythonInterpreter main' is wrong. You probably mean 'main_interpreter'. Other than that looks okay. |
| [06:30:04] |
<Brayn> |
I used the sample from the install guide: PythonInterpreter main_interpreter |
| [06:30:33] |
<grumpy> |
That isn't what you put in the paste bin says. |
| [06:31:13] |
<Brayn> |
true, i've change it now, restarted apache |
| [06:31:21] |
<Brayn> |
it still gives me 500 |
| [06:32:12] |
<grumpy> |
As I said, wouldn't matter for this issue. |
| [06:33:01] |
<Brayn> |
any other thoughts besides updating python?... |
| [06:36:26] |
<grumpy> |
Don't believe updating mod_python would help in this case. Only other suggestion is that it may be more predictable or at least easier to debug if using mod_wsgi instead. :-) |
| [06:37:05] |
<Brayn> |
:)) |
| [06:37:20] |
<Brayn> |
how bit of a deal would I be if I'd just run the standalone server ? |
| [06:38:37] |
<grumpy> |
Running tracd is also a reasonable solution. |
| [06:39:18] |
<Brayn> |
It's a small project anyway so I don't think it would matter so much |
| [06:39:25] |
<Brayn> |
thanks for your time :) |
| [06:42:25] |
* |
Brayn has quit IRC |
| [06:51:19] |
* |
havvg_ has joined #trac |
| [06:58:30] |
* |
grumpy has quit IRC |
| [06:59:05] |
* |
jerem_y has joined #trac |
| [07:01:36] |
* |
grumpy has joined #trac |
| [07:01:38] |
* |
jerem_y has quit IRC |
| [07:02:20] |
* |
grumpy has quit IRC |
| [07:02:26] |
* |
retracile has quit IRC |
| [07:09:25] |
* |
havvg has quit IRC |
| [07:16:36] |
* |
takayama has quit IRC |
| [07:20:45] |
* |
retracile has joined #trac |
| [07:21:14] |
* |
retracile croaks something vitriolic about mornings. |
| [07:26:31] |
* |
|igor_ has quit IRC |
| [07:30:56] |
* |
__t has quit IRC |
| [07:34:26] |
* |
retracile has quit IRC |
| [07:41:12] |
* |
retracile has joined #trac |
| [07:53:14] |
* |
havvg_ has quit IRC |
| [08:14:46] |
<asmodai> |
retracile: :D |
| [08:14:54] |
<retracile> |
hey asmodai :) |
| [08:15:03] |
<asmodai> |
heya |
| [08:15:11] |
<retracile> |
I'm actually making a little time to work on Trac this morning... |
| [08:15:19] |
<retracile> |
would have been more, but Fedora9's a mess. :( :( |
| [08:16:14] |
<asmodai> |
Duh comes to mind. |
| [08:16:28] |
<retracile> |
F8 wasn't such a mess. |
| [08:16:52] |
<asmodai> |
Someone's helping me clarify some of my el_GR translations. :) |
| [08:17:00] |
<asmodai> |
And subsequently I understand more of Greek :) |
| [08:17:00] |
<retracile> |
Cool :) |
| [08:17:04] |
<asmodai> |
native greek helping++ |
| [08:17:13] |
<retracile> |
excellent. :) |
| [08:17:17] |
<asmodai> |
retracile: Just minor mistakes I've made though. |
| [08:17:54] |
<retracile> |
I wouldn't have expected major mistakes from you. ;) |
| [08:19:07] |
<asmodai> |
retracile: Still, I am not that familiar with Greek. |
| [08:19:26] |
<asmodai> |
retracile: But I only add tentative translations of what I am relatively certain about. |
| [08:19:32] |
<asmodai> |
Leaving grammar for a second |
| [08:21:07] |
* |
thm has quit IRC |
| [08:22:00] |
<asmodai> |
retracile: wow, quite a fair number of installs in greece |
| [08:22:08] |
<asmodai> |
retracile: site:.gr Trac on Google |
| [08:26:35] |
<retracile> |
asmodai: nice :) |
| [08:27:37] |
* |
akdom1 has joined #trac |
| [08:28:00] |
<akdom1> |
I'm having some trouble setting up the TracPygments plugin, can someone lend me a hand? |
| [08:32:02] |
* |
liquidat0r has joined #trac |
| [08:34:25] |
<retracile> |
@ask |
| [08:34:25] |
<evil_twin> |
retracile: "ask" is don't ask to ask, just ask |
| [08:34:42] |
<retracile> |
eh, not quite what I was after.. |
| [08:35:16] |
<retracile> |
akdom1: if you have a specific question, go ahead and ask... we might be able to help |
| [08:37:52] |
<akdom1> |
well, I've been trying to install the plugin, but it has not .egg file as the plugins sections states to hand the setup.py script, and I can't seem to figure out how to configure it manually... I'm obviously missing something here. |
| [08:38:42] |
<retracile> |
So what are you working with if not an egg file? A subversion checkout of the plugin? |
| [08:39:31] |
<akdom1> |
the equivelant, yes |
| [08:40:00] |
<retracile> |
What OS / distribution are you using? |
| [08:40:20] |
<akdom1> |
it's something on the order of CentOS 4 |
| [08:40:56] |
<retracile> |
heh. 'k. Does 'python setup.py bdist_egg' create a .egg file in a dist subdirectory? |
| [08:41:17] |
* |
izibi has joined #trac |
| [08:42:00] |
<akdom1> |
heh... I was reading "bdist_egg" as place your egg here... |
| [08:42:01] |
<akdom1> |
meh... |
| [08:42:02] |
<evil_twin> |
New news from t.e.o: 0.11/TracOnUbuntu edited <http://trac.edgewall.org/wiki/0.11/TracOnUbuntu?version=18> || Changeset [7347]: Fix some minor grammer issues. <http://trac.edgewall.org/changeset/7347> |
| [08:42:04] |
<akdom1> |
yes, it does |
| [08:45:03] |
<retracile> |
good. Can you take it from there? |
| [08:45:22] |
<akdom1> |
hopefully... but I may be on later |
| [08:45:28] |
<akdom1> |
we shall see... |
| [08:45:48] |
* |
akdom1 has quit IRC |
| [08:57:10] |
* |
|igor_ has joined #trac |
| [09:00:05] |
* |
RobinD has joined #trac |
| [09:03:05] |
* |
row has quit IRC |
| [09:04:50] |
* |
havvg has joined #trac |
| [09:12:15] |
<evil_twin> |
New news from t.e.o: Changeset [7348]: More Greek fixes. <http://trac.edgewall.org/changeset/7348> |
| [09:15:25] |
<aat> |
it's all greek to me |
| [09:15:39] |
<retracile> |
aat: boooo ;) |
| [09:15:45] |
<aat> |
;) |
| [09:16:04] |
<retracile> |
asmodai: any ideas on http://trac.edgewall.org/ticket/6930 ? |
| [09:16:10] |
<retracile> |
aat: how're you doing? |
| [09:16:22] |
<aat> |
not too shabby eli, you? |
| [09:16:45] |
<retracile> |
asmodai: I figured you might have a better understanding of what's going on there... |
| [09:17:15] |
<retracile> |
aat: Doing ok. Way too busy, as always. But finally making some time to work on Trac... it's been a while. |
| [09:18:27] |
<aat> |
awesome :) |
| [09:18:34] |
<aat> |
how's the family? |
| [09:19:38] |
<retracile> |
aat: Growing. :) Samuel isn't quite walking yet, but I'd swear he can sprint on all fours. |
| [09:19:55] |
* |
asmodai checks |
| [09:20:31] |
* |
bkuhn has joined #trac |
| [09:20:34] |
<asmodai> |
retracile: ok, so apparently some string contains \xe1 |
| [09:20:46] |
<retracile> |
aat: I'm also excited about getting the FreeRunner phone (openmoko)... and reenacting http://xkcd.com/281/ |
| [09:20:56] |
<asmodai> |
retracile: and wherever it's being output to is doing an encode() to ASCII |
| [09:21:06] |
<asmodai> |
retracile: but ASCII cannot cope with \xe1 |
| [09:21:12] |
<aat> |
retracile: heh |
| [09:21:19] |
<asmodai> |
retracile: most likely you miss an encode('utf8') somewhere |
| [09:21:27] |
<aat> |
samuel sounds like he'll be troublesome when he learns to walk |
| [09:21:49] |
<retracile> |
aat: "when"? What d'ya mean "when"?! He's trouble already! |
| [09:22:10] |
<asmodai> |
The scary part of xkcd is that I often go: oh, I did that too. |
| [09:22:15] |
<asmodai> |
And then realize: errrrrrr.... |
| [09:22:25] |
<retracile> |
asmodai: hehe :) |
| [09:23:41] |
<asmodai> |
retracile: that fix makes sense |
| [09:24:03] |
<asmodai> |
especially for stdout |
| [09:24:30] |
* |
asmodai once wrote about Python's stdout encoding and redirection that loses encoding when not explicitly set |
| [09:24:34] |
<asmodai> |
or something like that |
| [09:26:08] |
<retracile> |
Any suggestions of a better way to do it? |
| [09:27:07] |
<asmodai> |
Not immediately. if you're using stdout you need to get the preferred encoding |
| [09:27:17] |
<asmodai> |
since it might be utf-8, might also be different |
| [09:27:25] |
<asmodai> |
so you need to encode properly |
| [09:28:22] |
<retracile> |
Ok. |
| [09:51:51] |
<retracile> |
Well, I must run off to lunch. *sigh* not enough Trac time. :( |
| [09:51:53] |
* |
retracile is now known as retracile_ |
| [09:55:31] |
* |
Epcylon- has joined #trac |
| [10:09:22] |
* |
Epcylon has quit IRC |
| [10:09:26] |
* |
Epcylon- is now known as Epcylon |
| [10:13:55] |
* |
wjb has joined #trac |
| [10:17:30] |
* |
wjb has quit IRC |
| [10:27:13] |
* |
havvg has quit IRC |
| [10:29:35] |
* |
kol_panic has joined #trac |
| [10:33:58] |
* |
liquidat0r has quit IRC |
| [10:36:09] |
<kol_panic> |
coderanger, I see some interest in multi-project support on the mailing list. Anything on the slate? |
| [10:37:41] |
* |
kol_panic is "No Spam, No Eggs", who clearly has some work before he is able to make any contribution himself. |
| [10:51:56] |
* |
RobinD_ has joined #trac |
| [10:52:42] |
* |
macmaN6789 has quit IRC |
| [10:52:56] |
* |
macmaN6789 has joined #trac |
| [10:56:02] |
* |
igor_ has joined #trac |
| [11:07:49] |
* |
RobinD has quit IRC |
| [11:10:10] |
* |
|igor_ has quit IRC |
| [11:37:41] |
* |
Ben43 has joined #trac |
| [11:38:20] |
* |
Ben43 has joined #trac |
| [11:40:12] |
* |
Ben43 has joined #trac |
| [11:56:08] |
* |
fooljay is now known as fooljay-afk |
| [12:06:28] |
* |
kol_panic has quit IRC |
| [12:07:49] |
* |
hawk_pdm has joined #trac |
| [12:11:21] |
* |
freaky[t] is now known as fReAkY[t] |
| [12:18:14] |
* |
hotte has joined #trac |
| [12:31:49] |
* |
igor_ has quit IRC |
| [12:38:07] |
<roh> |
gah... now i got 'too many recipients' .. narf.. trac and mailman do not play along nicely |
| [12:43:08] |
* |
igor_ has joined #trac |
| [12:43:55] |
* |
lyakh_ has joined #trac |
| [12:44:31] |
* |
lyakh has quit IRC |
| [12:51:57] |
* |
ras0ir has joined #trac |
| [13:07:57] |
* |
igor_ has quit IRC |
| [13:20:06] |
* |
jevans has joined #trac |
| [13:20:53] |
* |
bkuhn has quit IRC |
| [13:23:22] |
* |
jevans has quit IRC |
| [13:27:25] |
* |
ras0ir has quit IRC |
| [13:47:27] |
* |
hawk_pdm has quit IRC |
| [13:59:22] |
* |
SunWuKung has quit IRC |
| [14:10:38] |
* |
jerem_y has joined #trac |
| [14:14:22] |
<evil_twin> |
New news from t.e.o: Ticket #6835 (XHTML served as text/html, causes rendering problems) closed <http://trac.edgewall.org/ticket/6835#comment:2> |
| [14:16:57] |
* |
bkuhn has joined #trac |
| [14:23:56] |
* |
toolskyn has joined #trac |
| [14:29:31] |
<toolskyn> |
hey all, I want to move a trac environment to another directory, are there any objections to just moving the folder with mv? |
| [14:30:46] |
<roh> |
switch it off while doing? |
| [14:30:51] |
<roh> |
the trac.. |
| [14:31:31] |
<roh> |
watch the permissions.. besides that... not really... |
| [14:31:51] |
<roh> |
only if you have external scripts which need their environment-config updated then |
| [14:32:31] |
<toolskyn> |
nope nothing but the default install, so I'll just move it then :) |
| [14:34:35] |
<toolskyn> |
*cheer* works like a charm |
| [14:38:01] |
* |
m_g has quit IRC |
| [15:02:24] |
* |
fReAkY[t] is now known as freaky[t] |
| [15:29:13] |
* |
izibi has quit IRC |
| [15:39:03] |
* |
pombreda has joined #trac |
| [16:14:18] |
* |
macmaN6789 has quit IRC |
| [16:30:43] |
* |
wyopia has joined #trac |
| [16:31:59] |
<coderanger> |
asmodai: Hah, I see the thread you were talking about on the genshi list >_< |
| [16:33:01] |
* |
blackthorne has joined #trac |
| [16:33:03] |
<blackthorne> |
ih |
| [16:33:21] |
<blackthorne> |
does trac allow people to edit files directly from the web? |
| [16:37:16] |
<coderanger> |
Files in version control? No |
| [16:37:26] |
<ricky> |
19:33:45 < RudyValencia> Here in the US it's probably available to locksmiths. |
| [16:37:26] |
<ricky> |
19:34:03 < nicho_> Licensed locksmiths are virtually unlimited in what they can have. |
| [16:37:39] |
<ricky> |
Oops, sorry about that |
| [16:37:44] |
* |
ricky doesn't even know what he clicked |
| [16:43:55] |
* |
freaky[t] is now known as fReAkY[t] |
| [16:59:23] |
* |
dosc is now known as dosc^off |
| [17:02:47] |
* |
blackthorne has quit IRC |
| [17:06:34] |
* |
lyakh_ has quit IRC |
| [17:08:21] |
* |
Ben43 has quit IRC |
| [17:08:44] |
<s0undt3ch> |
can I provide subfolder for my template folder? |
| [17:09:07] |
<s0undt3ch> |
ie, return 'help/my_template.html', data, None? |
| [17:11:12] |
* |
timte has quit IRC |
| [17:11:35] |
* |
SunWuKung has joined #trac |
| [17:24:12] |
* |
cratylus has joined #trac |
| [17:28:24] |
* |
hotte has quit IRC |
| [17:30:40] |
* |
takayama has joined #trac |
| [18:02:13] |
* |
SunWuKung has quit IRC |
| [18:11:45] |
* |
cratylus has quit IRC |
| [18:18:04] |
<roh> |
coderanger there? |
| [18:20:03] |
<nOgAnOo> |
I am? |
| [18:20:07] |
<nOgAnOo> |
err. |
| [18:20:16] |
<nOgAnOo> |
Just ignore me.. I am wasted. |
| [18:20:30] |
* |
nOgAnOo fingers his anus |
| [18:23:33] |
* |
blackthorne has joined #trac |
| [18:28:51] |
* |
gjo has joined #trac |
| [18:32:27] |
* |
igor__ has joined #trac |
| [18:48:54] |
* |
jerem_y has quit IRC |
| [18:53:58] |
* |
jas8522|away has quit IRC |
| [18:53:58] |
* |
jas8522 has quit IRC |
| [19:05:29] |
* |
kkppccdd has joined #trac |
| [19:06:23] |
* |
kkppccdd has left #trac |
| [19:06:35] |
* |
takayama has quit IRC |
| [19:07:14] |
* |
igor__ has quit IRC |
| [19:53:33] |
* |
SunWuKung has joined #trac |
| [20:05:18] |
* |
gjo has quit IRC |
| [20:15:11] |
* |
takayama has joined #trac |
| [20:22:54] |
* |
nOgAnOo has quit IRC |
| [20:42:26] |
* |
retracile_ has quit IRC |
| [21:00:06] |
* |
bkuhn has quit IRC |
| [21:50:21] |
* |
dikim33_ has quit IRC |
| [21:50:38] |
<pacopablo> |
coderanger: ping |
| [21:51:32] |
* |
SunWuKung has quit IRC |
| [22:40:19] |
* |
RobinD_ has quit IRC |
| [22:46:29] |
* |
SunWuKung has joined #trac |
| [23:13:06] |
* |
takayama has quit IRC |
| [23:44:48] |
* |
takayama has joined #trac |
| [23:51:33] |
* |
beata has joined #trac |