[Trac] Re: tracmathplugin

2008-09-30 Thread Simon Martin

Hi,

On 29 Sep., 15:24, jujulj [EMAIL PROTECTED] wrote:
 ***
 Error: Failed to load processor latex

 No macro or processor named 'latex' found
 ***

 I enabled it in trac.ini and checked that I have latex and dvipng
 installed in default directory /usr/bin/...

Did you specify these paths correct in trac.ini?

[tracmath]
latex_cmd = location of your latex binary
dvipng_cmd = location of dvipng
cache_dir = cache directory
max_png = max number of pngs in cache - defaults to 500

HTH,
Simon
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] AccountManager and LDAP (Active Directory)

2008-09-30 Thread Jani Tiainen

I was trying to do such a trivial task as getting AccountManager to 
authenticate against LDAP (Active Directory).

I successfully installed python-ldap, AccountManager and TracLDAPAuth.

Configuration is:
[components]
trac.web.auth.LoginModule = disabled

acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.web_ui.LoginModule = enabled

ldapauth.store.LDAPStore = enabled

[ldap]
server = 127.0.0.1:3268
bind_dn = cn=%s,cn=Users,dc=domain,dc=example,dc=com

[account-manager]
password_store = LDAPStore

Only thing that UI gives is incorrect password and username. I tried to 
change bind_dn to: sAMAccountName=%s,cn=Users,dc=domain,dc=example,dc=com

But no change. In both cases debug output is:

Trac[main] DEBUG: Dispatching Request POST u'/login'
Trac[store] DEBUG: LDAPAuth: Checking password for user testuser
Trac[svn_fs] DEBUG: Subversion bindings imported
Trac[web_ui] WARNING: AccountModule is disabled because the password 
store does not support writing.
Trac[chrome] DEBUG: Prepare chrome data for request
Trac[store] DEBUG: LDAPAuth: Checking password for user testuser
Trac[api] DEBUG: action controllers for ticket workflow: 
['ConfigurableTicketWorkflow']
Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE 
on None
Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on None
Trac[perm] DEBUG: No policy allowed anonymous performing 
PERMISSION_GRANT on None
Trac[perm] DEBUG: No policy allowed anonymous performing 
PERMISSION_REVOKE on None
Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on 
None
Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
Trac[session] DEBUG: Retrieving session for ID '6e37a3c3c2dcb53df75c2e41'


So, any ideas?

-- 
Jani Tiainen

Tein sein mihin näillä lahjoilla pystyin.
  Tein sen, en yhtään enempää. - Martti Servo  Napander


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] anounymous user

2008-09-30 Thread Krzysiek

Hi

I would like to block anonymous user.
For example:

Create new Ticket - Your email or username:  anonymous.
Trac should return: please enter your name.

If someone fill this field with name then everything would be fine.

Create new Ticket - Your email or username:  John Smith.
Trac should return:   accept ticket

This is possible ?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: AccountManager and LDAP (Active Directory)

2008-09-30 Thread Jani Tiainen

Jani Tiainen kirjoitti:
 I was trying to do such a trivial task as getting AccountManager to 
 authenticate against LDAP (Active Directory).
 
 I successfully installed python-ldap, AccountManager and TracLDAPAuth.
 
 So, any ideas?

Well I found reason by myself.

TracLDAPAuth plugin uses deprecated (Don't know which version has made 
it) usage of ldap.open which doesn't support URI or port's directly.

I changed code to use ldap.initialize and now it's working for me 
prefectly...

-- 
Jani Tiainen

Tein sein mihin näillä lahjoilla pystyin.
  Tein sen, en yhtään enempää. - Martti Servo  Napander


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] SVN property to disable Trac diff ?

2008-09-30 Thread Emmanuel Blot

Hi,

Is there some magic svn property to tell Trac not to diff a file (when
it's a valid, source code file) ?

Some .c/.h files in our project contains very large char arrays, which
lead to Internal Server Error when Trac attempts to diff them.
There's no added value to diff these files (as they usually contains
binary data encoded as char arrays).

BTW, is there any Trac documentation about special SVN
properties/property values (such as x-trac-wiki ...) ?

Cheers,
Manu

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: 'Assign to' in 'new ticket' dialog

2008-09-30 Thread Stephen Moretti
2008/9/29 Stephan Stapel [EMAIL PROTECTED]


  New is a ticket state and has nothing to do with who owns the ticket.
 Please
  read TracWorkflow for more information on customizing ticket workflows.

 I have read the workflow chapter including the part on workflow
 customization. Unfortunately I couldn't find information that helps me
 in stepping automatically from 'new' to 'assigned' when the 'assigned
 to' field is filled. Could you point me to the section you referred to
 in your answer?



