[Trac] Re: blog template further variables

2009-01-13 Thread Olaf Meeuwissen

Thomas thorn...@gmail.com writes:

 I'm use the FullBlogPlugin. I would like to adminblogsettings tab it
 is possible to define a template for naming new posts, with variables
 like %Y/%m/%d/. How can I extend this to minutes and seconds ? where
 is a documentation of all %variables and $variables that can be used
 here ?

Quick copy from what the IniAdmin plugin shows for the fullblog
section's default_postname.  I would assume it gets that from the
source documentation.

  Option for a default naming scheme for new posts. The string can
  include substitution markers for time (UTC) and user: %Y=year,
  %m=month, %d=day, %H=hour, %M=minute, %S=second, $USER. Example
  template string: %Y/%m/%d/my_topic

Hope this helps,
-- 
Olaf Meeuwissen, LPIC-2   FLOSS Engineer -- AVASYS Corporation
FSF Associate Member #1962   Help support software freedom
 http://www.fsf.org/jf?referrer=1962

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: OpenWorkbench Gantt

2009-01-13 Thread kc

You could put the file in your htdocs folder and then use the
TracIncludeMacro (http://trac-hacks.org/wiki/IncludeMacro) to display
it within a wiki page.  I don't know if this is the best approach, but
it should work.

:-) KC



On Jan 12, 8:22 am, Peter von Kaenel
peter.vonkae...@harmonicinc.com wrote:
 Hi,

 I'm a new Trac user, and I've also just started using OpenWorkbench as a
 MS Project replacement.  Does anyone know of a way to present
 OpenWorkbench Gantt charts on a Trac page?  I am able to print
 OpenWorkbench to the MS XPS Document Writer which outputs an XPS file
 which can then be opened in a web browser.  Is there a way to use that
 file within Trac?

 Thanks,

 Peter
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: OpenWorkbench Gantt

2009-01-13 Thread Peter von Kaenel

Thanks for the pointer.  I have installed the macro and put the XPS file
in htdocs.  How can I request the file to be rendered?  I have tried to
use http, but don't know how to specify the localhost htdocs folder.

Thanks,
Peter


-Original Message-
From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com]
On Behalf Of kc
Sent: Tuesday, January 13, 2009 9:39 AM
To: Trac Users
Subject: [Trac] Re: OpenWorkbench Gantt


You could put the file in your htdocs folder and then use the
TracIncludeMacro (http://trac-hacks.org/wiki/IncludeMacro) to display
it within a wiki page.  I don't know if this is the best approach, but
it should work.

:-) KC



On Jan 12, 8:22 am, Peter von Kaenel
peter.vonkae...@harmonicinc.com wrote:
 Hi,

 I'm a new Trac user, and I've also just started using OpenWorkbench as
a
 MS Project replacement.  Does anyone know of a way to present
 OpenWorkbench Gantt charts on a Trac page?  I am able to print
 OpenWorkbench to the MS XPS Document Writer which outputs an XPS file
 which can then be opened in a web browser.  Is there a way to use that
 file within Trac?

 Thanks,

 Peter



--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Moving to a new Server

2009-01-13 Thread Peter von Kaenel
 

Hi,

 

I have Trac installed as part of VisualSVN and have added several
plug-ins.  I'm about to get a new server and want to migrate VisualSVN
and Trac to it.  It looks like the VisualSVN move should be fairly easy,
but I'm not sure about Trac.  Is it enough to just copy the Trac
directories and add the required lines to the httpd_wrapper.bat and
httpd-custom.conf files or do the plug-ins require something else?

 

Any advise would be appreciated.

 

Thanks,

Peter

 

 

 


--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Can not logout when using trac-0.10.5-22.el5 on rhel 5

2009-01-13 Thread Olemis Lang

On Tue, Jan 13, 2009 at 1:02 AM, Bin sunbi...@gmail.com wrote:

 Did you guys encountered this?  Any solution?


You should provide further information ...

I remember I had this problem with tracd ... I could never logout ...
in this case Trac received my logout request and the response page
looked like if I were really logged out ... but the next time I
clicked any link in the site ... my user login was back again. I
remember I logged out (at least no user login was shown ...) once and
I didnt shout down my PC (I chose hibernation instead ;) ... the next
day I turned it on and clicked on some link (dont remember which one)
... and my user was back once again.

Now I have the logout problem too, but the behavior is different. My
site is deployed as follows :

- Trac 0.11.1
- Py 2.5.2
- Auth is delegated to Apache 2 ... user credentials are retrieved
from MS AD by using mod_ldap + mod_authnz_ldap
- MS Windows XP

