Team Chat Logs

August 6, 2009

2009 7
Mo Tu We Th Fr Sa Su
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

[00:47:11]<evil_twin>t.e.o: Ticket #3163 (Implement Description field modification permission outside TICKET_ADMIN ...) updated - <http://trac.edgewall.org/ticket/3163#comment:17> - cboos
[01:06:06]<mndar>i installed trac and created a new project using trac_admin. started the web server using "tracd --port 8000 /var/lib/trac/my_trac"
[01:06:11]<mndar>now, how do i edit the wiki ?
[03:02:12]<evil_twin>t.e.o: Ticket #7438 (ticket description editing permissions to owner) updated - <http://trac.edgewall.org/ticket/7438#comment:7> - Norman Rasmussen <norman@…>
[04:28:34]<IcyPolecat>hiya, anyone able to assist with Milestone changes not being stored from the web interface?
[05:38:45]<diva>Could I only change the ticket description background from the yellow to a soft blue?
[05:38:58]<diva> Is it configurable via trac-admin?
[05:50:18]<staycalm>hi guys, I just installed Trac, and this is first time I use it
[05:50:46]<staycalm>Is there any way to use system users/passwords to login to Trac?
[06:09:01]<to_>hi, is it a good idea to set milestones for beta/rc versions ?
[06:34:30]<EugenMayer>is it possible to use trac with an remove SVN server?
[06:43:19]*retracile grunts something sarcastic about mornings.
[06:52:19]<evil_twin>t.e.o: Ticket #2446 (ordered lists that don't start at 1) updated - <http://trac.edgewall.org/ticket/2446#comment:9> - mpotter@…
[07:00:23]<jevans>EugenMayer: I've heard mention of using Trac with a cloned repository. Don't know enough about it to help you though. Try looking through the SVN docs.
[07:40:05]<thansen>doki_pen: ping
[07:42:26]<doki_pen>thansen: pong
[07:46:59]<thansen>doki_pen: yeah, I'm running 0.11
[07:47:14]<thansen>I have the cache created etc, it just doesn't seem to bring any results up
[07:48:28]*retracile tries a test
[07:48:53]<retracile>pacopablo: found a bug in evil_twin....
[07:49:06]<pacopablo>yay yay!
[07:49:47]<retracile>pacopablo: heh.
[07:50:08]<retracile>pacopablo: look at the logs, and note the lines "* retracile None"
[07:51:09]<doki_pen>could be a bug in irclogsplugin
[07:51:15]<doki_pen>pacopablo: please look at the DB
[07:51:23]<doki_pen>pacopablo: where type = 'action'
[07:51:39]<pacopablo>retracile: ahh, yeah ,I actually noticed that yesterday, but didnt' look into it ;)
[07:52:35]<doki_pen>thansen: how are you invoking update-irc-search?
[07:53:47]<pacopablo>doki_pen: the data is in the db
[07:53:57]<pacopablo>I'll take a look at the irclogs plugin
[07:54:06]<doki_pen>pacopablo: look in web_ui
[07:54:14]<doki_pen>at the render_line method
[07:54:19]<doki_pen>that is the source of the issue
[07:54:29]<doki_pen>if you look at db.py
[07:54:37]<doki_pen>you will see a trick I did from comments
[07:54:45]<doki_pen>you need to do the same trick for actions
[07:55:54]<doki_pen>line 97
[08:00:23]<mpelayo>good morning
[08:00:33]<mpelayo>I have a question
[08:00:59]<mpelayo>why when I have multiple projects I get this front page?
[08:01:04]<lisppaste5>mpelayo pasted "Multipleprojectsfrontpage" at http://paste.lisp.org/display/84912
[08:03:01]<doki_pen>mpelayo: you need to create a root directory for the projects under /usr/local
[08:03:04]<pacopablo>doki_pen: fixed. I'll commit it to the branch
[08:03:07]<doki_pen>mpelayo: /usr/local/trac
[08:03:11]<doki_pen>pacopablo: ty
[08:03:38]<doki_pen>mpelayo: where are you projects now?
[08:03:59]<mpelayo>doki_pen: PROYECTO1 and PROYECTO2 both work fine
[08:04:10]<mpelayo>but the front page is no profesional lol
[08:04:18]<doki_pen>mpelayo: you have them as /usr/local/PROYECT01?
[08:04:24]<thansen>doki_pen: I'm running python indexer.py manually right now
[08:04:26]<mpelayo>doki_pen:yes
[08:04:38]<doki_pen>mpelayo: well, that isn't best practice
[08:04:51]<mpelayo>doki_pen: :(
[08:04:54]<doki_pen>but what you will need to do anyway is create your own index page, or use tracforge
[08:05:13]<doki_pen>mpelayo: it's better to have a root trac dir
[08:05:17]<doki_pen>adn put all projects under that
[08:05:38]<doki_pen>what's happening is trac thinks every dir under /usr/local is a trac project
[08:05:44]<doki_pen>and it's having trouble loading them
[08:05:56]<doki_pen>pacopablo: did you get the git-svn working?
[08:06:01]<mpelayo>doki_pen:did you mean /root/PROYECTO1
[08:06:10]<doki_pen>mpelayo: no
[08:06:28]<doki_pen>I mean create a top level trac dir, anywhere you want
[08:06:33]<pacopablo>doki_pen: not for irclogs yet
[08:06:46]<pacopablo>though I guess I could try, you goign to be around for a few?
[08:07:34]<doki_pen>pacopablo: http://pastebin.org/6952
[08:07:56]<doki_pen>pacopablo: just do 'git svn init http://trac-hacks.org/svn'
[08:08:04]<doki_pen>then edit your .git/config to look like that
[08:08:08]<doki_pen>then do git svn fetch
[08:08:10]<mpelayo>doki_pen: Ohh I know what you mean :), just leave the PROYECTO1 and PROYECTO2 alone in the directory
[08:08:20]<doki_pen>mpelayo: yes
[08:08:34]<doki_pen>mpelayo: if you want a pretty index, you will need to hack one yourself
[08:10:04]<mpelayo>doki_pen: thanks a lot!
[08:10:48]<mpelayo>doki_pen: I will do, I need read more to see where is the index page config, to do it by myself
[08:11:03]<doki_pen>mpelayo: you don't need trac
[08:11:09]<doki_pen>mpelayo: are you using wsgi?
[08:11:28]<doki_pen>mpelayo: you can do it as a simple wsgi app
[08:11:55]<doki_pen>mpelayo: if you need something more complicated then I suggest tracforge
[08:12:40]<mpelayo>doki_pen: ok, I will search for tracforge
[08:13:03]<mpelayo> doki_pen: very very thanks
[08:14:00]<mpelayo> doki_pen: to take your time to teachme how to do this
[08:18:26]<thansen>doki_pen: is wsgi supposed to be 'better' than the other options?
[08:20:29]<EugenMayer>hello iam using trac with lighttpd
[08:20:30]<doki_pen>thansen: what is the other option?
[08:20:59]<thansen>doki_pen: cgi/mod_python/etc?
[08:21:10]<doki_pen>thansen: I think for trac, yes
[08:21:11]<thansen>or am I confused as to what it does?
[08:21:48]<EugenMayer>i created a htdigest file, and set auth to digest on every project ( project1/login and project2/login ). Login works, as i change the htdigest file, which is used, depending on the URL. Somehow, not the users which are logged in, dont get the permissions i set, so Flo, who has TRAC_ADMIN does not get any permissions
[08:22:02]<doki_pen>i dont know about fcgi
[08:22:54]<thansen>doki_pen: I'm using mod_python right now...fcgi with fastcgi and not fcgid was good, but I wanted to use xmlrpc
[08:23:21]<thansen>had to hack some crap the send the http auth headers through fastcgi so I moved it
[08:23:55]<thansen>seems to be running nicely behind mod_python now, but I'm always game for improvement ;)
[08:24:02]<EugenMayer>it seems like the permissions are used from the other project ( authenticated user ) as the user has TICKED_ADD and TICKET_VIEW permissions
[08:24:32]<doki_pen>thansen: I *believe* mod_wsgi is written by the author of mod_python.
[08:24:39]<doki_pen>thansen: and in his view, it is better
[08:24:48]<thansen>doki_pen: anyway, I am creating the index manually right now...logs show up fine etc, just don't seem to be getting used in search
[08:25:07]<thansen>doki_pen: ok, I'll have to give it a whirl some time
[08:25:14]<doki_pen>did you set the index location?
[08:25:20]<thansen>doki_pen: yes
[08:25:33]<doki_pen>thansen did you try using the script?
[08:25:44]<pacopablo>doki_pen: ok, I've got the checkout now. So, going forward, I just git checkout <branch>; do stuff, commit, and then push?
[08:25:50]*thansen isn't sure what script you're talking about
[08:25:58]<pacopablo>and fetch && merge when needed?
[08:26:01]<doki_pen>pacopablo: no, do git svn dcommit
[08:26:06]<pacopablo>ahh, k
[08:26:11]<pacopablo>I'll look at that
[08:26:15]<doki_pen>and git svn rebase
[08:26:23]<doki_pen>rebase is pull and dcommit is push
[08:26:30]<pacopablo>k
[08:26:52]<doki_pen>remote branches are not automatically available
[08:27:02]<pacopablo>well, here goes, I'm trying a commit from git svn :)
[08:27:03]<thansen>doki_pen: indexer = builtin:///var/lib/supybot/logs/indexer/irclogs.idx?cache=true
[08:27:06]<doki_pen>you must do git checkout -b 0.11 remotes/0.11 to get the remote branch
[08:27:19]<doki_pen>thansen: permissions are correct?
[08:27:35]<thansen>doki_pen: yes, all owned (and created) by apache
[08:27:40]<doki_pen>pacopablo: also, I find git branch -r useful
[08:27:44]<doki_pen>it lists remote branches
[08:27:59]<doki_pen>thansen: did you use the irclogs indexing script?
[08:28:04]<pacopablo>ahh, so even though I have {0.11,0.10,parsing_refactor} branches I still need to do the checkout -b parsing_refactor remotes/parsing_refactor ?
[08:28:05]<doki_pen>thansen: it might do something special
[08:28:24]<doki_pen>pacopablo: you only have to do it once
[08:28:31]<thansen>doki_pen: I'm using indexer.py
[08:28:32]<pacopablo>k
[08:28:44]<doki_pen>it basically makes a "remote tracking branch"
[08:28:50]<doki_pen>that tracks the remote branch
[08:28:58]<doki_pen>(as the name implies)
[08:29:19]<doki_pen>thansen: try using the script that comes with irclogsplugin
[08:29:33]<thansen>doki_pen: where is it in the checkout?
[08:29:54]<doki_pen>thansen: it should be installed in /usr/bin or /usr/local/bin when you install irclogs
[08:30:08]<doki_pen>setuptools creates the scriipt
[08:30:20]<doki_pen>you can look in irclogs/console.py to see what it does
[08:30:35]<thansen>doki_pen: I just built the egg and dropped it into the project
[08:31:03]<pacopablo>doki_pen: for the rebase, would it be: git rebase remotes/parsign_refactor?
[08:31:16]<doki_pen>pacopablo: no, git svn rebase
[08:31:19]<doki_pen>that's all
[08:31:33]<pacopablo>ahh, that's why it didn't work. I forgot the svn part ;)
[08:31:36]<doki_pen>it will fetch and apply new commits from upstream
[08:32:38]<doki_pen>pacopablo: also, the git mailing list is extremely active and the git-svn maintainer is always there
[08:32:45]<doki_pen>that's how I get my support ;)
[08:33:42]<doki_pen>if you look at the git-svn code, it's pretty nasty
[08:41:33]<mpelayo> doki_pen: is good to use the Tracforge plugin?
[08:41:46]<mpelayo> doki_pen: to do the tracforge thing
[08:41:47]<mpelayo> doki_pen:?
[08:42:07]<pacopablo>doki_pen: so, I init'd the repos, changed my .git/config to match yours, ran the fetch, then did the checkout -b parsing_refactor remotes/parsing_refactor
[08:42:22]<pacopablo>doki_pen: now in git branch -a, I have 2 parsing_refactor branches
[08:42:33]<pacopablo>is that expected?
[08:42:56]<thansen>doki_pen: it looks like there isn't anything in my store.db :)
[08:42:58]<doki_pen>pacopablo: where did the first one come from?
[08:43:01]<thansen>:(
[08:43:17]<doki_pen>pacopablo: one is remote, right?
[08:43:23]<pacopablo>doki_pen: from the fecth, I believe
[08:43:35]<doki_pen>that shouldn't happen
[08:43:40]<pacopablo>doki_pen: um, yes? there isn't really anything that looks to differentiate them
[08:43:51]<doki_pen>paste the output
[08:43:52]<pacopablo>when I do operations on the parsing_refactor branch I get:
[08:43:52]<pacopablo>warning: refname 'parsing_refactor' is ambiguous.
[08:44:06]<doki_pen>pacopablo: ah.. delete one
[08:44:09]<doki_pen>that is strange
[08:44:16]<doki_pen>maybe you have a newer version of git-svn then me
[08:44:23]<doki_pen>that creates the branches automatically
[08:44:41]<doki_pen>I'm on git 1.6.3.3
[08:47:56]<pacopablo>doki_pen: http://paste.pocoo.org/show/132874/
[08:48:16]<pacopablo>that's the full output of my git stuff
[08:48:42]<pacopablo>dev-util/git-1.6.0.6
[08:48:50]<pacopablo>maybe I should update
[08:50:27]<pacopablo>well, after deleting one, it looks like it's gotten back to a "normal" state
[08:51:13]<pacopablo>well, patches are commited now
[08:53:38]<doki_pen>pacopablo: great, ty
[09:08:38]<nemo>I modified svn:author on a number of revisions - trac does not reflect this change
[09:08:49]<nemo>does it use a cache for browser / log ?
[09:08:57]<nemo>and can I clear it?
[09:13:03]<pacopablo>you can try a: trac-admin env resync
[09:18:10]<fission6>def execute(hdf, txt, env): p = Popen(['bash','example.sh','some_arg'], stdout=PIPE, stderr=PIPE) stdout, stderr = p.communicate() return "Hi: %s" % escape(stdout) why isnt anything printined out, when i take away the def execute and make the returna print and run it as a script it works perfect, when i run it as above, stdout=null
[09:33:34]<nemo>pacopablo: that worked - took a while :)
[09:38:03]<pacopablo>grr, I hateit when I misplace code :(
[09:38:50]<fission6>anyone here have experience with wikiMqacros and calling abashscript from them, i am ALMost where i need to be, but cant seem to get my working python script into wikimacro form and work, as noted above
[09:38:57]<fission6>some insight would truly be appreciated
[09:39:26]<pacopablo>fission6: what version of trac?
[09:40:33]<fission6>.10,
[09:41:32]<fission6>weird, i just changed the Popen to Popen('ls'...) and it worked fine it printined the ls dump in my wikiMacro, i waonder if i can not execute the bash command or execute the script through the wikiMacro call..?
[09:41:42]<fission6>pacopablo: 0.10.4
[09:42:09]<pacopablo>very interesting. perhaps a path issue?
[09:42:14]<pacopablo>no clue on that one, though
[09:43:00]<pacopablo>try your original but with shell=True
[09:43:59]<fission6>i actually tried that, again the script works totallly fine, when i take def execute away and make return a print statement, and basically run the wikiMacro as a typical python script
[09:47:49]<fission6>i think its path related, i printed out the stderr and says no such file or directory
[09:48:09]<fission6>so when the python module runs, it must not run without the content of its own directoy?
[09:49:54]<pacopablo>well it would be the path of wherever the process was started
[09:50:23]<pacopablo>print out os.getcwd()
[09:52:26]<evil_twin>t.e.o: Ticket #8549 (unicode decode error when accessing timeline) updated - <http://trac.edgewall.org/ticket/8549#comment:4> - greer@…
[09:54:47]<fission6>ok when i do print os.getcwd() in the script i get the cwd of the script as expected, when i call os.getcwd() in my wikiMarco i get "/"
[09:55:11]<fission6>i need to set the path somehow to no tbe root or of course give the full path to the script
[09:55:14]<pacopablo>so use os.chdir()
[09:56:01]<pacopablo>orig_dir = os.getcwd(); os.chdir('/path/to/script'); Popen(...); os.chdir(orig_dir)
[09:58:19]<mgedmin>subprocess.Popen takes a cwd argument
[09:58:24]<fission6>yeah weird, i just did Popen('pwd'...get different results when i run it as a script and when i run it as a plugin
[09:58:42]<mgedmin>I'd recommend against using os.chdir, especially if your code may be executed in a multithreaded webserver
[09:59:39]<fission6>subprocess.Popen takes a cwd argument, what argument
[09:59:55]<fission6>cwd= i see
[09:59:57]<fission6>let me try
[10:01:37]<fission6>yeah that worked
[10:01:50]<fission6>p = Popen(['bash','example.sh','some_string'], cwd='/usr/share/trac/wiki-macros', stdout=PIPE, stderr=PIPE)
[10:12:28]<evil_twin>t.e.o: Ticket #8549 (unicode decode error when accessing timeline) updated - <http://trac.edgewall.org/ticket/8549#comment:5> - cboos
[10:14:04]<fission6>yeah this working nice now, thanks guys
[10:22:29]<evil_twin>t.e.o: Ticket #8549 (unicode decode error when accessing timeline) updated - <http://trac.edgewall.org/ticket/8549#comment:6> - greer@…
[10:23:43]<mpelayo>HI again everybody
[10:24:22]<fission6>how do i put in a wikiMacro if i am inside a{{{!html block}}}i
[10:24:33]<mpelayo>doki_pen: I have issues when I put the /usr/local/trac/PROYECTO1 like root trac directory
[10:25:06]<lisppaste5>mpelayo pasted "attachments failed" at http://paste.lisp.org/display/84921
[10:25:24]<mpelayo>doki_pen: can you help me again?
[10:27:28]<evil_twin>t.e.o: Ticket #7490 (Trac 0.11 really slow, high cpu usage) updated - <http://trac.edgewall.org/ticket/7490#comment:86> - matthieu@…
[10:29:22]<fission6>can i have nested wikiProcessors blocks?
[10:29:35]<pacopablo>no
[10:30:00]<fission6>pacopablo: so i got my wikimacro working, prob is i want to insert it into a wikiProcessory block which it html
[10:30:11]<fission6>which has code for an html table
[10:34:03]<fission6>any thoughts
[10:38:28]<pacopablo>well, with 0.10, you can simply do two html processors
[10:39:05]<pacopablo>so: {{{#!html\n<foo>}}}[[Macro]]{{{#!html\n</foo>}}}
[10:39:33]<fission6>yea its hard though cause its a table and the [[macros goes in a certain column for each row so it gets messy]]
[10:40:58]<pacopablo>well, you could extend the macro and have it render the table
[10:42:04]<mpelayo>somebody can help me --> http://paste.lisp.org/display/84921
[10:42:05]<fission6>yea thought about thta haha, ill have to consider that, whats available in higher trac versions, sounded like you were hitting something more elegant is available when you said...well, with 0.10, you can simply do two html processors
[10:47:24]<cilkay>Hello. Someone here had mentioned there is a way to display all project participants in a select list in the "Assign to" field as opposed to the default text field. I have a project for which that has become necessary. How can I do that?
[10:47:49]<cilkay>I think it was some macro but a search on the Trac site didn't turn up anything useful.
[10:53:05]<retracile>cilkay: restrict_owner in trac.ini
[10:54:43]<cilkay>retracile: Thanks. I don't see that in my trac.ini so I'll poke at the docs to see what it should be.
[10:55:03]<retracile>!inform cilkay @wiki TracIni
[10:55:16]*retracile grumbles at evil_twin
[10:55:18]<evil_twin>no result for @wiki TracIni
[10:55:23]<evil_twin>tracini is http://trac.edgewall.org/wiki/TracIni
[10:55:23]<retracile>!TracIni?
[11:03:21]<mpelayo> somebody can help me --> http://paste.lisp.org/display/84921
[11:03:29]<mpelayo>I can't add an attachment file
[11:10:17]<pacopablo>haha! you can't create more than 100 unique filenames
[11:10:26]<pacopablo>wtf? why is that in there?
[11:10:41]<pacopablo># A sanity check
[11:10:52]<pacopablo>mpelayo: do you really have 100 versions of said file?
[11:11:37]<mpelayo>I don't know
[11:11:38]<mpelayo>:(
[11:11:49]<mpelayo>pacopablo: I don't know what you mean
[11:12:12]<pacopablo>mpelayo: how many files named "Firefox_wallpaper.100.png
[11:12:21]<mpelayo>just one
[11:12:25]<mpelayo>was a test
[11:12:37]<mpelayo>pacopablo: this is the problem
[11:13:02]<pacopablo>er, well, it's trying to create a filename and for some reason it thinks that Firefox_wallpaper.[1-100].png all already exist
[11:13:36]<pacopablo>did you make any recent changes? new plugins? changes server config?
[11:13:50]<mpelayo>pacopablo: I had only one project but now I need two, so im talk wiht doki_pen
[11:14:10]<mpelayo>pacopablo: and the project was in the /usr/local
[11:14:20]<mpelayo>pacopablo: no root directory
[11:15:02]<mpelayo>pacopablo: I created a directory /usr/local/trac copied the /usr/local/Proyecto1 to it
[11:15:45]<mpelayo>pacopablo: because the trac try to see all the directories in /usr/local like a projects
[11:15:49]<pacopablo>http://trac.edgewall.org/browser/branches/0.11-stable/trac/util/__init__.py#L80
[11:15:55]<pacopablo>that is waht's throwing the error
[11:16:15]<pacopablo>it's trying to create the file, but each time it tries, it gets an error that it already exists
[11:16:26]<pacopablo>so it increments the number and tries again
[11:16:30]<mpelayo>pacopablo:I changed the config apache and all seem to be working but when try to attach a file that error pop up
[11:16:36]<pacopablo>over and over until 100 where it breaks the loop
[11:16:47]<mpelayo>pacopablo: let me see
[11:16:59]<mpelayo>im using trac 10.4
[11:17:26]<pacopablo>what's with all the old versions lately?
[11:17:37]<pacopablo>you running debian?
[11:17:51]<pacopablo>http://trac.edgewall.org/browser/branches/0.10-stable/trac/util/__init__.py#L98
[11:17:59]<pacopablo>doesn't look like the functino has changed
[11:18:21]<mpelayo>pacopablo: nop im running suse
[11:18:46]<mpelayo>the trac is in mod_python
[11:19:16]<pacopablo>look in /usr/local/trac/proyecto1/attachments/ticket/3674/
[11:19:21]<pacopablo>and see what files are in there
[11:20:13]<mpelayo>ok, then?
[11:20:32]<pacopablo>see if there really are ~100 files in there
[11:20:51]<pacopablo>I don't know what's wrong. It thinks that it can't create files in there because the already exist
[11:20:55]<cilkay>[BR]][[Image(source:/ui-mockups/trunk/home-page-1c.jpg)]]', '', '0');
[11:20:55]<cilkay>mpelayo: If you have many files that you have to reference from wiki pages, I found it much more convenient to automate the process by putting those files under version control, say in svn, and referencing them from the wiki like so: * [wiki:specs/home-page-1c Home Page] That page was created by doing: insert into wiki values ('specs/home-page-1c', '1', '1249573592', 'cilkay', '72.137.83.176', '= Home Page = [[BR]][
[11:21:02]<pacopablo>find out why, and you'll find out how to fix it
[11:21:14]<mpelayo>pacopablo: I had attached a tons of files
[11:21:28]<mpelayo>in the attachment directory
[11:21:51]<pacopablo>so you have ~100 files in there?
[11:21:59]<mpelayo>I think more
[11:22:10]<mpelayo>but all different
[11:22:20]<mpelayo>is our project server
[11:22:24]<cilkay>mpelayo: My way is pretty much automatic and as you update mockups, for example, your wiki pages will be automatically updated.
[11:23:00]<mpelayo>cilkay: I don't get it
[11:23:19]<mpelayo>im using a wrong way to use the attachments
[11:23:20]<mpelayo>?
[11:23:36]<cilkay>mpelayo: No, I don't use attachments at all. I reference files in Subversion.
[11:24:11]<cilkay>You can reference a file in svn by doing: [[Image(source:/ui-mockups/trunk/home-page-1c.jpg)]]
[11:24:25]<mpelayo>cilkay: im understanding
[11:24:47]<mpelayo>because we are like a 70 people
[11:24:53]<mpelayo>in the corp
[11:25:06]<mpelayo>we all using attachment files
[11:25:09]<mpelayo>everyday
[11:25:12]<cilkay>mpelayo: I often find myself having to do project specs where I'm given a bunch of JPEGs or PSDs. It's very tedious to have to upload them one at a time and then reference them from within the wiki pages.
[11:26:09]<cilkay>mpelayo: Well, your use case might be different but I'm talking about automating the process of starting a project where you get a bunch of mockups, let's say, that you have to incorporate into wiki pages.
[11:26:19]<cilkay>You might get some ideas from that.
[11:26:25]<mpelayo>cilkay: wich solution recommend to me
[11:26:33]<mpelayo>because I have this
[11:26:35]<cilkay>I think even those attachments should ideally be under version control.
[11:27:07]<mpelayo>I have more than 100 files in this directory /usr/local/trac/proyecto1/attachments/ticket
[11:27:17]<mpelayo>tonss
[11:27:24]<cilkay>mpelayo: I create one wiki page per mockup via the SQL shell.
[11:27:41]<mpelayo>I have like 4 gb of image and files in there
[11:28:23]<cilkay>I create the SQL using nothing more complicated than OpenOffice Spread (or Excel) concatenating strings to get my SQL insert statements.
[11:29:13]<cilkay>mpelayo: Anyway, my method may not be suitable for you but it might inspire some ideas.
[11:30:09]<mpelayo> cilkay: ok im using mysql
[11:30:36]<cilkay>I use PostgreSQL, not that it should matter.
[11:31:58]<mpelayo> cilkay: is just weird you know
[11:32:07]<mpelayo> cilkay: I can't totally understand this
[11:32:36]<cilkay>Please don't ping me unless you have a specific question and even then, please address the channel.
[11:33:09]<mpelayo>ok sorry
[12:08:00]<pacopablo>mpelayo: look, do: ls /usr/local/trac/proyecto1/attachments/ticket/3674/Firefox_wallpaper*.png | wc -l
[12:08:07]<pacopablo>what's the number returned?
[12:10:27]<pacopablo>if the number is >100, you can't attach any more files with that name to that ticket
[12:10:54]<mpelayo>pacopablo: I rollback to my configuration
[12:11:37]<mpelayo>pacopablo: I will set again that config when I resolv this problem
[12:14:01]<mpelayo>pacopablo: but why have a 100 number
[12:14:05]<mpelayo>is just one file
[12:14:55]<mpelayo>pacopablo: when I rollback to my congifuration
[12:15:09]<mpelayo>I can do it, I can add that attachement
[12:46:19]<gnusar>hello guys
[12:46:45]<gnusar>i'm having a problem with portaudio in c++
[12:46:59]<gnusar>if someone would give me a hand that would be very nice :)
[12:50:24]<pacopablo>well, as this is the channel for trac, I'm not sure if you'll find anyone able to help
[12:50:41]<gnusar>ah okay, can you tell me what trac is? o_O
[12:50:56]<gnusar>because the documentation of portaudio is hostet by "you" :)
[12:52:35]<pacopablo>trac is a web application that integrates a wiki, bug tracker, and repository browser
[12:53:27]<gnusar>ah i see.... yeah well, i am wrong here then i guess
[13:00:44]<pacopablo>there is a mailing list at http://music.columbia.edu/mailman/listinfo/portaudio/
[13:01:06]<pacopablo>for portaudio, but doesn't look like they have an irc channel
[13:03:28]<gnusar>thank you very much for your help, i'll check that out
[13:03:32]<fission6>i/join #linux
[13:42:33]<evil_twin>t.e.o: Ticket #8550 (Test Ticket) created - <http://trac.edgewall.org/ticket/8550> - anonymous
[13:42:38]<evil_twin>t.e.o: Ticket #8550 (Test Ticket) updated - <http://trac.edgewall.org/ticket/8550#comment:1> - anonymous
[13:46:34]<dsch04>How would I go about changing some text that Trac displays?
[13:47:07]<dsch04>Specifically, I want to change:
[13:47:08]<dsch04>You are currently not logged in. You may want to do so now.
[13:47:25]<dsch04>I'd like to add some text about registering
[14:02:33]<evil_twin>t.e.o: Ticket #6543 (Automate milestone->version) updated - <http://trac.edgewall.org/ticket/6543#comment:14> - ebray
[14:10:46]<bkuhn>Hey, I'm adding custom fields to tickets. I would like to do a radio button allowing the user to select multiple values. Is there a way to do this?
[14:12:08]<pacopablo>use a checkbox
[14:26:28]<bkuhn>pacopablo: ah a series of checkboxes?
[14:41:22]<kolti>hi
[14:42:00]<kolti>i have a snapshot question, can someone help me with that?
[14:42:42]<pacopablo>not unless you ask the question
[14:43:24]<kolti>ok i have 3 snapshots, is it possible to go back to the first snapshot without deleting the other ones?
[14:43:40]<pacopablo>what kind of snapshot are we talking about here?
[14:44:02]<pacopablo>I suspect you may have the wrong channel
[14:44:15]<kolti>is that not for virtualbox
[14:44:23]<pacopablo>this is the channel for trac
[14:44:30]<kolti>ohh ok sorry
[14:44:34]<pacopablo>virtualbox may use Trac for its wiki and ticket system
[14:44:48]<kolti>ok thanks
[14:52:34]<evil_twin>t.e.o: Ticket #8550 (Test Ticket) closed - <http://trac.edgewall.org/ticket/8550#comment:2> - rblank
[17:27:37]<evil_twin>t.e.o: Ticket #886 (Add support for Master tickets) updated - <http://trac.edgewall.org/ticket/886#comment:110> - munsey@…
[19:46:40]<vargadanis>hi everyone :) first thanx for the amazin project... will help me a lot :) however at this moment I have got some problems.. I installed trac and it works just fine with tracd, however I can't set up apache
[19:48:00]<vargadanis>my probem is that i can't find anywhere trac.cgi file
[19:48:09]<vargadanis>I don't know where trac was installed O_o
[19:48:15]<vargadanis>what is the default install dir for traC?
[21:21:31]<vargadanis>eh... I still haven't found a solution.. please help me install trac the proper way
[21:23:29]<jevans_>vargadanis: what's going on?
[21:23:43]<vargadanis>thanx god :)
[21:23:53]<vargadanis>jevans, I really don't know, that's the thing :)
[21:24:06]<vargadanis>i'd love to use trac with apache and possibly mod_python
[21:24:20]<vargadanis>but i can't figure out how to configure apache and stuff like that :S
[21:25:20]<vargadanis>jevans_, I installed it with easyinstall or what and tracd runs smoothly
[21:25:43]<vargadanis>I even managed to set up some stuff on it through tracd but i'd like to use it with apache
[21:25:52]<jevans_>hm, well that's as far as I've gone
[21:26:07]<vargadanis>that's right
[21:26:34]<vargadanis>I've never used trac before and i am quite new to this whole python/CGI/genshi stuff
[21:28:00]<vargadanis>jevans_, I also install mod_python
[21:28:55]<jevans_>what I meant to say is we're still using tracd
[21:29:14]<vargadanis>ohh O_o
[21:29:23]<vargadanis>do you run it as a process?
[21:29:40]<vargadanis>i would have anything to say against it if it kept running when i log out of terminal
[21:31:07]<jevans_>I'm stuck in M$ land - we run it as a service
[21:33:49]<vargadanis>right O_o
[21:40:55]<vargadanis>solution found: nohup