| [00:11:11] |
* |
Guard][an has joined #trac |
| [00:13:08] |
* |
Guardian has quit IRC |
| [00:16:02] |
* |
shawn has quit IRC |
| [00:25:41] |
* |
flox_ has joined #trac |
| [00:25:48] |
* |
flox_ is now known as flox |
| [00:26:31] |
* |
idnar has quit IRC |
| [00:26:45] |
* |
tic has quit IRC |
| [00:26:49] |
* |
tic has joined #trac |
| [00:34:14] |
* |
PingYeh has quit IRC |
| [00:34:17] |
* |
PingYeh has joined #trac |
| [00:58:49] |
* |
converter_ has quit IRC |
| [01:07:46] |
* |
x^k_ has joined #trac |
| [01:24:09] |
* |
x^k has quit IRC |
| [01:28:54] |
* |
cmlenz has joined #trac |
| [01:29:50] |
* |
tuxipuxi has joined #trac |
| [01:33:46] |
* |
sam` is now known as sam`dvd |
| [01:39:34] |
* |
bdash has left #trac |
| [01:45:19] |
* |
converter has quit IRC |
| [01:46:14] |
* |
cboos has joined #trac |
| [01:46:27] |
<cboos> |
cmlenz: hi there |
| [01:46:35] |
<cmlenz> |
howdy |
| [01:46:37] |
<cboos> |
need your help for this : http://pastie.caboo.se/16208 |
| [01:49:04] |
<cmlenz> |
try again |
| [01:50:57] |
<cboos> |
ok... |
| [01:51:14] |
* |
aggieben_ has joined #trac |
| [01:51:17] |
<cboos> |
yep, it worked ;) Thanks! |
| [01:52:25] |
<cboos> |
ah, while we're talking... did you already have a look at my micro-branch sandbox/browser-quickjump ? |
| [01:56:01] |
<cboos> |
(see screenshot in http://trac.edgewall.org/wiki/VcRefactoring/BrowserQuickjump) |
| [01:56:38] |
<cmlenz> |
ah, that looks interesting |
| [01:57:11] |
<cmlenz> |
wouldn't call that "quick jump" in the UI though |
| [01:57:28] |
<cboos> |
jump? |
| [01:57:45] |
<cboos> |
mmh, "Visit" ? |
| [01:57:57] |
* |
shawn has joined #trac |
| [01:58:53] |
<cmlenz> |
ooh, "points of interest" :-) we'll have to find a better name for that :-P |
| [01:59:12] |
* |
idnar has joined #trac |
| [01:59:35] |
<cboos> |
yeah, that's a detail, but I think the API is better than what I had before.. it's not necessarily just about branches and tags |
| [01:59:59] |
<cboos> |
and those have differents interpretations depending on the backend, most striking example is: |
| [02:00:21] |
<cboos> |
with a "tag" in Subversion you'd like to visit a path in the browser |
| [02:00:38] |
<cboos> |
with a "tag" in Mercurial, you'd like to visit a specific changeset |
| [02:02:32] |
<cboos> |
... |
| [02:02:39] |
<cboos> |
but I've got much trouble with the CSS for positioning the "Go!" button... 3 browsers, 3 glitches ... |
| [02:03:40] |
<cboos> |
- in Firefox, the button randomly jumps from its place to below the label (as if the browser couldn't decide if it has to be inline or block) |
| [02:03:53] |
* |
Gruf has quit IRC |
| [02:04:16] |
<cboos> |
- in IExplorer, it's inlined with the label, but located too low |
| [02:04:32] |
<cboos> |
- in Opera, it's inlined with the label, but located too high (or vice versa) |
| [02:04:50] |
* |
cboos is looking for help |
| [02:05:12] |
<cmlenz> |
I'd have to check out the branch to look into that... not enough time right now |
| [02:07:20] |
<cmlenz> |
about the API... I'd prefer the versioncontrol backend not getting the Href object passed in (because a web-layer thing)... would that be possible? |
| [02:08:07] |
<cboos> |
well, we could always as for only the relative path, not sure if that would be cleaner |
| [02:08:24] |
<cboos> |
(the API is about providing interesting "links" to visit) |
| [02:08:50] |
<cmlenz> |
I don't understand... what's the problem with just returning the path (and maybe rev)? |
| [02:09:13] |
<cboos> |
please reread what I've written above... |
| [02:09:32] |
<cboos> |
e.g. " with a "tag" in Mercurial, you'd like to visit a specific changeset " |
| [02:09:33] |
* |
aggieben has quit IRC |
| [02:09:45] |
<cboos> |
and "with a "tag" in Subversion you'd like to visit a path in the browser" |
| [02:10:07] |
<cboos> |
maybe another backend might decide to redirect you to the log... |
| [02:10:14] |
<cmlenz> |
using that widget to goto changesets seems counter-intuitive to me |
| [02:10:26] |
<cboos> |
no, that's how it is for Mercurial |
| [02:10:31] |
<cboos> |
a tag is a changeset |
| [02:11:04] |
<cmlenz> |
hmm |
| [02:11:32] |
<cboos> |
but, ok, maybe we should stay in the browser nevertheless ... |
| [02:11:42] |
<cboos> |
(visiting at that rev) |
| [02:11:49] |
<cboos> |
I'll rethink about that |
| [02:13:48] |
<cboos> |
mmh, yes, staying in the browser would be OK too, but then there should be a direct link to view the changeset being visited |
| [02:13:54] |
<cboos> |
(that's missing so far) |
| [02:15:30] |
<cmlenz> |
true |
| [02:15:39] |
<cboos> |
well, ok, there's "Last change", which is the restricted changeset and from there you can reach the full changeset if you want to see that... |
| [02:16:11] |
<cboos> |
but maybe a "Visiting the tree at rXYZ" line would be useful, |
| [02:16:39] |
<cboos> |
directly above the table, on the left, facing the View revision box |
| [02:16:58] |
<cboos> |
(the rXYZ would be clickable) |
| [02:18:59] |
<sgorilla1> |
hey cboos |
| [02:19:04] |
<sgorilla1> |
sup im working on that bug |
| [02:19:14] |
<sgorilla1> |
that your assigned to for the svn binding |
| [02:19:33] |
<cboos> |
hu, there are many like that ;) |
| [02:19:36] |
<cboos> |
which one? |
| [02:19:43] |
<sgorilla1> |
cboos: im finding it now |
| [02:19:52] |
<cboos> |
I mean, which ticket? |
| [02:20:03] |
<sgorilla1> |
http://trac.edgewall.org/ticket/2279\ |
| [02:20:18] |
<sgorilla1> |
i am running centos 4 |
| [02:20:31] |
<sgorilla1> |
i got a debug python build and a debug subversion build |
| [02:21:07] |
<sgorilla1> |
im trying to set up breakpoint in the shared library libsvn_ra_dav-1.so.0 |
| [02:21:38] |
<cboos> |
so you rather mean |
| [02:21:42] |
<cboos> |
@ticket 3706 |
| [02:21:42] |
<evil_twin> |
cboos: http://trac.edgewall.org/ticket/3706 |
| [02:21:45] |
<cboos> |
? |
| [02:22:01] |
<sgorilla1> |
yeah actually that one |
| [02:22:18] |
<sgorilla1> |
=) |
| [02:22:33] |
<cboos> |
bbiab |
| [02:22:42] |
<sgorilla1> |
k |
| [02:24:44] |
<sgorilla1> |
evil_twin: have you looked at the bug at all? |
| [02:24:44] |
<evil_twin> |
sgorilla1: Error: "have" is not a valid command. |
| [02:25:02] |
<sgorilla1> |
heh |
| [02:38:40] |
* |
yanickd has joined #trac |
| [02:38:54] |
* |
yanickd has left #trac |
| [02:46:58] |
<cmlenz> |
wow, google code search is cool |
| [02:46:59] |
<cmlenz> |
http://www.google.com/codesearch?as_q=Markup&as_lang=python&as_license_restrict=i&as_license=bsd&as_package=genshi |
| [02:48:24] |
<asmodai> |
wth |
| [02:51:50] |
<cboos> |
heh, RepoSearchPlugin is dead ;) |
| [02:52:18] |
<cboos> |
alect: betrayed by your own people :) |
| [02:53:50] |
<cmlenz> |
they should add support for linking directly into the trac browser with line numbers :-) |
| [02:54:16] |
<sgorilla1> |
cboos: ok i found the bug |
| [02:54:47] |
<sgorilla1> |
cboos: basically its a problem in ne_auth.c |
| [02:54:58] |
<sgorilla1> |
when dealing with IFDEFS |
| [02:55:07] |
<cboos> |
oh... |
| [02:55:08] |
<sgorilla1> |
it loads up the wrong header, in one place |
| [02:55:31] |
<sgorilla1> |
so the gss_delete_sec_context isnt defined |
| [02:55:52] |
<sgorilla1> |
basisically you can configure subversion without neon and it works |
| [02:56:18] |
<sgorilla1> |
i need to write up a more clear bug fix for it but do you understand what im saying? |
| [02:56:34] |
<cboos> |
ok, good to know! I think I see what was up... |
| [02:56:49] |
<sgorilla1> |
cool |
| [02:56:58] |
<cboos> |
but nevertheless, can you add that info to ticket, along with the Subversion and neon versions involved |
| [02:57:23] |
<sgorilla1> |
ok, do i need to make an account, or just post it? |
| [02:57:28] |
<cboos> |
as well as the ./configure command you used ... (then close it as "worksforme") |
| [02:57:36] |
<cboos> |
no need for an account |
| [02:57:48] |
<sgorilla1> |
ok i will do that |
| [02:57:54] |
<sgorilla1> |
its a bug in subversion, not in trac |
| [02:58:01] |
<cboos> |
Are you the reporter of the ticket? |
| [02:58:05] |
<sgorilla1> |
nope |
| [02:58:13] |
<sgorilla1> |
but i had the problem, thats why i wanted to fix it |
| [02:58:13] |
<cboos> |
ah... then don't close it |
| [02:58:22] |
<sgorilla1> |
i will add the info on it |
| [02:58:42] |
<cboos> |
... just in case that's not completely the same issue. thanks! |
| [02:59:34] |
<sgorilla1> |
no prob, i think i can fix bugs for this app |
| [03:03:10] |
<sgorilla1> |
im too tired to write a thing for it now, im going to get some sleep and take a look at it tommorow |
| [03:27:14] |
* |
sam`dvd is now known as sam` |
| [03:32:42] |
<sam`> |
little bug in latest trac: the wikistart page does not show the page title (' - Trac' in the titlebar) |
| [03:32:59] |
<sam`> |
and templates in env/templates/ are not read anymore |
| [03:33:07] |
* |
hikozaemon has quit IRC |
| [03:34:35] |
* |
idnar has quit IRC |
| [03:38:04] |
* |
idnar has joined #trac |
| [03:41:19] |
* |
x^k_ is now known as x^k |
| [03:41:51] |
<sgorilla1> |
hmm |
| [03:41:55] |
<sgorilla1> |
when did this happen? |
| [03:45:48] |
<cboos> |
cmlenz: did a few updates on the browser-quickjump, in case you're interested: |
| [03:45:52] |
<cboos> |
http://trac.edgewall.org/changeset?old_path=trunk&old=3863&new_path=sandbox%2Fbrowser-quickjump&new=3863 |
| [03:45:58] |
<sam`> |
sgorilla1: ? |
| [03:46:04] |
<cboos> |
.. the CSS issue is still bugging me ... |
| [03:49:04] |
<sgorilla1> |
cboos: what problem are you haveing specifically? |
| [03:51:50] |
<sgorilla1> |
is there a wiki that talks about browser-quickjump? |
| [03:54:55] |
<sgorilla1> |
is there a way to run a trace on trac? |
| [03:58:51] |
* |
idnar has quit IRC |
| [03:59:12] |
* |
idnar has joined #trac |
| [04:10:28] |
* |
brandon_rhodes has joined #trac |
| [04:10:35] |
<brandon_rhodes> |
Is anyone around at this early hour? |
| [04:10:37] |
<brandon_rhodes> |
Well. |
| [04:10:40] |
<brandon_rhodes> |
Early *here* :-) |
| [04:24:13] |
* |
amino has quit IRC |
| [04:25:33] |
* |
vanderkerkoff has joined #trac |
| [04:26:28] |
* |
raidman has joined #trac |
| [04:27:33] |
<sgorilla1> |
brandon_rhodes: yo |
| [04:28:51] |
<cboos> |
sgorilla1: about your question for the browser-quickjump, simply go up in the history of today, or if you can't, look there: |
| [04:28:53] |
<cboos> |
https://pacopablo.com/irclogs/2006/10/05#T01:52:25 |
| [04:29:12] |
* |
raidman has left #trac |
| [04:29:17] |
<sgorilla1> |
cool |
| [04:29:35] |
<sgorilla1> |
cboos: im running newest revision, with python 2.5 |
| [04:29:47] |
<sgorilla1> |
i created a new initenv and a new svn repo |
| [04:31:00] |
<sgorilla1> |
http://paste.e-scribe.com/1841/ |
| [04:31:18] |
<sgorilla1> |
i have never used any of this genshi stuff before |
| [04:31:34] |
<sgorilla1> |
i can roll back to python 2.3 if i need to i guess |
| [04:32:47] |
<sgorilla1> |
that addition looks cool |
| [04:33:00] |
<brandon_rhodes> |
Sorry to have disappeared |
| [04:33:04] |
<brandon_rhodes> |
My questions are answered :) |
| [04:33:36] |
* |
WST has joined #trac |
| [04:34:00] |
<vanderkerkoff> |
can anyone fling me the URL to the page that tells you how to make the assign to intry format a list of users? |
| [04:34:33] |
<brandon_rhodes> |
I was wondering why the Trac timeline was so slow; discovered that it was loading every single revision in our repository every single time the page is loaded, because the project does not sit at the root ("/") of our repository; and was going to come on and ask whether that was intentional |
| [04:34:48] |
<brandon_rhodes> |
But I see that 0.10 has come out and complete obliterated the old Subversion code, so there I have it. |
| [04:35:07] |
<brandon_rhodes> |
Now I've just got to decide to wait for Debian to upgrade the package to 0.10, or rip it out and install myself. |
| [04:37:45] |
<WST> |
Hi, I try to set up the post-commit-hook on the linux server. When executing "env - ./post-commit /data2/svn/Framework 7" I get the following error: "cmdGroups = commandPattern.findall(msg) TypeError: expected string or buffer" I changed the names of some commands in the script. Any suggestions? |
| [04:41:47] |
* |
Gruf has joined #trac |
| [04:46:45] |
* |
Semhirage_ has joined #trac |
| [04:46:45] |
* |
Semhirage has quit IRC |
| [04:51:45] |
<cboos> |
sgorilla1: I had a look at the backtrace you pasted, but sorry, I'm a bit clueless on this one... |
| [04:53:47] |
<sgorilla1> |
im running python 2.5, trac rev 3862 |
| [04:53:58] |
<sgorilla1> |
i installed everything from scratch |
| [04:54:10] |
<sgorilla1> |
cboos: isnt that a bad thing? |
| [04:54:25] |
<sgorilla1> |
is trac supporting python 2.5? |
| [04:54:49] |
<sgorilla1> |
i guess i can rollback to 2.3, if its a problem, but that might be a bad bug |
| [04:56:28] |
<cboos> |
well, I'm using 2.5 too, not with the very latest rev, though. I'll check that later (I can't right now) |
| [04:57:22] |
<sgorilla1> |
yeah i think its a bad bug |
| [04:57:30] |
<sgorilla1> |
i rolled back and its running fine |
| [04:59:50] |
<sgorilla1> |
cboos: is this stuff being unittested across multiple configurations/python versions? |
| [05:00:31] |
<cboos> |
not in a systematic way, no |
| [05:01:05] |
<sgorilla1> |
that would be nice to automate that |
| [05:01:25] |
<sgorilla1> |
i got some scripts right now where i can jump between 3 configurations |
| [05:01:35] |
<sgorilla1> |
2.3, 2.5, and 2.5 debug |
| [05:02:09] |
<cboos> |
sgorilla1: upto rev did you have to rollback to get it work? |
| [05:02:21] |
<cboos> |
upto /which/ rev, I meant |
| [05:02:22] |
<sgorilla1> |
i didnt rollback rev, im just running 2.3 now |
| [05:02:28] |
<cboos> |
ah.. |
| [05:03:05] |
<sgorilla1> |
i updated that ticket |
| [05:03:17] |
<sgorilla1> |
that same error occurs both on 2.3 and 2.5 |
| [05:03:58] |
<cboos> |
which ticket? |
| [05:04:20] |
<cboos> |
cmlenz: any clue about the error sgorilla1 is seeing? http://paste.e-scribe.com/1841/ |
| [05:04:27] |
<sgorilla1> |
http://trac.edgewall.org/ticket/3706 |
| [05:04:40] |
<cboos> |
btw, is it the latest genshi rev too? |
| [05:04:46] |
<sgorilla1> |
yeah |
| [05:04:56] |
<sgorilla1> |
well unless it changed 3 hours ago |
| [05:04:57] |
<cmlenz> |
cboos: yeah |
| [05:04:59] |
<sgorilla1> |
i will double check |
| [05:05:06] |
<cmlenz> |
cboos: I'll check in a fix |
| [05:05:31] |
<cboos> |
cmlenz: cool I had no idea about what that was ;) |
| [05:05:54] |
<cboos> |
sgorilla1: about #3706, yes, I've seen, thanks! (I thought you filled a ticket for the python2.5+r3862 error) |
| [05:06:06] |
<sgorilla1> |
im on revision 344 for genshi |
| [05:06:21] |
<sgorilla1> |
oh, should i do a ticket for it? |
| [05:06:47] |
<cboos> |
no, cmlenz said he has/will do a fix |
| [05:06:51] |
<sgorilla1> |
cool |
| [05:07:28] |
<cboos> |
(he said that 4 lines above ;) ) |
| [05:07:36] |
<sgorilla1> |
i have short memory |
| [05:07:40] |
<cmlenz> |
cboos: for some reason chrome.links is None in some error requests |
| [05:07:58] |
<cmlenz> |
I'll add a py:if but I suspect there should be a better fix |
| [05:08:20] |
<cboos> |
I thought I already had a py:if in place... |
| [05:08:30] |
<cmlenz> |
in particular, for 404 requests to Chrome, which has "use_template = False" |
| [05:09:27] |
<sgorilla1> |
it would be nice if you could integrate debugging information into a trac ticket |
| [05:09:44] |
<sgorilla1> |
like when an exception occured, it could do a trac-core dump, then associate it with a ticket |
| [05:11:52] |
<cboos> |
cmlenz: weird, I can find a trace of this py:if, I'm sure a had it somewhere... could even be a uncomitted change on that machine where I have python2.5 ;) Can't check right now... |
| [05:12:03] |
<cmlenz> |
http://trac.edgewall.org/changeset/3865 |
| [05:12:05] |
<cboos> |
s/can/can't/ |
| [05:12:36] |
<cboos> |
cool, thx ;) |
| [05:13:04] |
<cboos> |
sgorilla1: r3865 should do the trick... and uncover the actual error you're having ;) |
| [05:14:08] |
<sgorilla1> |
cool thanks =) |
| [05:14:49] |
* |
idnar has quit IRC |
| [05:16:57] |
* |
WST has quit IRC |
| [05:17:57] |
<cmlenz> |
cboos: we're not including the project name in the title anymore... that's not intentional, is it? |
| [05:18:15] |
<cboos> |
no |
| [05:18:23] |
<cboos> |
ask Ilias what should be there ;) |
| [05:19:58] |
<cboos> |
Actually, I think I had to add 'project' in the data |
| [05:20:08] |
<cboos> |
with 'name', 'url' and 'descr' |
| [05:21:04] |
<cboos> |
so we could have : |
| [05:21:22] |
<cboos> |
- <title>${select('title/text()')} – Trac</title> |
| [05:21:24] |
<cboos> |
+ <title>${select('title/text()')} – ${project.name}</title> |
| [05:22:26] |
<cboos> |
... and make Ilias i.e. closing |
| [05:22:31] |
<cboos> |
@ticket 3730 |
| [05:22:31] |
<evil_twin> |
cboos: http://trac.edgewall.org/ticket/3730 |
| [05:22:35] |
<cmlenz> |
well, I'd rather keep Trac in there for now |
| [05:23:40] |
<sgorilla1> |
is there a way to modify svn settings from inside trac? |
| [05:23:49] |
<sgorilla1> |
like be able to tell it to not update .pyc files |
| [05:24:04] |
<cboos> |
well, it's true that you see a lot of "Project's Trac - Trac" right now... |
| [05:24:52] |
<cmlenz> |
you mean where "Trac" is in the project name itself? |
| [05:24:56] |
<cboos> |
yeah |
| [05:24:57] |
* |
cmlenz pasted http://pastie.caboo.se/pastes/create |
| [05:25:07] |
<cmlenz> |
never seen that... that's just stupid ;-) |
| [05:25:10] |
* |
hpnadig has quit IRC |
| [05:25:18] |
<cmlenz> |
stupid pastie |
| [05:26:18] |
<sgorilla1> |
that paste thing is slow |
| [05:26:23] |
<cboos> |
well, maybe not "a lot", but a least to one you stumble upon on Google's first page when looking for Trac... |
| [05:26:55] |
<cboos> |
namely: "WordPress Trac - Trac" ;) |
| [05:26:57] |
<cmlenz> |
http://trac.edgewall.org/changeset/3866 |
| [05:27:17] |
<cmlenz> |
heh... but that's still something *they* should fix |
| [05:27:57] |
<cboos> |
... you actually fixed Ilias' ticket #3730, not #3866 ... |
| [05:28:14] |
<cboos> |
#3866 was about missing /Page/ title for WikiStart ;) |
| [05:28:24] |
<cmlenz> |
well, we never had WikiStart in the page title |
| [05:28:36] |
<cmlenz> |
it was just looking weird because there was a leading – |
| [05:28:45] |
<cboos> |
ah. ... looking again at r3866 , everything seems ok then ;) |
| [05:29:01] |
<cmlenz> |
I've restored the 0.10 state... and Trac is still in the title, so I didn't address #3730 |
| [05:29:09] |
<cboos> |
my bad ... |
| [05:29:25] |
<cmlenz> |
np |
| [05:29:30] |
* |
brandon_rhodes has quit IRC |
| [05:30:26] |
* |
milk-it has joined #trac |
| [05:35:25] |
* |
sgorilla1 has quit IRC |
| [05:42:38] |
* |
hpnadig has joined #trac |
| [05:46:11] |
<vanderkerkoff> |
whats the variable called in trac.ini that you change to make the assign to a drop down list of registered users guys? |
| [05:46:56] |
<cboos> |
vanderkerkoff: [[TracIni]] is your friend ;) |
| [05:47:10] |
<cboos> |
@trac.ini |
| [05:47:11] |
<evil_twin> |
cboos: Error: "trac.ini" is not a valid command. |
| [05:47:19] |
<cboos> |
@TracIni |
| [05:47:19] |
<evil_twin> |
cboos: Error: "TracIni" is not a valid command. |
| [05:47:24] |
<cboos> |
bah. |
| [05:48:15] |
<cboos> |
http://trac.edgewall.org/wiki/TracIni#ticket-section |
| [05:48:17] |
<vanderkerkoff> |
cboos, it certainly is |
| [05:49:02] |
<vanderkerkoff> |
ahh restrict owner |
| [05:49:41] |
<vanderkerkoff> |
although tracini is my firend, we don't comunicate very well |
| [05:49:50] |
<vanderkerkoff> |
but I['m trying |
| [05:55:32] |
<cboos> |
a propos, does the TracIni page on edgewall contain the [[TracIni]] call now? checking ... |
| [05:55:46] |
<cboos> |
yep |
| [05:56:40] |
* |
WST has joined #trac |
| [05:56:43] |
<cboos> |
mh, did that 5 days ago, so this is a hint about the range of my short term memory ;) |
| [06:02:48] |
* |
WST has quit IRC |
| [06:04:05] |
<vanderkerkoff> |
if you can remember the thign syou were doing 5 days ago then I think you wouldnt be doing enough crazy shit cboos |
| [06:04:14] |
<vanderkerkoff> |
so eoruy' okay |
| [06:04:22] |
<vanderkerkoff> |
cant remember five minutes ago is bad |
| [06:04:31] |
<vanderkerkoff> |
5 days |
| [06:04:32] |
<vanderkerkoff> |
fine |
| [06:04:57] |
<cboos> |
heh, |
| [06:05:09] |
<cboos> |
but what was all this that about, already? |
| [06:05:19] |
<cboos> |
hm ;) |
| [06:05:32] |
<vanderkerkoff> |
where am I |
| [06:05:43] |
<vanderkerkoff> |
i remember |
| [06:05:56] |
<vanderkerkoff> |
cboos, notification section of the trac.ini |
| [06:06:11] |
<cboos> |
notification or ticket? |
| [06:06:16] |
<vanderkerkoff> |
if I'm on my own machine, actually it's a VPS with Rimu, hat's off to Rimu |
| [06:06:18] |
<vanderkerkoff> |
notification |
| [06:06:29] |
<vanderkerkoff> |
hang on |
| [06:06:39] |
<vanderkerkoff> |
it's here, it's worked, Rimu rock the clock man |
| [06:06:58] |
<vanderkerkoff> |
email notification is now working, trac rocks the clock too |
| [06:07:05] |
<vanderkerkoff> |
trac and rimu rocks all the clocks |
| [06:07:34] |
<vanderkerkoff> |
i need some more drugs, see you later gents |
| [06:07:38] |
* |
vanderkerkoff has quit IRC |
| [06:08:58] |
* |
idnar has joined #trac |
| [06:16:26] |
* |
agile has quit IRC |
| [06:21:13] |
* |
Leentje has quit IRC |
| [06:22:13] |
* |
Leentje has joined #trac |
| [06:36:11] |
* |
hpnadig_ has joined #trac |
| [06:45:24] |
* |
hpnadig has quit IRC |
| [06:47:33] |
* |
ged has quit IRC |
| [06:49:29] |
* |
d0rt has joined #trac |
| [06:49:29] |
* |
converter has joined #trac |
| [06:51:46] |
* |
divya has quit IRC |
| [07:17:40] |
* |
hpnadig_ has quit IRC |
| [07:18:40] |
* |
hpnadig_ has joined #trac |
| [07:22:02] |
* |
s0undt3ch_ has joined #trac |
| [07:22:05] |
* |
Semhirage_ is now known as Semhirage |
| [07:38:26] |
* |
dmax has quit IRC |
| [07:38:35] |
* |
s0undt3ch has quit IRC |
| [07:38:36] |
* |
s0undt3ch_ is now known as s0undt3ch |
| [07:43:11] |
* |
Semhirage has quit IRC |
| [07:43:34] |
* |
Semhirage has joined #trac |
| [08:16:32] |
* |
cboos has quit IRC |
| [08:22:48] |
<tuxipuxi> |
cmlenz, does one of the trac devs work on finding out about the "RuntimeError: instance.__dict__ not accessible in restricted mode" problem? |
| [08:23:10] |
<cmlenz> |
dunno, feel free to do that :-) |
| [08:23:15] |
<cmlenz> |
I know I'm not |
| [08:23:19] |
<tuxipuxi> |
it didn't happen at all in 0.9 but does very frequently in 0.10 |
| [08:23:41] |
<tuxipuxi> |
i have no clue about the problem, so i'm not the best one to do that ;) |
| [08:23:54] |
<cmlenz> |
well, at least you're seeing the error |
| [08:23:58] |
<cmlenz> |
I haven't once :-P |
| [08:24:33] |
* |
hpnadig_ has quit IRC |
| [08:25:27] |
<tuxipuxi> |
my setup is fairly normal and since i haven't changed anything except the trac version i suspect it's a problem within trac |
| [08:25:34] |
<tuxipuxi> |
and if it is, it's a blocker ;) |
| [08:25:41] |
* |
hpnadig_ has joined #trac |
| [08:36:35] |
* |
aggieben_ is now known as aggieben |
| [09:05:35] |
* |
markey has joined #trac |
| [09:05:44] |
<markey> |
heyya |
| [09:05:57] |
<markey> |
is there a way to get a specific ticket page as XML? |
| [09:07:11] |
<markey> |
I'd like to make a bot plugin that looks up information for a given ticket number |
| [09:07:17] |
<markey> |
don't want to parse html |
| [09:09:49] |
<coderanger> |
rss |
| [09:10:00] |
<coderanger> |
or use xml-rpc |
| [09:11:22] |
* |
Guardian has joined #trac |
| [09:11:49] |
* |
Guard][an has quit IRC |
| [09:12:45] |
* |
shawn has quit IRC |
| [09:13:35] |
* |
shawn has joined #trac |
| [09:20:34] |
* |
dilinger has joined #trac |
| [09:22:56] |
* |
chandlerc has joined #trac |
| [09:27:38] |
* |
ged has joined #trac |
| [09:29:31] |
<asmodai> |
As for Trac and Launchpad, both had fundamental issues that led to them not |
| [09:29:31] |
<asmodai> |
being chosen in the end. Most of the considerations had to do with |
| [09:29:31] |
<asmodai> |
customization or UI problems. |
| [09:29:40] |
<asmodai> |
We were the only one to have a bloody CSS styling |
| [09:29:42] |
<asmodai> |
:P |
| [09:32:14] |
* |
x^k_ has joined #trac |
| [09:39:35] |
* |
danbeck has joined #trac |
| [09:43:55] |
* |
x^k has quit IRC |
| [09:53:27] |
* |
agile has joined #trac |
| [10:16:16] |
* |
Guardian has quit IRC |
| [10:29:40] |
* |
Semhirage_ has joined #trac |
| [10:29:40] |
* |
Semhirage has quit IRC |
| [10:33:57] |
<cmlenz> |
asmodai: are those discussions being made public somewhere? |
| [10:35:15] |
<cmlenz> |
I wonder what customization/UI problems were raised |
| [10:38:56] |
* |
Guardian has joined #trac |
| [10:40:47] |
* |
whitelynx has quit IRC |
| [10:45:09] |
* |
whitelynx has joined #trac |
| [10:52:55] |
* |
stevegt has quit IRC |
| [11:10:23] |
* |
cmlenz has quit IRC |
| [11:14:34] |
* |
frankg has quit IRC |
| [11:15:25] |
* |
shawn has quit IRC |
| [11:16:04] |
* |
frankg has joined #trac |
| [11:16:30] |
* |
flox has quit IRC |
| [11:19:16] |
* |
chandlerc has quit IRC |
| [11:20:46] |
* |
neddy has joined #trac |
| [11:33:27] |
* |
joshmoore has quit IRC |
| [11:38:14] |
* |
markey has left #trac |
| [11:39:38] |
* |
VivekKhera has joined #trac |
| [11:42:18] |
<VivekKhera> |
does anyone else feel the need to have a notification mechanism that is not SMTP-based? I think one that submits via the /usr/sbin/sendmail program would be useful in systems that don't run a full-blown mailer. |
| [11:43:14] |
<VivekKhera> |
I bring this up because yesterday our SMTP server, um, locked up for a bit, and any ticket modifications on trac were getting stalled while the SMTP connections were timing out. I'd rather not run a full SMTP server on my trac box, but if I have to, I have to.... |
| [11:44:39] |
* |
cmlenz has joined #trac |
| [11:47:15] |
* |
hpnadig_ has quit IRC |
| [11:50:33] |
<asmodai> |
cmlenz: not that I saw |
| [11:51:09] |
<asmodai> |
cmlenz: only thing I can think of is: http://wiki.python.org/moin/AndrewKuchling/TrackerNotes |
| [11:54:54] |
<cmlenz> |
yeah |
| [12:00:52] |
<pacopablo> |
VivekKhera: why not simply run postfix with a very bare config |
| [12:01:13] |
<pacopablo> |
VivekKhera: such that all it does is relay mail from the localhost to your main SMTP server? |
| [12:01:20] |
<pacopablo> |
pretty simple to setup |
| [12:04:34] |
<VivekKhera> |
that's what I'll end up doing, but was hoping to be able to get away with the nullmailer package. it is way much simpler to set up and all it does is queue+deliver. |
| [12:04:37] |
<VivekKhera> |
thanks. |
| [12:05:44] |
* |
hpnadig has joined #trac |
| [12:07:25] |
* |
chandlerc has joined #trac |
| [12:10:28] |
<gmcinnes_> |
What would cause a cgi trac to die saying Internal Server Error I can't find any useful information in the Apache log, and I think the cgi dies before it can even put any info into trac.log |
| [12:10:47] |
<gmcinnes_> |
The apache error log just says premature end of script headers |
| [12:12:07] |
* |
xjjk has quit IRC |
| [12:20:29] |
<pacopablo> |
gmcinnes_: are you sure the cgi file is actually a proper executable? |
| [12:20:53] |
<gmcinnes_> |
pacopablo: yup. And its chmod 777, just in case. |
| [12:21:15] |
<pacopablo> |
|