... I'll post the httpd.conf snippet ASAIC ... I have no access to it
right now :( ... it is important to look at this conf ... so I'll try
to show you ASAP ;)

Initially I was using nothing but Trac ... and somewhere (dont
remember now ... :( ... ) I read that the solution was to install
AccountManagerPlugin, disable default LoginModule and the next step
was to enable AccountManagerPlugin's LoginModule ... Doing so Trac
*should* perform a real logout ... but I did so and users cant still
logout ... user login works just fine ...

The only workaround I found was to remove the cookies in my browser by
hand ... but that's not a real solution ... :S

Another solution I thought about was to install LdapAuthStore ...
however in my case this should be the very last choice ...

Is there anyway to get this done without installing LdapAuthStore ?

I mean :

- Apache MS AD Auth (i.e. LDAP)
- AccountManagerPlugin
- Effective logout

PD: I had plans to test all this by using CoSign Apache filter + MS AD
(i.e. LDAP) ... but right now I've no time :( ... hopefully in the
next few days I'll do so, and maybe I'll found whether this issue is
related to delegating auth to Apache or not ... well, perhaps ... ;)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Añadir gadgets de Google en entradas (artículos) de Blogger.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Moving to a new Server

2009-01-13 Thread Olemis Lang

On Tue, Jan 13, 2009 at 7:21 AM, Peter von Kaenel
peter.vonkae...@harmonicinc.com wrote:

 Hi,

 I have Trac installed as part of VisualSVN and have added several plug-ins.
 I'm about to get a new server and want to migrate VisualSVN and Trac to it.
 It looks like the VisualSVN move should be fairly easy, but I'm not sure
 about Trac.  Is it enough to just copy the Trac directories and add the
 required lines to the httpd_wrapper.bat and httpd-custom.conf files or do
 the plug-ins require something else?


If you installed your plugins locally (i.e. they can be found inside
env's `plugins` folder) then they will be also installed in the target
machine once you move your environments ... However in case of a
global installation (i.e. plugins installed under Py `site_packages`
folder) ... I'm affraid you have to reinstall them once again in your
new server ... :(

I am not sure about the «side-effects» of using symlinks to other
plugins dirs or sharing your configuration options (i.e.
[trac:inherit] option in trac.ini ;) or any other sophisticated
setups.

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Añadir gadgets de Google en entradas (artículos) de Blogger.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Announcing new extensions to this list ?

2009-01-13 Thread Jeff Hammel

On Mon, Jan 12, 2009 at 11:35:45PM -0800, Noah Kantrowitz wrote:
 
 
 On Jan 12, 2009, at 10:24 PM, Michael Renzmann wrote:
 
 
  Hi all.
 
  I'd be +1 on a plugins-announce list.  Dunno if this list is right  
  for it
  or not.  Every once in awhile I'll be perusing trac-hacks and  
  notice a new
  extension and wonder when did this get here?
 
  The timeline on trac-hacks.org is also available as RSS feed - this  
  is how
  I keep track of what happens there. The benefit of this method is  
  that new
  plugins automatically appear on ones radar, even if the author does  
  not
  announce it.
 
  However, I agree that a place for announcing new plugin releases  
  would be
  helpful, preferably a mailing list.
 
  In terms of moving trac-hacks.org to my server I was already  
  thinking of
  adding mailing lists to the services that are provided on t-h.o. My
  initial idea was one list where t-h users can discuss site-related  
  issues,
  but given that there is enough interest other lists (for  
  announcements,
  support for plugin users, ...) could easily be added.
 
  I'm also +1 for anything that increases plugin exposure and  
  organization
  in general, but will opt out of general suggestions (for now).
 
  There is a feature I like about some blogging systems (WordPress,
  Serendipity): a plugin manager. It allows to easily access, browse and
  search a central plugin catalogue. Once you found an interesting  
  plugin
  you can install it with a single click.
 
  In my opinion, such a feature would be a big plus for Trac. It could  
  be
  implemented as plugin, and in fact the one click installation is  
  just an
  slight extension of the mechanism that allows installing plugins by
  uploading an egg with the browser. It could tell the admin if a new
  version of an already-installed plugin is available, and allow for  
  an easy
  update. Stuff like this.
 
 You mean HackInstall? ;-)
 
 One of these days I will get around to reworking that. It did actually  
 work long ago, haven't tried it in forever though.
 
 --Noah

Is HackInstall available anywhere?  I'd love this sort of thing.  

Jeff

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Moving to a new Server

2009-01-13 Thread Peter von Kaenel

So far all of my plugins are global.  Is it better to have them local?
If so, can I just move the egg files into the local plugin directory?

Thanks,

Peter


-Original Message-
From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com]
On Behalf Of Olemis Lang
Sent: Tuesday, January 13, 2009 10:50 AM
To: trac-users@googlegroups.com
Subject: [Trac] Re: Moving to a new Server