From the work flow wiki page :

 There are a couple of hard-coded constraints to the workflow. In
 particular, tickets are created with status new, and tickets are expected
 to have a closed state. Further, the default reports/queries treat any
 state other than closed as an open state.


There is a way around this :
http://trac-hacks.org/wiki/TicketCreationStatusPlugin

Regards

Stephen

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] URL to link to most recent version of original source?

2008-09-30 Thread Danny

Is there a trick to get a link to the current version of the Original
Format via Browse Source? It seems to require a changeset when
accessed via the link at the bottom of the page (e.g.
https://config.fsf.org/public/export/18/trunk/filename - the 18
references a specific changeset - I'm looking for something like
https://config.fsf.org/public/export/trunk/filename or
https://config.fsf.org/public/export/current/trunk/filename).

Thanks for any assistance,
--
Danny Clark # Sys Admin, Free Software Foundation
# http://www.fsf.org # http://opensysadmin.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: tracmathplugin

2008-09-30 Thread jujulj

hi,

I tried it, although default path were correct, and it still return

***
Error: Failed to load processor latex

No macro or processor named 'latex' found
***

when displaying the page.

Does it mean that trac can find the plugin, but the plugin cannot find latex?

What are the steps to ensure everything is installed/linked correctly?

thanks

jul



On Tue, Sep 30, 2008 at 8:37 AM, Simon Martin [EMAIL PROTECTED] wrote:

 Hi,

 On 29 Sep., 15:24, jujulj [EMAIL PROTECTED] wrote:
 ***
 Error: Failed to load processor latex

 No macro or processor named 'latex' found
 ***

 I enabled it in trac.ini and checked that I have latex and dvipng
 installed in default directory /usr/bin/...

 Did you specify these paths correct in trac.ini?

 [tracmath]
 latex_cmd = location of your latex binary
 dvipng_cmd = location of dvipng
 cache_dir = cache directory
 max_png = max number of pngs in cache - defaults to 500

 HTH,
 Simon
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: How to customize New Ticket page

2008-09-30 Thread cigu

Thank you for your support.
The TicketSubmitPolicyPlugin seems good for what I need, but I had
some problems while using it.
In particular, in my project I have 4 different components and 4
different custom tickets, each one is specific for a particular
component. My goal is to force the user to specify a value for the
custom ticket related to the selected component, while the other
custom tickets should be disabled. I managed to install the plugin and
to define the policies but it worked quite well only with Firefox,
even if I have to manually force a refresh of the web page when I
change the component. With Internet Explorer 7.0 no submit policy is
applied.
Does anybody have the same problem with this plugin?
Best regards,
Cigu


On Sep 26, 11:12 pm, Jeff Hammel [EMAIL PROTECTED] wrote:
 Not exactly sure what you're trying to do, but 
 maybehttp://trac-hacks.org/wiki/TicketSubmitPolicyPlugindoes sorta what you 
 want?

 Jeff Hammel
 The Open Planning Projecthttp://trac-hacks.org/wiki/k0s
 IRC: jhammel, k0s

 On Fri, Sep 26, 2008 at 09:05:17AM -0700, cigu wrote:

  Dear all, I'm new with Trac 0.11.1 and I'm not able to add some check
  when users press Create Ticket in the New Ticket page. In
  particular, I've added one custom ticket and I would check that the
  selected value of the custom ticket is consistent with the selected
  component, otherwise the new ticket cannot be accepted and a warning
  should be displayed. Can someone please help me to understand what has
  to be done to implement this check?
  Thank you in advance,
  Regards,
  Cigu

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TracNav-4.0pre7-py2.4 with TracEnvisionTheme-1.0-py2.4

2008-09-30 Thread Thomas Moschny
2008/9/30 Eric Shubert [EMAIL PROTECTED]:
 I looked at and compared the sources, and the PageOutline uses
 class=wiki-toc for the div, while TracNav uses class=wiki-toc trac-nav
 for the div, but then has class=wiki for each item. Could this be the
 problem? If so, I'm guessing that TracNav needs a little work to correct
 this. I'm not savvy enough (yet) with CSS or python to locate the problem
 and code the fix (or fix the code).

In fact that's a problem of the TracEnvisionTheme plugin/theme. It
uses JQuery to rewrite parts of the document (which itself is
questionable, as it probably should use Genshi instead). However,
while searching for matching elements to rewrite, it only finds
elements that are in the 'wiki-toc' class only, due to its wrong usage
of JQuery selectors.

Attached is a patch that fixes this issue for me.

I must admit though, that the final result is a bit unpleasing
(visually) because of the green bullets not being properly indented,
but left-aligned instead. For that TracNav is to be blamed. Maybe I'll
have a look at this issue later.

Regards,
Thomas

-- 
Thomas Moschny [EMAIL PROTECTED]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---

diff -r f2279e4f4466 envisiontheme/templates/envision_theme.html
--- a/envisiontheme/templates/envision_theme.html	Thu Sep 11 16:22:46 2008 +0100
+++ b/envisiontheme/templates/envision_theme.html	Tue Sep 30 15:45:38 2008 +0200
@@ -102,11 +102,11 @@
  ${select('*')}
   script type=text/javascript
 jQuery(document).ready( function($) {
-  var inner_html = $('[EMAIL PROTECTED]wiki-toc]').html();
+  var inner_html = $('div.wiki-toc').html();
   var new_html = '  div class=layout_content' +
 '   div class=layout_t/div\n   div class=layout_bd' +
 inner_html + '/div/divdiv class=layout_b dialogdiv/div/div';
-$('[EMAIL PROTECTED]wiki-toc]').html(new_html).
+$('div.wiki-toc').html(new_html).
   addClass('layout').addClass('dialog');
 });
   /script


[Trac] AccountManager woes

2008-09-30 Thread Robert C Corsaro

I setup AccountManager trunk with Trac-0.11-stable from svn.  It seems 
to be authenticated alright, but when it's done it I'm still not logged 
in.  I know it's authing because if I provide the wrong user/pass, I get 
an error.  If I log in with proper user/pass, I still have the login 
link at the top of the page and no permission.  I've tried several auth 
stores to no avail.  I'm running it via mod_wsgi, but had the same 
problem with tracd.  This is a very vanilla setup.  Is there something 
else I should use other then trunk?  Can I use AccountManager with 
Trac-0.11-stable?  Is this some redirect issue?

  * Trac-0.11-stable from svn
  * AccountManager trunk from trac-hacks svn
  * mod_wsgi-2.1
  * apache-2.2.9-r1

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: URL to link to most recent version of original source?

2008-09-30 Thread Simon Martin

Hi,

head in the URL instead of a changeset works here.

HTH,
Simon



On 30 Sep., 14:14, Danny [EMAIL PROTECTED] wrote:
 Is there a trick to get a link to the current version of the Original
 Format via Browse Source? It seems to require a changeset when
 accessed via the link at the bottom of the page 
 (e.g.https://config.fsf.org/public/export/18/trunk/filename- the 18
 references a specific changeset - I'm looking for something 
 likehttps://config.fsf.org/public/export/trunk/filenameorhttps://config.fsf.org/public/export/current/trunk/filename).

 Thanks for any assistance,
 --
 Danny Clark # Sys Admin, Free Software Foundation
 #http://www.fsf.org#http://opensysadmin.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: 'Assign to' in 'new ticket' dialog

2008-09-30 Thread Jason Winnebeck

This is interesting because what I have to do now is make the ticket (usually 
assigned to myself to keep from e-mailing other people), then reassign it to 
someone else, or in my custom workflow I have a state unassigned, which is a 
signal for people to pick up new tasks in order of priority based on our 
current milestone (this is similar to agile sprints).

It sounds like I can use this plugin to start out immediately as unassigned or 
assigned? If I do that, does it go into unassigned state but with the default 
owner that Trac gives it (based on component)? Will this break the assumptions 
of Trac/timeline/plugins that assume that the first state for any ticket is 
new and key on that?

Jason


From: Stephen Moretti

There is a way around 
this: http://trac-hacks.org/wiki/TicketCreationStatusPlugin

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Screenshots plugin internal error

2008-09-30 Thread Radek Bartoň

On Monday 29 of September 2008 20:10:01 greeklinux wrote:
 Hello tracers,

 I am installing plugins for my trac and now I have a problem
 with the screenshots plugin.

 I tried again all my install steps but the error still appears.

 Maybe someone can help me.

 When clicking on screenshots menu I get this error:

 Trac detected an internal error:
 IndexError: list index out of range
 ...

I believe that you are the one who added a comment to 
http://trac-hacks.org/ticket/3780 . It should be now fixed with lastest 
changeset. Report if not.

-- 
Ing. Radek Bartoň

Faculty of Information Technology
Department of Computer Graphics and Multimedia
Brno University of Technology

E-mail: [EMAIL PROTECTED]
Web: http://blackhex.no-ip.org
Jabber: [EMAIL PROTECTED]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: 'Assign to' in 'new ticket' dialog

2008-09-30 Thread Stephen Moretti
2008/9/30 Jason Winnebeck [EMAIL PROTECTED]


 This is interesting because what I have to do now is make the ticket
 (usually assigned to myself to keep from e-mailing other people), then
 reassign it to someone else, or in my custom workflow I have a state
 unassigned, which is a signal for people to pick up new tasks in order of
 priority based on our current milestone (this is similar to agile sprints).

 It sounds like I can use this plugin to start out immediately as unassigned
 or assigned? If I do that, does it go into unassigned state but with the
 default owner that Trac gives it (based on component)? Will this break the
 assumptions of Trac/timeline/plugins that assume that the first state for
 any ticket is new and key on that?


Putting a name/email address in the assigned to box gives the ticket an
owner, so this plug in takes the owner state as being the start status,
which would allow you to set the start state as being assigned.  This is
exactly what I use it for.  I thought of forcing tickets into an accepted
state, but

For me new tickets go to a new status if they aren't given an owner.
 Also, I don't use default owner setting, as new tickets should have no
owner in our set up.  This means, I'm afraid, I have no idea if setting the
default status to unassigned will pick up the default owner from the
ticket ini settings.

Status is really just a text field used for reporting, so if you skip on by
new you'll never see new tickets in the reports or associated with
milestones. But then there are plug ins that allow you to mess with the
milestones and you can create whatever custom queries you need for ticket
reporting. You just need to make sure that your workflow is capable of
handling this interruption to the flow of the tickets.  If you set the
status to something that doesn't exist in your workflow, then you're ticket
will most likely end up stuck in a leave loop and you'll have to hack the
database to be able to fix the ticket.

Stephen

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: anounymous user

2008-09-30 Thread Eric Shubert

Krzysiek wrote:
 Hi
 
 I would like to block anonymous user.
 For example:
 
 Create new Ticket - Your email or username:  anonymous.
 Trac should return: please enter your name.
 
 If someone fill this field with name then everything would be fine.
 
 Create new Ticket - Your email or username:  John Smith.
 Trac should return:   accept ticket
 
 This is possible ?
 

I think you want to disallow the TICKET_CREATE for anonymous users. You can
do that at Admin-General-Permissions page. Trac-0.11 has this built in. If
you're running an older version, you might need the Account Manager plugin.

You probably want to remove TICKET_APPEND and TICKET_MODIFY from anonymous
as well.

-- 
-Eric 'shubes'


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Changing the query run from the Roadmap page

2008-09-30 Thread Chris Leon

We just upgraded from Trac .10.4 to .11.1.  One of the things we had
working in .10.4 was when we clicked on, say, open tickets for a
particular milestone, the query it ran would show our Test Status
custom field in the columns.

Presumably there's some setting somewhere that lets you define the
query string that the roadmap view will run, but I haven't been able
to find how to do this for .11.1.  Can someone point me in the right
direction?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Windows tracd instance - displaying uk date format ?

2008-09-30 Thread Gregory Manning

Hello,
I'm trying to get my standalone tracd instance (running under windows) to 
display uk formatted dates.
I have set LC_TIME, LC_ALL, LANGUAGE and TracLocale all to 'English_United 
Kingdom' as a system environment variable, and they are definitely environment 
variables for the running pythonservice.exe (checked using process explorer), 
but still I get US date formats on the web pages...

Does anyone know what I'm missing?

Thanks,

Greg Manning
Development Analyst

Mitrefinch Ltd.
Mitrefinch House,
Green Lane, Clifton,
York, YO30 5YY
www.mitrefinch.co.uk
Tel +44 (0)1904 693115
Fax +44 (0)1904 693792

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: AccountManager woes

2008-09-30 Thread Eric Shubert

Robert C Corsaro wrote:
 I setup AccountManager trunk with Trac-0.11-stable from svn.  It seems 
 to be authenticated alright, but when it's done it I'm still not logged 
 in.  I know it's authing because if I provide the wrong user/pass, I get 
 an error.  If I log in with proper user/pass, I still have the login 
 link at the top of the page and no permission.  I've tried several auth 
 stores to no avail.  I'm running it via mod_wsgi, but had the same 
 problem with tracd.  This is a very vanilla setup.  Is there something 
 else I should use other then trunk?  Can I use AccountManager with 
 Trac-0.11-stable?  Is this some redirect issue?
 
   * Trac-0.11-stable from svn
   * AccountManager trunk from trac-hacks svn
   * mod_wsgi-2.1
   * apache-2.2.9-r1
 

Have you visited http://trac.edgewall.org/wiki/TracModWSGI? It says:
Important note: Please use either version 1.3 or 2.3 or later of mod_wsgi.
Version 2.0 has problems with downloading attachments (see #7205). No
warning about logins though.

FWIW I'm running trac-0.11.1-1.el5.rf with the latest AccountManager trunk
(r3857) with no problems. I'm running mod_python though, with
httpd-2.2.3-11.el5_1.centos.3.

I know that's not much help, but I hope it points you in the right direction.

-- 
-Eric 'shubes'


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: How to customize New Ticket page

2008-09-30 Thread Jeff Hammel

On Tue, Sep 30, 2008 at 12:49:37AM -0700, cigu wrote:
 
 Thank you for your support.
 The TicketSubmitPolicyPlugin seems good for what I need, but I had
 some problems while using it.
 In particular, in my project I have 4 different components and 4
 different custom tickets, each one is specific for a particular
 component. My goal is to force the user to specify a value for the
 custom ticket related to the selected component, while the other
 custom tickets should be disabled. I managed to install the plugin and
 to define the policies but it worked quite well only with Firefox,
 even if I have to manually force a refresh of the web page when I
 change the component. With Internet Explorer 7.0 no submit policy is
 applied.
 Does anybody have the same problem with this plugin?
 Best regards,
 Cigu

Thanks for the heads up.  No one has reported that TicketSubmitPolicy doesn't 
work with IE, so I ticketed: http://trac-hacks.org/ticket/3834 .   I'm not 
super-surprised that its not IE-compatible, as I don't have an IE test bed.  
I'll try to fix this when i have the chance.

(I'd also love to hear from others with similar experiences with this plugin)

Jeff
 
 On Sep 26, 11:12 pm, Jeff Hammel [EMAIL PROTECTED] wrote:
  Not exactly sure what you're trying to do, but 
  maybehttp://trac-hacks.org/wiki/TicketSubmitPolicyPlugindoes sorta what you 
  want?
 
  Jeff Hammel
  The Open Planning Projecthttp://trac-hacks.org/wiki/k0s
  IRC: jhammel, k0s
 
  On Fri, Sep 26, 2008 at 09:05:17AM -0700, cigu wrote:
 
   Dear all, I'm new with Trac 0.11.1 and I'm not able to add some check
   when users press Create Ticket in the New Ticket page. In
   particular, I've added one custom ticket and I would check that the
   selected value of the custom ticket is consistent with the selected
   component, otherwise the new ticket cannot be accepted and a warning
   should be displayed. Can someone please help me to understand what has
   to be done to implement this check?
   Thank you in advance,
   Regards,
   Cigu
 
  

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Trac in trouble.

2008-09-30 Thread Jani Tiainen

I'm trying to keep Trac in our corporation environment but day after day 
it's coming more difficult due feature needs from users. I've tried 
several solutions but I haven't found anything even nearly working and 
what's worse someone found Redmine and it's working more or less 
perfectly for one of our projects and now they are pushing Redmine to 
all over the place.

I would be more than happy to hear some solutions for my (and thus my 
boss) troubles. I've listed them here in order of priority.

Trouble #1: Partially open environment. Recently there has been 
increasing need to have private and public parts of same project. Public 
part would be open for end users and developers, private part is for 
developers only. There must be way to cross reference these (see trouble 
#2). This also includes authentication from several sources. First ldap 
if user is found, if not some other mechanism that allows user self 
registering.

Trouble #2: Cross-reference and xref actions. There is need to have 
blocks relation that is enforced.

Trouble #3: Multiproject/multirepository support. We have few projects 
that are actually combination of several (separate) repositories but 
also there is few libraries that should be linked (and again, cross 
referenced, see trouble #2) together tightly. (Not loose coupling like 
external links)

Trouble #4: Web based environment creation.

Trouble #5: Userinformation retrieval from our LDAP server. Specially 
active accounts (since sometimes people come and people leave) and 
e-mail addresses.

Trouble #6: Selective permissions (roles), specially for tickets. Like I 
could name QA and management persons that are allowed to close tickets 
that are sent to qa state.

-- 
Jani Tiainen

Tein sein mihin näillä lahjoilla pystyin.
  Tein sen, en yhtään enempää. - Martti Servo  Napander


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---