| [00:00:21] |
* |
m_g has joined #trac |
| [00:03:26] |
* |
tenshiKur0 has quit IRC |
| [00:04:03] |
* |
tenshiKur0 has joined #trac |
| [00:08:06] |
* |
cmlenz has quit IRC |
| [00:09:06] |
* |
tenshiKur0 has quit IRC |
| [00:09:50] |
<evil_twin> |
New news from t.e.o: Ticket #4532 (defect closed): HTTPS and base_url <http://trac.edgewall.org/ticket/4532#comment:2> || Ticket #5075 (defect closed): Error with Custom Query when Grouping by Owner <http://trac.edgewall.org/ticket/5075#comment:1> |
| [00:16:02] |
<_techie> |
pablos: I am using. |
| [00:16:12] |
<pablos> |
I just got it up and running. |
| [00:16:17] |
<pablos> |
My DB wasn't defaulting to InnoDB |
| [00:16:26] |
<pablos> |
Switching that seems to have gotten me in business. |
| [00:17:06] |
<_techie> |
I'm using MyISAM. What error did you have so that you have to switch to InnoDB? |
| [00:18:14] |
* |
stalker` has quit IRC |
| [00:19:52] |
<pablos> |
This is what I was stuck on before switching: |
| [00:19:52] |
<pablos> |
Failed to create environment. (1071, 'Specified key was too long; max key length is 1000 bytes') |
| [00:20:29] |
<pablos> |
Do you create "components" by just adding them in the DB manually? |
| [00:21:03] |
<alect> |
mysql is ungood |
| [00:21:15] |
<pablos> |
How ungood? |
| [00:21:39] |
<_techie> |
pablos: I bet you have MySQL version 4.x.x ? |
| [00:22:04] |
<pablos> |
mysql-5.0.26 |
| [00:22:26] |
<_techie> |
Hmm.. My 5.0.37 works ok. |
| [00:22:53] |
<pablos> |
Cool. |
| [00:23:23] |
<_techie> |
Man, I am wrong. It is InnoDB. =/ |
| [00:24:06] |
<_techie> |
So, Trac 0.10.3 doesn't work with MyISAM tables. |
| [00:27:28] |
<pablos> |
I see. |
| [00:27:33] |
<pablos> |
Allegedly. |
| [00:27:50] |
<pablos> |
So do I just go set the names of my Milestones in the database directly? |
| [00:28:01] |
<pablos> |
Oh, nevermind |
| [00:33:28] |
<simmel> |
coderanger Nopes, it still doesn't work after I cleaned the SQL query for my report. |
| [00:34:37] |
* |
cmlenz has joined #trac |
| [00:39:21] |
<asmodai> |
cmlenz! |
| [00:39:59] |
<evil_twin> |
New news from t.e.o: Ticket #5076 (defect created): Exception related to DB pool when closing trac <http://trac.edgewall.org/ticket/5076> || Ticket #3482 (defect closed): trac-admin hotcopy does not preserve file & directory ownership <http://trac.edgewall.org/ticket/3482#comment:2> || Ticket #5074 (defect closed): Pound Sterling Symbol Crashes Trac <http://trac.edgewall.org/ticket/5074#comment:2> |
| [00:41:34] |
<cmlenz> |
morning asmodai |
| [00:42:24] |
* |
asmodai goes to install the latest bugzilla |
| [00:42:38] |
<asmodai> |
and lets see how well the conversion goes with the current bz2trac script |
| [00:43:02] |
<asmodai> |
cmlenz: the current genshi dependency in trac trunk is meh though. |
| [00:43:34] |
<cmlenz> |
I know, but it should be better since yesterday |
| [00:43:46] |
<cmlenz> |
I've fixed tons of compatibility issues with genshi trunk |
| [00:44:13] |
<asmodai> |
Nah, the thing is when I try to install trunk it stops at one point due to the dependency |
| [00:45:37] |
<cmlenz> |
svn up :-) |
| [00:45:42] |
<asmodai> |
hahah |
| [00:46:07] |
<asmodai> |
cmlenz: btw, switching jobs. Will mean I can finally hack on trac and most likely deploy it within my new company :D |
| [00:46:19] |
<cmlenz> |
neat |
| [00:46:35] |
<asmodai> |
F#*@) finally |
| [00:46:48] |
<asmodai> |
Now to start grokking the entire codebase. |
| [00:47:54] |
<asmodai> |
cmlenz: btw, it's correct we don't have a /usr/local/share/trac anymore with trunk? |
| [00:48:00] |
<asmodai> |
on install |
| [00:48:03] |
<cmlenz> |
yes |
| [00:48:28] |
<asmodai> |
ok, install went well now |
| [00:48:28] |
* |
ecmanaut_ has joined #trac |
| [00:51:43] |
* |
asmodai checks what to fix in his configs. |
| [01:04:40] |
<asmodai> |
cmlenz: dude? |
| [01:04:56] |
<cmlenz> |
hm? |
| [01:05:10] |
<asmodai> |
cmlenz: wiki/default-pages/TracFastCGI refers to alias.url = ("/trac/chrome/common" => "/usr/share/trac/htdocs") |
| [01:05:20] |
* |
ecmanaut has quit IRC |
| [01:05:21] |
<asmodai> |
cmlenz: But that's all gone then as well. |
| [01:06:30] |
<cmlenz> |
well, it'd now be "/trac/chrome/common" => "$PREFIX/lib/pythonX.X/site-packages/Trac-X.X/htdocs" |
| [01:06:52] |
<cmlenz> |
there's obviously a lot of work to do on the documentation |
| [01:07:07] |
<asmodai> |
Yeah, I'll try and see if I can create a diff for this after I get up and running |
| [01:10:07] |
<asmodai> |
So in the case of using trunk you'd get stuck with: |
| [01:10:13] |
<asmodai> |
/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5171-py2.5.egg/trac/htdocs ? |
| [01:11:24] |
<asmodai> |
Would mean that you need to fix up the webserver configuration every time you install a new trunk. |
| [01:14:55] |
* |
dharrigan has joined #trac |
| [01:19:04] |
<asmodai> |
mmm |
| [01:19:10] |
<asmodai> |
no trac.fcgi file anymore as well |
| [01:20:29] |
* |
asmodai wonders where it gets installed |
| [01:21:07] |
* |
Federico2 has joined #trac |
| [01:23:44] |
<asmodai> |
Mmm, doesn't seen any of the cgi or fcgi files get installed |
| [01:25:27] |
<cmlenz> |
good point |
| [01:25:41] |
<asmodai> |
They used to be in share/cgi-bin |
| [01:25:51] |
<asmodai> |
share/trac/cgi-bin even |
| [01:25:55] |
<cmlenz> |
basically, you need to point directly to the trac/web/cgi_frontend.py and trac/web/fcgi_frontend.py scripts |
| [01:26:02] |
<cmlenz> |
(at least that's the theory) |
| [01:26:11] |
<asmodai> |
*grin* |
| [01:26:17] |
<asmodai> |
Lets try now shall we? :) |
| [01:26:48] |
<cmlenz> |
maybe we should be generated script wrappers for those using setuptools, but that would produce .exe files on windows... not sure whether that's appropriate |
| [01:26:49] |
<asmodai> |
(Which is a godawful long path as well though /usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5171-py2.5.egg/trac/web/fcgi_frontend.py) |
| [01:34:24] |
<asmodai> |
cmlenz: does not work |
| [01:34:35] |
<asmodai> |
2007-04-03 10:25:32: (mod_fastcgi.c.988) execve failed for: /usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5171-py2.5.egg/trac/web/fcgi_frontend.py Exec format error |
| [01:35:08] |
<asmodai> |
I wonder why *digs* |
| [01:35:23] |
<cmlenz> |
hold on |
| [01:35:24] |
<asmodai> |
mmm |
| [01:35:28] |
<asmodai> |
the magic is missing |
| [01:35:37] |
<asmodai> |
the fcgi file has #!/usr/bin/env python |
| [01:35:44] |
<asmodai> |
the fcgi_frontend.py does not |
| [01:35:58] |
* |
cmlenz is fixing |
| [01:38:22] |
<cmlenz> |
try now |
| [01:39:14] |
<asmodai> |
ok, wait. |
| [01:39:25] |
<asmodai> |
In the proverbial sense. |
| [01:40:17] |
<evil_twin> |
New news from t.e.o: Changeset [5174]: Also make the admin console module directly executable. <http://trac.edgewall.org/changeset/5174> || Changeset [5173]: Make the frontend modules directly executable. <http://trac.edgewall.org/changeset/5173> || Changeset [5172]: VcRefactoring/Controller: Merged revisions [5153:5171/trunk] via svnmerge <http://trac.edgewall.org/changeset/5172> || Ticket #4562 (enhancement closed): I want to contribute with DB Models (wiki?) <http://trac.edgewall.org/ticket/4562#comment:4> |
| [01:40:58] |
* |
IRCMonkey has joined #trac |
| [01:41:00] |
* |
stalker` has joined #trac |
| [01:41:43] |
<asmodai> |
cmlenz: Yes the magic at the beginning was the fix. |
| [01:41:45] |
<IRCMonkey> |
i want to install ircplugin on eclipse 3.0 and got the error "Eclipse Trac (1.0.2) requires plug-in "org.eclipse.ui.navigator". |
| [01:43:40] |
* |
tag_ has quit IRC |
| [01:45:09] |
* |
IRCMonkey is now known as hugo1234 |
| [01:45:24] |
<hugo1234> |
i want to install ircplugin on eclipse 3.0 and got the error "Eclipse Trac (1.0.2) requires plug-in "org.eclipse.ui.navigator". |
| [01:46:11] |
<hugo1234> |
hi there ! |
| [01:46:58] |
<hugo1234> |
i just have found the tracplugin for eclipse and wanted to install it on eclipse 3.0 |
| [01:47:24] |
<hugo1234> |
when i choose trac in the update-manager i get the following error |
| [01:47:34] |
<hugo1234> |
"Eclipse Trac (1.0.2) requires plug-in "org.eclipse.ui.navigator". |
| [01:47:58] |
<hugo1234> |
is there anyone who knows how to fix the problem |
| [01:48:11] |
<asmodai> |
cmlenz: Got it working now |
| [01:48:45] |
<asmodai> |
cmlenz: found a bug |
| [01:48:58] |
<asmodai> |
cmlenz: I think at least :D |
| [01:49:04] |
<asmodai> |
cmlenz: http://trac.in-nomine.org/trac/browser and click on trunk |
| [01:49:10] |
<asmodai> |
UndefinedError: {'name': 'svn:ignore', 'value': <Markup u'<br />autom4te.cache<br />.DS_Store<br />'>} has no member named "rendered" |
| [01:49:13] |
* |
gak has joined #trac |
| [01:50:06] |
* |
pablos has quit IRC |
| [01:52:43] |
<cmlenz> |
asmodai: line number? |
| [01:53:20] |
<asmodai> |
A line number? |
| [01:53:23] |
<asmodai> |
That's all it printed. |
| [01:55:08] |
<cmlenz> |
huh? |
| [01:55:20] |
<cmlenz> |
"printed" where? |
| [01:55:25] |
<cmlenz> |
didn't you get an error page? |
| [01:55:36] |
<cmlenz> |
oh, you need TRAC_ADMIN perms I think |
| [01:55:58] |
<asmodai> |
I need to be a logged in user with TRAC_ADMIN perms to get a traceback or something? |
| [01:56:05] |
<asmodai> |
All I see now is an oops page |
| [01:56:09] |
<cmlenz> |
yeah |
| [01:56:15] |
<asmodai> |
Trac detected an internal error: UndefinedError: {'name': 'svn:ignore', 'value': <Markup u'<br />autom4te.cache<br />.DS_Store<br />'>} has no member named "rendered" |
| [01:56:18] |
<asmodai> |
and nothing more. |
| [01:56:47] |
<cmlenz> |
yeah, you need TRAC_ADMIN |
| [01:57:35] |
* |
gakman has quit IRC |
| [01:57:36] |
* |
asmodai does an evil thing |
| [01:57:47] |
<asmodai> |
'ere we go |
| [01:59:39] |
<lisppaste5> |
asmodai pasted "browser/trunk error" at http://paste.lisp.org/display/39129 |
| [02:02:43] |
<cmlenz> |
svn up |
| [02:03:23] |
<asmodai> |
(talk about stabilising the tree ;)) |
| [02:04:43] |
<asmodai> |
cmlenz: Yes, that works. |
| [02:10:43] |
<asmodai> |
cmlenz: Was report totally deprecated over query now? |
| [02:10:50] |
<evil_twin> |
New news from t.e.o: Changeset [5175]: Another Genshi trunk compat fix (property renderers in browser). <http://trac.edgewall.org/changeset/5175> |
| [02:13:35] |
* |
Epcylon has joined #trac |
| [02:16:23] |
* |
eblot has joined #trac |
| [02:17:35] |
<cmlenz> |
no, why? |
| [02:22:28] |
* |
marlun has joined #trac |
| [02:23:18] |
* |
tag_ has joined #trac |
| [02:23:49] |
* |
goschtl has joined #trac |
| [02:25:12] |
<goschtl> |
hi i to hide,disable "view tickets", tickets, timeline, roadmap, howto do that? |
| [02:25:27] |
<goschtl> |
hi i want to ... |
| [02:26:24] |
<asmodai> |
cmlenz: oh, I thought it was by now :) |
| [02:31:56] |
* |
eblot has quit IRC |
| [02:32:01] |
* |
wkornewald has joined #trac |
| [02:32:38] |
<wkornewald> |
cmlenz: I think your changes broke the <select> behavior |
| [02:33:03] |
<wkornewald> |
the selected="selected" tag is set for all options |
| [02:33:24] |
<cmlenz> |
where? and which changes? |
| [02:33:26] |
<wkornewald> |
at least, the problem didn't exist yesterday |
| [02:33:50] |
<wkornewald> |
I haven't looked, exactly, yet |
| [02:34:30] |
<cmlenz> |
ah, right |
| [02:36:36] |
<wkornewald> |
I don't know if it also happens with the checked tag |
| [02:37:34] |
<wkornewald> |
what is the difference between checking for ticket.id and ticket.exists? |
| [02:39:36] |
<cmlenz> |
ticket.exists is cleaner |
| [02:39:55] |
<wkornewald> |
so, the templates should actually switch to that, right? |
| [02:40:03] |
<wkornewald> |
they're inconsistent, ATM |
| [02:40:18] |
<cmlenz> |
true |
| [02:43:09] |
<wkornewald> |
what's the difference between ticket.reporter and author_id? in web_ui.py both seem to be the same |
| [02:43:15] |
* |
_muelli_ has joined #trac |
| [02:43:58] |
<cmlenz> |
I have no idea... this code has become a bit messy IMHO |
| [02:46:13] |
<wkornewald> |
oh, got it |
| [02:46:24] |
<wkornewald> |
author_id is authname or the session's username |
| [02:47:59] |
<wkornewald> |
well, just wanted to report the bug |
| [02:48:00] |
<wkornewald> |
bye |
| [02:48:04] |
* |
wkornewald has quit IRC |
| [02:48:04] |
<cmlenz> |
thanks |
| [02:50:56] |
* |
kopernikus has joined #trac |
| [02:58:29] |
* |
macke_mentice has joined #trac |
| [02:59:33] |
* |
|muelli| has quit IRC |
| [02:59:54] |
<macke_mentice> |
Hi. This is probably a known problem, but I can't find it on google. I view the RSS feeds from Trac in Thunderbird (1.5, win32) and I don't get a web-page anymore. Previously I got the ticket/changeset/wiki-page etc. Does anyone know if it is trac or thunderbird related? |
| [03:00:20] |
<macke_mentice> |
What I mean is; the link obviously work, but the content-page in thunderbird is blank. |
| [03:01:08] |
* |
tenshiKur0 has joined #trac |
| [03:03:38] |
* |
Naked has joined #trac |
| [03:03:51] |
* |
Naked is now known as Hadaka |
| [03:03:59] |
* |
tenshiKur0 has quit IRC |
| [03:04:44] |
* |
tenshiKur0 has joined #trac |
| [03:12:44] |
* |
goschtl has left #trac |
| [03:13:41] |
* |
macke_mentice is now known as marcusl |
| [03:21:02] |
* |
joatweb has quit IRC |
| [03:35:30] |
* |
tsb has joined #trac |
| [03:40:01] |
* |
wkornewald has joined #trac |
| [03:41:14] |
<wkornewald> |
cmlenz: are you sure that your last change is correct? you removed "or author_id" for the reporter value which IMHO is not expected |
| [03:41:24] |
<wkornewald> |
author_id is not the same as ticket.reporter |
| [03:41:53] |
<wkornewald> |
sorry for the confusion (I didn't get the difference at first) |
| [03:43:34] |
<cmlenz> |
ticket.reporter is initialized from author_id on the newticket screen |
| [03:43:47] |
<wkornewald> |
also, why did you remove ticket.exists from the fields? is that check not needed, anymore? |
| [03:43:49] |
<cmlenz> |
so what's the difference again? :-P |
| [03:44:01] |
<wkornewald> |
cmlenz: ah, that could be it :) |
| [03:44:02] |
<cmlenz> |
the fields are populated with the defaults now |
| [03:44:11] |
<wkornewald> |
ok, sorry |
| [03:44:13] |
<cmlenz> |
so ticket.exists isn't needed |
| [03:45:14] |
<wkornewald> |
so, will the future Genshi changes not require defined() calls? |
| [03:45:30] |
<cmlenz> |
future genshi changes? |
| [03:45:45] |
<wkornewald> |
the genshi past-r509 branch |
| [03:45:58] |
<cmlenz> |
oh, that branch is obsolete |
| [03:46:05] |
<cmlenz> |
I'll kick it in the trash |
| [03:46:26] |
<wkornewald> |
really? I just tried Trac with the most recent version and got an error for the query page |
| [03:46:42] |
<cmlenz> |
what error? |
| [03:46:51] |
<wkornewald> |
let me rebuild everything, quickly :) |
| [03:46:53] |
<cmlenz> |
(I'm still fixing those as they come up, obviously) |
| [03:48:20] |
<wkornewald> |
"report_href" not defined |
| [03:48:39] |
<wkornewald> |
that's probably because I've disabled the reports module |
| [03:49:04] |
<wkornewald> |
query.html line 21 |
| [03:49:52] |
<wkornewald> |
so, is defined() needed in some cases, cmlenz? |
| [03:50:11] |
<cmlenz> |
not until now |
| [03:50:12] |
<wkornewald> |
I'll probably have to update dbauthplugin, then |
| [03:50:32] |
<cmlenz> |
oh |
| [03:50:37] |
<cmlenz> |
well, defined() is still available in genshi |
| [03:50:49] |
<cmlenz> |
I'm just trying to not use it in the trac templates so that the transition is smoother |
| [03:51:01] |
* |
marlun has quit IRC |
| [03:51:35] |
<wkornewald> |
for example, in query.html report_href isn't defined, so do I now have to check for py:if="defined(report_href)" instead of py:if="report_href"? |
| [03:51:51] |
* |
tenshiKur0 is now known as SunWuKung |
| [03:52:09] |
<cmlenz> |
basically yes, but what I'm doing is adding report_href=None to the template data |
| [03:53:10] |
<cmlenz> |
okay, query should be fixed now |
| [03:53:19] |
<wkornewald> |
thanks |
| [03:55:13] |
<wkornewald> |
hmm, I don't know which is nicer... |
| [03:55:31] |
<wkornewald> |
define login_error = None and then override it or just check for defined(login_error) :) |
| [03:57:11] |
* |
SunWuKung has quit IRC |
| [03:58:19] |
* |
marcusl is now known as macke_mentice |
| [03:59:17] |
<wkornewald> |
cmlenz: is it expected that defined(login_error) returns an error if login_error isn't defined? |
| [04:01:35] |
<wkornewald> |
hmm, I could only fix it by defining login_error as None |
| [04:01:47] |
<wkornewald> |
with the most recent Genshi trunk |
| [04:02:00] |
<cmlenz> |
you need to pass defined a string |
| [04:02:04] |
<cmlenz> |
defined('login_error') |
| [04:02:50] |
<wkornewald> |
oh |
| [04:03:23] |
<wkornewald> |
why did you introduce that behavior, at all? it was so nice when I could just write py:if="something" |
| [04:03:24] |
<wkornewald> |
:) |
| [04:03:47] |
<cmlenz> |
yeah, but it let a lot of typos go unnoticed, unfortunately |
| [04:03:56] |
<cmlenz> |
I was quite undecided on the issue for some time |
| [04:04:27] |
<cmlenz> |
but when I went through the trac templates to fix them up I found quite a number of mistakes that had been silently ignored |
| [04:04:40] |
<cmlenz> |
so I do think this is better in general |
| [04:04:54] |
<wkornewald> |
ok, I agree, then |
| [04:05:37] |
<wkornewald> |
and what is the preferred, defined() or None? |
| [04:05:54] |
<wkornewald> |
what will the Trac style be? |
| [04:06:20] |
<cmlenz> |
I think defined() is more of a hack, ad you should pass in a proper data structure in general |
| [04:07:06] |
<macke_mentice> |
sorry to bug you guys about my RSS problem.. it seems to be trac specific, as other feeds work as expected.. This is with several different trac sites, including trac.edgewall.org, opensg.vrsource.org and my own sites.. any ideas? |
| [04:07:16] |
* |
fwierzbicki has quit IRC |
| [04:09:32] |
* |
macke_mentice is now known as marcusl |
| [04:09:46] |
<cmlenz> |
marcusl: dunno, but if you find out, I'd love to hear about it :-P |
| [04:10:29] |
<wkornewald> |
well, I'm done with most of my customizations for 0.11, now... I'll probably need help with customizing the milestone details page. I'll come back then. thanks and bye, cmlenz! |
| [04:10:32] |
<marcusl> |
cmlenz: ok. I think it worked on 0.9 something, so the RSS changes afterwards might have done something.. I'll dig and see what I can find.. |
| [04:10:49] |
* |
wkornewald has quit IRC |
| [04:13:17] |
<marcusl> |
cmlenz: I'll put up a ticket on it first.. |
| [04:16:02] |
* |
gakman has joined #trac |
| [04:23:58] |
<marcusl> |
cmlenz: ticket is up. I found that trac produces messages with <iframe> tags, while the other (working) feeds that I have do not. That could be the problem. |
| [04:33:06] |
* |
gak has quit IRC |
| [04:35:59] |
<marcusl> |
cmlenz: it's thunderbird. It works with another viewer.. |
| [04:40:33] |
* |
fwierzbicki has joined #trac |
| [04:45:07] |
<evil_twin> |
New news from t.e.o: Ticket #5077 (defect created): Viewing Trac timeline RSS in Thunderbird does not show message content for entries <http://trac.edgewall.org/ticket/5077> |
| [04:47:59] |
<simmel> |
coderanger AH! I found it. We are getting the description in our reports for no reason what so ever. And the description can be *really* large sometimes since we are posting detailed logs in it. |
| [04:52:11] |
* |
kopernikus has quit IRC |
| [04:57:06] |
* |
cmlenz has quit IRC |
| [05:09:50] |
* |
pbx has joined #trac |
| [05:13:10] |
* |
SunWuKung has joined #trac |
| [05:14:54] |
* |
SunWuKung has joined #trac |
| [05:15:19] |
<evil_twin> |
New news from t.e.o: Ticket #5078 (enhancement created): Make ticket keyword field optional <http://trac.edgewall.org/ticket/5078> || TracDev/ReleaseNotes/0.11 edited by anonymous <http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.11> || Ticket #5077 (defect closed): Viewing Trac timeline RSS in Thunderbird does not show message content for entries <http://trac.edgewall.org/ticket/5077#comment:4> |
| [05:15:30] |
* |
cmlenz has joined #trac |
| [05:18:15] |
* |
ecmanaut_ has quit IRC |
| [05:24:44] |
* |
tsb has quit IRC |
| [05:25:33] |
* |
kop_ has joined #trac |
| [05:28:10] |
* |
tsb has joined #trac |
| [05:44:53] |
* |
cmlenz has quit IRC |
| [05:45:26] |
<evil_twin> |
New news from t.e.o: Ticket #5079 (defect created): Database is locked <http://trac.edgewall.org/ticket/5079> || Ticket #5078 (enhancement closed): Make ticket keyword field optional <http://trac.edgewall.org/ticket/5078#comment:1> |
| [05:46:59] |
<hugo1234> |
i want to install ircplugin on eclipse 3.0 and got the error "Eclipse Trac (1.0.2) requires plug-in "org.eclipse.ui.navigator". |
| [05:47:00] |
<hugo1234> |
is there anyone who knows thw to fix the problem ? |
| [05:47:35] |
<hugo1234> |
sorry i mean tracPlugin for eclipse |
| [05:55:06] |
* |
kopernikus has joined #trac |
| [06:02:33] |
* |
cmlenz has joined #trac |
| [06:12:06] |
* |
asmodai pats cmlenz |
| [06:12:44] |
* |
cmlenz ducks |
| [06:13:01] |
<asmodai> |
:( |
| [06:13:08] |
<cmlenz> |
heh |
| [06:14:21] |
<asmodai> |
No love! |
| [06:15:36] |
<evil_twin> |
New news from t.e.o: Ticket #5079 (defect closed): Database is locked <http://trac.edgewall.org/ticket/5079#comment:1> |
| [06:18:43] |
<alect> |
evening |
| [06:20:40] |
<asmodai> |
ALECT! |
| [06:22:33] |
<alect> |
g'day :) |
| [06:27:33] |
* |
SunWuKung has quit IRC |
| [06:28:26] |
<asmodai> |
alect: How ya doing mate? |
| [06:29:02] |
<alect> |
not bad at all |
| [06:29:05] |
<alect> |
how about you? |
| [06:29:08] |
<alect> |
started your new job? |
| [06:34:21] |
<asmodai> |
1st of May |
| [06:34:36] |
<asmodai> |
But I have +/- 13-14 days off still :D |
| [06:34:43] |
<asmodai> |
So I wonder how long I will still be here :P |
| [06:35:07] |
<alect> |
sweeeeet |
| [06:36:05] |
<asmodai> |
yeah :D |
| [06:36:22] |
<asmodai> |
So I really want to push Trac as the internal bug tracking system ^^ |
| [06:43:39] |
* |
cmlenz has quit IRC |
| [06:49:02] |
* |
danbeck has joined #trac |
| [06:49:16] |
<alect> |
:) |
| [06:50:13] |
<asmodai> |
alect: Been harassing cmlenz all morning about fixes *grin* |
| [06:54:18] |
* |
k-s[WORK] has joined #trac |
| [06:54:38] |
<k-s[WORK]> |
is there any available parser of trac's wiki markup? |
| [06:54:55] |
<k-s[WORK]> |
so I can get the elements and generate latex |
| [06:55:21] |
<k-s[WORK]> |
are there some htm2tex and some perl/python scripts that uses regexp to do that |
| [06:55:46] |
<k-s[WORK]> |
but if there is some code from trac that exposes it, it would be easier, avoiding dirty hacks |
| [06:58:48] |
* |
EvilGuru has quit IRC |
| [06:59:15] |
* |
EvilGuru has joined #trac |
| [07:04:50] |
* |
retracile has joined #trac |
| [07:05:24] |
* |
idnar has quit IRC |
| [07:05:27] |
* |
idnar_ has joined #trac |
| [07:07:58] |
<pbx> |
k-s[WORK]: I believe they've started working on one in the Pygments project |
| [07:08:05] |
* |
pradeep has joined #trac |
| [07:08:21] |
<k-s[WORK]> |
pbx: ok |
| [07:08:40] |
<pbx> |
And Pygments can output latex |
| [07:08:52] |
<mitsuhiko> |
pbx: well. just for the colors |
| [07:09:01] |
<k-s[WORK]> |
pbx: trac's wiki markup is unique or subset/derived from other? |
| [07:09:07] |
<mitsuhiko> |
k-s[WORK]: can't you use the trac parser for that? |
| [07:09:29] |
<pbx> |
k-s[WORK]: I refer you to mitsuhiko :) |
| [07:09:31] |
<k-s[WORK]> |
mitsuhiko: I don't know, where can I find it? |
| [07:09:49] |
<pbx> |
If only there were some easy way to browse the trac source code... |
| [07:09:51] |
<mitsuhiko> |
k-s[WORK]: trac.wiki.formatter afair |
| [07:09:58] |
<mitsuhiko> |
pbx: joke? |
| [07:10:01] |
<pbx> |
yes |
| [07:10:06] |
<mitsuhiko> |
good :) |
| [07:10:27] |
<k-s[WORK]> |
mitsuhiko: we just want to output trac wiki pages to latex, to be \input{} into our co docs |
| [07:10:58] |
<mitsuhiko> |
k-s[WORK]: talk with cboos once he's online about that |
| [07:11:05] |
<mitsuhiko> |
afair he's working on refactoring the wiki stuff |
| [07:12:49] |
<k-s[WORK]> |
mitsuhiko: ok |
| [07:15:55] |
<evil_twin> |
New news from t.e.o: Ticket #5082 (enhancement created): Allow admin of colors <http://trac.edgewall.org/ticket/5082> || Ticket #5081 (defect created): Minimum priority order climbs <http://trac.edgewall.org/ticket/5081> || Ticket #5080 (defect created): Resync: Endless Loop <http://trac.edgewall.org/ticket/5080> |
| [07:17:32] |
* |
jimmy-james has joined #trac |
| [07:38:09] |
* |
remiss has joined #trac |
| [07:38:41] |
<remiss> |
someone just spammed all the tickets.. is it possible to delete the comments? |
| [07:53:53] |
* |
LionsMane has joined #trac |
| [07:55:19] |
<pacopabl1> |
morning vatos |
| [07:55:36] |
<pacopabl1> |
remiss: get the ticketdelete plugin from trac-hacks.org |
| [07:56:33] |
* |
pacopabl1 is now known as pacopablo |
| [07:58:47] |
<remiss> |
pacopablo: k, thanks.. think I'll get the spam plugin while I'm at it too |
| [08:04:47] |
<pacopablo> |
good choice |
| [08:08:47] |
* |
pradeep_ has joined #trac |
| [08:09:15] |
* |
pradeep_ is now known as pradeep__ |
| [08:13:57] |
* |
Tetraboy2 has joined #trac |
| [08:14:20] |
* |
dharrigan_ has joined #trac |
| [08:14:35] |
* |
Tetraboy has quit IRC |
| [08:14:42] |
* |
dharrigan has quit IRC |
| [08:14:58] |
* |
dharrigan_ has quit IRC |
| [08:22:40] |
<remiss> |
pacopablo: hmm.. any recommendations on what to enable of that spamfilter stuff? |
| [08:22:54] |
<pacopablo> |
not really |
| [08:23:01] |
<pacopablo> |
bayesian |
| [08:23:21] |
<pacopablo> |
and if you use akismet, dont' give it too high a karma value |
| [08:25:57] |
* |
pradeep has quit IRC |
| [08:26:01] |
<remiss> |
ok, thanks |
| [08:29:27] |
* |
NightChatter has joined #trac |
| [08:32:22] |
<NightChatter> |
I am having an issue moving the trac.db to another server, it seems that when I tar it up and extract it out, it is broke upon doing so. Does anyone know the best way to move a trac.db? |
| [08:32:38] |
<pacopablo> |
that should be fine |
| [08:32:53] |
<pacopablo> |
however, you must remember that the servers should be fairly similar |
| [08:33:00] |
<pacopablo> |
ie, 32 bit -> 32 bit |
| [08:33:22] |
<pacopablo> |
and make sure they have the same versions of the required libraries, especially pysqlite |
| [08:33:24] |
* |
idnar_ is now known as idnar |
| [08:33:25] |
* |
bismol_ has joined #trac |
| [08:34:46] |
<NightChatter> |
thank you pacopablo, I will verify that, I do know that both servers are really close to being matched and that they should be setup the same, just newer hardware |
| [08:35:32] |
<pacopablo> |
btw, what error message are you getting? |
| [08:36:22] |
<NightChatter> |
DatabaseError: file is encrypted or is not a database |
| [08:36:40] |
<pacopablo> |
yeah, mismatching versions of pysqlite |
| [08:36:58] |
<NightChatter> |
thank you again |
| [08:37:05] |
<pacopablo> |
or, database created on 32 bit machine trying to be read on a 64 bit machine |
| [08:37:16] |
<NightChatter> |
both 32 |
| [08:42:47] |
* |
remiss_ has joined #trac |
| [08:43:27] |
* |
remiss has quit IRC |
| [08:43:31] |
* |
remiss_ is now known as remiss |
| [08:50:22] |
<evil_twin> |
New news from t.e.o: Ticket #5083 (defect created): Uploading .png attachment causes error <http://trac.edgewall.org/ticket/5083> |
| [08:50:46] |
* |
danbeck_ has joined #trac |
| [08:56:13] |
* |
_techie has quit IRC |
| [08:56:46] |
* |
danbeck has quit IRC |
| [09:07:47] |
* |
d0rt has joined #trac |
| [09:09:19] |
* |
ecmanaut has joined #trac |
| [09:11:18] |
* |
marcusl has quit IRC |
| [09:17:14] |
<pbx> |
I heart trac-post-commit-hook |
| [09:19:48] |
* |
NightChatter has left #trac |
| [09:20:33] |
<evil_twin> |
New news from t.e.o: SandBox edited by anonymous <http://trac.edgewall.org/wiki/SandBox> |
| [09:23:48] |
* |
tminos has joined #trac |
| [09:27:21] |
<jhulten_> |
coderanger: Found the bug with PersonalReportsPlugin. New diff on the ticket. |
| [09:28:51] |
* |
jhulten_ is now known as jhulten |
| [09:35:03] |
* |
stepz has joined #trac |
| [09:35:44] |
* |
stalker` has quit IRC |
| [09:36:23] |
* |
kop_ has quit IRC |
| [09:38:32] |
* |
zuez_ is now known as zuez |
| [09:39:57] |
<stepz> |
I need some pointer on how to use trac's wiki formatter to convert wiki files to static html |
| [09:40:27] |
* |
ecmanaut has quit IRC |
| [09:40:34] |
<stepz> |
I want to hold my documentation in SVN and generate presentable documentation from that |
| [09:42:01] |
<pacopablo> |
stepz: you'll need to write a script to do it |
| [09:42:16] |
<stepz> |
well that is given |
| [09:42:25] |
<stepz> |
probably a SVN commit hook |
| [09:42:25] |
<pacopablo> |
basically, you need to load evey wiki page and run it thorugh wiki_to_html |
| [09:42:42] |
<pacopablo> |
which is in trac.wiki.formatter, I believer |
| [09:44:22] |
<asmodai> |
alect: So, how are you doing lately? |
| [09:44:35] |
<stepz> |
I believe I need to somehow override link generation so that links point to correct static files and necessary deps, such as images are correctly linked/fetched |