On Tue, Jan 13, 2009 at 7:21 AM, Peter von Kaenel
peter.vonkae...@harmonicinc.com wrote:

 Hi,

 I have Trac installed as part of VisualSVN and have added several
plug-ins.
 I'm about to get a new server and want to migrate VisualSVN and Trac
to it.
 It looks like the VisualSVN move should be fairly easy, but I'm not
sure
 about Trac.  Is it enough to just copy the Trac directories and add
the
 required lines to the httpd_wrapper.bat and httpd-custom.conf files or
do
 the plug-ins require something else?


If you installed your plugins locally (i.e. they can be found inside
env's `plugins` folder) then they will be also installed in the target
machine once you move your environments ... However in case of a
global installation (i.e. plugins installed under Py `site_packages`
folder) ... I'm affraid you have to reinstall them once again in your
new server ... :(

I am not sure about the «side-effects» of using symlinks to other
plugins dirs or sharing your configuration options (i.e.
[trac:inherit] option in trac.ini ;) or any other sophisticated
setups.

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Añadir gadgets de Google en entradas (artículos) de Blogger.




--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Can't send email from Trac

2009-01-13 Thread Emmanuel Blot

 Anything wrong with the file permission? which files?

The process that runs Trac does not have permissions to open a socket
to connect to port 25.
This usually comes from a security setting in SeLinux.

You should be able to reproduce the same error with

sudo -u apache telnet smtpserver 25

where 'apache' is the uid of the process that runs Trac (www-data on
debian) and smtpserver is the SMTP server you set up in trac.ini

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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Announcing new extensions to this list ?

2009-01-13 Thread Michael Renzmann

Hi Jeff.

 You mean HackInstall? ;-)

 One of these days I will get around to reworking that. It did actually
 work long ago, haven't tried it in forever though.
 Is HackInstall available anywhere?  I'd love this sort of thing.

I think it is:
http://trac-hacks.org/wiki/HackInstallPlugin

Bye, Mike

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Moving to a new Server

2009-01-13 Thread Olemis Lang

On Tue, Jan 13, 2009 at 11:08 AM, Peter von Kaenel
peter.vonkae...@harmonicinc.com wrote:

 So far all of my plugins are global.  Is it better to have them local?
 If so, can I just move the egg files into the local plugin directory?


I am not very sure about recommending Trac setups or something like
that ... However what I do (often ... not always ;) is to inherit the
same config (trac.ini ;) so that all envs behave in a similar way and
are completely setup since the very moment users create them (in my
site users are able to create Trac envs + SVN repos via a web
interface without admin overhead, so this feature is very important
for them so that their projects be up and running very quickly ... ;)
...

If looking for portability and easy migration ... There are further
options like[inherit]:plugins_dir which could be very useful to share
the plugins directory. It is also possible to use (hard/sym)links, ...
and perhaps there are many other sophisticated solutions ;)


-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Añadir gadgets de Google en entradas (artículos) de Blogger.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] e-mail notifications to assigned user

2009-01-13 Thread worldisstatic
I have just configured Trac 0.11.2.1 and am learning the interfaces.  The
notifications work properly so my question is in regards to the design of
the notifications.  The scenario is the manager assigned a new ticket to an
employee.  When creating a new ticket  assigning it an individual, I am
looking for an e-mail notification to go to that user, when I select their
name in the Assign To: drop down menu.  The way I understand how the
notifications are set to work now :

I have

   - *always_notify_reporter*: false  - So the reporter will not recieve
   notifications
   - *always_notify_owner*: false - So the owner will not recieve
   notifications
   - *always_notify_updater*: true - So anyone updating the ticket will
   receive notifications.

The TracGuide regarding notifications explains: When reporting a new ticket
or adding a comment, enter a valid email address in the *reporter*, *assigned
to/owner* or *cc* field.  Entering a valid e-mail address in the Assigned
To field does not produce any new notifications in my inbox.  The CC: field
works properly, where I do receive notifications, but my manager wants the
notification addressed to the person it is assigned to.  He wants to be able
to click the Assign To: drop down and not have to type the individuals email
address in the CC: line.

Am I missing an option in the trac.ini file?  Or are email notifications
only sent to reporters, owners,  updaters and not assigned individuals when
creating new tickets?

Thanks,

Jeff

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Encoding special characters for queries

2009-01-13 Thread Erik Bray

