[Trac] Overview of plug-ins that should work with 1.5.2 / python3?

2020-12-31 Thread Joost Kraaijeveld
Hoi, Is there an overview of the plug-ins that should work with Trac 1.5.2 / python3? TIA -- Groeten, Joost Kraaijeveld Hommelseweg 123 6821 LD Arnhem 06-51855277 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubs

[Trac] svn authz_file not honoured trac 1.0.1

2014-04-29 Thread Joost Kraaijeveld
Hi, I would like to handle the viewing of the source code of my projects according to the permissions I have set in my SVN access file. I have done the following: authz_file = /path/to/.svn_accessfile authz_module_name = module_name_in_svn_accessfile permission_policies = AuthzSourcePolicy,

[Trac] FineGrainedPermissions, FineGrainedPageAuthzEditorPlugin and HtGroupEditorPlugin troubles

2013-11-10 Thread Joost Kraaijeveld
Hi, I am having troubles configuring FineGrainedPermissions in Trac. I have tried configuring it manually, using an authzpolicy.conf with he following content: [wiki:*] [wiki:WikiStart*] [wiki:WikiStart@*] [wiki:WikiStart] jkr = WIKI_VIEW * = !WIKI_VIEW I expected that jkr could see the

[Trac] Ticket date problem (TracJSGanttChart related?)

2013-05-09 Thread Joost Kraaijeveld
Hi I am trying to convince Trac to use the Dutch version of date and time notation ( hh:mm:ss dd-mm- , ISO 8601). While experimenting I managed to introduce an error. I created a ticket and now I get the following errors, depending on the actual date notation used of course: Ticket 4 has an

[Trac] permission to add ticket-component / versions?

2013-04-23 Thread Joost Kraaijeveld
Hi, Is it possible to create a permission that allows an authenticated user to administer ticket-component and versions without being able to change the Priorities, Resolutions Severities and Ticket Types? If so how? TIA Joost -- You received this message because you are subscribed to the

[Trac] how to do fine grained permissions?

2013-04-21 Thread Joost Kraaijeveld
Hi, I have read http://trac.edgewall.org/wiki/TracPermissions and http://trac.edgewall.org/wiki/TracFineGrainedPermissions but I still do not understand how or if I can do the following: I want to restrict the viewing and editing of certain wiki pages to certain groups of users. Is that

[Trac] repository resync error Trac 1.0.1

2013-04-19 Thread Joost Kraaijeveld
as the repository exists at the specified location. So I assume that it is trying to say something else. Is that possible? Does anyone recognise this and knows a solution? TIA -- Met vriendelijke groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax

[Trac] Error with trac-admin /path/env/... upgrade

2013-04-17 Thread Joost Kraaijeveld
Hi, I am using some hosted server with limited access to the server, i.e. I have no root capabilities. I have to run trac-admin /path/env/... upgrade. If I do so i get the following error: ./trac-admin /home/askesis/public_html/hanprojects/hanprojects upgrade Traceback (most recent call last):

Re: [Trac] Error with trac-admin /path/env/... upgrade [SOLVED]

2013-04-17 Thread Joost Kraaijeveld
A simple export PYTHONPATH=PYTHONPATH:/path/to/the/trac_egg did the trick... Joost -- You received this message because you are subscribed to the Google Groups Trac Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Trac] Re: Fake timepicker for Trac installation (was: installable Trac 1.0.1 package, including dependencies for Debian?)

2013-04-12 Thread Joost Kraaijeveld
On vr, 2013-04-12 at 16:52 +0200, W. Martin Borgert wrote: Quoting Joost Kraaijeveld j.kraaijev...@askesis.nl: On do, 2013-04-11 at 19:29 +0200, W. Martin Borgert wrote: For the moment, you may just ignore libjs-jquery-timepicker, using a dummy package with equivs (equivs-build and equivs

[Trac] installable Trac 1.0.1 package, including dependencies for Debian?

2013-04-11 Thread Joost Kraaijeveld
Hi, Because Debian is very busy releasing Wheezy some time in the near future Debian is more frozen than normally. Now I want to install Trac 1.0.1, but Debian has no complete installable package available. Sid has an incomplete version (e.g. it lacks the dependency libjs-jquery-timepicker) Does

Re: [Trac] installable Trac 1.0.1 package, including dependencies for Debian?

2013-04-11 Thread Joost Kraaijeveld
On do, 2013-04-11 at 19:29 +0200, W. Martin Borgert wrote: Quoting Joost Kraaijeveld j.kraaijev...@askesis.nl: Because Debian is very busy releasing Wheezy some time in the near future Debian is more frozen than normally. Now I want to install Trac 1.0.1, but Debian has no complete

[Trac] How to just create a database

2011-09-08 Thread Joost Kraaijeveld
Hi, Is it possible to just recreate a PostgreSQL database using trac-admin (or otherwise) without recreating the full Trac environement? -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

Re: [Trac] PostgreSQL - a straw poll

2010-10-20 Thread Joost Kraaijeveld
Hi, Although my Tracs are not heavily used I use PostgreSQL as my backend and I do not experience any problems (Debian Squeeze AMD64) . The installation procedure as described works as described (http://trac.edgewall.org/wiki/DatabaseBackend). -- Met vriendelijke groeten, Joost Kraaijeveld

[Trac] Debian Squeeze Trac-0.12dev r9281-py2.5, Apache with virtual hosts and mod-python stopped working

2010-02-26 Thread Joost Kraaijeveld
directive is working for the default website. Does anyone have any idea where to look for a solution for this problem or experienced the same problem (preferably with a solution ;-))? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277

Re: [Trac] Debian Squeeze Trac-0.12dev r9281-py2.5, Apache with virtual hosts and mod-python stopped working

2010-02-26 Thread Joost Kraaijeveld
was correctly installed. To be safe, stop the server, do a python setup.py install (or bdist_egg, copy) and restart the server. Alas, this did not do the trick. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web

[Trac] Trac / Gnome Planner interface available somehow/where?

2008-11-02 Thread Joost Kraaijeveld
Hi, Is there anyone how knows of an interface between Gnome Planner and Trac and/or the possibility of integrating the two? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

[Trac] Screenshots: how to find the ID of a screenshot???

2008-10-11 Thread Joost Kraaijeveld
Hi, If one wants to embed a screenshot in a wiki page, one should use the id if a screenshot in the macro. How does one retrieve the id of a screenshot, besides looking at the database or file system, which a no-op for remote users? TIA -- Groeten, Joost Kraaijeveld Askesis B.V

[Trac] Re: Screenshots: how to find the ID of a screenshot???

2008-10-11 Thread Joost Kraaijeveld
gallery, you will get the id. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Trac] Protecting Wiki pages with a password?

