| [00:06:31] |
<cheshair> |
hi guys, i succesfully installed trac (+ webadmin and accountmanager plugins). a few days later i succesfully configured my httpd.conf svn location to contact an active directory ldap server (so painful!). now i wish to switch from htpasswd to ldap in my trac conf too. but i wonder: will i be able to have restrict_owner=true working? what about email addresses? what to make trac read them from ldap? |
| [00:07:37] |
* |
hhos has quit IRC |
| [00:09:21] |
<cheshair> |
i'm not interested in creating new accounts from trac, i'd just like trac to read from ldap account names and emails |
| [00:20:43] |
* |
mcella has joined #trac |
| [00:20:58] |
* |
cmlenz has quit IRC |
| [00:29:32] |
* |
patrick_ has joined #trac |
| [00:30:37] |
* |
proofek has joined #trac |
| [00:31:41] |
* |
patrick_ has joined #trac |
| [00:42:34] |
* |
orkam_wrk has joined #trac |
| [00:42:41] |
<orkam_wrk> |
Good morning :) |
| [00:44:25] |
<orkam_wrk> |
Can I display the $USER variable which can be used in queries in the wiki, too? How can this be done? I'd like to create a line like: Tickets for the logged in user $USER: [[TicketQuery(owner=$USER)]] |
| [00:46:18] |
* |
[domon]|away is now known as [domon] |
| [00:54:44] |
* |
handyande has quit IRC |
| [01:10:36] |
* |
ras0ir has joined #trac |
| [01:11:03] |
<orkam_wrk> |
I haven' fornd that in the docs: Can I refer to a milestone id, instead of the name, using wiki links? |
| [01:12:08] |
* |
huats has joined #trac |
| [01:15:18] |
* |
[domon] is now known as [domon]|away |
| [01:15:52] |
* |
patrick_ has quit IRC |
| [01:32:47] |
* |
hwinkel has joined #trac |
| [01:33:22] |
* |
liquidat0r has joined #trac |
| [01:36:04] |
<evil_twin> |
New news from t.e.o: SandBox/SubWiki/LinkInSubWiki created <http://trac.edgewall.org/wiki/SandBox/SubWiki/LinkInSubWiki?version=1> || TracFaq edited <http://trac.edgewall.org/wiki/TracFaq?version=298> || TracFaq edited <http://trac.edgewall.org/wiki/TracFaq?version=297> |
| [01:36:09] |
* |
takayama_ has joined #trac |
| [01:36:35] |
* |
cmlenz has joined #trac |
| [01:39:27] |
* |
Mathieu___ has joined #trac |
| [01:48:41] |
* |
MarkDilley has joined #trac |
| [01:48:49] |
<andrei2102> |
orkam_wrk: i implemented some thing like that |
| [01:48:59] |
<andrei2102> |
orkam_wrk: check out http://code.optaros.com/trac/oforge/wiki/Dashboard |
| [01:49:23] |
<orkam_wrk> |
andrei2102, great! do you have a keyword to search for / url to some sort of docs? |
| [01:49:25] |
<andrei2102> |
orkam_wrk: i'm implementing a new set of macros |
| [01:49:48] |
<orkam_wrk> |
*having a look* |
| [01:49:50] |
<andrei2102> |
i'm still in development and i'm not yet to documentation |
| [01:50:14] |
<andrei2102> |
i can send you how the macros are called |
| [01:50:19] |
<andrei2102> |
with what parameters |
| [01:50:59] |
<orkam_wrk> |
Yea, your Dashboard is looking good! More or less it's what I'm trying to do: A customizable project status in the wiki |
| [01:51:11] |
* |
takayama has quit IRC |
| [01:51:20] |
<lisppaste5> |
andrei2102 pasted "dashboard macros" at http://paste.lisp.org/display/62477 |
| [01:51:54] |
<andrei2102> |
orkam_wrk: check out the paste |
| [01:52:06] |
<orkam_wrk> |
trying in my wiki... |
| [01:52:17] |
<andrei2102> |
you won't make it this way |
| [01:52:31] |
<andrei2102> |
you have to install the plugin that i'm developing now |
| [01:52:42] |
<orkam_wrk> |
Yea, ther processor is missing :) |
| [01:52:43] |
<andrei2102> |
i can give you the link to download it |
| [01:53:00] |
<andrei2102> |
or to look on the code |
| [01:53:01] |
<orkam_wrk> |
that would be great. on which version are you developing on? |
| [01:53:05] |
<andrei2102> |
0.11 |
| [01:53:19] |
<orkam_wrk> |
great. then it should work here, too. |
| [01:53:53] |
<andrei2102> |
orkam_wrk: http://code.optaros.com/trac/oforge/browser/trunk/plugins/dashboardreportsplugin |
| [01:54:06] |
<andrei2102> |
orkam_wrk: here you can check out the code |
| [01:54:10] |
* |
hruskeks has joined #trac |
| [01:54:25] |
<andrei2102> |
orkam_wrk: i documented the code and you can see what it can do |
| [01:54:59] |
<andrei2102> |
orkam_wrk: see http://code.optaros.com/trac/oforge/browser/trunk/plugins/dashboardreportsplugin/dashboardreports/api.py#L269 |
| [01:55:58] |
<orkam_wrk> |
Hmmm, Could you please give me the link to the svn repository too, to be able to do a checkout? |
| [01:56:04] |
<andrei2102> |
orkam_wrk: the caveat is that you have to patch your trac to add support for < > operators in trac sql query module |
| [01:56:40] |
<andrei2102> |
orkam_wrk: http://code.optaros.com/svn/oforge/trunk/plugins/dashboardreportsplugin/ |
| [01:57:21] |
<orkam_wrk> |
ok, thank you! I'll try understanding the code and to apply the patch in trac |
| [01:57:26] |
<andrei2102> |
orkam_wrk: the patch is posted on trac as a ticket but no response yet |
| [01:58:07] |
<andrei2102> |
orkam_wrk: i'm developing to add new functionality and new macros |
| [01:58:56] |
<andrei2102> |
orkam_wrk: for any questions i'm here |
| [01:59:59] |
<andrei2102> |
orkam_wrk: i'm going to lunch so talk to you later if you have questions :) |
| [02:00:51] |
<orkam_wrk> |
ok, great! I think your code will be very helpfull. Can you give me the ticket id btw? I did not find it yet with my keywords |
| [02:01:25] |
* |
basneder has joined #trac |
| [02:02:08] |
<basneder> |
hi, i have a question about overriding the logout link |
| [02:02:36] |
<basneder> |
i have a "def match_request(self, req):" and a "def process_request(self, req):" |
| [02:02:52] |
<basneder> |
but they dont get called somehow |
| [02:05:42] |
* |
handyande has joined #trac |
| [02:06:16] |
<evil_twin> |
New news from t.e.o: TracUsers edited <http://trac.edgewall.org/wiki/TracUsers?version=696> |
| [02:06:22] |
<andrei2102> |
orkam_wrk: one sec |
| [02:06:33] |
* |
[domon]|away is now known as [domon] |
| [02:24:46] |
<asmodai> |
cmlenz: when did we have 0.11 final on the table? |
| [02:24:51] |
<asmodai> |
cmlenz: I mean, Genshi 0.5 is out at least. |
| [02:25:02] |
* |
patrick_ has joined #trac |
| [02:25:09] |
<cmlenz> |
the plan is this weekend AFAIK |
| [02:25:19] |
<asmodai> |
cmlenz: jborg's coordinating? |
| [02:25:29] |
<cmlenz> |
yes |
| [02:25:51] |
* |
hwinkel has quit IRC |
| [02:25:55] |
<asmodai> |
ok, will poke him when he pops in. |
| [02:26:16] |
<asmodai> |
I think, even if we might ancounter some problem we should just release 0.11 and fix any issues in point releases. |
| [02:26:33] |
<asmodai> |
Otherwise this will drag on and on and on |
| [02:26:34] |
* |
[domon] has quit IRC |
| [02:26:40] |
<cmlenz> |
sure |
| [02:26:57] |
* |
patrick_ has quit IRC |
| [02:29:34] |
* |
andrei21021 has joined #trac |
| [02:29:35] |
* |
andrei2102 has quit IRC |
| [02:30:54] |
* |
macmaN6789 has joined #trac |
| [02:32:33] |
* |
Skoog[W] has joined #Trac |
| [02:32:45] |
* |
will3438 has joined #trac |
| [02:33:26] |
<will3438> |
hi everybody ! someone can help me plz ? i have a question |
| [02:33:44] |
<will3438> |
actually, i put an .htaccess in trac directory |
| [02:34:30] |
<will3438> |
but after when i go in the main page, i cannot log out |
| [02:34:36] |
<will3438> |
do you know why ? |
| [02:34:49] |
* |
patrick_ has joined #trac |
| [02:35:22] |
* |
patrick_ has joined #trac |
| [02:36:30] |
<evil_twin> |
New news from t.e.o: Ticket #7357 (Internal error, going "back to query" when looking at a particular ticket) created <http://trac.edgewall.org/ticket/7357> |
| [02:52:18] |
* |
cbalan has joined #trac |
| [02:52:45] |
* |
takayama_ has quit IRC |
| [02:55:55] |
* |
Ace_NoOne has joined #trac |
| [02:58:50] |
<Ace_NoOne> |
where can I find info on the Trac API? e.g. an example of retrieving all tickets would be helpful |
| [03:02:41] |
* |
will3438 has quit IRC |
| [03:03:32] |
<asmodai> |
Ace_NoOne: http://trac.edgewall.org/wiki/TracDev |
| [03:06:45] |
<evil_twin> |
New news from t.e.o: TracDev/ApiChanges/0.11 edited <http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.11?version=37> |
| [03:06:54] |
<Ace_NoOne> |
asmodai: is there a web API? |
| [03:07:45] |
<Ace_NoOne> |
as in, can I use JavaScript to retrieve tickets |
| [03:07:58] |
<asmodai> |
pydoc trac.web.api |
| [03:09:07] |
<Ace_NoOne> |
not sure I understand... |
| [03:09:37] |
* |
will3438 has joined #trac |
| [03:09:44] |
<andrei21021> |
orkam_wrk: i forgot that i didn't post the patch |
| [03:09:59] |
<orkam_wrk> |
:) |
| [03:10:12] |
<andrei21021> |
orkam_wrk: i intended and intend to do so |
| [03:10:22] |
<andrei21021> |
but i didn't had time for it |
| [03:10:25] |
<orkam_wrk> |
I have encountered some problems with utf8 encoding and special chars, too |
| [03:10:32] |
<andrei21021> |
the patch you can find it in the plugin |
| [03:10:53] |
<orkam_wrk> |
I'm currently looking for the line that produces the error |
| [03:11:11] |
<orkam_wrk> |
and yea, well I won't succeed in getting it to run w/o the patch |
| [03:11:43] |
<orkam_wrk> |
The code is well documented btw. That's a great help for python newbies like me :) |
| [03:12:19] |
<Ace_NoOne> |
asmodai: that doesn't really help me get started |
| [03:13:00] |
<asmodai> |
Ace_NoOne: If you mean some JSON interface or whatever: nope. You might get away using the xmlrpc plugin, but I am clueless about that one. |
| [03:13:16] |
<Ace_NoOne> |
asmodai: so I need to use Python to access the database? |
| [03:13:28] |
<andrei21021> |
orkam_wrk: i still have some methods that are not documented |
| [03:14:46] |
<orkam_wrk> |
If you'd tell me the ticket ID and paste the link to the patch as soon as you find time I could bookmark it and stay in touch. |
| [03:15:12] |
<asmodai> |
Ace_NoOne: For all I know, yes. There's no native JSON or such interface. |
| [03:15:13] |
<andrei21021> |
orkam_wrk: sure |
| [03:15:14] |
<orkam_wrk> |
I'd really like to try out the possiilities of your macro |
| [03:15:24] |
<Ace_NoOne> |
thanks asmodai |
| [03:15:25] |
<asmodai> |
But like I said, perhaps the xmlrpc plugin helps out on that, no clue. |
| [03:15:31] |
<Ace_NoOne> |
will look into that |
| [03:15:36] |
<andrei21021> |
orkam_wrk: but you can find the patch in the plugin |
| [03:15:39] |
* |
ei-grad has joined #trac |
| [03:15:50] |
<orkam_wrk> |
Yea, found it, sorry... |
| [03:16:09] |
<andrei21021> |
http://code.optaros.com/trac/oforge/browser/trunk/plugins/dashboardreportsplugin/dashboardreports/patch |
| [03:16:37] |
* |
basneder has quit IRC |
| [03:20:54] |
<Ace_NoOne> |
silly question: how can I quickly find out the Trac version a site is using? |
| [03:22:58] |
<Ace_NoOne> |
aat: you around? |
| [03:29:12] |
<cheshair> |
Ace_NoOne: at the bottom of the page: "Powered by Trac 0.10.4" |
| [03:29:52] |
<Ace_NoOne> |
cheshair: must have been removed from the skin: http://trac.tiddlywiki.org/ |
| [03:30:32] |
<cheshair> |
Ace_NoOne: (skin which is very pretty indeed) |
| [03:30:38] |
<Ace_NoOne> |
:) |
| [03:31:00] |
<cheshair> |
Ace_NoOne: http://trac.tiddlywiki.org/about |
| [03:31:14] |
<cheshair> |
Ace_NoOne: are you the designer? |
| [03:31:45] |
<Ace_NoOne> |
cheshair: no, I just did some minor tweaks - the original designer isn't very active anymore |
| [03:31:53] |
* |
takayama has joined #trac |
| [03:31:56] |
<Ace_NoOne> |
thanks for that link |
| [03:32:09] |
<cheshair> |
Ace_NoOne: u r welcome |
| [03:34:16] |
<cheshair> |
i succesfully installed trac (+ webadmin and accountmanager plugins). a few days later i succesfully configured my httpd.conf svn location to contact an active directory ldap server (so painful!). now i wish to switch from htpasswd to ldap in my trac conf too. but i wonder: will i be able to have restrict_owner=true working? what about email addresses? what to make trac read them from ldap? |
| [03:36:59] |
<evil_twin> |
New news from t.e.o: TracUsers edited <http://trac.edgewall.org/wiki/TracUsers?version=697> |
| [03:37:27] |
* |
SunWuKung has quit IRC |
| [03:37:52] |
<will3438> |
<will3438> actually, i put an .htaccess in trac directory |
| [03:37:52] |
<will3438> |
<will3438> but after when i go in the main page, i cannot log out |
| [03:37:52] |
<will3438> |
<will3438> do you know why ? |
| [03:40:11] |
<cheshair> |
will3438: you log in and then cannot logout? |
| [03:43:39] |
* |
andrei2102 has joined #trac |
| [03:43:40] |
* |
andrei21021 has quit IRC |
| [03:47:17] |
<will3438> |
that's it |
| [03:47:18] |
* |
patrick_ has joined #trac |
| [03:48:10] |
* |
bergheim has quit IRC |
| [03:48:43] |
* |
bergheim has joined #trac |
| [03:50:13] |
<cheshair> |
will3438: i think it's an expected behaviour, i guess you may find some plugins that fixes this |
| [03:50:32] |
* |
havvg has joined #trac |
| [03:50:56] |
* |
tinh has quit IRC |
| [03:51:35] |
<cheshair> |
will3438: here it is: http://trac-hacks.org/wiki/TrueHttpLogoutPatch (a patch, not a plugin indeed) |
| [03:54:06] |
<cheshair> |
will3438: anyway it seems to work only for the tracd standalone server... |
| [03:55:05] |
<orkam_wrk> |
andrei2102, After applying your patch, I get the following errors: http://rafb.net/p/j8R7Yr25.html (apache2 error.log / 500) (maybe I did an error while manually applying the patch?) |
| [03:55:39] |
<will3438> |
thx u very much cheshair |
| [03:55:47] |
<will3438> |
i am going to try tomorow |
| [03:56:07] |
<cheshair> |
you are welcome and good luck will3438 |
| [03:56:10] |
<will3438> |
7pm in China ... |
| [03:56:11] |
<will3438> |
thx |
| [03:56:18] |
<cheshair> |
:-) |
| [03:59:09] |
* |
asmodai wonders if Jing Yu went from lunch into dinner |
| [03:59:10] |
* |
patrick_ has left #trac |
| [04:03:12] |
<andrei2102> |
orkam_wrk: when you applied the patch did you had any problems, warnings?? |
| [04:03:22] |
<orkam_wrk> |
Yes |
| [04:03:24] |
<orkam_wrk> |
sec |
| [04:03:30] |
<orkam_wrk> |
http://rafb.net/p/j8R7Yr25.html |
| [04:03:33] |
<andrei2102> |
it could be a difference in the revision of trac |
| [04:03:42] |
<orkam_wrk> |
I'm on 0.11rc2 |
| [04:03:59] |
<orkam_wrk> |
could it have to do something with mid_wsgi? |
| [04:04:52] |
<andrei2102> |
orkam_wrk: at what revison? |
| [04:05:08] |
<andrei2102> |
orkam_wrk: at what revision? |
| [04:05:10] |
<orkam_wrk> |
I'm not 100% sure that i did no typos 'cause I applied the patch manually. Can you see something helpfull at the logs? If no I'll double check the patch |
| [04:05:13] |
<orkam_wrk> |
sec |
| [04:06:19] |
<orkam_wrk> |
well, where do I get the revision number from? |
| [04:06:27] |
<andrei2102> |
orkam_wrk: the patch was made for the 7142 of the 0.11 branch |
| [04:06:35] |
<andrei2102> |
do a svn info |
| [04:06:39] |
<orkam_wrk> |
:-) |
| [04:06:50] |
<andrei2102> |
in the trac dir |
| [04:09:46] |
<andrei2102> |
orkam_wrk: we are on http://trac.edgewall.org/browser/branches/0.11-stable |
| [04:10:57] |
<orkam_wrk> |
I installed 011rc2 using easy-install. so theres no .svn in my env dir nor in /usr/lib/python/site-packages/Trac.egg/ |
| [04:11:32] |
<andrei2102> |
:( |
| [04:11:36] |
<orkam_wrk> |
so I'll get 7215 |
| [04:16:51] |
* |
handyande has quit IRC |
| [04:16:58] |
* |
handyande has joined #trac |
| [04:17:39] |
<orkam_wrk> |
andrei2102, sorry for being so slow, I'm reading docs in the meantime, cause I'm fairly new to pthyon webapps |
| [04:18:46] |
<andrei2102> |
orkam_wrk: no problem |
| [04:19:02] |
<andrei2102> |
orkam_wrk: i was new to that one day |
| [04:19:03] |
<andrei2102> |
:) |
| [04:20:57] |
* |
titang has quit IRC |
| [04:28:17] |
<orkam_wrk> |
andrei2102, I got the same errors with the revision you gave me. it could be that a) I did errors patching the two files or b) some installed plugins conflict with yours |
| [04:28:41] |
<orkam_wrk> |
I'm out for 15 minutes and will check if Ihave patched correctly afterwards |
| [04:29:00] |
<andrei2102> |
you did a revert on the trac directory? |
| [04:29:10] |
<andrei2102> |
before applying the patch again? |
| [04:29:24] |
* |
will3438 has quit IRC |
| [04:30:09] |
<orkam_wrk> |
Yes, I changed the revision (I see that 'cause I changed the templates, now the original templates are used again) then took the old patched files (I did not patch the new files, yet) |
| [04:31:13] |
<orkam_wrk> |
If you want to save me time maybe you could upload the patched files. If not, I'll do it again in approx 15 mins |
| [04:32:18] |
* |
Mathieu___ has left #trac |
| [04:34:31] |
<cheshair> |
just for your information, i read "Todo: Add user detail support so that the full name and email address are retrieved from the LDAP server." in ldapplugin todo list. it seems it answers my question. |
| [04:35:13] |
<cheshair> |
email field is not automatically retrieved from ldap server |
| [04:37:50] |
* |
row has joined #trac |
| [04:41:16] |
* |
harobed has joined #trac |
| [04:43:19] |
* |
Choi|work has joined #trac |
| [04:44:07] |
<Choi|work> |
Good afternoon all, is there anyone I can talk to about email notifications and the subject template field which I have a problem with? |
| [04:48:25] |
* |
timte_ has joined #trac |
| [04:56:46] |
<andrei2102> |
orkam_wrk: i commited a new patch for revision 7218 |
| [04:57:27] |
* |
timte has quit IRC |
| [05:00:34] |
* |
m_g has joined #trac |
| [05:05:18] |
* |
Davey has quit IRC |
| [05:07:33] |
<aat> |
hi |
| [05:07:37] |
<evil_twin> |
New news from t.e.o: Ticket #7358 ([ticket-custom] and notifications of ticket-custom fields not working) created <http://trac.edgewall.org/ticket/7358> |
| [05:08:57] |
* |
izibi has joined #trac |
| [05:09:53] |
* |
will3438 has joined #trac |
| [05:13:47] |
* |
inki has joined #trac |
| [05:14:07] |
<inki> |
hi, i have an error msg in apache2 errorlog: PythonHandler trac.web.modpython_frontend: ImportError: No module named trac |
| [05:14:59] |
<inki> |
location syntax looks like this: http://rafb.net/p/JSMPi869.html |
| [05:15:30] |
<inki> |
what could be wrong? |
| [05:16:57] |
* |
ronny has joined #trac |
| [05:16:59] |
<ronny> |
yo |
| [05:18:12] |
<ronny> |
are there any howtos for turning trac into custom project webpages, we dont want to go with the default frontpage stuff, add a few extra pages (wiki might do for those) and some kind of plugin planet for supplying people with plugins to our app |
| [05:18:52] |
* |
NeuralNuts has joined #trac |
| [05:19:30] |
<NeuralNuts> |
Could someone suggest where I should look for this error... it's not a trac problem - more a track-plugin problem by the way (TracBlogPlugin)... |
| [05:19:33] |
<NeuralNuts> |
http://ai.autonomy.net.au/blog?format=rss |
| [05:20:29] |
<andrei2102> |
NeuralNuts: you enabled the plugin? |
| [05:21:00] |
<NeuralNuts> |
yes - it works in all acounts, only when clicking on the rss link i get this error |
| [05:21:03] |
<andrei2102> |
NeuralNuts: from the error it looks like there's no component mapped to that url |
| [05:21:21] |
<NeuralNuts> |
for example, remove the GET parameters and it works fine |
| [05:21:42] |
<andrei2102> |
NeuralNuts: I'm not familiar with the plugin :( |
| [05:21:57] |
<NeuralNuts> |
hmmm, me too :/ |
| [05:22:03] |
* |
JakeMo1 has joined #trac |
| [05:22:14] |
<andrei2102> |
for the http://ai.autonomy.net.au/blog i have the same error |
| [05:22:32] |
<NeuralNuts> |
really?? |
| [05:22:39] |
<NeuralNuts> |
that one works for me |
| [05:22:49] |
<NeuralNuts> |
that's interesting |
| [05:23:27] |
<NeuralNuts> |
even if you goto another link and back? |
| [05:23:36] |
<NeuralNuts> |
constantly broken? |
| [05:23:40] |
<andrei2102> |
yes |
| [05:23:48] |
<NeuralNuts> |
now I'm very confused. |
| [05:23:58] |
<NeuralNuts> |
http://ai.autonomy.net.au/blog/archive ? |
| [05:23:59] |
<andrei2102> |
i when to the first page and then added the blog part of the url |
| [05:24:26] |
<andrei2102> |
when/went |
| [05:24:36] |
<andrei2102> |
and the same error |
| [05:24:50] |
<andrei2102> |
may be you should try when ou are not authenticated |
| [05:24:53] |
<NeuralNuts> |
let me log out, maybe its a permission thing |
| [05:25:29] |
<NeuralNuts> |
ok, that's 1 problem... let me fix that one first so I can show you the actual problem - sorry about that... |
| [05:26:35] |
<NeuralNuts> |
ahhh - that fixed both problems |
| [05:26:43] |
<NeuralNuts> |
thanks andrei2102 =) |
| [05:26:46] |
* |
JakeMon has quit IRC |
| [05:26:59] |
<andrei2102> |
;) |
| [05:29:33] |
* |
huats has quit IRC |
| [05:31:44] |
* |
trbs has joined #trac |
| [05:32:10] |
* |
huats has joined #trac |
| [05:38:10] |
* |
handyande has quit IRC |
| [05:41:36] |
<inki> |
ok, now I have "PythonHandler trac.web.modpython_frontend: TracError: Database newer than Trac version" |
| [05:44:21] |
<inki> |
additionally, I'm seeing "Command failed: ('No such revision 1', 160006)" |
| [05:46:21] |
* |
handyande has joined #trac |
| [05:46:29] |
* |
JakeMo1 has quit IRC |
| [05:46:46] |
* |
cheshai1 has joined #trac |
| [05:47:22] |
<cheshai1> |
hi guys! |
| [05:47:34] |
* |
cheshai1 is now known as cheshair_work |
| [05:47:52] |
* |
goran_q has joined #trac |
| [05:50:27] |
* |
Davey has joined #trac |
| [05:53:25] |
* |
NeuralNuts has left #trac |
| [05:55:29] |
* |
hwinkel has joined #trac |
| [06:06:27] |
* |
kirean has quit IRC |
| [06:06:44] |
* |
timte_ is now known as timte |
| [06:08:06] |
<evil_twin> |
New news from t.e.o: Ticket #7359 (Allow trac.ini to configure default quicksearch options) created <http://trac.edgewall.org/ticket/7359> |
| [06:08:38] |
* |
Choi|work has quit IRC |
| [06:11:30] |
* |
JakeMon has joined #trac |
| [06:16:41] |
* |
bkuhn has joined #trac |
| [06:38:17] |
<evil_twin> |
New news from t.e.o: TracBrowser edited <http://trac.edgewall.org/wiki/TracBrowser?version=22> |
| [06:38:38] |
* |
inki_ has joined #trac |
| [06:39:55] |
* |
nicholasbs has joined #trac |
| [06:42:33] |
* |
retracile has quit IRC |
| [06:46:53] |
* |
Skoog[A] has joined #Trac |
| [06:51:21] |
* |
beasty_ has joined #trac |
| [06:51:34] |
* |
the_lalelu has quit IRC |
| [06:51:37] |
* |
the_lalelu has joined #trac |
| [06:54:15] |
* |
inki has quit IRC |
| [06:54:35] |
* |
Skoog[A] has quit IRC |
| [06:58:49] |
* |
hwinkel has quit IRC |
| [07:02:11] |
* |
dunkert` has joined #trac |
| [07:02:32] |
* |
beasty has quit IRC |
| [07:02:48] |
* |
retracile has joined #trac |
| [07:03:58] |
* |
dunk_ has quit IRC |
| [07:04:15] |
* |
Skoog[W] has quit IRC |
| [07:05:16] |
* |
retracile mumbles something contemptuous about mornings. |
| [07:07:12] |
* |
dunk_ has joined #trac |
| [07:08:29] |
* |
dunkert` has quit IRC |
| [07:10:05] |
* |
retracile_ has joined #trac |
| [07:10:33] |
* |
treaves has joined #trac |
| [07:11:23] |
* |
tobias_ has joined #trac |
| [07:12:30] |
* |
treaves has quit IRC |
| [07:14:00] |
<macmaN6789> |
coderanger: |
| [07:14:04] |
<macmaN6789> |
you around mate? |
| [07:14:32] |
<macmaN6789> |
i think ive just synthesized a need |
| [07:14:40] |
<macmaN6789> |
for an integrated flash based media player for trac |
| [07:14:52] |
<macmaN6789> |
for example i would upload an audio file |
| [07:14:58] |
<macmaN6789> |
to a ticket or wiki |
| [07:15:07] |
<macmaN6789> |
and trac would be capable of displaying a flash media player |
| [07:15:09] |
<macmaN6789> |
for it |
| [07:15:42] |
<macmaN6789> |
same for video perhaps |
| [07:15:58] |
<macmaN6789> |
flv + mp3 should be good enough |
| [07:16:04] |
<macmaN6789> |
gallery2 can do it quite well |
| [07:16:20] |
<macmaN6789> |
but integration with project mgmt would be even sweeter |
| [07:17:59] |
<macmaN6789> |
obviously i havent checked trachacks which i will now proceed to do |
| [07:19:33] |
* |
kopernikus has joined #trac |
| [07:21:02] |
<inki_> |
do i have to restart something if i changed trac.ini? |
| [07:21:06] |
* |
inki_ is now known as Inki |
| [07:21:47] |
<macmaN6789> |
Inki: not that i know of |
| [07:22:02] |
<retracile_> |
Inki: depends on what you change. |
| [07:22:04] |
<Inki> |
it doesn't obey |
| [07:22:26] |
<Inki> |
I'm getting "OperationalError: unable to open database file" and I have no clue why |
| [07:22:32] |
<retracile_> |
Inki: if it's related to loading a plugin or enabling a component, you do. |
| [07:22:58] |
<Inki> |
retracile: good to know! but what is it I have to restart? |
| [07:23:47] |
* |
retracile has quit IRC |
| [07:24:00] |
<retracile_> |
Inki: the webserver; whether that's apache or tracd or whatever |
| [07:24:02] |
* |
retracile_ is now known as retracile |
| [07:24:53] |
<Inki> |
k |
| [07:25:02] |
<macmaN6789> |
flashviewplugin is very interesting |
| [07:25:16] |
<macmaN6789> |
i am pretty sure i would only need adapt some mimetypes or something |
| [07:25:20] |
<macmaN6789> |
but the codebase would be similar |
| [07:25:35] |
<macmaN6789> |
yet i dont see anything that would give me an integrated media player inside trac resources |
| [07:25:56] |
<macmaN6789> |
all you smart folks at coderanger knowledge level, please let me know if you know something i dont |
| [07:25:56] |
<Inki> |
great. the log doesn't show more than what it shows on the output page. |
| [07:26:10] |
<Inki> |
OperationalError: unable to open database file |
| [07:26:26] |
<Inki> |
trac.db is readable and writable for www-data |
| [07:31:28] |
* |
dunk_ has quit IRC |
| [07:31:59] |
* |
dunk_ has joined #trac |
| [07:36:24] |
* |
jhammel has joined #trac |
| [07:38:43] |
<evil_twin> |
New news from t.e.o: TracDev/ApiChanges/0.11 edited <http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.11?version=38> |
| [07:42:29] |
* |
mschaffer has joined #trac |
| [07:46:26] |
* |
takayama has quit IRC |
| [08:05:12] |
* |
parti has quit IRC |
| [08:05:28] |
* |
andrei2102 has left #trac |
| [08:08:41] |
<goran_q> |
hi all. install question. is there a way (or documentation) on how to go about installing subversion on etch through debian packages? |
| [08:08:56] |
<evil_twin> |
New news from t.e.o: TracBrowser edited <http://trac.edgewall.org/wiki/TracBrowser?version=23> |
| [08:09:23] |
<goran_q> |
specifically regarding python bindings fro subversion and their availability for trac |
| [08:12:19] |
* |
W0rmDrink has joined #trac |
| [08:13:05] |
* |
WormDrink has quit IRC |
| [08:14:00] |
* |
nicholasbs has quit IRC |
| [08:14:02] |
* |
nicholasbs_ has joined #trac |
| [08:14:38] |
* |
hruskeks has quit IRC |
| [08:15:31] |
<macmaN6789> |
i dont see how it is a problem |
| [08:15:37] |
<macmaN6789> |
gentoo has useflags for that |
| [08:15:48] |
<macmaN6789> |
if you select +python, svn python bindings are made |
| [08:15:55] |
<macmaN6789> |
surely debian has to have something similar? |
| [08:16:04] |
<macmaN6789> |
or everything is already built in |
| [08:27:45] |
<goran_q> |
macmaN6789: sorry, I am a 'bit' of a newbish (and slow, going through documentation)... I thought it would be and I am trying to install all by apt-get ing the packages, but the documentation is a bit vague; I found two packages: python-subversion and python-svn; still it seems that these might be only for python2.4 and can't locate any info on 2.5 specific issues. (and abviouslly I don have... |
| [08:27:46] |
<goran_q> |
...enough understanding of the matter to ask the right questions, so I was just wondering if someone is around who did this on debian/etch so I could read tfm somewhere) |
| [08:28:05] |
<huats> |
retracile: hello |
| [08:28:16] |
* |
mschaffer has quit IRC |
| [08:28:36] |
<macmaN6789> |
i am not sure exactly how debian handles versions |
| [08:28:51] |
<macmaN6789> |
you are correct that precompiled packages could be for a specific release version |
| [08:28:57] |
<macmaN6789> |
but then how did you get python 2.5 |
| [08:29:07] |
<macmaN6789> |
you should be able to find a repo that has python-subversion 2.5 |
| [08:29:24] |
<macmaN6789> |
and that is also why you run gentoo :P |
| [08:31:15] |
<goran_q> |
macmaN678: ok, thanks... will look some more |
| [08:31:48] |
* |
hhos has joined #trac |
| [08:32:54] |
* |
pombreda has joined #trac |
| [08:36:31] |
<cheshair_work> |
hi guys, i patched a "live" trac installation with trac-0.10.4-report-plugin.patch, then i followed other steps in http://trac-hacks.org/wiki/ExcelReportPlugin |
| [08:36:39] |
<cheshair_work> |
no luck for me though |
| [08:36:49] |
<cheshair_work> |
any hints? |
| [08:37:22] |
<cheshair_work> |
can i patch a "live" installation? |
| [08:39:09] |
* |
proofek has quit IRC |
| [08:39:12] |
<evil_twin> |
New news from t.e.o: TracUsers edited <http://trac.edgewall.org/wiki/TracUsers?version=700> || TracUsers edited <http://trac.edgewall.org/wiki/TracUsers?version=699> || TracUsers edited <http://trac.edgewall.org/wiki/TracUsers?version=698> |
| [08:39:26] |
* |
hhos has quit IRC |
| [08:40:22] |
* |
Dnumgis has joined #trac |
| [08:43:43] |
<Dnumgis> |
hi, is it possible (or planned) to support using a different tool to show diffs between files of specific types? |
| [08:44:23] |
* |
ei-grad has quit IRC |
| [08:45:44] |
<retracile> |
huats: hey |
| [08:46:08] |
* |
mschaffer has joined #trac |
| [08:46:52] |
<cheshair_work> |
hi retracile :-) any hints for me by chance? |
| [08:47:46] |
<retracile> |
cheshair_work: uhm... what do you mean by a "patched a live trac installation"? |
| [08:48:02] |
* |
mschaffer has quit IRC |
| [08:48:08] |
* |
pombreda has quit IRC |
| [08:48:46] |
<huats> |
retracile: did you manage to reproduce my pb ? |
| [08:48:51] |
* |
orkam_wrk has quit IRC |
| [08:48:53] |
* |
pombreda has joined #trac |
| [08:49:22] |
<retracile> |
huats: No. I see that in your environmen |