It might help if you have more details on what exactly you're trying
to do, and why you're trying to do it.  Do you mean you're trying to
do something with the Trac query syntax?

On Fri, Jan 9, 2009 at 5:00 AM, Gerald mail4ger...@gmail.com wrote:

 No one can help with this?

 On Dec 29 2008, 1:25 pm, Gerald mail4ger...@gmail.com wrote:
 Sorry, that doesn't help much. I already tried these.

 On Dec 27, 4:41 pm, Ice Polar ice.po...@gmail.com wrote:



  Hi,
  i have no idea, because i don't use XmlRpcRplugin.
  But i work with several databases and specialcharacters are most enclosed 
  by
  [special charatcert] or 'special character' maybe special character  e.g.
  [=], [] .
  I think it depends on your database : sqlite, MySQL or Postgress - very
  special chars have to be duplet like %% or 'Jon''s house' .
  Hope my tip help's, good luck.
Ice

  2008/12/27 Gerald mail4ger...@gmail.com

   How I have to encode special characters like = (equal),  (ampersand)
   and | (pipe) for queries.
   I'm using XmlRpcRplugin and can't figure out how to encode these
   characters.
   I tried already URL enconding %3D for = but that did'nt work.

 


--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: e-mail notifications to assigned user

2009-01-13 Thread jevans



On Jan 13, 9:37 am, worldisstatic worldisstati...@gmail.com wrote:
 I have just configured Trac 0.11.2.1 and am learning the interfaces.  The
 notifications work properly so my question is in regards to the design of
 the notifications.  The scenario is the manager assigned a new ticket to an
 employee.  When creating a new ticket  assigning it an individual, I am
 looking for an e-mail notification to go to that user, when I select their
 name in the Assign To: drop down menu.  The way I understand how the
 notifications are set to work now :

 I have

    - *always_notify_reporter*: false  - So the reporter will not recieve
    notifications
    - *always_notify_owner*: false - So the owner will not recieve
    notifications
    - *always_notify_updater*: true - So anyone updating the ticket will
    receive notifications.

 The TracGuide regarding notifications explains: When reporting a new ticket
 or adding a comment, enter a valid email address in the *reporter*, *assigned
 to/owner* or *cc* field.  Entering a valid e-mail address in the Assigned
 To field does not produce any new notifications in my inbox.  The CC: field
 works properly, where I do receive notifications, but my manager wants the
 notification addressed to the person it is assigned to.  He wants to be able
 to click the Assign To: drop down and not have to type the individuals email
 address in the CC: line.

 Am I missing an option in the trac.ini file?  Or are email notifications
 only sent to reporters, owners,  updaters and not assigned individuals when
 creating new tickets?

 Thanks,

 Jeff

Hi Jeff,

The owner is the assigned  person so I think you're wanting
always_notify_owner = true

There are also some related plug-ins at http://trac-hacks.org you
might be interested in.

Good luck,
- jevans
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: absolute path in URL not upward compatible from 0.10 to 0.11 ?

2009-01-13 Thread rupert thurner

would it be save to do a db update and replace [/letters] with [//
letters], somehow ?

