Team Chat Logs
September 23, 2010
| 2010 8 | ||||||
|---|---|---|---|---|---|---|
| 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 | |||
| << | < | > | >> | |||
| [00:22:50.611762] | <evil_twin> | t.e.o: TracOnWindowsStandalone edited - <http://trac.edgewall.org/wiki/TracOnWindowsStandalone?version=34> - anonymous |
| [00:27:54.098579] | <evil_twin> | t.e.o: Ticket #9638 (Submit forms with CTRL+Enter in textareas) updated - <http://trac.edgewall.org/ticket/9638#comment:7> - rblank |
| [00:52:30.094002] | <get> | morning all |
| [00:55:25.742785] | <get> | anybody can help me with this error: |
| [00:55:27.740369] | <get> | WARNING: File js/messages/es.js not found in any of ['/usr/lib/python2.4/site-packages/Trac-0.12-py2.4.egg/trac/htdocs'] |
| [00:55:51.717713] | <get> | where i can find the locale specific js's ? |
| [01:02:09.627765] | <Azoff> | hello |
| [01:03:54.534041] | <Azoff> | I have created a small script that translates JIRA issues to trac |
| [01:04:29.852998] | <Azoff> | some of the JIRA issues have an '&' in there summary and I use the summary to match a JIRA to a ticket |
| [01:05:02.703024] | <Azoff> | how should I recode it in xmlrpc to not mess up the '&' but still have a leagal query? |
| [01:08:52.259501] | <Azoff> | hello tasslehoff |
| [01:09:21.421323] | <tasslehoff> | hi Azoff |
| [01:10:07.269562] | <Azoff> | tasslehoff: do you know how to "recode" a '&' in a xmlrpc query? |
| [01:10:15.272622] | <Azoff> | so that the query is still leagal |
| [01:11:47.772351] | <tasslehoff> | Azoff: sorry, didn't even understand the question :) |
| [01:13:16.711621] | <Azoff> | ok :/ |
| [01:15:13.458461] | <tasslehoff> | I now have this setup: apache2 serves trac with authentication against Unix passwords. I created a trac-user in /home/trac, which holds the environment. That environment points to an svn repo not served by Apache. What I'm struggling with is sensible permissions here. When ppl use trac via apache, is it alway www-data that reads/writes from the trac environment? |
| [01:16:06.239264] | <tasslehoff> | and, does that mean that apache must have read access to my svn repo? |
| [01:16:59.496915] | <Azoff> | tasslehoff: yes, the apache user must be able to access the svn repo on the filesystem |
| [01:18:44.737945] | <Azoff> | tasslehoff: you can only use the trac to browse the code, so read rights should be enought |
| [01:20:11.925638] | <tasslehoff> | Azoff: yeah. so read access to the repo, and read+write to trac. should www-data then own the trac-environment? If a user logs in, the files will still be written by www-data, not by that user? |
| [01:20:48.997748] | <tasslehoff> | When hosting trac this way, what makes it stay up to date with the svnrepo? |
| [01:21:17.929379] | <Azoff> | how do you access the repository for commits and checkouts? |
| [01:22:38.713592] | <tasslehoff> | Azoff: using the svn protocol. svn is not hosted by apache |
| [01:23:33.454126] | <Azoff> | are the svn repository on the same system as the apache? |
| [01:23:42.111377] | <tasslehoff> | Azoff: yes |
| [01:23:59.780286] | <Azoff> | trac always uses direct file access to the subversion repository |
| [01:26:14.165914] | <Azoff> | I have never used the svn daemon, always uses svn+ssh://, file:// or the webdav to access a repo. |
| [01:26:20.154708] | <tasslehoff> | Azoff: hm. yeah, so it doesn't really have to rescan. it peeks into the repo on demand? |
| [01:27:30.134726] | <Azoff> | it looks at the svn files when someone browses the source in trac |
| [01:30:46.577542] | <tasslehoff> | Azoff: ok. |
| [01:31:52.714317] | <tasslehoff> | Azoff: my final Q then (the one from before). should www-data be the owner of the trac environment? |
| [01:32:44.279410] | <Azoff> | depens on your level of security and what features in trac you want |
| [01:33:04.202782] | <evil_twin> | t.e.o: Changeset [10120]: Updated Catalan translation to 100%. - <http://trac.edgewall.org/changeset/10120> - jordi |
| [01:33:57.596251] | <Azoff> | the db should be writable by www-data |
| [01:34:10.848473] | <Azoff> | the other parts are up to you |
| [01:34:33.205037] | <Azoff> | note that some features breaks if they lack write permission |
| [01:36:50.572986] | <tasslehoff> | Azoff: ok. but when ppl access trac via apache, is www-data the only one that reads/writes? |
| [01:39:00.187629] | <Azoff> | tasslehoff: yes |
| [01:42:11.667965] | <tasslehoff> | The solution seems to be letting apache own the trac-env, and having read access to the repo. I have authentication in trac, and the server is firewalled, so I guess the security is ok. Would be nice if www-data only could access the repo after authentication. |
| [01:43:51.253973] | <Azoff> | tasslehoff: that's an apache configuration issue |
| [01:44:01.444452] | <tasslehoff> | Azoff: agree |
| [01:44:29.766175] | <Azoff> | In my setup, noone will be able to access the trac without first authenticate |
| [01:44:49.493903] | <osimons> | Azoff: generally you want to use quote() the parameters - see in trac.util.text for our variations of this, or one from python urllib standard lib. |
| [01:46:32.492557] | <Azoff> | osimons: oki. I'll check that, thanks! |
| [01:49:28.584186] | <tasslehoff> | Azoff: same here, I use external authentication with pwauth |
| [01:49:46.199343] | <tasslehoff> | setup time! thanks a lot Azoff. |
| [01:49:57.983852] | <Azoff> | tasslehoff: np. |
| [01:50:02.139628] | <Azoff> | tasslehoff: good luck! :) |
| [01:50:09.958377] | <tasslehoff> | thanks :) |
| [01:54:36.641339] | <Azoff> | osimons: worked like a charm; thanks alot! |
| [02:00:02.787418] | <davrex> | Hi iam havning a problem with the plugin CommitTicketUpdater is acktiv, but when i run the hook and commits i get av error. ERROR 200 i get and as I anderstands it the problem is with the python egg cashe? |
| [02:00:42.503850] | <davrex> | i run trac using tracd |
| [02:01:17.809826] | <davrex> | if I run the hook manual it works but not using svn |
| [02:08:23.295536] | <davrex> | no body how know a aboute this problem? |
| [02:18:12.916101] | <evil_twin> | t.e.o: Ticket #9640 (Error enabling timingandestimationplugin) created - <http://trac.edgewall.org/ticket/9640> - pas@… |
| [02:21:40.654588] | <n3ssi3> | Hi everyone…I have a question regarding winebottler and Internet explorer |
| [02:23:06.787197] | <n3ssi3> | I use winebottler on my mac and i wanted to create an internet explorer (tried all versions) but each time i want to start IE, i just get a white X11 screen |
| [02:23:23.597320] | <n3ssi3> | is this a known issue ? or am i doing something wrong ? |
| [02:25:42.764465] | <davrex> | you in the wrong irc chanel it sound like :p |
| [02:25:51.217056] | <Azoff> | osimons: hm, actually, it didn't work at all |
| [02:26:32.072754] | <Azoff> | osimons: my script ran, but it didn't match on for example summary that contained spaces |
| [02:26:39.849731] | <n3ssi3> | … i got here from : http://winebottler.kronenberg.org/trac/wiki/TracSupport |
| [02:27:22.102112] | <Azoff> | osimons: Am using version 0.11.7 and no easy way to upgrade to later versions :/ |
| [02:27:22.841840] | <davrex> | n3ssi3: its for the suport on the trac system not the winebottler |
| [02:28:04.422836] | <n3ssi3> | :( o sry… thx anyway |
| [02:30:15.085441] | <Azoff> | osimons: If you like to try it yourself, have a trac with a ticket with summay set to 'Space & amp' or something and try this: server.ticket.query("summary=%s" % quote("Space & amp")) |
| [02:30:52.425887] | <Azoff> | osimons: if you remove the quote() call, you end up with an exception |
| [02:35:40.319955] | <Azoff> | lunch time, bbib |
| [03:00:03.944510] | <davrex> | nobody how can help me with CommitTicketUpdater? |
| [03:17:33.513400] | <osimons> | Azoff: this issue i guess? http://trac-hacks.org/ticket/6657 |
| [03:20:30.519858] | <osimons> | actually, we should encode the content - not quote. |
| [03:29:00.625801] | <Azoff> | osimons: yes, that sounds like the issue |
| [03:29:59.445539] | <osimons> | Azoff: updated ticket. refresh. |
| [03:31:57.305422] | <osimons> | Azoff: we could add a test for this if you want to help construct it from what you do to provoke the error (whatever the error is and wherever it occurs i don't know) |
| [03:32:17.575029] | <Azoff> | osimons: I also use the xmlrpc methods; the error message is this: Query filter requires field and constants separated by a "=" |
| [03:32:48.547270] | <Azoff> | so maybe it's only a related issue |
| [03:33:51.515761] | <osimons> | Azoff: i see. well that is a query we pass on, so that should perhaps be quoted by you after all and unquoted in the xmlrpc plugin. |
| [03:34:47.836218] | * | Azoff nods |
| [03:38:28.406938] | <evil_twin> | t.e.o: Ticket #9640 (Error enabling timingandestimationplugin) updated - <http://trac.edgewall.org/ticket/9640#comment:1> - rblank |
| [03:38:40.404099] | <osimons> | Azoff: need to add a failing unittest for this. patch welcome... :-) |
| [03:39:29.542611] | <Azoff> | heh |
| [03:39:43.791490] | <Azoff> | I'll see if I can create a fix for it |
| [03:41:32.180163] | <osimons> | Azoff: running and adding tests is quite easy - but you need trac installed from source (using "python setup.py develop") as we reuse the functional infrastructure to create a running server to call in tests |
| [03:42:25.708979] | <osimons> | oh. and you need twill, but i guess it will say that when you try. |
| [03:42:27.215068] | <Azoff> | I'm not any real python developer, so all this is kinda unknown to me (used to C/C++/Java/perl/bash) |
| [03:42:37.198868] | <osimons> | Azoff: you won't look back :-) |
| [03:42:47.314235] | <Azoff> | So I heard |
| [03:42:50.551194] | <osimons> | hehe. |
| [03:43:04.522441] | <Azoff> | I'll look into this when I get home from work |
| [03:43:31.453257] | <Azoff> | osimons: do you have any documentation on it or is it learn by doing? |
| [03:43:46.461212] | <osimons> | Azoff: "this" being what? |
| [03:43:59.383388] | <Azoff> | osimons: developing trac and testing it |
| [03:44:41.195796] | <osimons> | source code - and existing tests... ping me, i'm usually around (CET location) and i'll point you around .-) |
| [03:45:16.136604] | <osimons> | the README file could perhaps also have more than one line about this... |
| [03:45:24.556474] | <Azoff> | osimons: Ok, I'm in Sweden, so I'll ping you later today |
| [03:45:37.991640] | * | osimons er norsk :-) |
| [03:45:48.897082] | <Azoff> | :) |
| [03:45:59.532714] | <Azoff> | well, back to work, bbl |
| [04:02:24.447700] | <tasslehoff> | must I add new components from the command line, or can it be done via web? |
| [04:43:39.274728] | <evil_twin> | t.e.o: Ticket #9640 (Error enabling timingandestimationplugin) updated - <http://trac.edgewall.org/ticket/9640#comment:2> - pas@… |
| [04:48:40.928295] | <evil_twin> | t.e.o: Ticket #9635 (Close ticket on it's creation screen) closed - <http://trac.edgewall.org/ticket/9635#comment:1> - cboos |
| [04:53:41.206297] | <evil_twin> | t.e.o: Ticket #9636 (r123/repo syntax in commit messages) updated - <http://trac.edgewall.org/ticket/9636#comment:11> - cboos |
| [05:08:44.667939] | <evil_twin> | t.e.o: Ticket #9638 (Submit forms with CTRL+Enter in textareas) updated - <http://trac.edgewall.org/ticket/9638#comment:8> - cboos |
| [05:08:49.667880] | <evil_twin> | t.e.o: Ticket #9637 (Search omits svn:keywords propetry) updated - <http://trac.edgewall.org/ticket/9637#comment:4> - cboos |
| [05:13:45.081713] | <evil_twin> | t.e.o: Ticket #9627 (saving symlinked trac.ini through web_ui clobbers symlink) closed - <http://trac.edgewall.org/ticket/9627#comment:5> - cboos |
| [05:23:47.017399] | <evil_twin> | t.e.o: Ticket #9623 (PostgreSQL authentication error throws cryptic exception) updated - <http://trac.edgewall.org/ticket/9623#comment:3> - cboos |
| [05:23:52.016969] | <evil_twin> | t.e.o: Ticket #9622 (Subversion mergeinfo rendering - need to support asterix) updated - <http://trac.edgewall.org/ticket/9622#comment:17> - cboos |
| [05:23:57.016654] | <evil_twin> | t.e.o: Ticket #9621 (Display problem with side by side diff and ignore blank lines) updated - <http://trac.edgewall.org/ticket/9621#comment:1> - cboos |
| [05:28:47.023226] | <evil_twin> | t.e.o: Ticket #9615 ([PATCH] Allow "Closes: nnn" syntax in commit_updater) updated - <http://trac.edgewall.org/ticket/9615#comment:2> - cboos |
| [05:28:52.023633] | <evil_twin> | t.e.o: Ticket #886 (Add support for Master tickets) updated - <http://trac.edgewall.org/ticket/886#comment:131> - anonymous |
| [05:28:57.025151] | <evil_twin> | t.e.o: Ticket #9611 ("LookupError: …: not found in manifest" when looking at hg revision log) updated - <http://trac.edgewall.org/ticket/9611#comment:3> - cboos |
| [05:29:02.024761] | <evil_twin> | t.e.o: Ticket #9609 ('Select All' function on WebAdmin Plugin panel) updated - <http://trac.edgewall.org/ticket/9609#comment:8> - cboos |
| [05:29:07.025553] | <evil_twin> | t.e.o: Ticket #9606 (Way of marking things for deletion) closed - <http://trac.edgewall.org/ticket/9606#comment:1> - cboos |
| [05:33:48.002117] | <evil_twin> | t.e.o: Ticket #9622 (Subversion mergeinfo rendering - need to support asteriks) updated - <http://trac.edgewall.org/ticket/9622#comment:18> - osimons |
| [05:33:53.001111] | <evil_twin> | t.e.o: Ticket #9602 (auto-reload fail by design) updated - <http://trac.edgewall.org/ticket/9602#comment:11> - cboos |
| [05:43:49.930762] | <evil_twin> | t.e.o: Ticket #9640 (Error enabling timingandestimationplugin) updated - <http://trac.edgewall.org/ticket/9640#comment:3> - rblank |
| [05:48:49.943265] | <evil_twin> | t.e.o: Ticket #9636 (r123/repo syntax in commit messages) updated - <http://trac.edgewall.org/ticket/9636#comment:12> - rblank |
| [05:53:50.915663] | <evil_twin> | t.e.o: Ticket #9622 (Subversion mergeinfo rendering - need to support asterisk) updated - <http://trac.edgewall.org/ticket/9622#comment:19> - rblank |
| [05:58:51.883982] | <evil_twin> | t.e.o: Ticket #9601 (Disallow robot navigation for edit pages) updated - <http://trac.edgewall.org/ticket/9601#comment:1> - cboos |
| [05:58:56.883776] | <evil_twin> | t.e.o: Ticket #6863 (Included wiki page makes web research irrelevant) updated - <http://trac.edgewall.org/ticket/6863#comment:4> - cboos |
| [05:59:01.885359] | <evil_twin> | t.e.o: Ticket #478 (Disallow web robots indexing of old Wiki info) updated - <http://trac.edgewall.org/ticket/478#comment:9> - cboos |
| [06:03:52.865044] | <evil_twin> | t.e.o: Ticket #9622 (Subversion mergeinfo rendering - need to support asterisk) updated - <http://trac.edgewall.org/ticket/9622#comment:20> - osimons |
| [06:03:57.864681] | <evil_twin> | t.e.o: Ticket #9601 (Disallow robot navigation for edit pages) updated - <http://trac.edgewall.org/ticket/9601#comment:2> - anatoly techtonik <techtonik@…> |
| [06:08:54.231853] | <evil_twin> | t.e.o: Ticket #9600 ("trac-admin repository list" is not available if ...) updated - <http://trac.edgewall.org/ticket/9600#comment:4> - cboos |
| [06:13:53.896123] | <evil_twin> | t.e.o: Ticket #9600 ("trac-admin repository list" is not available if ...) updated - <http://trac.edgewall.org/ticket/9600#comment:5> - Samuel.Degrande@… |
| [06:13:58.895363] | <evil_twin> | t.e.o: Ticket #9600 ("trac-admin repository list" is not available if ...) updated - <http://trac.edgewall.org/ticket/9600#comment:6> - Samuel.Degrande@… |
| [06:14:03.895039] | <evil_twin> | t.e.o: Ticket #9590 (Display of Patch/Diff file broken) updated - <http://trac.edgewall.org/ticket/9590#comment:4> - cboos |
| [06:23:55.842082] | <evil_twin> | t.e.o: Ticket #9588 (TicketQueryMacro should be able to filter fields by date range) closed - <http://trac.edgewall.org/ticket/9588#comment:4> - cboos |
| [06:24:00.841784] | <evil_twin> | t.e.o: Ticket #9584 (Binary files fail to download over SSL using Internet Explorer (IE)) updated - <http://trac.edgewall.org/ticket/9584#comment:7> - cboos |
| [06:24:05.841529] | <evil_twin> | t.e.o: Ticket #9581 (Documentation page for TracIni should list or have reference to allowed ...) updated - <http://trac.edgewall.org/ticket/9581#comment:11> - cboos |
| [06:33:57.766355] | <evil_twin> | t.e.o: Ticket #9580 (Insert a link to the facebook fan page on the start page) closed - <http://trac.edgewall.org/ticket/9580#comment:2> - cboos |
| [06:38:58.764321] | <evil_twin> | t.e.o: Ticket #9600 ("trac-admin repository list" is not available if ...) closed - <http://trac.edgewall.org/ticket/9600#comment:7> - rblank |
| [06:39:03.765908] | <evil_twin> | t.e.o: Ticket #1942 ([patch] Add support for date type in custom ticket fields) updated - <http://trac.edgewall.org/ticket/1942#comment:41> - rblank |
| [06:39:08.766255] | <evil_twin> | t.e.o: Ticket #9573 (docs on fine-grained permissions don't warn that groups cannot be used in ...) updated - <http://trac.edgewall.org/ticket/9573#comment:1> - cboos |
| [06:43:59.758331] | <evil_twin> | t.e.o: Ticket #9580 (Insert a link to the facebook fan page on the start page) updated - <http://trac.edgewall.org/ticket/9580#comment:3> - rblank |
| [06:49:00.733873] | <evil_twin> | t.e.o: Ticket #9549 (TicketQueryMacro and TracQueryLanguage documentation seems outdated) updated - <http://trac.edgewall.org/ticket/9549#comment:2> - cboos |
| [06:49:05.733059] | <evil_twin> | t.e.o: Ticket #9547 (Add exclude state option to Workflow in trac.ini (all but a couple states)) updated - <http://trac.edgewall.org/ticket/9547#comment:1> - cboos |
| [06:54:01.724262] | <evil_twin> | t.e.o: Ticket #9546 (Log mercurial's errors opening repository) updated - <http://trac.edgewall.org/ticket/9546#comment:1> - cboos |
| [06:54:06.724876] | <evil_twin> | t.e.o: Ticket #9544 (Provide enum options for usage in plugins) updated - <http://trac.edgewall.org/ticket/9544#comment:6> - cboos |
| [07:24:07.510858] | <evil_twin> | t.e.o: Ticket #9528 (Failed to highlight active mainnav item if `RepositoryManager` is enabled) closed - <http://trac.edgewall.org/ticket/9528#comment:1> - cboos |
| [07:24:12.510836] | <evil_twin> | t.e.o: Ticket #9526 (Fine Grained Permission possible realms and paths format are not ...) updated - <http://trac.edgewall.org/ticket/9526#comment:3> - cboos |
| [07:24:17.509997] | <evil_twin> | t.e.o: Ticket #9519 (TypeError: unsupported operand type(s) for +: 'NoneType' and 'str') updated - <http://trac.edgewall.org/ticket/9519#comment:2> - cboos |
| [07:34:09.453697] | <evil_twin> | t.e.o: Ticket #9509 (Translation to Bulgarian / Български [bg_BG]) closed - <http://trac.edgewall.org/ticket/9509#comment:3> - cboos |
| [07:39:09.507187] | <evil_twin> | t.e.o: Ticket #9508 (Provide per-type resolution lists) updated - <http://trac.edgewall.org/ticket/9508#comment:3> - cboos |
| [07:57:13.084990] | <Asigottech> | Hello, Im getting a "ProgrammingError: permission denied for relation system" error when attempting to upgrade a intance from 0.11 to 0.12 - any ideas please ? |

Select Date