| [00:05:17] |
* |
andrew_hill has joined #trac |
| [00:11:31] |
<pradeep> |
will the new work flow be part of 0.11? |
| [00:23:02] |
* |
lisppaste5 has quit IRC |
| [00:26:41] |
* |
lisppaste5 has joined #trac |
| [00:27:45] |
* |
mbroeken has joined #trac |
| [00:41:24] |
* |
divya has quit IRC |
| [00:49:54] |
* |
cobaltsixty has joined #trac |
| [01:03:32] |
* |
pombreda has quit IRC |
| [01:05:01] |
* |
pombreda has joined #trac |
| [01:05:23] |
* |
Sweetsha1k has joined #trac |
| [01:08:06] |
* |
Sweetshark has quit IRC |
| [01:12:55] |
* |
pradeep has quit IRC |
| [01:26:53] |
* |
dominikg has joined #trac |
| [01:34:25] |
* |
bjorn-_ is now known as bjorn- |
| [01:42:35] |
* |
divya has joined #trac |
| [02:06:01] |
* |
bitsweat has quit IRC |
| [02:06:12] |
* |
bitsweat has joined #trac |
| [02:16:33] |
* |
divya has quit IRC |
| [02:18:00] |
* |
thm has joined #trac |
| [02:20:46] |
<thm> |
hi! how do I iterate over configuration options of one section in a plugin (a component)? |
| [02:41:05] |
* |
tkp has joined #trac |
| [02:43:38] |
<s0undt3ch> |
can we skip several items in a for loop? |
| [03:07:45] |
* |
pombreda has quit IRC |
| [03:08:16] |
* |
pombred1 has joined #trac |
| [03:27:00] |
* |
PingYeh_ has joined #trac |
| [03:39:25] |
<alect> |
soundtech: no |
| [03:48:09] |
* |
asmodai pats alect |
| [03:48:48] |
<alect> |
hey |
| [03:53:23] |
* |
alecamused has left #trac |
| [03:54:26] |
<thm> |
if foo=ListOption(...), shouldn't self.foo be iterable? Seems not to work here ... |
| [03:54:31] |
* |
dominikg has left #trac |
| [03:56:42] |
<thm> |
it doesn't split my option into parts, but returns the complete option as one piece |
| [04:04:52] |
* |
stev3n has joined #trac |
| [04:07:06] |
<thm> |
mumble |
| [04:11:09] |
<asmodai> |
alect: All's well? :) |
| [04:14:39] |
<alect> |
sure is, though i have work to do :( |
| [04:14:42] |
<alect> |
and not the will to do it |
| [04:14:44] |
<alect> |
it's a problem |
| [04:15:26] |
<asmodai> |
heh |
| [04:15:28] |
<asmodai> |
I know that |
| [04:15:31] |
* |
thm has quit IRC |
| [04:21:15] |
* |
gans20|malchik has joined #trac |
| [04:21:18] |
<gans20|malchik> |
hello |
| [04:21:32] |
<gans20|malchik> |
is there any ways to submit a new ticket to trac from, say, Java ? |
| [04:26:09] |
<alect> |
yes. xml-rpc plugin |
| [04:28:30] |
<gans20|malchik> |
is there any guide about how to use it? |
| [04:29:30] |
* |
awilkins has joined #trac |
| [04:29:58] |
<awilkins> |
Anyone else getting "object does not support item assignment" errors with the intertrac macro? |
| [04:30:17] |
<awilkins> |
(well, they are, I can find them on the web with a google, but who know the solution :-) ) |
| [04:31:22] |
<alect> |
awilkins: trac 0.10 supports intertrac natively |
| [04:31:31] |
<alect> |
@wiki InterTrac |
| [04:31:31] |
<evil_twin> |
alect: http://trac.edgewall.org/wiki/InterTrac |
| [04:31:37] |
<alect> |
just use that |
| [04:33:21] |
<awilkins> |
I know that, it's throwing an error for me - the macro that lists the intertracs defined in the ini file is throwing the error I mentioned which gets incorporated into the InterTrac wiki page instead of the table it should be listing. |
| [04:35:13] |
<awilkins> |
The links themselves seem to work fine though :-) |
| [04:36:18] |
<alect> |
paste a backtrace... |
| [04:36:19] |
<alect> |
@paste |
| [04:36:19] |
<evil_twin> |
alect: "paste" is http://trac.pastebin.com <- paste your text here |
| [04:36:45] |
<alect> |
might need debug logging enabled |
| [04:36:47] |
<alect> |
@logging |
| [04:36:47] |
<evil_twin> |
alect: "logging" is http://trac.edgewall.org/wiki/TracLogging <-- Enable debug logging to file, ensure your environments log/ directory is writeable by your web server user, check for errors. |
| [04:37:30] |
<awilkins> |
Ta |
| [04:39:58] |
* |
mdietschi has joined #trac |
| [04:43:19] |
* |
vgster has joined #trac |
| [04:44:22] |
* |
mdietschi has left #trac |
| [04:45:10] |
* |
elvelind_ has joined #trac |
| [04:46:52] |
<elvelind_> |
hi. I'm following the docs on installing trac and have gotten to the point that i've started a server and surfed to it. And it lists my project but the link is just to the first page. so I can get into any trac. |
| [04:47:04] |
* |
pombred1 has quit IRC |
| [04:47:33] |
<elvelind_> |
is there something else I need to do? |
| [04:49:13] |
* |
pombreda has joined #trac |
| [04:51:18] |
<elvelind_> |
anybody here? |
| [04:51:41] |
<awilkins> |
http://trac.pastebin.com/855866 |
| [04:53:27] |
<s0undt3ch> |
can I test string.startswith() with several values as prefix? P.S.: I'm not using python 2.5 |
| [04:55:47] |
<gans20|malchik> |
I need to create ticket from Java code, and I'd like it to be anonimous but also I want that user may optionally provide its email address attached to this ticket, but I don't want to show this ticket to everybody, just to users with role TICKET_ADMIN ... is it possible to do this with trac? |
| [04:56:25] |
<gans20|malchik> |
s/to show this ticket/to show its email address |
| [04:59:22] |
<gans20|malchik> |
any ideas? |
| [05:24:43] |
* |
bryanl has joined #trac |
| [05:27:01] |
* |
m_g has joined #trac |
| [05:42:38] |
* |
kop_ has joined #trac |
| [05:48:51] |
* |
mbroeken has quit IRC |
| [05:48:58] |
* |
pombred1 has joined #trac |
| [05:52:46] |
<awilkins> |
I think I've fixed my intertrac macro problem |
| [05:53:11] |
<awilkins> |
I was being a dumbass and defining aliases that had the same name as an existing prefix, which it didn't like very much |
| [05:57:10] |
<s0undt3ch> |
coderanger: arround? |
| [05:57:50] |
<s0undt3ch> |
coderanger: what was that lexex that you passed a link to me a few days ago? |
| [06:00:48] |
<s0undt3ch> |
ah, pyparsing, I love logs ;) |
| [06:02:25] |
* |
pombreda has quit IRC |
| [06:26:39] |
* |
RobHu is now known as York |
| [06:26:45] |
* |
York is now known as RobHu |
| [06:28:00] |
* |
asg_ has joined #trac |
| [06:28:12] |
<asg_> |
hi |
| [06:28:16] |
* |
asg_ is now known as alecamused |
| [06:28:45] |
<alecamused> |
i (still) need some help with trac |
| [06:29:49] |
<alecamused> |
i get an "unsupported version control system 'svn'"-error message when trac is run via mod_python |
| [06:30:00] |
<alecamused> |
if i start it from the shell via tracd it works |
| [06:30:34] |
<alecamused> |
the pythonpath that apache is using is the samts in the shel |
| [06:30:35] |
<alecamused> |
l |
| [06:33:28] |
<alecamused> |
the errormessage i get is : http://trac.pasebin.com/855933 |
| [06:39:15] |
* |
agile has quit IRC |
| [06:39:42] |
* |
retracile has joined #trac |
| [06:39:58] |
* |
nicolast has joined #trac |
| [06:40:12] |
<nicolast> |
I got an issue suexec'ing trac using mod_fcgid |
| [06:40:28] |
<nicolast> |
before I was using mod_fastcgi, no suexec. now I switched, everything works, except one thing |
| [06:41:23] |
<nicolast> |
I use the openid login plugin, which needs some python modules I got in /usr/local/lib/python/site-packages. In my fcgi start file (copy of the original trac one), I import os, then set the TRAC_ENV_PARENT_DIR and PYTHONPATH environment variables, like I did when using mod_fastcgi |
| [06:41:45] |
<nicolast> |
the parent dir thing seems to work, and the pythonpath is exported too, but the module isn't found when the plugin egg is loaded |
| [06:41:55] |
<nicolast> |
any ideas? |
| [06:42:22] |
<nicolast> |
when I su to my trac user, start a python shell, imort os and set the pythonpath, the module gets loaded fine |
| [06:42:25] |
* |
kop_ has quit IRC |
| [06:50:00] |
* |
kemik has joined #trac |
| [06:51:20] |
<nicolast> |
trac.fcg is executed fine when I exec it from the trac user's shell too, no import error in the logfile |
| [06:54:29] |
<nicolast> |
moving the modules to the standard site-packages dir works gfine |
| [07:02:11] |
* |
d7rt has joined #trac |
| [07:09:06] |
* |
alecamused has quit IRC |
| [07:16:47] |
* |
pombreda has joined #trac |
| [07:19:17] |
* |
LionsMane has joined #trac |
| [07:23:48] |
* |
pombred1 has quit IRC |
| [07:33:38] |
* |
gans20|malchik has quit IRC |
| [07:42:54] |
* |
jtoy has joined #trac |
| [07:43:04] |
<jtoy> |
can I see in the timelien just code changes by one person? |
| [07:43:31] |
<jtoy> |
I just want to see the timeline of changesets for one person |
| [07:48:43] |
* |
frankg has left #trac |
| [07:54:00] |
* |
PingYeh has quit IRC |
| [07:54:16] |
* |
PingYeh has joined #trac |
| [07:59:57] |
* |
PingYeh has quit IRC |
| [08:00:02] |
* |
PingYeh has joined #trac |
| [08:02:11] |
<vgster> |
this might be a stupid question and id thought id ask before i go off running searches as the answer might be quicker - but is it possible to have the date field as DD/MM/YY instead of MM/DD/YY |
| [08:02:52] |
* |
elvelind_ has quit IRC |
| [08:05:41] |
<andrew_hill> |
vgster: Yes! We have our trac setup like that. |
| [08:05:53] |
<vgster> |
cool, what did you have to change? |
| [08:06:03] |
<andrew_hill> |
vgster: No idea, didn't set it up! ;-) |
| [08:06:08] |
<vgster> |
hehe ok |
| [08:06:35] |
* |
agile has joined #trac |
| [08:20:23] |
<vgster> |
anyone else? |
| [08:22:10] |
* |
PingYeh has quit IRC |
| [08:22:44] |
* |
PingYeh has joined #trac |
| [08:34:30] |
* |
andrew_hill has quit IRC |
| [08:36:46] |
* |
kop_ has joined #trac |
| [08:36:54] |
* |
matt_good has quit IRC |
| [08:40:20] |
* |
thm has joined #trac |
| [08:43:24] |
* |
PingYeh has quit IRC |
| [08:43:32] |
<thm> |
hi! sorry to ask again, but I need help with trac's urls. my installation has top-level urls (no /trac), and I didn't manage to get correct urls for the notification mails or the rss feed, trying to set project.url, trac.base_url, or both. This is with trac 0.11 r4507, and I saw that with tracd and fastcgi :( |
| [08:49:09] |
<davedave> |
is there any way to add additional resolution types in trac? |
| [08:49:31] |
<davedave> |
we want a Completed, since for an enhancement or task ticket type Fixed doesnt seem to fit |
| [08:50:57] |
* |
andrew_hill has joined #trac |
| [08:54:14] |
* |
andrew_hill has quit IRC |
| [08:56:28] |
* |
awilkins has left #trac |
| [08:58:49] |
* |
stevegt has quit IRC |
| [08:58:51] |
* |
PingYeh has joined #trac |
| [08:58:56] |
* |
d0rt has quit IRC |
| [09:00:04] |
<thm> |
should base_url and url end in / or not? |
| [09:00:37] |
<vgster> |
anyone know about DD/MM/YY instead of MM/DD/YY |
| [09:06:29] |
<retracile> |
davedave: Not yet; that's something that the WorkFlow stuff is supposed to add. |
| [09:10:06] |
<thm> |
finally found a ticket: http://trac.edgewall.org/ticket/4287 - seems that there's something broken with base_url |
| [09:11:09] |
<The_Tick> |
coderanger: around? |
| [09:22:25] |
* |
gak has joined #trac |
| [09:29:51] |
* |
gakman has quit IRC |
| [09:34:55] |
<vgster> |
never mind sorted it |
| [09:35:30] |
<retracile> |
vgster: can you share the answer? |
| [09:35:39] |
<vgster> |
1 mo |
| [09:36:36] |
<vgster> |
http://trac.edgewall.org/ticket/3606 |
| [09:37:12] |
<vgster> |
set PythonOption TracLocale "your locale" in /etc/httpd/conf.d/python.conf in my case |
| [09:38:41] |
<vgster> |
wonder what it defaults to if its not set cos running locale on my system tells me its en_GB.UTF-8 which is what I had to set TracLocale to and it worked |
| [09:38:48] |
<retracile> |
vgster: thanks |
| [09:38:53] |
<vgster> |
no problems |
| [09:41:50] |
* |
onny has quit IRC |
| [09:42:59] |
* |
thm has quit IRC |
| [09:48:47] |
<coderanger> |
vgster: Defaults to the system locale |
| [09:49:13] |
<coderanger> |
The_Tick: Yo, the script crashed some time last night (at #1500) |
| [09:49:20] |
<coderanger> |
just restarted it >_< |
| [09:49:36] |
<vgster> |
i had to set it to en_GB.UTF-8 as it was showing dates MM/DD/YY but running locale shows everything in en_GB.UTF-8 |
| [09:50:28] |
<coderanger> |
What OS/distro? |
| [09:50:50] |
<vgster> |
centos |
| [09:51:04] |
<vgster> |
do you want me to paste anything particular from a locale output? |
| [09:54:09] |
<The_Tick> |
coderanger: cool |
| [09:54:25] |
<The_Tick> |
I guess I'll migrate to postgres after that then |
| [09:54:28] |
<The_Tick> |
hrmm |
| [09:54:39] |
<The_Tick> |
but neither of the python-postgres adapters are compiling, heh |
| [09:58:33] |
* |
pombred1 has joined #trac |
| [09:59:12] |
* |
pombreda has quit IRC |
| [10:03:41] |
* |
pombreda has joined #trac |
| [10:03:50] |
<omry> |
I got a ticket that keep getting spammed by those cursed bots. (http://firestats.cc/ticket/88), can I completly lock it for changes? |
| [10:04:22] |
* |
pombred1 has quit IRC |
| [10:04:39] |
* |
kop_ has quit IRC |
| [10:05:03] |
<coderanger> |
Not through Trac |
| [10:05:18] |
<davedave> |
Retracile: thanks, thats what I figured |
| [10:05:19] |
<coderanger> |
You could do it with a plugin or something like mod_security or mod_Rewrite |
| [10:05:35] |
<davedave> |
is there any info on when the workflow stuff will be merged in? |
| [10:05:42] |
<coderanger> |
davedave: "Eventually" |
| [10:05:47] |
<coderanger> |
Likely 0.12 or later |
| [10:05:59] |
<coderanger> |
so check back in 6-8 months |
| [10:06:04] |
<davedave> |
ahhh |
| [10:06:14] |
<davedave> |
thats what I've figured |
| [10:06:18] |
<omry> |
coderanger, hmm, can I destroy the ticket for good? |
| [10:06:27] |
<coderanger> |
omry: TicketDelete |
| [10:06:33] |
<davedave> |
would that even be changable with a plugin? |
| [10:06:42] |
<omry> |
coderanger, looking, thanks. |
| [10:06:49] |
<coderanger> |
davedave: With the currently proposed system, yes |
| [10:06:50] |
<davedave> |
adding another option for resolution that is |
| [10:07:01] |
<coderanger> |
You can already add ohter resolutions |
| [10:07:09] |
<davedave> |
you can? |
| [10:07:11] |
<coderanger> |
There is just no UI for it |
| [10:07:17] |
<coderanger> |
check the DB, the enum table |
| [10:07:27] |
<coderanger> |
they are listed in there |
| [10:07:34] |
<davedave> |
so that wont "break" anything |
| [10:07:37] |
<coderanger> |
what you can't add is new ticket states |
| [10:07:43] |
<coderanger> |
"no" ;-) |
| [10:08:06] |
<davedave> |
Yea i dont want to change Open or Closed, just the reasons Why something is closed |
| [10:08:28] |
<coderanger> |
Should work methinks |
| [10:08:40] |
<coderanger> |
Having not ever done it, I can't for sure though |
| [10:14:26] |
<The_Tick> |
argh |
| [10:14:40] |
* |
The_Tick stabs open source in the eyes |
| [10:15:00] |
<asmodai> |
Hah |
| [10:15:03] |
<coderanger> |
having fun with postgres? |
| [10:15:05] |
<asmodai> |
It can be aggrevating at times. |
| [10:15:19] |
<asmodai> |
Open source is beautiful but at the same times a harsh mistress. |
| [10:15:32] |
<The_Tick> |
coderanger: the psycopg or pywhatever |
| [10:15:36] |
<The_Tick> |
neither are being nice |
| [10:16:03] |
<The_Tick> |
hrmm, what version of psycopg is required? |
| [10:21:12] |
* |
em-dash has joined #trac |
| [10:21:13] |
* |
danbeck has joined #trac |
| [10:22:27] |
* |
em-dash has quit IRC |
| [10:22:34] |
* |
em-dash has joined #trac |
| [10:22:43] |
<pacopablo> |
The_Tick: and version > 2 |
| [10:22:48] |
<pacopablo> |
s/and/any |
| [10:24:49] |
<The_Tick> |
ah, found the problem |
| [10:26:38] |
<The_Tick> |
stupid setup.cfg |
| [10:31:52] |
<vgster> |
how can i reset milestone values back to NULL so they show up under the none section? |
| [10:32:11] |
* |
eden_c has joined #trac |
| [10:33:05] |
<eden_c> |
hi, I need to configure trac behind an HTTP proxy, I've set the 'base_url' option in trac.ini but the links keep pointing to the frontend baseurl, an I missing something? |
| [10:33:18] |
<The_Tick> |
vgster: is this for every ticket in that milestone? |
| [10:34:05] |
<vgster> |
i have a few tickets where the milestone was set to nothing but these arent showing in the None section but in an unnamed section after the last milestone section |
| [10:34:33] |
<The_Tick> |
hrmm |
| [10:34:38] |
<vgster> |
in the SQL the NULL milestone tickets so in None but the ones that have had the milestone removed show '' which isnt NULL, maybe I need to change the report |
| [10:34:40] |
<The_Tick> |
if you have ticketdelete installed |
| [10:34:44] |
<The_Tick> |
you could see what all changed |
| [10:34:59] |
<The_Tick> |
and delete just the milestone change |
| [10:35:14] |
<The_Tick> |
otherwise you'll probably go into sql and remove it |
| [10:35:17] |
* |
The_Tick forgets how |
| [10:35:44] |
<eden_c> |
anyone? |
| [10:36:03] |
<asmodai> |
Bueler? |
| [10:36:32] |
<coderanger> |
eden_c: What type of proxy? |
| [10:36:53] |
* |
korozion has joined #trac |
| [10:37:11] |
<eden_c> |
coderanger: apache |
| [10:37:21] |
<coderanger> |
ProxyPassReverse |
| [10:37:26] |
<eden_c> |
coderanger: yep |
| [10:37:39] |
<korozion> |
on my older install of trac I had some nice text formatting for python displaying in the source browser. However I forget what package that came in. Anyone know what I'm talking about and can shed some light on it for me? |
| [10:37:45] |
<coderanger> |
What do you have for the values for that and ProxyPass |
| [10:37:46] |
<eden_c> |
coderanger: shouldn't base_url fix it? |
| [10:39:24] |
<eden_c> |
coderanger: is it ok to paste here? |
| [10:39:37] |
<coderanger> |
two lines, surewhynot :) |
| [10:39:51] |
<eden_c> |
ProxyPass /dev/ http://192.168.0.61/ |
| [10:39:52] |
<eden_c> |
ProxyPassReverse /dev/ http://192.168.0.61/ |
| [10:40:03] |
* |
codeFiend has joined #trac |
| [10:40:03] |
<coderanger> |
loose the "/" at the end of the Revese |
| [10:40:07] |
<eden_c> |
and two more lines without trailing slashes |
| [10:40:17] |
<codeFiend> |
I'm seeing some very strange behaviour when I try to view a changeset |
| [10:40:29] |
<codeFiend> |
Trac detected an internal error:, but no error message |
| [10:40:32] |
<codeFiend> |
and traceback says |
| [10:40:41] |
<coderanger> |
codeFiend: Pastebin |
| [10:40:44] |
<coderanger> |
lisppaste5: url |
| [10:40:44] |
<lisppaste5> |
To use the lisppaste bot, visit http://paste.lisp.org/new/trac and enter your paste. |
| [10:41:01] |
<codeFiend> |
thanks; was going to just say the last line |
| [10:41:06] |
<codeFiend> |
but will paste whole thing there |
| [10:41:14] |
<coderanger> |
the whole thing is probably more helpful ;-) |
| [10:41:36] |
<lisppaste5> |
codeFiend pasted "traceback from trac crash" at http://paste.lisp.org/display/34793 |
| [10:42:28] |
<codeFiend> |
so it looks like it expects "path" to be a string, but gets an array, if I understand correctly |
| [10:42:36] |
* |
eden_c has left #trac |
| [10:42:52] |
<m_g> |
coderanger, yo, the attachment patch to the datamover plugin doesn't seem to be in the official repository, is it? |
| [10:43:09] |
<coderanger> |
m_g: No, I haven't gotten to look at/apply it |
| [10:43:17] |
<codeFiend> |
but I don't really know enough about trac to know, or about python debugging to track down, why it happens. |
| [10:43:18] |
<m_g> |
coderanger, ah ok |
| [10:43:26] |
<coderanger> |
been packing and whatnot, need to head back to school tomorrow |
| [10:47:41] |
<codeFiend> |
any ideas what I should look for? |
| [10:49:03] |
* |
stevegt has joined #trac |
| [10:53:06] |
* |
vgster has quit IRC |
| [10:53:54] |
* |
eden_c has joined #trac |
| [10:54:20] |
<eden_c> |
coderanger: changing proxypassreverse didn't work |
| [10:55:55] |
<codeFiend> |
is there any way to change the trac traceback so it shows the arguments the functions were called with? |
| [10:59:11] |
* |
stev3n has quit IRC |
| [11:06:22] |
<eden_c> |
whats the format for the base_url option in trac.ini? |
| [11:09:29] |
* |
eden_c has left #trac |
| [11:11:29] |
* |
m_g has quit IRC |
| [11:12:11] |
* |
tpollari has joined #trac |
| [11:23:05] |
* |
pr0gress0r has joined #trac |
| [11:23:49] |
* |
dort has joined #trac |
| [11:24:39] |
<pr0gress0r> |
hi all. I love trac and use it for all my projects but I was wondering if there was any plugin or methods to allow cms-type behavior - specifically I need to store a large amount of files and index them but I want to keep the files stored with the related projects. |
| [11:25:01] |
<korozion> |
you can attach files to pages in the wiki |
| [11:25:37] |
<pr0gress0r> |
yeah that's true - hmm can you search for files in trac? |
| [11:25:48] |
<korozion> |
that's a valid question |
| [11:26:09] |
<pr0gress0r> |
aren't there plugins available? where are they located? I've only seen like one site. |
| [11:27:48] |
<The_Tick> |
you could check them into svn |
| [11:27:59] |
<The_Tick> |
and just manage them that way |
| [11:28:03] |
<pr0gress0r> |
hey THATs a great idea |
| [11:28:04] |
<The_Tick> |
probably not the best, but still |
| [11:28:34] |
<pr0gress0r> |
I found the plugins site. how difficult is to get those installed? just curious |
| [11:31:52] |
<The_Tick> |
pretty easy |
| [11:32:06] |
<pr0gress0r> |
cool guys thanks for the help im looking into that |
| [11:32:14] |
<korozion> |
bbl |
| [11:32:16] |
* |
korozion has left #trac |
| [11:32:19] |
* |
pr0gress0r has left #trac |
| [11:36:24] |
* |
prologic has joined #trac |
| [11:42:19] |
<retracile> |
davedave, coderanger: When the workflow stuff happens; yeah, I'd expect .12 at this point, but I'm hoping to put some time on it in Feb. |
| [11:46:33] |
* |
mario_ has joined #trac |
| [11:47:05] |
* |
pygi has quit IRC |
| [11:47:06] |
* |
mario_ is now known as pygi |
| [11:47:09] |
* |
prologic has quit IRC |
| [11:50:59] |
<coderanger> |
hey look, ilias was lying |
| [11:51:56] |
* |
prologic has joined #trac |
| [11:53:07] |
<asmodai> |
coderanger: what? |
| [11:53:20] |
<coderanger> |
he is back on the t.e.o tracker |
| [11:53:29] |
<coderanger> |
http://trac.edgewall.org/ticket/4005#comment:2 |
| [11:53:33] |
<coderanger> |
and a few others |
| [11:54:44] |
<asmodai> |
The topic of that ticket already was a bit awkward, not sure if his change helped it. :S |
| [11:56:53] |
<mitsuhiko> |
coderanger: who's ilias? |
| [11:57:04] |
<coderanger> |
mitsuhiko: An annoying troll |
| [11:57:38] |
<coderanger> |
http://www.encyclopediadramatica.com/index.php/Ilias |
| [11:59:03] |
<mitsuhiko> |
coderanger: a troll that provides patches? |
| [11:59:16] |
<coderanger> |
Yes |
| [11:59:50] |
<mitsuhiko> |
nice |
| [12:00:42] |
<coderanger> |
He had previously said he was done "auditing" Trac and that we were all bastards who wouldn't accept his "better" development methodology |
| [12:02:47] |
<prologic> |
who the fuck was this ? |
| [12:02:51] |
<prologic> |
and how dare he :) |
| [12:05:05] |
<pygi> |
prologic, be quiet :) |
| [12:05:11] |
<prologic> |
make me :) |
| [12:05:30] |
* |
pygi drops prologic in a bucket of water |
| [12:07:20] |
<codeFiend> |
ugh... looks like sometimes get_changes() returns an array instead of a string for a path |
| [12:07:53] |
<codeFiend> |
ie, rather than returning "branches/PMN_01-08-2007_1/music/artists/register.php", for instance, it returns array('c', 'branches/PMN_01-08-2007_1/music/artists/register.php') |
| [12:08:02] |
<codeFiend> |
and of course posix.join_path() chokes on it |
| [12:08:12] |
<codeFiend> |
and I can't figure out why the hell it's returning an array |
| [12:08:21] |
<codeFiend> |
anybody here familiar with the svn_fs.py? |
| [12:08:33] |
<codeFiend> |
self.log.debug() doesn't work in svn_fs.py either :( |
| [12:08:57] |
<codeFiend> |
works in web_ui/changeset.py, but not in svn_fs.py/ |
| [12:09:04] |
* |
codeFiend sobs quietly |
| [12:09:15] |
<pygi> |
prologic, read the pm xD |
| [12:13:49] |
* |
boorad_ has joined #trac |
| [12:15:04] |
<codeFiend> |
ello? |
| [12:15:43] |
<coderanger> |
codeFiend: Search for/file a ticket |
| [12:20:25] |
<codeFiend> |
will do... |
| [12:20:34] |
<codeFiend> |
but any idea why I can't use self.log.debug in svn_fs.py? |
| [12:20:39] |
<codeFiend> |
and how I can get it to work there? |
| [12:20:56] |
<coderanger> |
it isnt a component |
| [12:21:07] |
<coderanger> |
you need an env object to get to the logger |
| [12:21:13] |
<codeFiend> |
aha... |
| [12:21:25] |
<codeFiend> |
can I access the parent env object that called svn_fs.py? |
| [12:21:32] |
<codeFiend> |
or something like that? |
| [12:21:53] |
<coderanger> |
"no" |
| [12:22:01] |
<coderanger> |
you can walk back up the stack and look for it |
| [12:22:05] |
<coderanger> |
but thats high-level voodoo ;-) |
| [12:22:10] |
<codeFiend> |
yikes. |
| [12:22:27] |
<coderanger> |
see if it is stored in an instance variable |
| [12:22:36] |
<codeFiend> |
so, uh... there's no way to get debug messaging in svn_fs.py... without voodoo... damn... |
| [12:22:39] |
<codeFiend> |
hmmm |
| [12:22:42] |
<codeFiend> |
looking |
| [12:23:53] |
<coderanger> |
it would be self.env if there usually |
| [12:28:11] |
<codeFiend> |
hmm |
| [12:28:19] |
<codeFiend> |
in class SubversionRepository |
| [12:28:26] |
<codeFiend> |
in __init, there's self.log = log |
| [12:28:31] |
<codeFiend> |
so in there, self.log works |
| [12:29:15] |
<codeFiend> |
but in SubversionChangeset it doesn't |
| [12:29:16] |
<codeFiend> |
hmmm |
| [12:30:08] |
<codeFiend> |
btw, is there a quicker way to test than doing httpd restart after each change and reloading the page? |
| [12:30:10] |
<codeFiend> |
:) |
| [12:30:21] |
* |
boorad has quit IRC |
| [12:32:31] |
<coderanger> |
use tracd with the --autoreload option |
| [12:32:44] |
<coderanger> |
it will detect any code changes and restart itself |
| [12:44:32] |
* |
tsb has joined #trac |
| [12:53:55] |
* |
maxb has joined #trac |
| [12:54:31] |
* |
bryanl has quit IRC |
| [12:57:40] |
<codeFiend> |
thanks |
| [13:00:13] |
* |
stevegt has quit IRC |
| [13:14:23] |
* |
De_Mon has joined #trac |
| [13:15:29] |
<De_Mon> |
I have python 2.4.3 and andre Malo's svnmailer 1.1.0 and instead of diffs with '===' it's '=3D=3D=3D', how can I fix this.. encoding issue? |
| [13:15:55] |
<De_Mon> |
nobody in #svn knows :| |
| [13:23:03] |
* |
stevegt has joined #trac |
| [13:23:37] |
* |
boorad_ is now known as boorad |
| [13:32:10] |
<codeFiend> |
I can't find where RevisionChangeCollector is defined in the source... any ideas? |
| [13:32:56] |
<codeFiend> |
oh... it's not |
| [13:32:59] |
<codeFiend> |
it's in the svn bindings. |
| [13:33:00] |
<codeFiend> |
great |
| [13:43:31] |
<codeFiend> |
argh. |
| [13:43:40] |
<codeFiend> |
ok, I tracked it down to the paths given back from the svn bindings |
| [13:43:46] |
<codeFiend> |
either there's a bug in there, or something, I don't know |
| [13:44:23] |
<codeFiend> |
but looks like in get_changes() in SubversionChangeset, the svn bindings sometimes return an array as a path, god only knows why |
| [13:44:49] |
<codeFiend> |
and I don't see where the paths are being fetched in the svn binding source |
| [13:44:51] |
<codeFiend> |
offhand |
| [13:44:59] |
<codeFiend> |
(I don't even see svn_repos_replay) function in there |
| [13:45:03] |
<codeFiend> |
very strange, all in all. |
| [13:50:55] |
* |
ivan has joined #trac |
| [13:53:36] |
<ivan> |
hello I am trying to set up trac with mod-python (apache2) and this is my doubt 'PythonOption TracEnv' can point to any absolute path ? |
| [13:53:36] |
<codeFiend> |
ack wth... I'm banned frm #python? I've never been there in my life? |
| [13:53:40] |
<codeFiend> |
dammit. |
| [13:54:02] |
<ivan> |
trac's page poits to /var/trac |
| [13:54:05] |
<codeFiend> |
ivan: should be able to... as long as httpd has access to it. |
| [ |