ramesh. saadhvi | 1 Sep 09:34
Picon

[Trac] Re: How to add Group

Thanks. With this link i added a group called iims
username : ramesh gropu name : iims

steps i followed

To create user
C:\>python trac-digest.py -u ramesh -p ramesh >> c:\digest.txt
To create a group
C:\>trac-admin c:\myproject permission add ramesh iims

C:\>trac-admin c:\myproject permission add infrastructure WIKI_ADMIN

C:\>trac-admin c:\myproject permission add infrastructure TICKET_CREATE

C:\>trac-admin c:\myproject permission add infrastructure TICKET_VIEW

C:\>trac-admin c:\myproject permission add infrastructure BROWSER_VIEW

C:\>trac-admin c:\myproject permission add infrastructure TICKET_MODIFY

Now trac environment myproject is not allowing the user ramesh to login.

Can you please tell me how to overcome from this

Thanks,
Ramesh V


On Mon, Aug 31, 2009 at 7:07 PM, Erik Andersson <kirean-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
http://trac.edgewall.org/wiki/TracPermissions#PermissionGroups

Cheers / Erik


On Mon, Aug 31, 2009 at 3:29 PM, ramesh. saadhvi <ramesh.saadhvi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,

How to add GROUP? After adding GROUP , how can i include (Add) users to that GROUP, please assist me

Thanks,
Ramesh V







--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Erik Andersson | 1 Sep 09:48
Picon

[Trac] Re: How to add Group

Example:

Permissions can be grouped together to form roles such as developer, admin, etc.

$ trac-admin /path/to/projenv permission add developer WIKI_ADMIN $ trac-admin /path/to/projenv permission add developer REPORT_ADMIN $ trac-admin /path/to/projenv permission add developer TICKET_MODIFY $ trac-admin /path/to/projenv permission add bob developer $ trac-admin /path/to/projenv permission add john developer
1. iims != infrastructure
2. Create the group first, then add the user to the group.

Cheers / Erik

On Tue, Sep 1, 2009 at 9:34 AM, ramesh. saadhvi <ramesh.saadhvi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Thanks. With this link i added a group called iims
username : ramesh gropu name : iims

steps i followed

To create user
C:\>python trac-digest.py -u ramesh -p ramesh >> c:\digest.txt
To create a group
C:\>trac-admin c:\myproject permission add ramesh iims

C:\>trac-admin c:\myproject permission add infrastructure WIKI_ADMIN

C:\>trac-admin c:\myproject permission add infrastructure TICKET_CREATE

C:\>trac-admin c:\myproject permission add infrastructure TICKET_VIEW

C:\>trac-admin c:\myproject permission add infrastructure BROWSER_VIEW

C:\>trac-admin c:\myproject permission add infrastructure TICKET_MODIFY

Now trac environment myproject is not allowing the user ramesh to login.

Can you please tell me how to overcome from this

Thanks,
Ramesh V



On Mon, Aug 31, 2009 at 7:07 PM, Erik Andersson <kirean-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
http://trac.edgewall.org/wiki/TracPermissions#PermissionGroups

Cheers / Erik


On Mon, Aug 31, 2009 at 3:29 PM, ramesh. saadhvi <ramesh.saadhvi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,

How to add GROUP? After adding GROUP , how can i include (Add) users to that GROUP, please assist me

Thanks,
Ramesh V










--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

ramesh. saadhvi | 1 Sep 10:30
Picon

[Trac] Re: How to add Group

Sorry by mistake i sent that
username : ramesh gropu name : infrastructure is the correct one

Thanks,
Ramesh V


On Tue, Sep 1, 2009 at 1:18 PM, Erik Andersson <kirean-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Example:

Permissions can be grouped together to form roles such as developer, admin, etc.

$ trac-admin /path/to/projenv permission add developer WIKI_ADMIN $ trac-admin /path/to/projenv permission add developer REPORT_ADMIN $ trac-admin /path/to/projenv permission add developer TICKET_MODIFY $ trac-admin /path/to/projenv permission add bob developer $ trac-admin /path/to/projenv permission add john developer
1. iims != infrastructure
2. Create the group first, then add the user to the group.

