[Trac] Re: Custom fields and Web Admin

2009-01-05 Thread osimons

On Jan 5, 1:18 pm, Emmanuel Blot manu.b...@gmail.com wrote:
 I've not been through the long list of Trac plugins yet, but what
 would be the best way to add an interface to define enumerated custom
 field values to the /admin panel, so that these values can be
 defined/added/removed the same way it is done for the default Trac
 enumerated fields, such as version, priority and severity ?

Hi Manu,

Got a plugin (with api) for that:

http://trac-hacks.org/wiki/CustomFieldAdminPlugin


:::simon

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



[Trac] Custom fields and Web Admin

2009-01-05 Thread Emmanuel Blot

Hi,

I've not been through the long list of Trac plugins yet, but what
would be the best way to add an interface to define enumerated custom
field values to the /admin panel, so that these values can be
defined/added/removed the same way it is done for the default Trac
enumerated fields, such as version, priority and severity ?

TIA,
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] Authentication Error

2009-01-05 Thread KoLLoL

I am new to TRAC. Just finished installing it. Platforms I used are:

python-2.4.4.msi
trac-0.10.4.win32.exe
pysqlite-2.3.2.win32-py2.4.exe

Once I run TRAC and go to login page, it says: Authentication
information not available. Please refer to the installation
documentation.

I tried my best to solve this problem. The help files are talking
about a trac-digest.py file which should help me to create the
htdigest file where the authentication information will be stored. I
was unable to find this file anywhere in my python/trac installation/
project locations. I assumed that it might take some module or add-on
to work with this file.

I am truly confused about handling this problem where my deadline
knocking at my door.

Somebody, please help me solving this problem.

Thanks all in advance...

--~--~-~--~~~---~--~~
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: Printable Trac Documentation

2009-01-05 Thread Alexandre Rocha





Rupert,

Are you using this plugin ? 

I generated the egg and installed in one project (Python 2.4, Trac
0.11) 
I started the soffice to listen at 8100 
Nothing happens after restart the web server and access a wiki page
Then I made the changes in trac.ini to include the lines in example
and started again
Nothing happens

In admin pannel the plugin does not appear, but if I try install again
trac says its istalled

Any idea ?
Can you help me with this plugin ?



rupert thurner escreveu:

  http://trac-hacks.org/wiki/WikiExportPlugin might be a possibility as
well.

On Dec 20, 1:11pm, sgissinger sgissin...@gmail.com wrote:
  
  
Look at WikiToPdfPlugin, you can print one PDF file from multiple wiki
pages (from admin panel). Then you could print Trac documentation
which are wiki pages. It lakes images, works only on FF and it uses
pdf bookmarks regarding to header type. I like it a lot.

On 19 dc, 16:52, joseph.h.day...@rrd.com wrote:



  Noah,
  


  I'm interested in this too but went to the page link and its not found ?
  


  Best Regards,
  


  Joe
  


  
  


  Joseph H. Dayney | Software Engineer | RR Donnelley
