| [00:45:18] |
* |
otaku42_away is now known as otaku42 |
| [01:01:18] |
* |
cmlenz has quit IRC |
| [01:11:36] |
* |
tkp has joined #trac |
| [01:11:56] |
* |
tkp has quit IRC |
| [01:12:57] |
* |
tkp has joined #trac |
| [01:26:32] |
* |
cmlenz has joined #trac |
| [01:31:08] |
* |
m_g has joined #trac |
| [01:41:44] |
* |
number5 has joined #trac |
| [01:59:31] |
* |
imajes has quit IRC |
| [02:07:52] |
* |
s0undt3ch_ has joined #trac |
| [02:12:25] |
* |
number5 has quit IRC |
| [02:12:39] |
* |
matt_good has quit IRC |
| [02:21:12] |
* |
number5 has joined #trac |
| [02:23:39] |
* |
number5 has quit IRC |
| [02:24:20] |
* |
number5 has joined #trac |
| [02:25:42] |
* |
s0undt3ch has quit IRC |
| [02:25:42] |
* |
s0undt3ch_ is now known as s0undt3ch |
| [02:37:56] |
* |
imajes has joined #trac |
| [02:51:06] |
* |
l0wkey has quit IRC |
| [03:04:38] |
* |
appel[1] has joined #trac |
| [03:06:05] |
* |
hikozaemon has quit IRC |
| [03:06:45] |
<alect> |
evening |
| [03:06:58] |
<otaku42> |
hi alect |
| [03:10:34] |
<alect> |
hey otaku |
| [03:10:49] |
* |
vanderkerkoff has joined #trac |
| [03:10:58] |
<vanderkerkoff> |
Hello everyone |
| [03:11:10] |
* |
gans20|malchik has joined #trac |
| [03:11:14] |
<gans20|malchik> |
Hi there |
| [03:11:21] |
<vanderkerkoff> |
I can't seem to write a sql query properly, whats wrong with something like this |
| [03:11:49] |
<vanderkerkoff> |
select * from ticket where cc like '%$USER%' |
| [03:12:02] |
<vanderkerkoff> |
trac thorws a wobbly at the $ sign |
| [03:12:35] |
<vanderkerkoff> |
cc = '$USER' works fine |
| [03:13:28] |
<gans20|malchik> |
Is there any plugins that allow to comment or rate each page ? Like in MSDN, each page have its rating |
| [03:14:06] |
<gans20|malchik> |
for trac 0.10 |
| [03:19:36] |
<vanderkerkoff> |
gans20|malchik., so people can see the most used pages as they browse the site? |
| [03:19:42] |
<vanderkerkoff> |
not for admin I mean |
| [03:20:39] |
<gans20|malchik> |
vanderkerkoff, no... for page discussion mostly... well, what are you talking about is interesting too... do you know such plugin? :) |
| [03:20:53] |
<vanderkerkoff> |
I"m trying to work out what you want really. |
| [03:21:03] |
<vanderkerkoff> |
for page discussion? |
| [03:21:27] |
<vanderkerkoff> |
do you mean to work out what pages are crap and should be taken off? |
| [03:21:49] |
<vanderkerkoff> |
sorry, crap is wrong, not poplaur or not linked to properly |
| [03:21:52] |
<vanderkerkoff> |
:-) |
| [03:22:41] |
<alect> |
the tags plugin might be useful |
| [03:22:56] |
<gans20|malchik> |
vanderkerkoff, well... sort of... let me give an example |
| [03:22:59] |
<alect> |
but the tags are arbitrary, so it might not be that useful |
| [03:23:43] |
<gans20|malchik> |
http://msdn.microsoft.com/theshow/episode.aspx?xml=theshow/en/episode059/manifest.xml |
| [03:23:48] |
<gans20|malchik> |
see that How would you rate the quality of this content? |
| [03:23:56] |
<gans20|malchik> |
"How would you rate the quality of this content?" |
| [03:24:05] |
<gans20|malchik> |
in the bottom of the page |
| [03:24:24] |
<alect> |
nope |
| [03:24:35] |
<vanderkerkoff> |
nor me |
| [03:24:40] |
<alect> |
presumably you have to be logged in |
| [03:25:01] |
<vanderkerkoff> |
gans20|malchik, I think I know what you mean though |
| [03:25:03] |
<gans20|malchik> |
guest accounts may work here |
| [03:25:26] |
<gans20|malchik> |
well.. I think that might be good plugin though |
| [03:25:44] |
<vanderkerkoff> |
so is it like alittle form in the footer? |
| [03:25:50] |
<vanderkerkoff> |
Rate this page? |
| [03:25:56] |
<gans20|malchik> |
yes |
| [03:26:09] |
<vanderkerkoff> |
pull the id from the url, have a textarea, and send it into the dbase |
| [03:26:24] |
<vanderkerkoff> |
list all quotes next to the Rate this page link |
| [03:26:26] |
<vanderkerkoff> |
in the footer |
| [03:26:29] |
<vanderkerkoff> |
hmm |
| [03:27:07] |
<vanderkerkoff> |
almost like a blog comments app |
| [03:27:24] |
<gans20|malchik> |
yeah, sort of |
| [03:27:26] |
<vanderkerkoff> |
with some maths innit |
| [03:27:33] |
<vanderkerkoff> |
to calculate an average score |
| [03:27:39] |
<gans20|malchik> |
I think that might be a goo form of Feedback |
| [03:27:46] |
<gans20|malchik> |
s/goo/good |
| [03:28:21] |
<vanderkerkoff> |
alect, what is wrong with this perfectly legitamte sql query in the trac environment |
| [03:28:38] |
<vanderkerkoff> |
select * form somewhere where cc like '%$VARIABLE%'; |
| [03:29:10] |
<vanderkerkoff> |
trac is not turning $VARIABLE into it's value |
| [03:30:32] |
<vanderkerkoff> |
cc = '$USER' works fine, trac resolves that into the logged in users name |
| [03:30:56] |
<vanderkerkoff> |
but if you have more than one person in the cc list, how do I write a cc like query in trac? |
| [03:36:14] |
* |
number5 has quit IRC |
| [03:36:21] |
* |
Semhirage has quit IRC |
| [03:37:15] |
* |
Semhirage has joined #trac |
| [03:37:55] |
<vanderkerkoff> |
I"m going to come at this from a different angle |
| [03:38:34] |
<vanderkerkoff> |
I can create a custom query to output what I want. Is there a way of looking at the sql query created in the custome query and using it to create a report? |
| [03:52:45] |
<gans20|malchik> |
trac guide says that in order to install a macro I should put file <macro>.py to projenv/wiki-macros directory |
| [03:53:08] |
<gans20|malchik> |
I've downloaded TOC macro. but there is no <macro>.py files for trac 0.10 |
| [03:53:18] |
<gans20|malchik> |
only setup.py |
| [03:53:26] |
<gans20|malchik> |
what should I do with it? |
| [03:55:18] |
* |
stevo_inc has quit IRC |
| [04:07:02] |
<gans20|malchik> |
nm, got it |
| [04:15:00] |
* |
nextime has quit IRC |
| [04:29:55] |
* |
jesterKing is now known as amino |
| [04:43:39] |
* |
tkp has quit IRC |
| [05:02:37] |
* |
kelmo has joined #trac |
| [05:05:55] |
<vanderkerkoff> |
Found some stuff on the Nabble Trac forum about this issue of using like in a sql query |
| [05:06:12] |
<vanderkerkoff> |
http://www.nabble.com/-Trac--Using-SQL-LIKE-in-report-queries-tf2358027.html#a7028625 |
| [05:06:33] |
<vanderkerkoff> |
it still doesnt answer the question of how you put a variable into the query though |
| [05:06:51] |
<alect> |
tried double %? %%$USER%%? |
| [05:07:09] |
* |
tkp has joined #trac |
| [05:07:22] |
<vanderkerkoff> |
like this, cc LIKE '%%$USER%%' ? |
| [05:07:27] |
<alect> |
yes |
| [05:07:30] |
<vanderkerkoff> |
yes |
| [05:07:33] |
<vanderkerkoff> |
it didn't work |
| [05:07:48] |
<vanderkerkoff> |
i've posted to that item, can you see my post alect? |
| [05:08:01] |
<vanderkerkoff> |
nabble told me I wasnt allowed to post, but I can see the repsonse |
| [05:08:51] |
<vanderkerkoff> |
ok, just retried posting after joining the list, that helped :-) |
| [05:09:31] |
* |
ilowe_ has joined #trac |
| [05:09:39] |
* |
ilowe_ is now known as ilowe |
| [05:15:23] |
* |
zarrelli has joined #trac |
| [05:16:49] |
<zarrelli> |
I have a problem I explained in this ticket http://trac.edgewall.org/ticket/3999 but I don't undestrand the explanation I was given |
| [05:17:04] |
<zarrelli> |
May someone point me out a solution? |
| [05:17:45] |
<zarrelli> |
Obviously, "Hi" |
| [05:19:50] |
<vanderkerkoff> |
hmm. your bindings are more recent than the subversion libraries used by apache |
| [05:20:08] |
<vanderkerkoff> |
what bindings are they referring to zarrelli? |
| [05:20:37] |
<vanderkerkoff> |
this might work for you, I know less than you do, so by asking really stupid questions we might get a solution |
| [05:20:47] |
<vanderkerkoff> |
it's how I make my living |
| [05:20:49] |
<vanderkerkoff> |
;-) |
| [05:26:04] |
<gans20|malchik> |
what plugin/macro produces the output like in http://madwifi.org/wiki "Latest News" ? |
| [05:39:28] |
* |
converter has joined #trac |
| [05:39:42] |
* |
gtodd has quit IRC |
| [05:53:25] |
* |
agile has quit IRC |
| [06:01:59] |
<zarrelli> |
vander: I have no idea |
| [06:08:35] |
<vanderkerkoff> |
nor me, now wer'e f*cked |
| [06:15:26] |
<zarrelli> |
bah! |
| [06:15:29] |
<zarrelli> |
Tnx anyway |
| [06:29:31] |
* |
unlord_ has joined #trac |
| [06:40:13] |
* |
unlord has quit IRC |
| [06:40:31] |
* |
agile has joined #trac |
| [06:43:09] |
* |
zarrelli has quit IRC |
| [06:45:32] |
* |
vanderkerkoff has left #trac |
| [06:52:14] |
* |
Broofa has joined #trac |
| [07:01:44] |
* |
gans20|malchik has quit IRC |
| [07:05:00] |
* |
boorad has joined #trac |
| [07:08:59] |
* |
megabassjosh has quit IRC |
| [07:09:23] |
* |
CosmicRay has joined #trac |
| [07:25:40] |
* |
danbeck has joined #trac |
| [07:27:14] |
<otaku42> |
hmm... i have a plugin that implements IRequestFilter. in post_process_request it adds a variable to the hdf, having html tags as value (for example: "<h1>test</h1>". |
| [07:28:50] |
* |
divya has quit IRC |
| [07:28:50] |
<otaku42> |
in a template i want to print the content of that variable, which essentially works (<?cs var:my.variable ?>). however, the html tags are escaped, < is replaced with < for example. |
| [07:29:31] |
<otaku42> |
i wonder where the "translation" takes place. any hint appreciated (i'm working with trac 0.10, by the way) |
| [07:31:34] |
<cmlenz> |
otaku42: look at trac.util.html |
| [07:33:52] |
<otaku42> |
it seems that the escaping takes place when saving the value to the hdf like this: req.hdf['my.variable'] = '<h1>test</h1>' |
| [07:38:03] |
<otaku42> |
ah, issue solved :) the solution was to use req.hdf.setValue('my.variable', value) instead of req.hdf['my.variable'] = value |
| [07:44:36] |
* |
kelmo has quit IRC |
| [07:49:21] |
* |
gans20|malchik has joined #trac |
| [08:01:35] |
* |
cmlenz_ has joined #trac |
| [08:09:41] |
* |
cmlenz has quit IRC |
| [08:11:05] |
* |
chandlerc has joined #trac |
| [08:11:13] |
* |
number5 has joined #trac |
| [08:11:40] |
* |
uriel has left #trac |
| [08:11:48] |
* |
imajes has quit IRC |
| [08:12:46] |
* |
imajes has joined #trac |
| [08:21:43] |
* |
s0undt3ch_ has joined #trac |
| [08:33:16] |
* |
_chris_ has joined #trac |
| [08:34:21] |
<_chris_> |
anyone using the trac-post-commit-hook, and if so what is your trac.db database_version? for me i'm at database_version 19, which is a lot larger than 7 (which is what trac-post-commit-hook seems to be written for) |
| [08:37:21] |
* |
puggy has quit IRC |
| [08:38:48] |
* |
Broofa has left #trac |
| [08:39:57] |
* |
s0undt3ch has quit IRC |
| [08:39:58] |
* |
s0undt3ch_ is now known as s0undt3ch |
| [08:40:22] |
<coderanger> |
_chris_: Do you have the most recent version of the script? |
| [08:41:02] |
<_chris_> |
i think so - i'm look at r920 on trac's trac "Browse Source" and it appears to look for database_version 7 as well |
| [08:42:14] |
<coderanger> |
r920 is pretty ancient |
| [08:42:28] |
<coderanger> |
r3743 is the current version of that file |
| [08:42:36] |
* |
omry has quit IRC |
| [08:43:42] |
<_chris_> |
coderanger: that's odd.. let me check again |
| [08:43:51] |
<coderanger> |
http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook |
| [08:44:05] |
<_chris_> |
bah |
| [08:44:06] |
<_chris_> |
yup |
| [08:44:13] |
<_chris_> |
i had a ?rev=920 on the end of my URL |
| [08:44:14] |
<_chris_> |
my bad |
| [08:44:18] |
<_chris_> |
i'll bet that's my problem |
| [08:44:23] |
<_chris_> |
i'm running an ancient hook script |
| [08:44:24] |
<coderanger> |
Yep |
| [08:44:27] |
<_chris_> |
thanks for the pointer |
| [08:45:00] |
* |
otaku42 is now known as otaku42_away |
| [08:48:33] |
* |
chandlerc has quit IRC |
| [08:51:49] |
* |
chandlerc has joined #trac |
| [08:52:50] |
<prologic> |
If I have two svn repos, can you have files in repo B that are versioned and maintained, but a copy in repo A ? |
| [08:55:47] |
* |
em-dash has joined #trac |
| [09:02:31] |
* |
gans20|malchik has quit IRC |
| [09:06:04] |
* |
coderanger_ has joined #trac |
| [09:10:04] |
<blurfle> |
prologic: chmod 444 ? |
| [09:10:27] |
* |
sgorilla78 has joined #trac |
| [09:11:03] |
* |
nextime has joined #trac |
| [09:12:44] |
* |
SyntaxNinja has joined #trac |
| [09:13:12] |
<SyntaxNinja> |
I put a [[PageOutline]] on a ticket, and it gave me the page outline for the very front page of my wiki. Known bug? :) |
| [09:17:45] |
* |
chandlerc has quit IRC |
| [09:18:36] |
* |
mfuchs has joined #trac |
| [09:23:30] |
<coderanger_> |
SyntaxNinja: In that is only works on wiki pages, yes |
| [09:28:47] |
* |
neddy has joined #trac |
| [09:36:09] |
<SyntaxNinja> |
thanks |
| [09:36:57] |
* |
rsalveti has joined #trac |
| [09:51:17] |
* |
Broofa has joined #trac |
| [09:58:48] |
* |
omry has joined #trac |
| [10:05:04] |
* |
nextime has quit IRC |
| [10:07:06] |
* |
nextime has joined #trac |
| [10:09:04] |
* |
designdream has joined #trac |
| [10:09:56] |
<designdream> |
i currently AuthType Basic the wiki ... anyone know how i could open up /timeline to public? |
| [10:10:37] |
<coderanger_> |
Just put auth on the /login path |
| [10:10:54] |
<designdream> |
coderanger_: but that would make wiki open to public? |
| [10:10:56] |
<coderanger_> |
Then you can control it through trac permissions |
| [10:11:06] |
<coderanger_> |
just remove all the WIKI_* permissions from anonymous |
| [10:11:07] |
<designdream> |
oh wait! not if i config thru trac! |
| [10:11:12] |
<designdream> |
thanks |
| [10:11:18] |
<designdream> |
i am an idiot |
| [10:16:56] |
* |
chandlerc has joined #trac |
| [10:18:47] |
* |
omry has quit IRC |
| [10:19:35] |
* |
omry has joined #trac |
| [10:24:13] |
* |
omry has quit IRC |
| [10:25:00] |
* |
omry has joined #trac |
| [10:30:06] |
* |
omry has quit IRC |
| [10:33:48] |
* |
omry has joined #trac |
| [10:40:32] |
* |
omry has quit IRC |
| [10:41:24] |
* |
omry has joined #trac |
| [10:44:14] |
* |
omry has quit IRC |
| [10:44:26] |
* |
chandlerc has quit IRC |
| [10:45:14] |
* |
omry has joined #trac |
| [10:46:09] |
* |
chandlerc has joined #trac |
| [10:48:16] |
* |
coderanger_ has quit IRC |
| [11:01:34] |
* |
coderanger_ has joined #trac |
| [11:01:40] |
* |
imajes has quit IRC |
| [11:09:05] |
* |
imajes has joined #trac |
| [11:13:39] |
* |
chandlerc has quit IRC |
| [11:14:45] |
* |
SyntaxNinja has quit IRC |
| [11:23:02] |
* |
datallah has joined #trac |
| [11:23:28] |
* |
chandlerc has joined #trac |
| [11:23:33] |
* |
mfuchs has quit IRC |
| [11:23:57] |
* |
omry has quit IRC |
| [11:24:27] |
<datallah> |
hi. I'm having problems submitting a bug ticket against Trac - it keeps getting rejected by the spam filter. |
| [11:24:48] |
* |
omry has joined #trac |
| [11:25:57] |
* |
ph8 has joined #trac |
| [11:25:59] |
<ph8> |
hi guys! |
| [11:26:21] |
<ph8> |
I'm a complete trac noob :o and i've just installed it and used trac-admin ./env initenv to initialise my environment - where do i find the files to put in my webroot now? |
| [11:26:39] |
<misc> |
ph8: you need to use mod_python r the cgi |
| [11:27:07] |
<ph8> |
i've got mod_python loaded |
| [11:27:09] |
<ph8> |
but where are the files? |
| [11:27:20] |
<ph8> |
(for trac itself) |
| [11:27:34] |
<cmlenz_> |
ph8: this stuff is documented |
| [11:27:39] |
<cmlenz_> |
TracModPython |
| [11:27:41] |
<misc> |
well, in /usr/lib/ , but mod_ython take care of this |
| [11:28:06] |
<ph8> |
i just set the pythonhandler on ./dev? |
| [11:28:08] |
<ph8> |
* ./env |
| [11:28:19] |
<ph8> |
i.e. i put all of ./env in my webroot? |
| [11:28:36] |
<coderanger_> |
cmlenz_: I tip my hat to you for putting up with the spam-related whining so well |
| [11:29:05] |
<cmlenz_> |
heh |
| [11:29:07] |
<cmlenz_> |
gotta go now |
| [11:29:10] |
* |
cmlenz_ has quit IRC |
| [11:29:18] |
<coderanger_> |
ph8: Nothing goes in the webroot |
| [11:29:40] |
* |
omry has joined #trac |
| [11:29:59] |
<coderanger_> |
You just tell mod_python to handler a <Location> and give it the Trac m_p entry module |
| [11:30:56] |
<ph8> |
i see |
| [11:31:03] |
<ph8> |
the location being the initiated environment? |
| [11:32:29] |
<coderanger_> |
No, the location is somewhere in URL land |
| [11:33:24] |
* |
omry has quit IRC |
| [11:34:15] |
* |
omry has joined #trac |
| [11:36:15] |
* |
mfuchs has joined #trac |
| [11:39:11] |
<ph8> |
sorry for the bad form, but i just don't know what's wrong with this: |
| [11:39:11] |
<ph8> |
<Location /home/henri/html/trac.site.net/public_html> |
| [11:39:11] |
<ph8> |
SetHandler mod_python |
| [11:39:11] |
<ph8> |
PythonHandler trac.web.modpython_frontend |
| [11:39:11] |
<ph8> |
PythonOption TracEnv /home/henri/html/trac.site.net/env |
| [11:39:11] |
<ph8> |
PythonOption TracUriRoot /home/henri/html/trac.site.net/env |
| [11:39:13] |
<ph8> |
</Location> |
| [11:39:59] |
<coderanger_> |
the <Location> is a URL path |
| [11:40:04] |
<coderanger_> |
like <Location /trac> |
| [11:40:30] |
<ph8> |
so it needs to go in a virtualhost directive |
| [11:40:38] |
<ph8> |
gah i'm doing some really funky virtual host stuff |
| [11:40:42] |
<ph8> |
thanks |
| [11:40:49] |
<coderanger_> |
Well it doenst need to be |
| [11:40:55] |
<coderanger_> |
only if you want to use vhosting |
| [11:42:04] |
* |
omry has quit IRC |
| [11:42:32] |
* |
datallah has left #trac |
| [11:50:03] |
* |
omry has joined #trac |
| [11:52:36] |
* |
mfuchs has quit IRC |
| [11:52:51] |
* |
lmnop has joined #trac |
| [11:53:39] |
* |
m_g has quit IRC |
| [12:23:36] |
* |
chandlerc has quit IRC |
| [12:36:22] |
* |
xjjk has joined #trac |
| [12:40:02] |
* |
em-dash has quit IRC |
| [12:42:01] |
* |
rsalveti has quit IRC |
| [13:06:00] |
* |
elehack|work has joined #trac |
| [13:06:12] |
* |
designdr1am has joined #trac |
| [13:07:47] |
* |
m_g has joined #trac |
| [13:13:50] |
* |
mrak has joined #trac |
| [13:13:53] |
<mrak> |
hi people |
| [13:14:12] |
<mrak> |
could anyone help me with setting up trac on mod_python |
| [13:14:24] |
<mrak> |
everything is basically working except that css/images seem to be handled by mod_python |
| [13:17:31] |
* |
designdream has quit IRC |
| [13:23:27] |
* |
otavio has joined #trac |
| [13:23:45] |
<otavio> |
Does anybody knows what's happening? http://projetos.ossystems.com.br/jeguepanel/roadmap |
| [13:23:56] |
* |
coderanger_ has quit IRC |
| [13:27:42] |
* |
CosmicRay has quit IRC |
| [13:27:52] |
* |
peach has quit IRC |
| [13:31:24] |
* |
michele_ has joined #trac |
| [13:41:24] |
* |
jtoy has joined #trac |
| [13:41:30] |
<jtoy> |
is there a way to check in trac/svn for the first appearance of a piece of code? |
| [13:54:49] |
* |
em-dash has joined #trac |
| [14:00:25] |
* |
mrak has quit IRC |
| [14:06:13] |
* |
matt_good has joined #trac |
| [14:07:15] |
* |
otavio has left #trac |
| [14:43:11] |
* |
brucec has joined #trac |
| [14:43:54] |
* |
brucec has left #trac |
| [14:44:20] |
* |
py__ has joined #trac |
| [14:45:07] |
* |
brucec has joined #trac |
| [14:45:40] |
* |
_chris_ has quit IRC |
| [14:46:46] |
* |
py_ has quit IRC |
| [15:00:40] |
* |
mario__ has joined #trac |
| [15:01:02] |
<mario__> |
hi, greetings from Chile! |
| [15:01:21] |
* |
agile has quit IRC |
| [15:01:53] |
<mario__> |
is there a way to disable anonymous users? |
| [15:02:32] |
<mario__> |
I'd like to keep the "Browse Source" in private. To authenticated users only |
| [15:06:34] |
* |
mario__ has left #trac |
| [15:09:35] |
* |
boorad has quit IRC |
| [15:10:44] |
* |
dju` has joined #trac |
| [15:16:45] |
* |
jtoy has quit IRC |
| [15:25:40] |
* |
michele_ has quit IRC |
| [15:34:43] |
* |
_chris_ has joined #trac |
| [15:43:53] |
* |
ilowe has quit IRC |
| [15:55:29] |
* |
danbeck has quit IRC |
| [16:52:15] |
* |
m_g has quit IRC |
| [17:09:00] |
* |
elehack|work has quit IRC |
| [17:13:28] |
* |
neddy has quit IRC |
| [17:21:57] |
<alect> |
hello |
| [17:22:08] |
<matt_good> |
alect! |
| [17:22:17] |
<matt_good> |
how's it going? |
| [17:22:20] |
<alect> |
hey matt |
| [17:22:30] |
<alect> |
good good. weekend, so even better :) |
| [17:22:31] |
<alect> |
you? |
| [17:22:48] |
<matt_good> |
pretty good |
| [17:23:13] |
<matt_good> |
just got my Pygments lexer for Genshi text templates working! |
| [17:23:51] |
<alect> |
hey, nice |
| [17:24:09] |
<alect> |
i saw the pygments plugin on th |
| [17:24:15] |
<alect> |
haven't tried it yet |
| [17:24:23] |
<matt_good> |
it's pretty cool |
| [17:25:00] |
<alect> |
pure python isn't it? |
| [17:25:03] |
<matt_good> |
yup |
| [17:25:27] |
<matt_good> |
defining new lexers is pretty nice |
| [17:25:44] |
<matt_good> |
plus I like that they have a lexer for Python console sessions |
| [17:25:51] |
<alect> |
heeey, that is cool |
| [17:25:56] |
<matt_good> |
which with the plugin you can use in {{{#!pycon blocks |
| [17:25:56] |
<alect> |
i've often wanted that |
| [17:26:14] |
<alect> |
how stable is it under 0.10? |
| [17:26:26] |
<matt_good> |
I haven't tested it on 0.10 yet |
| [17:26:41] |
<matt_good> |
I don't think I'm using any new APIs though |
| [17:28:13] |
<alect> |
on a different note, when do you think we'll be integrating sqlalchemy? |
| [17:28:38] |
<matt_good> |
good question |
| [17:29:41] |
<matt_good> |
I synced that branch recently, but I haven't gotten back to working on it yet |
| [17:32:17] |
<matt_good> |
argh, curse you Akismet |
| [17:32:30] |
<s0undt3ch> |
Yup curse it |
| [17:36:45] |
<matt_good> |
do WordPress users have these same problems with Akismet freaking out and rejecting (or accepting) everything? |
| [17:40:41] |
<matt_good> |
oh god "the 'side-effects' are not caused by the patch, but by an inproper use of the "fields" list within existent code: " |
| [17:41:40] |
<matt_good> |
so, the fact that Trac works as intended is an "inproper(sic) use"? |
| [17:42:03] |
<alect> |
where did you read that? |
| [17:42:55] |
<matt_good> |
http://groups.google.com/group/trac-dev/browse_thread/thread/161bb2e032839d3f/a55e0369ee4191cb#a55e0369ee4191cb |
| [17:43:08] |
<matt_good> |
I really don't have the patience for this sh*t |
| [17:43:21] |
<matt_good> |
alect: just above your last post |
| [17:43:53] |
<alect> |
ah yes |
| [17:44:25] |
<alect> |
the guy annoys the shit out of me |
| [17:48:59] |
<neuralis> |
alect: that's the general feeling, yeah. |
| [17:56:04] |
* |
dju` has quit IRC |
| [17:56:17] |
* |
exarkun has joined #trac |
| [17:56:34] |
<exarkun> |
There are a number of things visibly wrong at this URL: http://twistedmatrix.com/trac/report/1?asc=1&sort=component&USER=wsanchez |
| [17:57:39] |
* |
converter_ has joined #trac |
| [17:58:16] |
<alect> |
heh |
| [17:58:21] |
<alect> |
bit of an understatement |
| [18:02:01] |
* |
converter has quit IRC |
| [18:02:09] |
* |
jtoy has joined #trac |
| [18:06:24] |
* |
jtoy has quit IRC |
| [18:07:57] |
* |
tkp has quit IRC |
| [18:11:54] |
* |
_chris_ has quit IRC |
| [18:13:30] |
* |
_chris_ has joined #trac |
| [18:17:00] |
* |
lisppaste5 has quit IRC |
| [18:17:36] |
* |
jtoy has joined #trac |
| [18:20:00] |
* |
lisppaste5 has joined #trac |
| [18:25:37] |
* |
sineer has joined #trac |
| [18:25:44] |
* |
em-dash has joined #trac |
| [18:26:23] |
<sineer> |
good evening |
| [18:36:07] |
* |
number5 has quit IRC |
| [18:38:08] |
* |
number5 has joined #trac |
| [18:41:58] |
* |
converter_ has quit IRC |
| [18:53:35] |
<exarkun> |
Are attachments with filenames with spaces supported? |
| [18:54:04] |
<exarkun> |
http://divmod.org/trac/ticket/1690 |
| [18:57:43] |
* |
em-dash has quit IRC |
| [18:58:48] |
* |
shawn has quit IRC |
| [18:59:00] |
<nhuisman> |
if you install trac from source is it a little less spread out? |
| [18:59:07] |
<nhuisman> |
gentoo spreads it all over the fucking disk |
| [18:59:10] |
<nhuisman> |
yuck |
| [19:00:34] |
<exarkun> |
nhuisman: is the profanity necessary? |
| [19:01:16] |
* |
shawn has joined #trac |
| [19:01:21] |
<nhuisman> |
for the trouble I just went through yes, but I'll refrain in the future... |
| [19:01:41] |
<nhuisman> |
when you install it from source can you manage it all in one place? |
| [19:02:05] |
<exarkun> |
if you use --prefix foo, it will all go under foo |
| [19:03:05] |
<nhuisman> |
i really dislike how gentoo does web-apps |
| [19:03:13] |
<nhuisman> |
guess i'll just start over from source |
| [19:05:05] |
<alect> |
exarkun: iirc spaces are supposed to be converted |
| [19:07:38] |
<alect> |
works for me in fact |
| [19:07:53] |
<alect> |
i am running 0.11dev |
| [19:09:32] |
* |
number5 has quit IRC |
| [19:12:31] |
<alect> |
and works on 0.10 |
| [19:18:04] |
<nhuisman> |
will byte-compile the python source code and install it in the |
| [19:18:04] |
<nhuisman> |
site-packages directory of your python installation. The directories cgi-bin, |
| [19:18:04] |
<nhuisman> |
templates, htdocs and wiki-default are all copied to ``$prefix/share/trac/``. |
| [19:18:13] |
<nhuisman> |
how do I just put it all in a directory |
| [19:18:23] |
<nhuisman> |
--prefix will totally override that? |
| [19:18:33] |
<nhuisman> |
ie i want to put it in /var/www/localhost/htdocs/trac |
| [19:18:45] |
<nhuisman> |
no share |
| [19:20:06] |
<nhuisman> |
because as far as I can tell there is no --prefix command for the setup.py |
| [19:21:02] |
<alect> |
setup.py install --help |
| [19:21:17] |
<nhuisman> |
oh it is prefix= |
| [19:21:38] |
<nhuisman> |
gah |
| [19:21:47] |
<nhuisman> |
it still does /share/trac |
| [19:21:55] |
<nhuisman> |
is there no way around that? |
| [19:22:01] |
* |
number5 has joined #trac |
| [ |