Cheers / Erik

On Tue, Sep 1, 2009 at 9:34 AM, ramesh. saadhvi <ramesh.saadhvi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Thanks. With this link i added a group called iims
username : ramesh gropu name : iims

steps i followed

To create user
C:\>python trac-digest.py -u ramesh -p ramesh >> c:\digest.txt
To create a group
C:\>trac-admin c:\myproject permission add ramesh iims

C:\>trac-admin c:\myproject permission add infrastructure WIKI_ADMIN

C:\>trac-admin c:\myproject permission add infrastructure TICKET_CREATE

C:\>trac-admin c:\myproject permission add infrastructure TICKET_VIEW

C:\>trac-admin c:\myproject permission add infrastructure BROWSER_VIEW

C:\>trac-admin c:\myproject permission add infrastructure TICKET_MODIFY

Now trac environment myproject is not allowing the user ramesh to login.

Can you please tell me how to overcome from this

Thanks,
Ramesh V



On Mon, Aug 31, 2009 at 7:07 PM, Erik Andersson <kirean-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
http://trac.edgewall.org/wiki/TracPermissions#PermissionGroups

Cheers / Erik


On Mon, Aug 31, 2009 at 3:29 PM, ramesh. saadhvi <ramesh.saadhvi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,

How to add GROUP? After adding GROUP , how can i include (Add) users to that GROUP, please assist me

Thanks,
Ramesh V













--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Jan Kraus | 1 Sep 15:56
Picon

[Trac] One SVN, Multiple TRAC instances


Dear list,

I would like to ask whether it is possible to have multiple trac
instances bound to one svn repository.

Does it have some limitations or is it save. What is your opinion, or
could you please direct me to the right docs? I have searched all I
know, but only found topics of the opposite scenario.

With regards
Jan

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

Peter O'Connell | 1 Sep 17:12

[Trac] Re: One SVN, Multiple TRAC instances


I may be ignoring the obvious, but why do you wish to have multiple trac
instances for 1 SVN? I assume it should be straight forward by simply
creating the trac instances and pointing each to the same SVN repos.

-----Original Message-----
From: trac-users@... [mailto:trac-users@...]
On Behalf Of Jan Kraus
Sent: 01 September 2009 14:57
To: Trac Users
Subject: [Trac] One SVN, Multiple TRAC instances

Dear list,

I would like to ask whether it is possible to have multiple trac
instances bound to one svn repository.

Does it have some limitations or is it save. What is your opinion, or
could you please direct me to the right docs? I have searched all I
know, but only found topics of the opposite scenario.

With regards
Jan

SolutionsPT is a trading name of SolutionsPT Limited, Registered office: Unit 1, Oakfield Road, Cheadle
Royal Business Park, Cheadle, SK8 3GX
Registered in England & Wales Registration Number: 1937672

******************************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
******************************************************************************

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

Olemis Lang | 1 Sep 19:31
Picon

[Trac] ANN: TracPyTpp 2.2.2 released


What's new in version 2.2.2
---------------------------

- Added CSS rules for PyDoc plugin. Fixes #5761

- Bug fixed: Floating widgets in administration panels should not overlap
  contents anymore. Fixes #5549.

Thnx for using it !
Thnx for the feedback !

--

-- 
Regards,

Olemis.

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

Featured article:

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

ramesh. saadhvi | 2 Sep 07:26
Picon

[Trac] Webadmin

Hi,

Am using http://trac-hacks.org/wiki/HideValsPlugin, they recommended to use webadmin
 

Am running this trac locally in windows XP, it seems webadmin plugin is inbuilt with trac 0.11.5rc1, please assist me how to use it, am able to enable the plugin but and am not able to see the webadmin screen,what i have to do to overcome this issue please check the attached screen shot and trac.ini configuration 