On Jan 13, 12:07 am, Remy Blank remy.bl...@pobox.com wrote:
 rupert thurner wrote:
  currently our people use [/projects/inst2 got to inst2] as link for
  the other instance, but with trac-0.11 this seems to be
 http://server.com/projects/inst1/projects/inst2?

 You should try [//projects/inst2 go to inst2]. See:

  http://trac.edgewall.org/wiki/TracLinks#Server-relativelinks

 -- Remy

  signature.asc
  1KViewDownload
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Dropdown list for ticket owners, redux

2009-01-13 Thread David Champion

I was looking through the FAQ and saw a question about using a dropdown
list for setting a ticket's owner.  I'd like to do this, but I don't
want the list to include anyone who has logged in.  My project is for a
community of hundreds, and I'd like any of them to be able to log in,
but only about a dozen people should ever own a ticket.

Is there any way to put only those people into a dropdown for setting
the ticket (regardless of who else logs in), or do I need to stick with
freeform text entry?

-- 
 -D.d...@uchicago.eduNSITUniversity of Chicago

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Viewing only your own tickets

2009-01-13 Thread David Champion

I have a bit of an odd project.  We have potentially thousands of
submitters, with a core team of 10-12 developers.  The developers should
have access to view any ticket or report on our system.  But we are not
an open source project.  The unauthenticated public should have no access
whatsoever.  All good -- I have Trac configured this way now.

The tricky thing is: I'd like authenticated non-developers to be able
to view tickets that they submitted, but no others.  Is there a way to
accomplish this with the current permissions set?  If so I'm not seeing
it.

Ideally I could do this without assigning an explicit permission for
each user -- I'd like for this to be an abstract rule for any user.

-- 
 -D.d...@uchicago.eduNSITUniversity of Chicago

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Viewing only your own tickets

2009-01-13 Thread jevans



On Jan 13, 4:59 pm, David Champion d...@uchicago.edu wrote:
 I have a bit of an odd project.  We have potentially thousands of
 submitters, with a core team of 10-12 developers.  The developers should
 have access to view any ticket or report on our system.  But we are not
 an open source project.  The unauthenticated public should have no access
 whatsoever.  All good -- I have Trac configured this way now.

 The tricky thing is: I'd like authenticated non-developers to be able
 to view tickets that they submitted, but no others.  Is there a way to
 accomplish this with the current permissions set?  If so I'm not seeing
 it.

 Ideally I could do this without assigning an explicit permission for
 each user -- I'd like for this to be an abstract rule for any user.

 --
  -D.    d...@uchicago.edu    NSIT    University of Chicago

Hi David,

Have a look at http://trac-hacks.org/wiki/PrivateTicketsPlugin.
Although I think it will require you to set up a separate group for
your non-developers.

Good luck,
- jevans
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Can not logout when using trac-0.10.5-22.el5 on rhel 5

2009-01-13 Thread Anjani Kumar

Hi.

Even I am getting same issue of logout with latest Trac-0.11.2.1
version.
In past I have configured TRAC 0.10.x and used LDAP authentication
using apache 2.2.3 ldap
module. It worked nicely for me ..

Any help to over come this issue.

Thanks

On Jan 13, 6:48 pm, Olemis Lang ole...@gmail.com wrote:
 On Tue, Jan 13, 2009 at 1:02 AM, Bin sunbi...@gmail.com wrote:

  Did you guys encountered this?  Any solution?

 You should provide further information ...

 I remember I had this problem with tracd ... I could never logout ...
 in this case Trac received my logout request and the response page
 looked like if I were really logged out ... but the next time I
 clicked any link in the site ... my user login was back again. I
 remember I logged out (at least no user login was shown ...) once and
 I didnt shout down my PC (I chose hibernation instead ;) ... the next
 day I turned it on and clicked on some link (dont remember which one)
 ... and my user was back once again.

 Now I have the logout problem too, but the behavior is different. My
 site is deployed as follows :

 - Trac 0.11.1
 - Py 2.5.2
 - Auth is delegated to Apache 2 ... user credentials are retrieved
 from MS AD by using mod_ldap + mod_authnz_ldap
 - MS Windows XP

 ... I'll post the httpd.conf snippet ASAIC ... I have no access to it
 right now :( ... it is important to look at this conf ... so I'll try
 to show you ASAP ;)

 Initially I was using nothing but Trac ... and somewhere (dont
 remember now ... :( ... ) I read that the solution was to install
 AccountManagerPlugin, disable default LoginModule and the next step
 was to enable AccountManagerPlugin's LoginModule ... Doing so Trac
 *should* perform a real logout ... but I did so and users cant still
 logout ... user login works just fine ...

 The only workaround I found was to remove the cookies in my browser by
 hand ... but that's not a real solution ... :S

 Another solution I thought about was to install LdapAuthStore ...
 however in my case this should be the very last choice ...

 Is there anyway to get this done without installing LdapAuthStore ?

 I mean :

 - Apache MS AD Auth (i.e. LDAP)
 - AccountManagerPlugin
 - Effective logout

 PD: I had plans to test all this by using CoSign Apache filter + MS AD
 (i.e. LDAP) ... but right now I've no time :( ... hopefully in the
 next few days I'll do so, and maybe I'll found whether this issue is
 related to delegating auth to Apache or not ... well, perhaps ... ;)

 --
 Regards,

 Olemis.

 Blog ES:http://simelo-es.blogspot.com/
 Blog EN:http://simelo-en.blogspot.com/

 Featured article:
 Añadir gadgets de Google en entradas (artículos) de Blogger.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Can't send email from Trac

2009-01-13 Thread Bin Sun
Thank you very much, but what should I do ?



On Wed, Jan 14, 2009 at 12:04 AM, Emmanuel Blot manu.b...@gmail.com wrote:


  Anything wrong with the file permission? which files?

 The process that runs Trac does not have permissions to open a socket
 to connect to port 25.
 This usually comes from a security setting in SeLinux.

 You should be able to reproduce the same error with

 sudo -u apache telnet smtpserver 25

 where 'apache' is the uid of the process that runs Trac (www-data on
 debian) and smtpserver is the SMTP server you set up in trac.ini

 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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---