2008-10-11 Thread Joost Kraaijeveld
Hi, I want some pages to be public in Trac and others protected by a password. Is that possible within Trac, and if so, how ? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

[Trac] Which plugins for displaying LaTEx in Trac?

2008-01-19 Thread Joost Kraaijeveld
-- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post

[Trac] Re: Popup in links?

2007-09-18 Thread Joost Kraaijeveld
of that are otherwise (and even then, they're things like the pop out button in Gmail, where that behavior is expected). It is for my very own private documentation system and the only URL allowed to do so ;-). -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063

[Trac] Popup in links?

2007-09-17 Thread Joost Kraaijeveld
Hi, I would like to have a popup window as a link in wiki lists, something like below, so that the user still sees the main text but also gets additional information: * [wiki:pop_up_with_short_definition1 item1] * [wiki:pop_up_with_short_definition2 item2] *

[Trac] Re: Popup in links?

2007-09-17 Thread Joost Kraaijeveld
in the current browser, as an ordinary link. Any ideas of what I did wrong and how I could solve it? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

[Trac] Re: By design or bug?

2007-09-14 Thread Joost Kraaijeveld
beats me: it changes the owner/permissions from root/tracusers, 660 to jkr/tracusers, 600 in which I am jkr. I may have to do with the way it makes backups. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web

[Trac] By design or bug?

2007-09-13 Thread Joost Kraaijeveld
as it loses all the changes I have made. Is there an other working solution for this situation? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

[Trac] Re: By design or bug?

2007-09-13 Thread Joost Kraaijeveld
, with Apache and mod_python. Can you maybe enable DEBUG logging and post a relevant snippet from the log file? There is no log available (yet?) at this point if I start with a clean log file -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06

[Trac] Re: By design or bug?

2007-09-13 Thread Joost Kraaijeveld
. This does not change anything. The trace is the same and it happens during getting the very first page of the Trac -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

[Trac] Trac 0.11 XML-RPC Plugin status?

2007-09-09 Thread Joost Kraaijeveld
Hi, Do I understand Ticket #1075 correct as that the current trunk (revision 2624) has applied all the patches that are mentioned in the ticket, so that (without the yet unknown bugs ;-)) the trunk should be working with 0.11 and Eclipse Mylyn? -- Groeten, Joost Kraaijeveld Askesis B.V

[Trac] Re: Trac 0.11 XML-RPC Plugin status?

2007-09-09 Thread Joost Kraaijeveld
On Sun, 2007-09-09 at 09:32 +0200, Rainer Sokoll wrote: On Sun, Sep 09, 2007 at 08:51:08AM +0200, Joost Kraaijeveld wrote: Do I understand Ticket #1075 correct as that the current trunk (revision 2624) has applied all the patches that are mentioned in the ticket, so that (without the yet

[Trac] Re: Trac 0.11 XML-RPC Plugin status?

2007-09-09 Thread Joost Kraaijeveld
On Sun, 2007-09-09 at 10:45 +0200, Rainer Sokoll wrote: On Sun, Sep 09, 2007 at 09:49:34AM +0200, Joost Kraaijeveld wrote: On Sun, 2007-09-09 at 09:32 +0200, Rainer Sokoll wrote: https://bugs.eclipse.org/bugs/show_bug.cgi?id=175211#c12 Thanks, although I was hoping for simple yes

[Trac] Re: Trac 0.11 XML-RPC Plugin status?

2007-09-09 Thread Joost Kraaijeveld
On Sun, 2007-09-09 at 11:52 +0200, Rainer Sokoll wrote: On Sun, Sep 09, 2007 at 11:29:11AM +0200, Joost Kraaijeveld wrote: panoramix:~/src/tracplugins/xmlrpcplugin/0.10/tracrpc$ patch ~/download/ticket-validate.diff patching file ticket.py Hunk #1 succeeded at 4 with fuzz 1 (offset

[Trac] Trac 0.11 customizing for dummies?

2007-09-09 Thread Joost Kraaijeveld
. Any help is appreciated. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Trac] Re: Trac 0.11 customizing for dummies?

