[Trac] Re: Trac reports by date

2007-08-30 Thread jtuchscherer
Hi there, Here is a report that shows you all the tickets modified in the last seven days. I got it myself here from the list. This only works in MySQL. You probably would need to change something to the timestamp function. select t.id as id, t.summary as title, t.reporter, t.owner, t.time as cr

[Trac] Re: help with trac-post-commit-hook for MySQL

2007-08-15 Thread jtuchscherer
t-commit-hook script... =( I cannot > think anything else. One day if I solved it, I'll post here. > > By the way, I only changed the "database" property in trac.ini to > switch between Sqlite and MySQL. Do I need to change any other files > or properties? &

[Trac] __style__ in custom reports (Trac 0.10.4)

2007-08-14 Thread jtuchscherer
Hi there, Just for everybody who runs into the same issue I want to post my problem here nad the solution that I found: I had a problem with the __style__ option in the reports in Trac 0.10.4. I tried to have all tickets matching a crtiteria bolded, but it didn't work. It took me a while to figu

[Trac] Re: help with trac-post-commit-hook for MySQL

2007-08-14 Thread jtuchscherer
s > === > > When I deleted the .svn folder, I can use the "update" command without > any error. I can get the updated files and folders, and the files > that I added above as well. > > Thanks. > > On 8月14日, 午前1:24, jtuchscherer <[EMAIL PROTECTED]> wrote: &g

[Trac] Re: help with trac-post-commit-hook for MySQL

2007-08-13 Thread jtuchscherer
Hi there, The post commit hook works fine for us with the same setup you have. If you let me know what problems you have I will try to help you sorting them out. Best, johannes On Aug 13, 8:44 am, tiffany <[EMAIL PROTECTED]> wrote: > Hi. > > I'm using Trac0.10.4, SVN1.4.4, and MySQL4.x on Linux

[Trac] Re: new tickets being assigned to 'somebody'? how do I remove this?

2007-08-10 Thread jtuchscherer
> he was listed as the owner of a component. Is there a way to have > components without owners? Doesn't seem possible with WebAdmin, which > I'm using. > Hi there, I did it directly in the database. Neither the WebAdmin plugin nor the trac-admin command line allowed me set the owner of a compo

[Trac] Re: Admin menu does not appear

2007-08-10 Thread jtuchscherer
I think the documentation is pretty clear here. In the second paragraph of the page you linked to (http://trac.edgewall.org/wiki/ TracPermissions ) it says: "Permission privileges are managed using either the trac-admin tool from the command line or the new (in version 0.11) Admin tab." Best, Jo

[Trac] Re: tickets modified in the last 7 days

2007-08-07 Thread jtuchscherer
Hi there, julianday is not working for me on the MySQL database. I use this statement: select t.id as id, t.summary as title, t.changetime as modified from ticket t where unix_timestamp(DATE_SUB(CURDATE(),INTERVAL 2 DAY)) <= t.changetime; This works on MySQL. johannes On Aug 6, 11:50 pm, "Mi

[Trac] Re: update ticket hook

2007-08-06 Thread jtuchscherer
Hi Stefan, I am using trac 0.10.4 and the post-commit-hook is working pretty well for me. The only thing I needed to do is to copy the file from the trac/contrib folder somewhere where it could be executed by the (subversion-)apache user. It helped me to log in as the (subverison-)apache user and

[Trac] Re: TinyMCE plugin

2007-07-27 Thread jtuchscherer
Thank you for the information. Were you able to easily uninstall it? Is it save to test it? Is there anybody outthere who has it running successfully? Best, Johannes On Jul 27, 12:41 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > On Fri, Jul 27, 2007 at 06:58:02PM -, jtuchsche

[Trac] Re: HTML tags: title, head, body

2007-07-27 Thread jtuchscherer
As far as I understand you can use HTML markup language to structure your text, but you cannot create a new HTML page with header and body tags within you wiki page. Just remember that you are already looking at a website that already has a header with title defined. Within your website you canno

[Trac] TinyMCE plugin

2007-07-27 Thread jtuchscherer
Hi there, I have a question about installing and using the tinyMCE plugin to get the WYSIWYG editor for the wiki. This is requested by the users. All my attempts to convince them to get used to the simple wiki mark up language were worthless. If I install the TinyMCE plugin will it be able to di

[Trac] Re: Welcome message for unauthenticated users on closed Tracs

2007-07-16 Thread jtuchscherer
I just installed the plugin and wanted to thank the developer for the AuthRequired plugin. It is great and easy and solves the problem. On Jun 21, 7:18 pm, "Christopher Taylor" <[EMAIL PROTECTED]> wrote: > Turns out there's a plugin that addresses this issue > http://www.trac-hacks.org/wiki/

[Trac] Re: subversion integration problem

2007-07-14 Thread jtuchscherer
Subversion configure > script (?) > > HTH, > Manu > > On 7/13/07, jtuchscherer <[EMAIL PROTECTED]> wrote: > > > > > > > Thanks again for your support. As before it did the trick and I > > evolved to the next level of error messages: > > undefin

[Trac] Re: subversion integration problem

2007-07-13 Thread jtuchscherer
that would not contain the symbol that is missing for > the SWIG wrappers. > > Your Linux distribution does not provide the Python wrappers for SVN? > That would be an easier way to install Trac dependencies than > rebuilding them from the sources. > > Cheers, > Manu > >

[Trac] Re: subversion integration problem

2007-07-13 Thread jtuchscherer
N library that is used. > > Have you tried to remove ALL the files from the previous SVN > installation (using find /, just to be sure ;-)) ? > > On 7/13/07, jtuchscherer <[EMAIL PROTECTED]> wrote: > > > > > > > Thank you for this quick repsonse, Emmanuel and Mic

[Trac] Re: subversion integration problem

2007-07-13 Thread jtuchscherer
ore.py", line 19, in from libsvn.core import * File "/usr/local/lib/svn-python/libsvn/core.py", line 5, in import _core ImportError: /usr/local/svn/lib/libsvn_swig_py-1.so.0: undefined symbol: svn_log_changed_path_dup >>> On Jul 13, 10:06 am, Michael Ekstrand &

[Trac] subversion integration problem

2007-07-13 Thread jtuchscherer
Hi there, Initially I didn't use the repository module and used Trac only as a wiki and bug tracking tool. Now I also would like to connect to my svn repository which is on the same server. So I tried to reconfigure subversion and install swig-py, but I didn't get it running. I followed the instr

[Trac] Re: why can't see webadmin

2007-04-03 Thread jtuchscherer
I just was running into the same problem. If you use Trac 0.10.3 you need to use the most recent version from subversion. Just check it out and build the egg file. Use this one in your plugin folder. Also, as Chris said, make sure you have TRAC_ADMIN rights. Best, Johannes On Apr 3, 3:25 pm, Fark