| [00:01:23] |
* |
cmlenz has quit IRC |
| [00:05:03] |
* |
[BAF64] has quit IRC |
| [00:06:26] |
* |
[BAF64] has joined #trac |
| [00:24:45] |
* |
flox_ has joined #trac |
| [00:24:50] |
* |
flox_ is now known as flox |
| [00:28:19] |
* |
cmlenz has joined #trac |
| [00:33:41] |
* |
tkp has joined #trac |
| [00:34:55] |
* |
Guardian has quit IRC |
| [00:48:58] |
* |
Guardian has joined #trac |
| [01:22:11] |
<matt_good> |
cobaltsixty: output of what? |
| [01:24:18] |
<matt_good> |
cmlenz: I threw together a Pygments Trac plugin |
| [01:24:41] |
<cmlenz> |
matt_good: wow, nice :-) |
| [01:24:53] |
<matt_good> |
I should figure out how to get it to use Trac's CSS classes, but I'll probably put it on TracHacks tomorrow |
| [01:25:00] |
<matt_good> |
need to get some sleep now |
| [01:25:50] |
<cboos> |
excuse my ignorance, but what's Pygments? |
| [01:26:08] |
<cboos> |
(google doesn't know either...) |
| [01:26:25] |
<matt_good> |
http://pygments.pocoo.org/ |
| [01:26:32] |
<cboos> |
thanks! |
| [01:26:51] |
<cboos> |
ah |
| [01:27:20] |
<cboos> |
"... and it highlights even Brainf*ck! " nice ;) |
| [01:27:42] |
<matt_good> |
cmlenz: it'd probably make a good default since it's pure Python, no extra dependencies, and it looks like it has decent language support |
| [01:27:52] |
<matt_good> |
better SQL coloring than the other options ATM too |
| [01:28:16] |
<matt_good> |
SilverCity sometimes you can't even tell it's done anything |
| [01:29:01] |
<cboos> |
.. and enscript is a hell on windows. Colorer is better, but still a bit complex to install. |
| [01:29:17] |
<matt_good> |
do either SilverCity or enscript do Python """ blocks correctly? |
| [01:29:35] |
<cboos> |
... so I'm very much in favor of that as a default, if it works well |
| [01:29:37] |
<matt_good> |
cboos: it's been a while, but I think I said before I don't remember it being that hard |
| [01:29:57] |
<matt_good> |
there's a "gnu32" project IIRC that has binaries which I think worked fine |
| [01:30:25] |
<matt_good> |
gnuwin32, sorry |
| [01:30:44] |
<cboos> |
well, those packages hadn't been updated since 2002 or 2003, and don't work well for me, at least |
| [01:31:02] |
* |
bethor- has left #trac |
| [01:32:29] |
<matt_good> |
cboos: they've got 1.6.3 which is from July 2003, but at least based on Ubuntu 1.6.4 is the latest |
| [01:32:44] |
<matt_good> |
so it's not really that out-of-date |
| [01:32:58] |
<cboos> |
yeah, the whole enscript thing is out-of-date ;) |
| [01:33:05] |
<cboos> |
not only on windows... |
| [01:33:42] |
<matt_good> |
are there Python bindings for Colorer yet? |
| [01:33:49] |
<cboos> |
I mean, those days, people want Ruby, C#, this kind of things... |
| [01:33:49] |
<cobaltsixty> |
matt_good, https://trac-hacks.org/wiki/WikiOutputStreamPlugin |
| [01:34:16] |
* |
cobaltsixty really fell in love with the ease of publishing in trac-hacks. No wonder it's a hub for all-things-trac |
| [01:34:32] |
<cboos> |
about Colorer, not that I know, so yes not having bindings is a hindrance... but not more than for enscript |
| [01:35:21] |
<cmlenz> |
yeah, but enscript is actually widespread on unix machines |
| [01:35:29] |
<cmlenz> |
it still sucks, of course |
| [01:35:39] |
<cboos> |
so, to summarize my p.o.v: python only highlighters are better than external highlighters, among which Colorer looks preferable to enscript |
| [01:36:14] |
<cboos> |
... and it looks like that Pygments > SilverCity, so yes, I'd be fully in favor of taking that as the new default |
| [01:36:52] |
<cboos> |
(still need to check that package more than a superficial look, of course) |
| [01:38:49] |
<cmlenz> |
at least it looks like it's being actively developed |
| [01:39:04] |
<cboos> |
.. and they use Trac :) |
| [01:39:24] |
<cmlenz> |
and silvercity still needs native code compilation |
| [01:39:41] |
<cboos> |
oh really? that's bad ... |
| [01:40:06] |
<cmlenz> |
IIRC |
| [01:41:46] |
<cmlenz> |
cboos: btw, I'd like to do some work on the moving wiki2html into the templates again... do you have a current patch for that? |
| [01:42:01] |
<cboos> |
cmlenz: to clarify what I said on #366: by "removing support" I meant "removing the legacy highlighters from trac.mimeview" module |
| [01:43:00] |
<cboos> |
we could have a more stuffed "contrib" folder in the future (with setuptools), where we could put all sort of "default" plugins (like the php, enscript, silvercity and pygments highlighters) |
| [01:43:16] |
<cmlenz> |
ah... I was hoping I misunderstood that that comment ;-) |
| [01:43:34] |
<cmlenz> |
sounded like strong sarcasm to me |
| [01:43:42] |
<cboos> |
sorry, no, wasn't that |
| [01:43:44] |
<cobaltsixty> |
cboos, some time ago, I ported jEdit Syntax Highlighting Package to J# in order to let me write up a Windows Live Writer (a bloggerPro-like-desktop-app) Plugin for Publishing Source Code in Blog Posts |
| [01:43:58] |
<cobaltsixty> |
cboos, i found it really neat, albeit somewhat obsolete |
| [01:44:56] |
<cobaltsixty> |
Just published my neat plugin :D |
| [01:45:32] |
<cobaltsixty> |
(the one who runs under a JVM on trac-hacks, not the .NET I just talked about) |
| [01:46:42] |
<cobaltsixty> |
cboos, if you're curious, here's the link: http://www.leal.eng.br/mnemetica/2006/08/27/announcing-lighter-for-windows-live-writer.html |
| [01:47:07] |
* |
cmlenz notices how ajax-folder-expansion would be a pretty essential feature for java projects with all those package dirs :-P |
| [01:47:11] |
* |
m_g has joined #trac |
| [01:47:39] |
<cboos> |
he, we have a C++ code base which is also pretty "deep" ;) |
| [01:48:45] |
<cobaltsixty> |
cmlenz, didn't get it, but i've been wondering in some sort of ajax indexing for trac viewing |
| [01:51:17] |
<cmlenz> |
ajax indexing? what's that? |
| [01:51:37] |
<cobaltsixty> |
s/indexing/searching/ |
| [01:52:11] |
<cobaltsixty> |
one feature for my Plugin is the hability to automagically let you write "source:" links from your running codebase |
| [01:52:56] |
<cobaltsixty> |
thus mapping a given classname (like, say, br.eng.leal.trac.Tracfier to source:/trunk/main/src/java/br/eng/leal/trac/Tracfier.java) |
| [01:53:34] |
<cobaltsixty> |
I commited it half-broken (i.e., not working), because I wrote with my work environment in mind. |
| [01:54:46] |
<matt_good> |
cmlenz: yeah, I was setting up the Vim Project plugin for a Java project today, and had forgotten how nasty it gets having all those packages and files |
| [01:58:37] |
<cmlenz> |
cobaltsixty: you could make a custom wikilinkresolver plugin for trac so that you'd just have to write "class:br.eng.leal.trac.Tracfier" in wiki comments |
| [02:00:33] |
<cobaltsixty> |
cmlenz, nice idea, but there's still a weak link: I'll still need to search over the subversion repository to locate the culprit. I'm doing it on the client-side for the first releases and them I'll attempt, ok? I'm just java-coding trac stuff, heh :) |
| [02:03:00] |
<matt_good> |
ok, I need some sleep |
| [02:04:34] |
<cobaltsixty> |
cmlenz, but thanks for the idea. I promise to take a look soon. |
| [02:05:18] |
<cmlenz> |
what do you mean you're doing it client side? auto-completion inside a textarea? |
| [02:07:08] |
<cobaltsixty> |
yes, but using a json-like backend. and let some external apps (read: greasemonkey) use it in order to decorate stack traces and other stuff |
| [02:07:31] |
* |
converter has joined #trac |
| [02:07:57] |
<cmlenz> |
what are you using for the autocompletion? |
| [02:08:35] |
<cobaltsixty> |
which perhaps leads to a question: does and if it doesn't, how could you perhaps subtle switch source browser output to let you hyperlink to an anchor on, say, line #150? |
| [02:08:51] |
<cobaltsixty> |
cmlenz, didn't get it. i didn't understand your question, sorry |
| [02:09:36] |
<cmlenz> |
the browser does let you link to a specific line |
| [02:09:39] |
<cmlenz> |
#L150 |
| [02:10:06] |
<cobaltsixty> |
Oh, thats really good |
| [02:10:34] |
<cmlenz> |
about the question... you said you were using autocompletion in textareas (at least you responded with "yes" to my question about that)... so I'm asking now what you're using to get that working, as it's obviously not a standard browser feature |
| [02:11:18] |
<cboos> |
ah, btw, cmlenz, did you look at the patches from Tim Hatch, way back, adding highlighting to the specified lines? |
| [02:11:32] |
<cobaltsixty> |
well, we use bas' email2trac and we set up log4j to mail runtime exceptions. but it gets on a very long line. we just wrote a small piece on footer.html to split it up, but you can also hyperlink lines |
| [02:11:51] |
<cmlenz> |
cboos: where was that? I think that should be trivial using jquery |
| [02:11:54] |
<cobaltsixty> |
cmlenz, not in trac, but in your app, using ajaxtags |
| [02:12:21] |
<cmlenz> |
ah ok |
| [02:12:42] |
<cboos> |
actually, the patch was adding more to the syntax: instead of just #L150, you could specify several lines, intervals ... |
| [02:13:19] |
<cobaltsixty> |
cmlenz, the key part is to write the middleware. i'd suggest to stick to a standard notation (like json) and write client-side along with this |
| [02:15:12] |
<cobaltsixty> |
cmlenz, but it seems you had "the look". What do you want to do? |
| [02:15:46] |
<cmlenz> |
hm? "the look"? :-P |
| [02:16:34] |
<cobaltsixty> |
Yes, that look when something caught under the radar. Usually, something you want to do or to know. |
| [02:16:46] |
<s0undt3ch> |
cmlenz: the only way to have <li> items side by side is to make #blah li { float: left; }? |
| [02:17:09] |
<s0undt3ch> |
following trac's way of doin' stuff |
| [02:17:20] |
<cmlenz> |
s0undt3ch: or { display: inline; } |
| [02:18:01] |
<s0undt3ch> |
hmm... ;) |
| [02:18:08] |
<cmlenz> |
cobaltsixty: well, I was thinking whether it'd be possible to do auto-completion inside trac textareas for wiki links |
| [02:18:28] |
<cmlenz> |
i.e. you type source:/ and then you get an autocomplete popup |
| [02:18:36] |
<s0undt3ch> |
cmlenz: ha ah! Thanks! |
| [02:18:46] |
<cmlenz> |
not sure I ever saw that in a web-app, though... |
| [02:18:56] |
<cobaltsixty> |
cmlenz, looks easy stuff |
| [02:19:14] |
<cobaltsixty> |
cmlenz, perhaps borrowing something from fckeditor or google complete |
| [02:20:24] |
<cobaltsixty> |
cmlenz, google told me that perhaps this URL might be interesting: http://www.ruby-forum.com/topic/74968 |
| [02:21:05] |
<s0undt3ch> |
cmlenz: that autocomplete would actually be great :) |
| [02:21:15] |
<s0undt3ch> |
trac using some ajax? :) |
| [02:21:58] |
<cmlenz> |
s0undt3ch: no, ajah ;-) http://trac.edgewall.org/changeset/3991 |
| [02:22:42] |
<s0undt3ch> |
huh, you already said ajah the other day, I though it was a typo, so is it ajax or ajah? |
| [02:24:25] |
<cobaltsixty> |
cmlenz, this one looks better. |
| [02:24:27] |
<cobaltsixty> |
http://trac.mochikit.com/wiki/AutoComplete |
| [02:24:32] |
<cmlenz> |
ajah -> Async Javascript And HTML |
| [02:24:47] |
<cobaltsixty> |
cmlenz, can i offer you a simple-yet-working-suggestion? |
| [02:25:02] |
<cboos> |
it's "ajah", so that answering the question "Does Trac do Web 2.0?" cmlenz can answer: "Ajah, naturlich" ;) |
| [02:26:05] |
<cobaltsixty> |
cmlenz, create a dhtml iframe underneath the textarea and fire up your form to render into the iframe for a wysiwyg preview, and place some buttons for inserting hyperlinks and all the stuff. looks a clever solution |
| [02:26:47] |
<cobaltsixty> |
cmlenz, i did this way (although not using wiki markup, in that case. it was done for another reason) |
| [02:27:32] |
<cmlenz> |
well, I'm not talking about WYSIWYG, and that is really more complicated with wiki formatting |
| [02:28:11] |
<cobaltsixty> |
but having a preview button might make things easier. Wordpress resorts to this while not using fck |
| [02:28:47] |
<cobaltsixty> |
perhaps using a given hotkey for firing up an inline "Include Resource" AJAX^HH dialog |
| [02:30:04] |
<cobaltsixty> |
well, need to take a nap before going to work. I need to get to work today earlier, since there's a hottie just giving subtle hints she would like to spend more time working in my room |
| [02:30:12] |
* |
frankg has joined #trac |
| [02:30:28] |
<cobaltsixty> |
well, never mind, pretend i didn't say anything, ok? :) |
| [02:36:32] |
<cmlenz> |
heh |
| [02:50:39] |
<cmlenz> |
for example, you can do: |
| [02:51:12] |
<cmlenz> |
<xi:include href="foo.html" py:with="title = 'Foo'" /> |
| [02:51:27] |
<cmlenz> |
which gives you a simple way to parameterize includes |
| [02:51:59] |
<cmlenz> |
erm |
| [02:52:03] |
<cmlenz> |
wrong channel |
| [02:57:05] |
* |
nextime has quit IRC |
| [03:15:15] |
* |
idnar has quit IRC |
| [03:15:18] |
* |
idnar_ has joined #trac |
| [03:34:28] |
* |
number5 has quit IRC |
| [03:49:30] |
<cobaltsixty> |
haha |
| [03:51:54] |
<Getty> |
is there a tag for return in the wiki? i cant do a real return cause then the table parsing brakes (|| ||) |
| [03:58:56] |
<cobaltsixty> |
[[br]]? |
| [04:05:34] |
* |
hikozaemon has quit IRC |
| [04:09:01] |
* |
lpian is now known as tahorg |
| [04:10:54] |
* |
cobaltsixty is now known as ytxistlaboc |
| [04:25:44] |
* |
_shoot^ has quit IRC |
| [04:26:05] |
* |
shoot^ has joined #trac |
| [04:48:36] |
* |
nextime has joined #trac |
| [05:15:47] |
<cboos> |
seems Trac is not the only repository browser to trigger errors in Subversion ;) |
| [05:15:49] |
<cboos> |
http://svn.collab.net/viewvc/svn/ |
| [05:16:28] |
* |
converter has quit IRC |
| [05:19:52] |
* |
jesterKing is now known as amino |
| [05:24:58] |
<asmodai> |
mmm, seems Microsoft added IE 7 to automatic updates now |
| [05:28:18] |
* |
converter has joined #trac |
| [05:42:17] |
<row> |
asmodai: is that confirmed? |
| [05:48:37] |
<asmodai> |
yes |
| [05:48:43] |
<asmodai> |
It popped up on my XP box |
| [05:49:16] |
<row> |
I see. |
| [05:49:29] |
<cmlenz> |
that was way too quick |
| [05:49:38] |
<asmodai> |
cmlenz: *nod* |
| [05:49:50] |
* |
asmodai is NOT replying to certain emails anymore. |
| [05:49:54] |
<asmodai> |
Waste of time. :) |
| [05:50:13] |
<cmlenz> |
absolutely |
| [05:50:28] |
<asmodai> |
cmlenz: So it's not just my perception? :) |
| [05:51:01] |
<cmlenz> |
well, my perception includes that you've been feeding "them" a bit too much, too ;-) |
| [05:51:04] |
* |
converter has quit IRC |
| [05:51:10] |
<asmodai> |
Aye. |
| [05:51:21] |
<asmodai> |
Call me an optimist. |
| [05:51:31] |
* |
asmodai always tries to see the good in men |
| [05:51:45] |
<cmlenz> |
heh |
| [05:51:52] |
<row> |
asmodai: odd I just did a windows update and nothing. |
| [05:52:22] |
<row> |
ah well its not important |
| [05:58:26] |
<asmodai> |
row: it was the windows update thing i my task tray |
| [06:04:37] |
<row> |
odd |
| [06:15:03] |
<asmodai> |
yea |
| [06:24:51] |
* |
_chris_ has quit IRC |
| [06:29:37] |
* |
_chris_ has joined #trac |
| [06:37:39] |
* |
lypanov has joined #trac |
| [06:37:52] |
<lypanov> |
umm |
| [06:38:25] |
<lypanov> |
is it suggested that i use postgresql rather than sqlite or is sqlite also suitable for relatively large (multi gig svn repo) repos? |
| [06:40:35] |
* |
_chris_ has quit IRC |
| [06:45:26] |
* |
k-s has left #trac |
| [06:47:32] |
<cmlenz> |
the site of the repos doesn't matter as much as how much concurrent users you expect do be handling |
| [06:47:38] |
<cmlenz> |
how many, even |
| [06:47:48] |
<lypanov> |
cmlenz: max 2 :) |
| [06:48:55] |
<cmlenz> |
then sqlite should be absolutely enough |
| [06:49:03] |
<lypanov> |
excellent. thank you cmlenz |
| [06:49:14] |
<cmlenz> |
it's pretty darn fast, actually, it just gets problems with too much concurrent write access |
| [06:51:30] |
<lypanov> |
cmlenz: subversion browser only |
| [06:51:53] |
<lypanov> |
i just assume that it chucks quite a bit of that data into a db |
| [06:51:57] |
<lypanov> |
but i guess i'm wrong? :) |
| [06:52:57] |
<cmlenz> |
no, that's right |
| [06:53:09] |
<cmlenz> |
but that shouldn't be a problem I think |
| [07:01:46] |
* |
minsu_ju has joined #trac |
| [07:01:47] |
* |
minsu_ju_ has quit IRC |
| [07:12:18] |
* |
ringard has quit IRC |
| [07:13:25] |
* |
matt_good has quit IRC |
| [07:14:06] |
* |
matt_good has joined #trac |
| [07:18:43] |
* |
milk-it has joined #trac |
| [07:27:02] |
* |
_chris_ has joined #trac |
| [07:31:15] |
* |
danbeck has joined #trac |
| [07:34:31] |
* |
Guardian has quit IRC |
| [07:38:36] |
* |
peppelor1m has joined #trac |
| [07:40:58] |
* |
Guardian has joined #trac |
| [07:50:17] |
* |
Guard has joined #trac |
| [07:52:13] |
* |
Guard has quit IRC |
| [07:52:29] |
* |
Guard has joined #trac |
| [07:54:08] |
* |
matt_good has quit IRC |
| [07:57:19] |
* |
matt_good has joined #trac |
| [07:57:50] |
* |
Marlun has quit IRC |
| [08:03:01] |
* |
converter has joined #trac |
| [08:04:00] |
* |
chandlerc has joined #trac |
| [08:05:25] |
<lypanov> |
thx again cmlenz :) |
| [08:05:29] |
<lypanov> |
gtr |
| [08:05:29] |
* |
lypanov has left #trac |
| [08:07:57] |
* |
Guardian has quit IRC |
| [08:08:20] |
* |
Guardian has joined #trac |
| [08:13:07] |
* |
Guard has quit IRC |
| [08:39:34] |
* |
flox has quit IRC |
| [08:43:13] |
* |
ralreegorganon has joined #trac |
| [08:46:03] |
* |
Hydra_ has joined #trac |
| [08:50:12] |
* |
unlord_ has joined #trac |
| [08:51:14] |
* |
cboos has quit IRC |
| [08:51:36] |
* |
jrydberg has quit IRC |
| [08:52:21] |
* |
jrydberg__ has joined #trac |
| [08:57:30] |
* |
chandlerc has quit IRC |
| [08:58:58] |
* |
otaku42 is now known as otaku42_away |
| [09:01:06] |
* |
unlord has quit IRC |
| [09:05:51] |
* |
neddy has joined #trac |
| [09:09:51] |
* |
xjjk has joined #trac |
| [09:10:08] |
* |
agile has quit IRC |
| [09:11:04] |
* |
tic has left #trac |
| [09:14:57] |
* |
ringard has joined #trac |
| [09:15:33] |
<ringard> |
i'm willing to pay someone if they can configure trac on my server... any takers? |
| [09:25:54] |
* |
shoot^ has quit IRC |
| [09:34:59] |
* |
Blackhex has joined #trac |
| [09:37:06] |
<blurfle> |
ringard: what is giving you trouble, ringard ? |
| [09:37:32] |
<ringard> |
here is the background on the issue |
| [09:37:39] |
<ringard> |
i have a new ded server |
| [09:37:59] |
<ringard> |
many domains will be hosted on it so everything is a vhost on the server |
| [09:38:10] |
<ringard> |
the server uses plesk |
| [09:38:38] |
<ringard> |
i have created a subdomain for one of the domains on the server, trac.domain.tld |
| [09:38:59] |
<ringard> |
i'm trying to export the trac service to that subdomain |
| [09:39:01] |
* |
Andros has joined #trac |
| [09:39:45] |
* |
Blackhex has quit IRC |
| [09:39:52] |
<Andros> |
hello, i have got a question - can i delete tickets or only close as invalid? |
| [09:39:53] |
<ringard> |
i've created a chost.conf file (which the main conf file imports so i don't mes up plesk) |
| [09:39:54] |
* |
Blackhex has joined #trac |
| [09:40:14] |
<ringard> |
and have added what i thought woudl make the service export, but, it doesn't work |
| [09:40:25] |
<cmlenz> |
Andros: you can delete them from trac-admin, or install the TicketDelete plugin (available from trac-hacks.org) |
| [09:41:07] |
<Andros> |
cmlenz: and from WebAdmin can i do that too? |
| [09:41:24] |
<cmlenz> |
not out of the box, TicketDelete integrates with WebAdmin |
| [09:42:28] |
* |
mad_lord has joined #trac |
| [09:42:35] |
<Andros> |
hm, thanks |
| [09:43:13] |
<cmlenz> |
it's nice... try it, you'll probably like it... you can delete whole tickets, or revert individual changes, either from the ticket page directly, or through web-admin |
| [09:43:22] |
<mad_lord> |
hi |
| [09:43:47] |
<mad_lord> |
why this occurs: |
| [09:43:56] |
<mad_lord> |
svn co http://trac-hacks.org/svn/combinewikiplugin/ |
| [09:44:03] |
<mad_lord> |
svn: Unrecognized URL scheme for 'http://trac-hacks.org/svn/combinewikiplugin' |
| [09:44:17] |
<mad_lord> |
maybe something wrong w/ me? |
| [09:44:29] |
<Andros> |
ok, thank you very much |
| [09:44:31] |
<Andros> |
bye |
| [09:44:34] |
* |
Andros has left #trac |
| [09:45:03] |
<cmlenz> |
mad_lord: probably you svn client missing the ability to connect to dav sites... compiled without the neon libs or sth |
| [09:45:10] |
<cmlenz> |
(I didn't even know you could do that) |
| [09:45:12] |
<mad_lord> |
or |
| [09:45:16] |
<mad_lord> |
hum |
| [09:45:44] |
<mad_lord> |
yes, i think i've not compiled this support |
| [09:46:51] |
* |
Blackhex has left #trac |
| [09:47:49] |
<blurfle> |
ringard: what if you started with a normal html page instead of trac at that vhost? |
| [09:48:16] |
<ringard> |
just to test if it is showing up? |
| [09:48:22] |
<blurfle> |
right |
| [09:48:39] |
* |
Guardian has quit IRC |
| [09:48:50] |
<ringard> |
i thought of that after i posted the above, and it doesn't show up |
| [09:48:59] |
<ringard> |
server time ou |
| [09:49:01] |
<ringard> |
out |
| [09:49:17] |
<blurfle> |
what ip does your subdomain point to? is it the same as your physical server? |
| [09:49:30] |
<blurfle> |
's external IP * |
| [09:49:42] |
<ringard> |
plesk made it point to an internal ip |
| [09:49:49] |
<ringard> |
that seemed rather odd to me |
| [09:49:58] |
<blurfle> |
ah, not familiar with plesk |
| [09:50:03] |
<ringard> |
nor i |
| [09:50:49] |
<blurfle> |
did trac work without plesk/vhost, say, a bare install? |
| [09:51:11] |
<ringard> |
this server must use vhosts |
| [09:51:22] |
<ringard> |
i have thoguht about dropping plesk thoguh |
| [09:51:29] |
<ringard> |
it only serves to anger me |
| [09:53:38] |
<blurfle> |
you're on your own with plesk, but if you want vhosts through apache, one way to do it is to have the trac.domain.tld point to your physical server. |
| [09:54:21] |
<ringard> |
how would i do that? |
| [09:55:26] |
<blurfle> |
personally, I like name-based hosts, but assuming you're using apache 2.x, http://httpd.apache.org/docs/2.0/vhosts/examples.html |
| [09:56:15] |
* |
agile has joined #trac |
| [09:58:26] |
* |
Marlun has joined #trac |
| [10:10:47] |
<blurfle> |
does anyone know how to back up a trac blog? |
| [10:11:24] |
<mad_lord> |
guys, after installing a plugin w/ webadmin, it returns me the error 13: Permission denied: '/root/.python-eggs' |
| [10:11:55] |
<mad_lord> |
for now, the system is down |
| [10:13:58] |
* |
chandlerc has joined #trac |
| [10:21:03] |
* |
milk-it has quit IRC |
| [10:26:20] |
* |
milk-it has joined #trac |
| [10:32:21] |
<mad_lord> |
hey |
| [10:32:50] |
<mad_lord> |
have a fix to this ticket: http://trac-hacks.org/ticket/815 |
| [10:35:48] |
<prologic> |
hey guys |
| [10:35:58] |
<prologic> |
is there any way of creating a Table of Contents from a SubWiki ? |
| [10:36:17] |
<prologic> |
ie, retrieve the list of pages from a subwiki (withput having to explicetly specify every one) |
| [10:36:38] |
<prologic> |
I know you can do [[TOC(page1, page2, etc)]] - but that can be time consuming |
| [10:36:59] |
* |
chandlerc has quit IRC |
| [10:37:09] |
<matt_good> |
prologic: check the MacroBazaar page and trac-hacks.org |
| [10:37:19] |
<matt_good> |
if not you could write another macro |
| [10:37:37] |
<prologic> |
hehe thanks matt :) |
| [10:37:45] |
<prologic> |
I'll check MacroBazaar again |
| [10:37:49] |
<prologic> |
is it even maintained/active ? |
| [10:38:06] |
<prologic> |
if it doesn't exist, I'll just modify the SubWIki maro to have a toc option |
| [10:38:16] |
<prologic> |
and a style option (toc, chapters) |
| [10:54:18] |
* |
m_g has quit IRC |
| [10:56:59] |
* |
Guardian has joined #trac |
| [11:01:35] |
<coderanger> |
prologic: Not yet |
| [11:01:45] |
<coderanger> |
prologic: "feel free" ;-) |
| [11:02:04] |
<coderanger> |
I need to essentially rework TOC from scratch |
| [11:10:45] |
* |
chandlerc has joined #trac |
| [11:13:06] |
* |
cmlenz has quit IRC |
| [11:23:48] |
<prologic> |
coderanger, ahh you intend to do this ? |
| [11:23:57] |
<coderanger> |
at some point |
| [11:24:00] |
<prologic> |
I mean shall I wait or modify SubWiki in the interim :) |
| [11:24:18] |
<coderanger> |
i wouldnt wait ;-) |
| [11:24:22] |
* |
m_g has joined #trac |
| [11:24:26] |
<prologic> |
ok |
| [11:24:28] |
<prologic> |
nps! |
| [11:32:10] |
* |
peppelor1m has quit IRC |
| [11:40:13] |
* |
cmlenz has joined #trac |
| [11:44:38] |
* |
y0gi636 has joined #trac |
| [11:44:48] |
<y0gi636> |
type /msg NickServ IDENTIFY qwe123 |
| [11:44:53] |
<y0gi636> |
oops |
| [11:45:52] |
<imajes> |
... |
| [12:02:16] |
* |
chandlerc has quit IRC |
| [12:15:53] |
* |
chandlerc has joined #trac |
| [12:20:32] |
* |
shoot^ has joined #trac |
| [12:28:25] |
<shoot^> |
Repository checkins event provider (ChangesetModule) failed: |
| [12:28:25] |
<shoot^> |
TracError: Unsupported version control system "svn" |
| [12:28:30] |
<shoot^> |
any ideas guys? :S |
| [12:38:27] |
* |
hacim has joined #trac |
| [12:38:39] |
<hacim> |
how can I delete a range of tickets? spam is getting me down |
| [12:59:19] |
* |
neddy has quit IRC |
| [13:01:11] |
* |
cmlenz has quit IRC |
| [13:04:09] |
* |
neddy has joined #trac |
| [13:12:07] |
* |
matt_good has quit IRC |
| [13:16:02] |
* |
kop has joined #trac |
| [13:30:36] |
* |
matt_good has joined #trac |
| [13:31:29] |
* |
peppelorum has quit IRC |
| [13:32:49] |
* |
mad_lord has left #trac |
| [13:36:15] |
* |
jborg has joined #trac |
| [13:43:24] |
* |
hotte has joined #trac |
| [13:48:24] |
* |
sineer has joined #trac |
| [13:48:26] |
<sineer> |
hi |
| [13:50:41] |
<cypromis> |
lo |
| [13:52:49] |
* |
honnybears has joined #trac |
| [13:53:17] |
* |
honnybears has left #trac |
| [13:53:37] |
* |
buu has joined #trac |
| [13:53:40] |
<buu> |
Hello! |
| [13:55:25] |
<buu> |
I'm desperately trying to make trac work via mod_python, but "It doesn't work". mod_python is loading correctly, I've changed LogLevel to debug, but there's still nothing but the standard 404 in my error log when I try to access it |
| [13:59:54] |
<matt_good> |
buu: pastebin the relevant part of your Apache config |
| [13:59:54] |
<matt_good> |
lisppaste5: help |
| [13:59:54] |
<matt_good> |
lisppaste5: url |
| [13:59:54] |
* |
matt_good has quit IRC |
| [14:00:38] |
<lisppaste5> |
To use the lisppaste bot, visit http://paste.lisp.org/new/trac and enter your paste. |
| [14:00:38] |
<lisppaste5> |
To use the lisppaste bot, visit http://paste.lisp.org/new/trac and enter your paste. |
| [14:00:54] |
* |
sgorilla1 has joined #trac |
| [14:01:32] |
* |
hacim has left #trac |
| [14:02:58] |
<buu> |
malept: Well, at the moment I'm just doing: http://erxz.com/pb/3835 |
| [14:03:45] |
* |
matt_good has joined #trac |
| [14:03:52] |
<buu> |
er |
| [14:04:02] |
<buu> |
matt_good: See above. But that just gives me a standard 404 |
| [14:04:13] |
<buu> |
matt_good: I've tried the snippet from the wiki for actual trac, no change. |
| [14:05:23] |
<buu> |
Hrm, wait a sec. |
| [14:05:27] |
<buu> |
I'm seeing the problem here. |
| [14:07:01] |
<matt_good> |
buu: that paste is just the mod_python.testhandler, which doesn't help in debugging what's wrong |
| [14:07:31] |
<sgorilla1> |
im going to try out ircii |
| [14:08:02] |
* |
milk-it has quit IRC |
| [14:11:52] |
* |
Guard has joined #trac |
| [14:13:29] |
* |
jborg has quit IRC |
| [14:13:46] |
* |
kbroderick has joined #trac |
| [14:14:46] |
<buu> |
matt_good: Apparently mod_python only runs in apache2. Or something. I switched to fastcgi |
| [14:19:55] |
<matt_good> |
there are versions of mod_python for Apache 1.x, but they're too old for Trac |
| [14:19:55] |
<matt_good> |
fastcgi is good though |
| [14:19:55] |
<matt_good> |
it's my personal preference |
| [14:21:03] |
<buu> |
yeah |
| [14:21:07] |
<buu> |
Ok, so, next up: Unsupported version control system "svn" |
| [14:21:12] |
<buu> |
Python bindings? |
| [14:28:29] |
* |
Guardian has quit IRC |
| [14:30:58] |
* |
nextime has quit IRC |
| [14:31:00] |
<matt_good> |
yeah, that usually means they're not installed |
| [14:45:50] |
* |
nextime has joined #trac |
| [15:01:56] |
* |
Guard is now known as Guardian |
| [15:02:33] |
* |
_chris_ has quit IRC |
| [15:08:27] |
* |
danbeck has quit IRC |
| [15:15:41] |
<shoot^> |
anyone here know if its possible to add the python bindings to an existing subversion install? if so, how? |
| [15:18:19] |
* |
sam` has quit IRC |
| [15:18:24] |
* |
sam` has joined #trac |
| [ |