Am able to enable the options in webadmin plugin , but its not showing it is enabled.
-----------------------------------------------------------------
webadmin.* = enabled
webadmin.basics.projectadminpage = enabled
webadmin.logging.loggingadminpage = enabled
webadmin.perm.permissionadminpage = enabled
webadmin.plugin.pluginadminpage = enabled
webadmin.ticket.componentadminpage = enabled
webadmin.ticket.milestoneadminpage = enabled
webadmin.ticket.priorityadminpage = enabled
webadmin.ticket.severityadminpage = enabled
webadmin.ticket.tickettypeadminpage = enabled
webadmin.ticket.versionadminpage = enabled
webadmin.web_ui.adminmodule = enabled
-------------------------------------------------------------------------------------

The check box are always showing the status that i didn't selected,

I dont know whats happening.

This is the environment system information

System Information

Trac: Python: setuptools: SQLite: pysqlite: Genshi: Subversion: jQuery:
0.11.5rc1
2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
0.6c9
3.6.11
2.5.5
0.5.1
1.4.5 (r25188)
1.2.6

Thanks,
Ramesh V

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Fabio | 1 Sep 19:08
Picon
Gravatar

[Trac] HTTP 303 after submit (wiki pages updates, ticket creation, Admin Customizations, Milestone editions, and so on...)


Hi,

I'm evaluating Trac (and it really tops my expectations), but a
strange error is causing a poor user experience: most of the pages
fails into HTTP 303 response after submitting changes. Although this
bad effect, the updates become effective. It is similar to bugs
reported in

http://trac.edgewall.org/ticket/8583

and in

http://trac.edgewall.org/ticket/7060

Scenario description:
- Trac 0.11.5 installation
- tracd is serving the project
- user has TRAC_ADMIN permission
- tracd web front-end fails after submitting data (HTTP 303 is
displayed at server console window)
- It's necessary to use back and refresh buttons to view changes
become effective.
- tracd IS NOT behind a proxy

Any insights on how to fix it?
Thanks in advance,
Fabio.

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

Farzad | 1 Sep 17:37
Picon

[Trac] Trac and SVN


Hello everyone

I am new to Trac and I have a basic question.
I have Trac and SVN installed and run on linux. My question is “how
can I have the files related to Trac (such as tickets, wiki pages and
etc) be backed up by SVN automatically”?
Thanks,
Farzad

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

Christian Boos | 2 Sep 08:57
Picon

[Trac] Re: HTTP 303 after submit (wiki pages updates, ticket creation, Admin Customizations, Milestone editions, and so on...)


Fabio wrote:
> Hi,
>
> I'm evaluating Trac (and it really tops my expectations), but a
> strange error is causing a poor user experience: most of the pages
> fails into HTTP 303 response after submitting changes. Although this
> bad effect, the updates become effective. 

303 is not a failure code, but a redirect.
Trac uses the "POST-redirect-GET" idiom, which is good practice in web 
applications [1].
This can lead to, as with any other redirects, some issues with getting 
the protocol and host right, hence the discussion about 
use_base_url_for_redirect in the ticket 7060.

> It is similar to bugs
> reported in
>
> http://trac.edgewall.org/ticket/8583
>
> and in
>
> http://trac.edgewall.org/ticket/7060
>
>   

> Scenario description:
> - Trac 0.11.5 installation
> - tracd is serving the project
> - user has TRAC_ADMIN permission
> - tracd web front-end fails after submitting data (HTTP 303 is
> displayed at server console window)
>   

That's expected so far.

> - It's necessary to use back and refresh buttons to view changes
> become effective.
>   

Which browser are you using? Chances are this is IE7.

> - tracd IS NOT behind a proxy
>
>
> Any insights on how to fix it?
>   

Use the --http11 option when running tracd. Besides fixing your problem 
(likely the http://trac.edgewall.org/ticket/8020 one), you'll also get a 
nice performance boost ;-)

-- Christian

[1] http://en.wikipedia.org/wiki/Post/Redirect/Get

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


Gmane