2007-09-09 Thread Joost Kraaijeveld
not make any (copy paste) mistakes, but whatever I put into the site.html, I do not get my own styles, nor any headers of footers. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

[Trac] Re: Trac 0.11 customizing for dummies?

2007-09-09 Thread Joost Kraaijeveld
it/them See above: how do I do that? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Trac] Re: Customizing lower-level CS templates

2007-09-08 Thread Joost Kraaijeveld
Hi Alec, As for your actual question, if it's not working it probably should. We should make the local templates directory the first in the Genshi search path. This seems to work for the HTML files, but should it also work for files like footer.sc? -- Groeten, Joost Kraaijeveld Askesis

[Trac] How to install the Center macro, Trac 0.11?

2007-08-24 Thread Joost Kraaijeveld
I am trying to install, just as an example, the Center macro (http://trac.edgewall.org/wiki/MacroBazaar#Center) according to the instructions on http://trac.edgewall.org/wiki/MacroBazaar I tried both the old and the new way of installing. Both did not work. Does anyone can give me any advise

[Trac] Customizing Trac: Site CSS examples and logo questions

2007-08-21 Thread Joost Kraaijeveld
) example he would likt to share? My second question is about Trac's footer: I would like to replace the logo and the text on the right side, not the powered by element. Is that possible without changing the source? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen

[Trac] Re: Customizing Trac: Site CSS examples and logo questions

2007-08-21 Thread Joost Kraaijeveld
In addition to my previous mail: how do I create the left hand side navigation bar that is on the Trac site itself? BTW: I use Trac 0.11 with the genshi template engine if that matters. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06

[Trac] How to start WebAdmin on trac 0.11?

2007-08-20 Thread Joost Kraaijeveld
According to dsome docs on the trac website WebAdmin should be integrated in 0.11. How do I start WebAdmin (I installed Trac from source)? TIA Joost --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users

[Trac] Re: How to start WebAdmin on trac 0.11?

2007-08-20 Thread Joost Kraaijeveld
Sorry for the noice. trac-admin /path/to/projenv permission add bob TRAC_ADMIN did the trick (from the same docs mentioned earlier) Joost --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post

[Trac] Can I check installation of XML-RPC with my browser?

2007-08-20 Thread Joost Kraaijeveld
Hi, Is there a way to check with my webbrowser if the XML-RPC plugin is installed OK? It appears that the URL that I should use has disappeared from the docs. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web

[Trac] Re: Trac web admin in 11.0

2007-08-20 Thread Joost Kraaijeveld
the permission to use WebAdmin to the user: trac-admin /path/to/projenv permission add [username] TRAC_ADMIN Than log in as the the user [username]. There appears to be no need for enabling the plugin with [components] webadmin.* = enabled -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14

[Trac] How to install 0.11 in Debian?

2007-08-19 Thread Joost Kraaijeveld
Hi, I would like to install 0.11 on my Debian Lenny machine. As there seems to be no .deb file, does anyone have any suggestion of how to do that? I have followed the instructions from http://trac.edgewall.org/wiki/0.11/TracInstall but that gave me 0.10.4 TIA -- Groeten, Joost Kraaijeveld

[Trac] Re: How to install 0.11 in Debian?

2007-08-19 Thread Joost Kraaijeveld
it working. Both are available w/ apt-get in Debian/unstable (at least) OK. Thanks. BTW: how do I remove the installation (whenever the deb is there)? Just by deleting the files in /usr/lib/python2.4/site-packages/Trac-0.11dev_r5939-py2.4.egg ? -- Groeten, Joost Kraaijeveld Askesis B.V

[Trac] Howto combine subversion with trac??

2007-08-19 Thread Joost Kraaijeveld
misunderstand the procedure or not? If not, anyone any idea why it didn't work? Any tips? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

[Trac] Re: Howto combine subversion with trac??

2007-08-19 Thread Joost Kraaijeveld
am able to check them out using svn checkout file:///var/lib/subversion/testtrac/ TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl --~--~-~--~~~---~--~~ You

[Trac] Re: Howto combine subversion with trac??

2007-08-19 Thread Joost Kraaijeveld
On Sun, 2007-08-19 at 17:28 +0200, Joost Kraaijeveld wrote: On Sun, 2007-08-19 at 17:13 +0200, Emmanuel Blot wrote: Not sure to understand: If /var/lib/trac/testtrac is your Trac project, it contains Trac internal files for your project and these files will never be visible neither

[Trac] Re: Import Jira into Trac

2007-08-15 Thread Joost Kraaijeveld
features -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group