| [00:04:15] |
* |
misc has joined #trac |
| [00:09:06] |
* |
sgrover has joined #trac |
| [00:11:38] |
<sgrover> |
looking for opinions. Setting up a server to handle multiple projects. All projects are "public" (anonymous read access). Any user with an account will be able to access any of the projects with the same permissions. In this situation, is it best to set up multiple trac projects, or a single project with "components" for each sub project? |
| [00:12:04] |
<sgrover> |
I'm looking for flexibility, but low maintenance as well.... :) |
| [00:20:36] |
* |
cbalan has joined #trac |
| [00:23:33] |
* |
gggimpf has joined #trac |
| [00:23:47] |
* |
gggimpf has left #trac |
| [00:24:48] |
* |
ryan_ has quit IRC |
| [00:27:52] |
* |
izibi has joined #trac |
| [00:28:02] |
* |
jonkri has left #trac |
| [00:35:35] |
* |
ryan_ has joined #trac |
| [00:35:35] |
* |
cmlenz has quit IRC |
| [00:37:11] |
* |
hwinkel has joined #trac |
| [00:37:13] |
* |
HenrikV has joined #trac |
| [00:47:47] |
* |
ryan_ has quit IRC |
| [00:47:51] |
* |
ryan_ has joined #trac |
| [00:49:06] |
* |
timte has joined #trac |
| [00:51:12] |
* |
lyakh has joined #trac |
| [00:54:03] |
<evil_twin> |
New news from t.e.o: Ticket #7564 (点播130个左右的test.ts2时出现马赛克现象) closed <http://trac.edgewall.org/ticket/7564#comment:1> |
| [00:56:22] |
* |
gggimpf1 has joined #trac |
| [00:56:29] |
* |
gggimpf1 has left #trac |
| [00:57:30] |
* |
macmaN6789 has quit IRC |
| [00:57:51] |
* |
lyakh has quit IRC |
| [00:59:30] |
* |
lyakh has joined #trac |
| [01:12:22] |
* |
sam` has quit IRC |
| [01:13:24] |
* |
[2ge] has joined #trac |
| [01:23:32] |
* |
]2ge[ has joined #trac |
| [01:26:36] |
* |
tobydeh has joined #trac |
| [01:26:50] |
<tobydeh> |
hi guys |
| [01:27:15] |
<tobydeh> |
i have one svn repo with a few projects inside it and i want to install trac |
| [01:27:45] |
<tobydeh> |
do i need a trac project for each project inside my repo? or cna i manage all projects from one global trac project? |
| [01:28:00] |
* |
jdolan_ has quit IRC |
| [01:28:04] |
* |
izibi has quit IRC |
| [01:28:21] |
* |
jdolan_ has joined #trac |
| [01:28:55] |
* |
izibi has joined #trac |
| [01:31:15] |
* |
liquidat0r has joined #trac |
| [01:35:59] |
* |
Will\work has joined #trac |
| [01:36:01] |
<Will\work> |
hi |
| [01:37:08] |
* |
chori has joined #trac |
| [01:39:31] |
* |
[2ge] has quit IRC |
| [01:42:17] |
* |
Shown has joined #trac |
| [01:43:39] |
* |
cmlenz has joined #trac |
| [01:45:35] |
* |
mosez has joined #trac |
| [01:45:37] |
<mosez> |
hi |
| [01:45:50] |
* |
ras0ir has joined #trac |
| [01:45:53] |
<mosez> |
why did i get this error: Warning: Can't synchronize with the repository (Unsupported version control system "svn": "No module named svn" ). Look in the Trac log for more information.? |
| [01:46:00] |
<mosez> |
i have repository_type = svn on config |
| [01:46:07] |
<mosez> |
it was the default selection |
| [01:46:32] |
* |
handyande has quit IRC |
| [01:47:34] |
<mosez> |
and subversion has been compiled with this use flags on gentoo: "apache2 bash-completion berkdb java nls perl python vim-syntax -debug -doc -emacs -extras -nowebdav -ruby -svnserve |
| [01:50:43] |
<sgrover> |
tobydeh: you can have one trac project for the entire svn repo if you'd like. Or you can have one trac project for each of the svn projects (just point the svn path to the appropriate directory within your repo).... |
| [01:50:44] |
* |
handyande has joined #trac |
| [01:51:20] |
<tobydeh> |
id much rather have one trac project then have multiple wikis / tickets etc for each repo |
| [01:51:23] |
<tobydeh> |
can i do that? |
| [01:52:11] |
<sgrover> |
not that I know of. One Trac install is pretty much equivalent to a single project. |
| [01:52:33] |
<mosez> |
tobydeh: have you read something about Mercurial? |
| [01:52:42] |
<sgrover> |
But, I've done similar to what you are after by using "components" to indicate which "sub-project" my tickets deal with... |
| [01:52:43] |
<mosez> |
this is afaik for multiple repositories |
| [01:53:33] |
<tobydeh> |
nope ive never heard of Mercurial |
| [01:53:35] |
<sgrover> |
I have no clue how to get distinct wikis though.... unless you mean just individual wiki pages for each project... |
| [01:53:46] |
<tobydeh> |
ok looks like lots of project folders then never mind |
| [01:53:52] |
<mosez> |
oh sorry... its wrong... its another versioning system |
| [01:54:19] |
<sgrover> |
tobydeh: multiple project folders isn't so bad - you're still using a common core for Trac itself... |
| [01:54:39] |
<mosez> |
tobydeh: take a look at http://trac.edgewall.org/wiki/MultipleRepositorySupport |
| [01:54:46] |
<tobydeh> |
thanks |
| [01:55:25] |
<sgrover> |
But I was trying to get opinions on a similar situation for myself. I put a number of projects into a single svn repository, and not sure how best to utilize trac for the projects... (I'll check out the link too mosez - thanks) |
| [01:56:02] |
<mosez> |
i've got on svn repo per project. and i've got one trac instance per project. |
| [01:56:20] |
<mosez> |
http://trac.mncode.net/siemens/browser i've got to figure out why i can not browse my repo :( |
| [01:57:54] |
<Will\work> |
did I dream it, or (for people with multiple tracs setup) is there a way to view a "list" of projects? |
| [01:59:16] |
<mosez> |
will\work: i'm doing it on a php way only :) |
| [02:00:59] |
<sgrover> |
Will\work: give me a moment.. I have the running... let me dig up the link... |
| [02:02:15] |
<sgrover> |
mosez: check your trac.ini file - you should have two lines near the bottom under the [trac] section - repository_dir and repository_type. the Type should be svn (sounds like this is set). The dir should point at your repository. Have you confirmed these? |
| [02:02:56] |
<sgrover> |
Will\work: http://trac.edgewall.org/wiki/0.11/TracOnUbuntu |
| [02:03:31] |
<mosez> |
sgrover: type is svn and path is correct too |
| [02:03:34] |
<sgrover> |
Will\work: I followed that setup and can navigate to myserver.com/projects and get a list of the projects.... without having to manually create a projects dir or page... |
| [02:04:38] |
<sgrover> |
mosez: is the path an svn repository? (i.e. if you go there do you see the typical conf, dav, db, etc. folders ? |
| [02:05:13] |
<sgrover> |
Will\work: the magic is in the Apache config |
| [02:06:06] |
<Will\work> |
thanks very much :) |
| [02:06:23] |
<Will\work> |
now if only I could get authnz_ldap working |
| [02:06:26] |
<Will\work> |
bloody active directory :/ |
| [02:06:37] |
<sgrover> |
g'luck.... took me a bit of tinkering to get things working right.. :) |
| [02:06:56] |
<Will\work> |
I had a play yesterday and couldn't get it working |
| [02:07:10] |
<sgrover> |
Will\work: I agree with the sentiment... been fighting trying to get a PHP app to work with AD properly (creating/modifying contacts) |
| [02:07:13] |
<Will\work> |
but I've just setup another trac project, and it's getting annoying having to maintain multiple instannations |
| [02:07:32] |
<Will\work> |
instances, even |
| [02:08:12] |
<sgrover> |
in the past I set up a single trac project, (cuz it was more for me) pointing at a single repository. Then used components to track what tickets went with what project... |
| [02:08:44] |
<sgrover> |
might be an option in some cases |
| [02:19:06] |
* |
Stepan has left #trac |
| [02:27:42] |
* |
handyande has joined #trac |
| [02:32:35] |
* |
sgrover has quit IRC |
| [02:32:52] |
* |
apoirier has joined #trac |
| [02:33:02] |
* |
snk00sj has joined #trac |
| [02:33:18] |
<snk00sj> |
hi, is there anyway to merge 2 users in the history of tickets/changelogs ? |
| [02:38:30] |
<mosez> |
http://trac.mncode.net/siemens next error :( |
| [02:38:53] |
* |
]2ge[ has quit IRC |
| [02:40:06] |
* |
hesselink has joined #trac |
| [02:43:48] |
<mosez> |
ok now it works |
| [02:43:56] |
<mosez> |
permissions to the svn repo where bad :( |
| [02:48:05] |
* |
tobydeh has quit IRC |
| [02:54:55] |
<mosez> |
is there something like webadmin on 0.11.1 too? |
| [02:54:56] |
<evil_twin> |
New news from t.e.o: Ticket #7565 (Reverse change history order) created <http://trac.edgewall.org/ticket/7565> |
| [02:55:03] |
<mosez> |
i can not emerge it directly on gentoo |
| [03:11:30] |
* |
[2ge] has joined #trac |
| [03:12:11] |
* |
snk00sj has left #trac |
| [03:12:47] |
* |
akurtakov has joined #trac |
| [03:12:59] |
* |
akurtakov has left #trac |
| [03:16:16] |
<mosez> |
ok i got it :) |
| [03:22:11] |
* |
hesselink has quit IRC |
| [03:22:37] |
<asmodai> |
mosez: Trac 0.11 has webadmin built in |
| [03:22:44] |
* |
hesselink has joined #trac |
| [03:23:13] |
* |
titang has quit IRC |
| [03:23:46] |
<asmodai> |
hey, uu. Nice to see Utrecht around ;) |
| [03:31:36] |
<mosez> |
asmodai: i know... i forgot to set an trac admin :) |
| [03:33:11] |
<asmodai> |
good |
| [03:35:05] |
* |
tinh has quit IRC |
| [03:41:11] |
<mosez> |
hum... subversion autz sucks :( |
| [03:42:38] |
<mosez> |
on the apache everythink works fine. but if i access it thrue trac my autz file doesnt work correctly :( |
| [03:43:23] |
* |
bkuhn has joined #trac |
| [03:43:58] |
<mosez> |
i've got one autz file for my repositories. apache works fine because of svnparentpath. but trac only uses the autz entries without repository name :( |
| [03:46:19] |
* |
ras0ir has left #trac |
| [03:51:50] |
* |
maverick12 has joined #trac |
| [03:52:42] |
<mosez> |
HA, it works! :D |
| [03:53:13] |
* |
maverick12 has left #trac |
| [04:12:27] |
* |
handyande has quit IRC |
| [04:13:24] |
* |
bkuhn has quit IRC |
| [04:14:16] |
* |
handyande has joined #trac |
| [04:16:01] |
<gwoo> |
coderanger: you still around? |
| [04:21:43] |
* |
m_g has joined #trac |
| [04:23:29] |
<prologic__> |
hey guys, there seems to be a problem with the trac-hacks repo |
| [04:23:31] |
<prologic__> |
http://paste.lisp.org/submit |
| [04:23:53] |
<prologic__> |
I normally keep a mercurial clone of it usnig the hgsvn tools - but this is failing now because of some unicode issue in one of the revivions ;/ |
| [04:25:45] |
<evil_twin> |
New news from t.e.o: TracPlugins edited <http://trac.edgewall.org/wiki/TracPlugins?version=56> || TracPlugins edited <http://trac.edgewall.org/wiki/TracPlugins?version=55> |
| [04:32:12] |
<gwoo> |
coderanger: thanks for confirming, i'm going to compare with crystalx and see where the differences are |
| [04:41:19] |
* |
Pokshun has quit IRC |
| [04:41:39] |
* |
Pokshun has joined #trac |
| [04:48:27] |
* |
jdolan_ has quit IRC |
| [04:50:27] |
* |
kirean has left #trac |
| [04:58:49] |
* |
bkuhn has joined #trac |
| [05:00:48] |
* |
bkuhn has joined #trac |
| [05:01:09] |
* |
tinh has joined #trac |
| [05:35:08] |
* |
inarru has joined #trac |
| [05:38:57] |
* |
havvg has joined #trac |
| [05:39:59] |
* |
inarru has quit IRC |
| [06:03:59] |
* |
jhammel has joined #trac |
| [06:05:44] |
* |
chori has quit IRC |
| [06:06:49] |
* |
jdolan_ has joined #trac |
| [06:11:08] |
* |
|igor_ has joined #trac |
| [06:20:56] |
* |
tinh has quit IRC |
| [06:25:27] |
* |
handyande has quit IRC |
| [06:37:31] |
* |
handyande has joined #trac |
| [06:43:43] |
<jhammel> |
is there a better way of checking if a user exists other than `if username in [i[0] for i in self.env.get_known_users()]` |
| [06:44:23] |
* |
nicholasbs has joined #trac |
| [06:44:36] |
* |
RobinD has joined #trac |
| [06:49:15] |
* |
Tetraboy2 has joined #trac |
| [06:49:43] |
* |
cbalan has quit IRC |
| [06:54:38] |
* |
gggimpf has joined #trac |
| [06:54:52] |
* |
gggimpf has left #trac |
| [06:55:40] |
* |
cbalan has joined #trac |
| [07:05:30] |
* |
Tetraboy has quit IRC |
| [07:05:41] |
* |
igor_ has joined #trac |
| [07:06:10] |
* |
cbalan has quit IRC |
| [07:06:13] |
* |
rocky has joined #trac |
| [07:06:54] |
* |
cbalan has joined #trac |
| [07:08:31] |
* |
RobinD has quit IRC |
| [07:09:13] |
* |
tinh has joined #trac |
| [07:13:16] |
* |
ErikRose has joined #trac |
| [07:14:35] |
* |
jeffg has joined #trac |
| [07:19:37] |
* |
mattwiseman has quit IRC |
| [07:19:54] |
* |
|igor_ has quit IRC |
| [07:23:32] |
* |
EnTeQuAk has joined #trac |
| [07:23:50] |
* |
andrei2102 has quit IRC |
| [07:25:29] |
* |
handyande has quit IRC |
| [07:25:54] |
* |
dikim33 has quit IRC |
| [07:26:43] |
* |
Shadowhand has joined #trac |
| [07:26:44] |
<Shadowhand> |
morning |
| [07:27:03] |
<Shadowhand> |
has anyone set up trac using mod_python on WebFaction before? |
| [07:30:17] |
* |
handyande has joined #trac |
| [07:31:55] |
* |
Hoxolotl has joined #trac |
| [07:32:40] |
* |
Hoxolotl greets everybody and continues to look for a planning plug-in for trac |
| [07:34:11] |
<Hoxolotl> |
ah ha! found the list *reads* |
| [07:37:36] |
* |
igor_ is now known as |igor_ |
| [07:41:39] |
* |
Shadowhand has left #trac |
| [07:49:00] |
* |
RobinD has joined #trac |
| [07:51:34] |
* |
devnetbr has joined #trac |
| [07:54:39] |
<devnetbr> |
hi, i've installed trac 0.11.1, but when i try use webadmin interface, i get an error "No administration panels available"... and there's no "admin" button in my trac menu bar... |
| [07:55:15] |
<devnetbr> |
reading on webadmin site, there's no need to install this plugin because it comes in lastest trac version... |
| [07:55:53] |
<devnetbr> |
i also put webadmin.* = enabled into [component] section.. but didn't work |
| [07:55:54] |
<jhammel> |
devnetbr: and (just making sure) youre a TRAC_ADMIN? |
| [07:56:47] |
<devnetbr> |
jhammel: well ... i have no idea... i've just created an user with htpasswd ... |
| [07:57:00] |
<jhammel> |
devnetbr: you need to give him TRAC_ADMIN permission |
| [07:57:12] |
* |
dikim33 has joined #trac |
| [07:57:14] |
<jhammel> |
trac-admin <env> permission add <user> TRAC_ADMIN |
| [07:57:46] |
<devnetbr> |
jhammel: hum... ok !!! i'll try .... thanks !! |
| [07:58:22] |
* |
bergheim is now known as tsb |
| [07:59:01] |
<devnetbr> |
jhammel: it works !!!! thanks a lot !!! |
| [07:59:15] |
<jhammel> |
devnetbr: np |
| [08:05:21] |
* |
EnTeQuAk has quit IRC |
| [08:07:29] |
* |
retracile_ is now known as retracile |
| [08:07:39] |
* |
retracile spouts something intolerant about mornings. |
| [08:10:27] |
* |
tobias has joined #trac |
| [08:12:07] |
* |
psyferre has joined #trac |
| [08:12:17] |
* |
devnetbr has quit IRC |
| [08:13:41] |
<psyferre> |
hey folks, I'm a new trac user and my company has created a bunch of assembla pages with trac ticketing for our various projects. I'm looking for a way that I can view all the tickets across all these different sites from my desktop. Does anyone know of a widget, management console, etc. that can take multiple trac sites and lump them all together for viewing? |
| [08:14:38] |
<rocky> |
psyferre: assembla doesn't have a dashboard for something like that? |
| [08:14:46] |
* |
[2ge] has quit IRC |
| [08:15:03] |
<psyferre> |
rocky: it does, but it will only show tickets that are explicitly assigned to you - unless i'm missing something |
| [08:15:43] |
<psyferre> |
rocky: i need to be able to see all the tickets so that I can grab ones I have time, skills, etc for |
| [08:15:56] |
* |
|igor_ has quit IRC |
| [08:16:18] |
<rocky> |
gotcha |
| [08:16:23] |
<psyferre> |
as it is, I just keep having to check ten different sites all the time to see what's new :) |
| [08:16:39] |
<rocky> |
perhaps use a rss aggregator to watch all the rss feeds of the ticket listings for the projects? |
| [08:17:46] |
* |
nergalix has quit IRC |
| [08:18:00] |
<psyferre> |
that's the only thing I could think of. I had hoped that there was some app out there that could be used to both view, and alter tickets... but googling for anything with "trac" in the string gets a lot of unrelated results |
| [08:18:18] |
<psyferre> |
I'll try RSS. Thanks, rocky! |
| [08:20:35] |
* |
cbalan has quit IRC |
| [08:29:27] |
* |
getxsick has joined #trac |
| [08:29:29] |
* |
rocky1 has joined #trac |
| [08:29:38] |
* |
getxsick has left #trac |
| [08:30:56] |
* |
gggimpf1 has joined #trac |
| [08:31:05] |
* |
gggimpf1 has left #trac |
| [08:31:34] |
* |
rocky has quit IRC |
| [08:31:36] |
* |
rocky1 is now known as rocky |
| [08:34:22] |
* |
havvg has quit IRC |
| [08:37:06] |
* |
hansbrix has joined #trac |
| [08:37:21] |
<hansbrix> |
hi, how can i stop users from having the ability to set milestones, but still edit other stuff on tickets? |
| [08:37:52] |
<jhammel> |
cmlenz, osimons: i've included two patches on #7562 that can resolve the email obfuscation issue: http://trac.edgewall.org/ticket/7562#comment:8 |
| [08:37:57] |
<jhammel> |
cmlenz: thanks for the help, btw |
| [08:39:02] |
<cmlenz> |
btw if you name your patches with a .diff or .patch extension they'll be highlighted |
| [08:39:19] |
<jhammel> |
cmlenz: oh, duh! thanks for the reminder |
| [08:39:27] |
* |
jhammel is in the bad habit of naming patches .txt |
| [08:40:24] |
<cmlenz> |
I don't see how exactly the first patch addresses the email disclosure problem |
| [08:42:20] |
* |
tinh has quit IRC |
| [08:43:07] |
<jhammel> |
cmlenz: if e.g. ticket['reporter'] is an email address, it won't be in the known login names |
| [08:43:25] |
<jhammel> |
cmlenz: at least, it seems to be working locally, though i might miss some edge cases |
| [08:44:07] |
<cmlenz> |
too much of an assumption there for my taste ;) |
| [08:45:43] |
<jhammel> |
i can't think of a case where it would fail, though i'd be lying if said i understood the whole problem-space |
| [08:48:09] |
* |
psyferre has left #trac |
| [08:49:56] |
<osimons> |
jhammel - all my logins are emails... |
| [08:50:26] |
<jhammel> |
osimons: are they in get_known_users? |
| [08:50:34] |
<osimons> |
even though authorinfo is a macro, it uses format_author(req, author) for obfuscation - just use that |
| [08:50:37] |
<osimons> |
jhammel: yes |
| [08:50:46] |
<osimons> |
logins are emails |
| [08:51:06] |
* |
jhammel tries |
| [08:51:08] |
<jhammel> |
osimons: thanks |
| [08:51:29] |
<osimons> |
it is quite a common stragegy to use email as login |
| [08:53:09] |
<osimons> |
as suggested yesterday: if you compare author with format_author() result, render a link if they are identical (which means no obfuscation triggered) |
| [08:58:34] |
* |
kriztmark has joined #trac |
| [08:58:51] |
* |
nano- has joined #trac |
| [08:58:59] |
* |
glass-eye has quit IRC |
| [09:01:07] |
<s0undt3ch> |
ppl, I need some opinions please, how's your browser performace when browsing http://tl10nm.ufsoft.org/ ? |
| [09:02:22] |
<jhammel> |
s0undt3ch: i've only looked at a few pages but it worksforme (FF3, ubuntu8) |
| [09:02:40] |
<cmlenz> |
jhammel: but please include a comment explaining what's going on there :P |
| [09:02:55] |
<s0undt3ch> |
jhammel: change browser window and then come back to that browser window |
| [09:03:54] |
<s0undt3ch> |
jhammel: I have 4 image BG's of 1610x2560 pixels ~ 26K in size |
| [09:04:00] |
<jhammel> |
s0undt3ch: ummm...seems fine? if i understand you correctly |
| [09:04:38] |
<s0undt3ch> |
jhammel: was worried about performace because of those big backgrounds I have |
| [09:04:47] |
<s0undt3ch> |
render performance |
| [09:04:58] |
<cmlenz> |
s0undt3ch: make them 50% alpha if you want to be worried ;) |
| [09:05:00] |
<jhammel> |
s0undt3ch: its a tad sluggish, but nothing awful |
| [09:05:21] |
<s0undt3ch> |
jhammel: yeah, I thought I noticed that :\ |
| [09:05:23] |
* |
EnTeQuAk has joined #trac |
| [09:05:39] |
<s0undt3ch> |
cmlenz: I avoided alpha because of that reason ;) |
| [09:06:10] |
<s0undt3ch> |
cmlenz, jhammel: at least it's a single request to get the BG's their all the same image |
| [09:06:31] |
<s0undt3ch> |
no need to load 4 or 5 smaller images just to get the background working ;) |
| [09:07:40] |
<s0undt3ch> |
oh, and initially I had those BG images of ~5000x5000 pixels |
| [09:07:54] |
<s0undt3ch> |
for those guys with the big screens ;) |
| [09:09:07] |
<s0undt3ch> |
dam, I do have alpha on those BG's ;) |
| [09:09:16] |
<s0undt3ch> |
the drop shaddows |
| [09:09:40] |
<jhammel> |
s0undt3ch: :( |
| [09:09:47] |
<cmlenz> |
drop shadows usually don't drop into all four directions btw ;) |
| [09:10:01] |
<jhammel> |
s0undt3ch: server-side transform? |
| [09:10:44] |
* |
ras0ir has joined #trac |
| [09:10:46] |
<s0undt3ch> |
cmlenz: they do if the light come right from above 45 degrees centered |
| [09:10:55] |
<s0undt3ch> |
jhammel: what? the drop down shadows? |
| [09:11:35] |
<s0undt3ch> |
cmlenz: ie, you're the light and the BG is raised from "floor" |
| [09:12:04] |
* |
SKOM has left #trac |
| [09:12:18] |
<jhammel> |
s0undt3ch: indeed. just get JS to send the correct resolution, then send back the image as rendered for the client to see ;) in fact you can do the whole webpage that way <BEG/> |
| [09:13:22] |
<s0undt3ch> |
jhammel: hmm, have several resolutions of the background |
| [09:13:59] |
<jhammel> |
s0undt3ch: i'm just kidding anyway ;) |
| [09:14:16] |
<s0undt3ch> |
jhammel, cmlenz: removing alpha increases performance |
| [09:14:43] |
* |
handyande has quit IRC |
| [09:15:48] |
<s0undt3ch> |
jhammel: hard-refresh the same web site and please try again, performance better? |
| [09:16:27] |
<jhammel> |
s0undt3ch: i didn't time the first one, but its about the same |
| [09:16:36] |
<jhammel> |
s0undt3ch: in either case, its maybe 2-3 seconds |
| [09:17:22] |
<s0undt3ch> |
jhammel: not load time :) switching browser windows, that's where I notice performace lost/gain |
| [09:17:46] |
<s0undt3ch> |
hmm, it's still about the same |
| [09:28:03] |
<evil_twin> |
New news from t.e.o: Ticket #7566 (DVD buffering locks XBMC) closed <http://trac.edgewall.org/ticket/7566#comment:1> || Ticket #7566 (DVD buffering locks XBMC) created <http://trac.edgewall.org/ticket/7566> |
| [09:28:34] |
* |
gggimpf has joined #trac |
| [09:28:42] |
* |
gggimpf has left #trac |
| [09:28:43] |
<s0undt3ch> |
jhammel: you're js sugestion is actually a possible way, then store the detected screen resolution on session and next requests should be faster ;) |
| [09:28:50] |
<jhammel> |
heh, i was wondering what trac had to do with DVD buffering ;) |
| [09:29:14] |
<jhammel> |
s0undt3ch: yeah, unless they resize the window |
| [09:29:27] |
<s0undt3ch> |
jhammel: hmm, true |
| [09:29:58] |
<jhammel> |
s0undt3ch: honestly, i'd just live with the rendering time, it doesn't seem too excessive; i think any faster solution will be too much work, too hacky, and probably hard to maintain |
| [09:30:13] |
<s0undt3ch> |
jhammel: also true ;) |
| [09:30:38] |
* |
Elagon has joined #trac |
| [09:31:17] |
* |
Elagon has left #trac |
| [09:34:44] |
* |
Hoxolotl has quit IRC |
| [09:38:44] |
* |
gigantorTRON has joined #trac |
| [09:39:06] |
<gigantorTRON> |
Hello all... thinking of switching from gForge to Trac. Has anyone done this?? |
| [09:46:05] |
* |
ras0ir has quit IRC |
| [09:46:18] |
<coderanger> |
there is an export script for sourceforge that you might be able to adapt |
| [09:48:20] |
* |
asmodai waves at coderanger |
| [09:48:30] |
<jhammel> |
osimons, cmlenz: okay, better patch http://trac.edgewall.org/ticket/7562#comment:9 |
| [09:48:47] |
<jhammel> |
cmlenz: forgot (again!) to use the right file-extension :( bad habits die hard |
| [09:55:20] |
<gigantorTRON> |
well, it will be a fresh install so I'm not too worried about automating the move... don't have a huge amount of data either |
| [09:55:50] |
<gigantorTRON> |
does Trac have any file upload capabilities for planning docs, etc?? I didn't see that on the demo site. |
| [09:56:21] |
<jhammel> |
gigantorTRON: you can upload files, yes |
| [09:56:26] |
<coderanger> |
gigantorTRON: You can attach arbitrary files to both wiki pages and tickets |
| [09:57:30] |
* |
glass-eye has joined #trac |
| [09:57:32] |
<gigantorTRON> |
great! |
| [09:57:49] |
<gigantorTRON> |
Can't wait to test it out |
| [10:04:40] |
* |
ryan_ has quit IRC |
| [10:05:53] |
* |
ryan_ has joined #trac |
| [10:12:30] |
* |
jeffg has left #trac |
| [10:13:08] |
* |
hwinkel has left #trac |
| [10:14:34] |
* |
flakrat has joined #trac |
| [10:16:11] |
* |
ErikRose has quit IRC |
| [10:16:49] |
* |
EnTeQuAk has quit IRC |
| [10:20:25] |
* |
rocky has quit IRC |
| [10:23:30] |
* |
nosklo has joined #trac |
| [10:30:17] |
* |
hotte has joined #trac |
| [10:30:27] |
* |
cmlenz has quit IRC |
| [10:45:52] |
* |
eikonos has quit IRC |
| [10:46:38] |
* |
xjjk has quit IRC |
| [10:46:52] |
* |
lstrojny_ has joined #trac |
| [10:57:32] |
* |
eikonos has joined #trac |
| [11:00:10] |
* |
kenichi has joined #trac |
| [11:01:50] |
* |
dikim33 has quit IRC |
| [11:04:18] |
* |
lstrojny__ has quit IRC |
| [11:05:18] |
* |
crump has joined #trac |
| [11:05:49] |
* |
crump has left #trac |
| [11:06:49] |
* |
apoirier has quit IRC |
| [11:12:27] |
* |
wedjed has quit IRC |
| [11:12:27] |
* |
cmlenz has joined #trac |
| [11:18:43] |
<jhammel> |
osimons, cmlenz: i noted this on the #7562, but i'm starting to think that the "right" way of dealing with custom fields is to reverse unlinked_fields -> linked_fields which by default contains only the trac core fields |
| [11:41:26] |
* |
dikim33 has joined #trac |
| [11:42:04] |
* |
x86xlat has joined #trac |
| [11:51:27] |
* |
|igor_ has joined #trac |
| [11:51:30] |
* |
parti has quit IRC |
| [11:54:28] |
* |
x86xlat has quit IRC |
| [11:59:06] |
<evil_twin> |
New news from t.e.o: Ticket #7567 ([mainnav] *.href doesn't works with ? or & in URL) created <http://trac.edgewall.org/ticket/7567> |
| [12:03:12] |
* |
timte has quit IRC |
| [12:06:04] |
* |
timte has joined #trac |
| [12:06:21] |
* |
dosc^off is now known as dosc |
| [12:15:17] |
* |
ErikRose has joined #trac |
| [12:30:19] |
<s0undt3ch> |
how the hell does genshi render it's macros since I can't seem to get a py:match working |
| [12:30:20] |
<s0undt3ch> |
specifically |
| [12:30:33] |
<s0undt3ch> |
py:match="div[@class='wiki-toc']" |
| [12:32:56] |
<s0undt3ch> |
arrrg, by using wiki_to_html it won't allow py:match'ing on that :\ |
| [12:43:39] |
* |
getxsick has joined #trac |
| [12:43:43] |
* |
HenrikV has quit IRC |
| [12:43:54] |
<getxsick> |
hi |
| [12:44:23] |
<getxsick> |
if trac.resources package is available only in 0.11 or 0.10 also? |
| [12:46:49] |
* |
danbeck has joined #trac |
| [12:49:35] |
* |
rocky has joined #trac |
| [12:50:03] |
* |
HenrikV has joined #trac |
| [12:51:31] |
* |
itguysam has joined #trac |
| [12:52:58] |
<itguysam> |
hey, this may be a really stupid question but where should I be looking for "cgi-bin" when I do install trac using: "sudo python setup.py install"? The documentation says /usr/share/trac but I see nothing there |
| [12:54:22] |
* |
dan__t has joined #trac |
| [12:54:58] |
<dan__t> |
Anyone know of a plugin that might show recent changes to Trac? For instance, I want my start page to display which wikis were modified, which tickets were created, whifch files were uploaded, etc etc. |
| [12:55:19] |
<itguysam> |
isn't that the timeline? |
| [12:56:05] |
<nosklo> |
dan__t, just redirect to your timeline. |
| [12:56:10] |
<dan__t> |
heh! |
| [12:56:20] |
<dan__t> |
Sorry. wasn't familiar with that section. Perfect. |
| [12:58:13] |
* |
danbeck_ has joined #trac |
| [12:58:42] |
* |
gwoo has left #trac |
| [13:01:55] |
* |
m_g has quit IRC |
| [13:11:11] |
* |
|igor_ has quit IRC |
| [13:11:52] |
* |
danbeck has quit IRC |
| [13:13:20] |
* |
vluther has joined #trac |
| [13:13:24] |
<vluther> |
hi |
| [13:14:01] |
<vluther> |
where is the master trac.ini file located? I'd like to make some changes to it, so trac-admin initenv starts with some of those default settings |
| [13:15:47] |
* |
getxsick has left #trac |
| [13:22:25] |
* |
__t has joined #trac |
| [13:24:24] |
<jhammel> |
vluther: there is none? |
| [13:24:34] |
<jhammel> |
vluther: you specify such a thing with [inherit] |
| [13:25:17] |
* |
jeffg has joined #trac |
| [13:25:39] |
<jhammel> |
vluther: there's some way of getting trac-admin initenv to --inherit by defaul.....can't remember OTTOMH |
| [13:30:43] |
<vluther> |
thanks jhammel |
| [13:30:50] |
<vluther> |
google shows this |
| [13:30:50] |
<vluther> |
http://kore.fi.muni.cz:5080/deep/master/wiki/TracIni |
| [13:31:04] |
* |
dan__t has quit IRC |
| [13:32:54] |
* |
tobias has quit IRC |
| [13:34:32] |
* |
hackel has joined #trac |
| [13:35:20] |
* |
ErikRose has quit IRC |
| [13:36:19] |
* |
tobias has joined #trac |
| [13:38:11] |
* |
handyande has joined #trac |
| [13:40:11] |
* |
nosklo has quit IRC |
| [13:40:54] |
* |
nosklo has joined #trac |
| [13:41:26] |
* |
nosklo has joined #trac |
| [13:43:42] |
<vluther> |
jhammel: figured it out |
| [13:44:58] |
<jhammel> |
vluther: coolz |
| [13:45:12] |
<vluther> |
the --inherit option is for 0.11+ |
| [13:45:24] |
<jhammel> |
vluther: that works for the command-line |
| [13:45:27] |
<jhammel> |
? |
| [13:45:54] |
<vluther> |
yep, trac-admin --inherit /path/to/master.ini (which you create from a trac.ini) of your own |
| [13:46:29] |
<jhammel> |
vluther: good to know |
|