630W 1000N | Logan, UT 84321 | (: 435-755-4278 | 801-453-5015 |:
435-770-7244 | : 435-755-4210 | *: joseph.h.day...@rrd.com
  


  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.
Any unauthorized review, use, disclosure or distribution is prohibited. If
you are not the intended recipient, please contact the sender by reply
e-mail and destroy all copies of the original message.
  


  Valentijn valentijn.schol...@isaac.nl
Sent by: trac-users@googlegroups.com
12/19/2008 06:11 AM
Please respond to
trac-users@googlegroups.com
  


  To
Trac Users trac-users@googlegroups.com
cc
  


  Subject
[Trac] Re: Printable Trac Documentation
  


  Thanks. I could imagine some kind of script exporting the wiki into
some kind of other document format would be something to look at.
  


  On 19 dec, 11:46, Noah Kantrowitz n...@coderanger.net wrote:
  


  
https://coderanger.net/~coderanger/tracdoc/Trac.pdfisthePoC 
documentation I made a while back. Not very much, but its something at 
least.

  


  
--Noah

  


  
On Dec 19, 2008, at 1:49 AM, Valentijn wrote:

  


  

  Hi,
  

  


  

  Is there some place to get (the) trac documentation in a printable
format (apart from pressing 'print' on every wiki page)?
  

  


  

  Valentijn- Tekst uit oorspronkelijk bericht niet weergeven -
  

  


  
- Tekst uit oorspronkelijk bericht weergeven -

  

  
  
  



--~--~-~--~~~---~--~~
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: Custom fields and Web Admin

2009-01-05 Thread Emmanuel Blot

 Hi Manu,

 Got a plugin (with api) for that:

 http://trac-hacks.org/wiki/CustomFieldAdminPlugin

Great, this is exactly what I've been looking for.

Thanks a lot,
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: Authentication Error

2009-01-05 Thread Emmanuel Blot

 I tried my best to solve this problem. The help files are talking
 about a trac-digest.py file which should help me to create the
 htdigest file where the authentication information will be stored. I
 was unable to find this file anywhere in my python/trac installation/
 project locations. I assumed that it might take some module or add-on
 to work with this file.

Here it is:
http://trac.edgewall.org/wiki/TracStandalone#GeneratingPasswordsWithoutApache

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AW: [Trac] Milestone Permission for User

2009-01-05 Thread Peter Körner

Hi, 

Yes, we do it with TracFineGrainedPermissions: 
  http://trac.edgewall.org/wiki/TracFineGrainedPermissions 

Our authz.conf looks like this:

{{{
[groups]

# staff-group
staff = employee1, employee2, employee3



# rights for one specific milestone, visible for staff and customer
[milestone:MyMilestoneName]
customer1 = MILESTONE_VIEW





# all other milestones are visible to staff only
[milestone:*]
@staff = MILESTONE_VIEW
* = 
}}}


Peter

-Ursprüngliche Nachricht-
Von: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] Im 
Auftrag von Dubey Sandeep
Gesendet: Mittwoch, 31. Dezember 2008 09:39
An: trac-users@googlegroups.com
Betreff: [Trac] Milestone Permission for User



Hi,
Can we assign permission on particular Milestone for a single user, so that 
user have some restrictions on that milestone only and all permission on other 
milestones.

thanks
sandeep


--
View this message in context: 
http://www.nabble.com/Milestone-Permission-for-User-tp21228113p21228113.html
Sent from the Trac Users mailing list archive at Nabble.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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Lingering User accounts ...

2009-01-05 Thread Jamie @ Sierra

Hi Guys,

I know this is probably a pretty simple solution but I've run out of
research time.

When someone attempts to assign a ticket to another Trac user a list
of available users shows up that includes lingering accounts. I've
checked within the Trac permissions and these users don't even show
up. Is there a place I should look to purge these lingering users? Are
they popoluated in the DB?

Thanks in advance fr your help and suggestions.

Jamie
--~--~-~--~~~---~--~~
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: Lingering User accounts ...

2009-01-05 Thread Michael Renzmann

Hi.

 When someone attempts to assign a ticket to another Trac user a list
 of available users shows up that includes lingering accounts. I've
 checked within the Trac permissions and these users don't even show
 up. [...]

Although [1] does not address your exact issue it should provide the
answers to your questions.

Bye, Mike

[1] http://pacopablo.com/blog/pacopablo/blog/set-assign-to-drop-down


--~--~-~--~~~---~--~~
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: Authentication Error

2009-01-05 Thread KoLLoL
Thanks a lot. This worked for me. :)

On Mon, Jan 5, 2009 at 6:13 PM, Emmanuel Blot manu.b...@gmail.com wrote:


  I tried my best to solve this problem. The help files are talking
  about a trac-digest.py file which should help me to create the
  htdigest file where the authentication information will be stored. I
  was unable to find this file anywhere in my python/trac installation/
  project locations. I assumed that it might take some module or add-on
  to work with this file.

 Here it is:

 http://trac.edgewall.org/wiki/TracStandalone#GeneratingPasswordsWithoutApache

 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---