[Trac] use full name instead of user id

2009-01-12 Thread bardy

hello,

I have a little question.

when Creating tickets or assigning a task, can I use  full name
instead of user id ?

usually user id is english letter only and the system'd go wrong if
you use some strange charaters.

but a user id can relates to a full name , which can be any language.

-
so , user id should be internally used and Full Name should be screen
displayed, am I right ?

--~--~-~--~~~---~--~~
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: use full name instead of user id

2009-01-12 Thread Noah Kantrowitz

No, there are no expectations that full names are unique so they  
cannot be used interchangeably.

--Noah

On Jan 11, 2009, at 11:56 PM, bardy wrote:


 hello,

 I have a little question.

 when Creating tickets or assigning a task, can I use  full name
 instead of user id ?

 usually user id is english letter only and the system'd go wrong if
 you use some strange charaters.

 but a user id can relates to a full name , which can be any language.

 -
 so , user id should be internally used and Full Name should be screen
 displayed, am I right ?

 


--~--~-~--~~~---~--~~
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: use full name instead of user id

2009-01-12 Thread Jeff Hammel

On Sun, Jan 11, 2009 at 11:56:54PM -0800, bardy wrote:
 
 hello,
 
 I have a little question.
 
 when Creating tickets or assigning a task, can I use  full name
 instead of user id ?
 
 usually user id is english letter only and the system'd go wrong if
 you use some strange charaters.
 
 but a user id can relates to a full name , which can be any language.
 
 -
 so , user id should be internally used and Full Name should be screen
 displayed, am I right ?


You might try the AutocompleteUsersPlugin which will at least allows tab 
completion of full names.  And/or require your users to have ids which are some 
mapping of full names.

Jeff Hammel
IRC: k0s, jhammel

--~--~-~--~~~---~--~~
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: use full name instead of user id

2009-01-12 Thread bardy

2009/1/12 Noah Kantrowitz n...@coderanger.net:

 No, there are no expectations that full names are unique so they
 cannot be used interchangeably.


I mean use user id internally.
e.g. display a drop-down list showing Full Name, and choose related
user id internally.

I think this is not very difficult.

(select)
(option  value=user1) Water Dick1 (/option)
(option  value=user2) Water Dick2 (/option)
(option  value=user3) Water Dick3 (/option)
(/select)


I think meaning full name is better than displayiing user id .

most people's name's not English.

--~--~-~--~~~---~--~~
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] Tracd don't load anything but it seems to work fine on shell

2009-01-12 Thread Ruben O

-- Description:

since few days ago, users tell me that Trac not work properly. Today I
was testing and the behavior is

1. I write ip of trac and port - Availabe Projects are showed
2. I click on project(we have only one)-  tracd try to load but try
loading infinetly without success.

-- System Information:
Operating system: Centos 4.7
Python: 2.3.4

Why I say that is work properly on shell? Well, I run tracd with

tracd -p 8080 --auth=trac,/var/lib/trac/trac/conf/users-digest,realm /
var/lib/trac/trac

and later if i do a ps I see a programm running

[r...@trac log]# ps aux |grep tracd
root  1533  0.0  0.0  1680  480 pts/1S+   13:03   0:00 grep
tracd
root 27818  0.0  1.8 24404 9912 pts/0Sl+  12:30   0:00 /usr/
bin/python /usr/bin/tracd -p 8080 --auth=trac,/var/lib/trac/trac/conf/
users-digest,realm /var/lib/trac/trac

The last entries on tracd log are 3 of January. How can I start to
repair or investigate this issue?

Thanks.

--~--~-~--~~~---~--~~
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] change the initial status from new to other language

2009-01-12 Thread bardy

and the closed status.

how ?

It seems the New and Closed status are hard coded.
and other status can be changed into any language in custom workflow.

so, to completely change all status to other language,
we must change the hard coded New and Closed status.

I'm new here and I don't know if this is easy.

--~--~-~--~~~---~--~~
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] OpenWorkbench Gantt

2009-01-12 Thread Peter von Kaenel
 

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] Announcing new extensions to this list ?

2009-01-12 Thread Olemis Lang

Hello ... as you can see my name is Olemis Lang. I am a
developper most of the time ... and Trac is one of the best tools
I've seen so far ... tons of great code (specially after adopting
Genshi templates ;) ... IMHO.

Considering that, I would like to ask two questions about posting to
this list ...

- Firstly, I would like to tell trac users about the *new* (this means
  no versioning or anything like that ...) extensions implemented by
  myself (as long as they come to light in a near future ;) so I would
  like to know if this is the right place to post such announcements
  (a brief speech ;) and redirect users to a more informative page.

- Secondly, I would like to know whether I can reference this list
  in the site where I host the Trac extensions [1]_ I'm working on,
  so that users come here and you know ... use this list to get
  some support or give some feedback, or debate about something like
  implementation details, doubts ... things like that

... well ... you know, I'll be around ...

Thanks for your time ...

... and thanks to the Trac team and other Trac developpers ... for
writing and maintaining such a great PMS ... day after day ... :)

-- 
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: use full name instead of user id

2009-01-12 Thread bardy

2009/1/13 Jeff Hammel jham...@openplans.org:

 You might try the AutocompleteUsersPlugin which will at least allows tab 
 completion of full names.  And/or require your users to have ids which are 
 some mapping of full names.

it almost works.

how about full name in Timeline ?

--~--~-~--~~~---~--~~
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-12 Thread Jeff Hammel

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?

I'm also +1 for anything that increases plugin exposure and organization in 
general, but will opt out of general suggestions (for now).

Jeff Hammel
IRC: jhammel, k0s

On Mon, Jan 12, 2009 at 10:53:42AM -0500, Olemis Lang wrote:
 
 Hello ... as you can see my name is Olemis Lang. I am a
 developper most of the time ... and Trac is one of the best tools
 I've seen so far ... tons of great code (specially after adopting
 Genshi templates ;) ... IMHO.
 
 Considering that, I would like to ask two questions about posting to
 this list ...
 
 - Firstly, I would like to tell trac users about the *new* (this means
   no versioning or anything like that ...) extensions implemented by
   myself (as long as they come to light in a near future ;) so I would
   like to know if this is the right place to post such announcements
   (a brief speech ;) and redirect users to a more informative page.
 
 - Secondly, I would like to know whether I can reference this list
   in the site where I host the Trac extensions [1]_ I'm working on,
   so that users come here and you know ... use this list to get
   some support or give some feedback, or debate about something like
   implementation details, doubts ... things like that
 
 ... well ... you know, I'll be around ...
 
 Thanks for your time ...
 
 ... and thanks to the Trac team and other Trac developpers ... for
 writing and maintaining such a great PMS ... day after day ... :)
 
 -- 
 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-12 Thread Noah Kantrowitz

On Jan 12, 2009, at 7:53 AM, Olemis Lang wrote:


 Hello ... as you can see my name is Olemis Lang. I am a
 developper most of the time ... and Trac is one of the best tools
 I've seen so far ... tons of great code (specially after adopting
 Genshi templates ;) ... IMHO.

 Considering that, I would like to ask two questions about posting to
 this list ...

 - Firstly, I would like to tell trac users about the *new* (this means
  no versioning or anything like that ...) extensions implemented by
  myself (as long as they come to light in a near future ;) so I would
  like to know if this is the right place to post such announcements
  (a brief speech ;) and redirect users to a more informative page.

 - Secondly, I would like to know whether I can reference this list
  in the site where I host the Trac extensions [1]_ I'm working on,
  so that users come here and you know ... use this list to get
  some support or give some feedback, or debate about something like
  implementation details, doubts ... things like that

 ... well ... you know, I'll be around ...

 Thanks for your time ...

 ... and thanks to the Trac team and other Trac developpers ... for
 writing and maintaining such a great PMS ... day after day ... :)


I've thought about this before, but two major problems
1) Most plugins are crap
2) It is probably better served by an RSS feed from PyPI.

--Noah

--~--~-~--~~~---~--~~
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: change the initial status from new to other language

2009-01-12 Thread Noah Kantrowitz

You can just change the label to be in your language but leave the  
state name alone.

--Noah

On Jan 12, 2009, at 5:34 AM, bardy wrote:


 and the closed status.

 how ?

 It seems the New and Closed status are hard coded.
 and other status can be changed into any language in custom workflow.

 so, to completely change all status to other language,
 we must change the hard coded New and Closed status.

 I'm new here and I don't know if this is easy.

 


--~--~-~--~~~---~--~~
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-12 Thread Olemis Lang

On Mon, Jan 12, 2009 at 1:02 PM, Noah Kantrowitz n...@coderanger.net wrote:

 I've thought about this before, but two major problems
 1) Most plugins are crap

Well ... perhaps announcing them could also be an opportunity so that
others know what's the plugin about and can contribute with patches,
code, test cases, requests, ... especially if someone really needs the
functionality ;)

 2) It is probably better served by an RSS feed from PyPI.


I am also suscribed to PyPI ... however the fact is that PyPI is about
Trac, but also about many other things.

Workaround : Filter PyPI feed and create «a new one» restricted to all
those packages in Trac category.

However ... I've seen nothing like that in PyPI site (filter RSS by
category) ...

Besides a mail list might also provide some feedback from users ...
and not necessarily related to tickets ... ;)

===

BTW ... what about the second question ? i.e.

 - Secondly, I would like to know whether I can reference this list
  in the site where I host the Trac extensions [1]_ I'm working on,
  so that users come here and you know ... use this list to get
  some support or give some feedback, or debate about something like
  implementation details, doubts ... things like that

Thnx ...

.. [1] https://opensvn.csie.org/traccgi/swlcu/

-- 
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] Upgrade lost tickets milestones

2009-01-12 Thread Tim Black
I had Trac 0.10 installed, then installed Trac 0.11.2.1, then ran 
trac-admin . upgrade and trac-admin . wiki upgrade in the associated 
Trac environments, and the upgrade seems to have mostly worked.

But, there's a problem.

Before running the upgrade, my Trac installation displayed 7 milestones 
and 337 tickets, and SQLite Database Browser confirms those figures 
match what is in the database.

After running trac-admin . upgrade  trac-admin . wiki upgrade, SQLite 
Database Browser still lists 7 milestones and 337 tickets, so that's 
good, but the reports in my Trac installation itself DISPLAY only 5 
milestones  101 tickets, and that's very bad.  The tickets associated 
with the missing milestones are the missing tickets.

How can I keep the upgrade from eating my milestones  tickets?  Has 
there been a change in how the default reports display the existing 
milestones  tickets?  I read this thread 
http://groups.google.com/group/trac-users/browse_thread/thread/1d9ffd6f1288ed38/1f0e7a7e37524c07?hl=enlnk=gstq=upgrade+tickets#1f0e7a7e37524c07
 
but don't know how to modify my reports to match the database schema 
changes made in the upgrade--is there any guide for how to do this?

Thanks for your help.

Tim Black


--~--~-~--~~~---~--~~
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: Upgrade lost tickets milestones

2009-01-12 Thread Tim Black
Never mind my post below; it appears I mistakenly overwrote my trac.db 
with an older copy of it, and that is the reason for the missing tickets 
and milestones.

Tim

Tim Black wrote:
 I had Trac 0.10 installed, then installed Trac 0.11.2.1, then ran 
 trac-admin . upgrade and trac-admin . wiki upgrade in the associated 
 Trac environments, and the upgrade seems to have mostly worked.

 But, there's a problem.

 Before running the upgrade, my Trac installation displayed 7 
 milestones and 337 tickets, and SQLite Database Browser confirms those 
 figures match what is in the database.

 After running trac-admin . upgrade  trac-admin . wiki upgrade, SQLite 
 Database Browser still lists 7 milestones and 337 tickets, so that's 
 good, but the reports in my Trac installation itself DISPLAY only 5 
 milestones  101 tickets, and that's very bad.  The tickets associated 
 with the missing milestones are the missing tickets.

 How can I keep the upgrade from eating my milestones  tickets?  Has 
 there been a change in how the default reports display the existing 
 milestones  tickets?  I read this thread 
 http://groups.google.com/group/trac-users/browse_thread/thread/1d9ffd6f1288ed38/1f0e7a7e37524c07?hl=enlnk=gstq=upgrade+tickets#1f0e7a7e37524c07
  
 but don't know how to modify my reports to match the database schema 
 changes made in the upgrade--is there any guide for how to do this?

 Thanks for your help.

 Tim Black

--~--~-~--~~~---~--~~
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] absolute path in URL not upward compatible from 0.10 to 0.11 ?

2009-01-12 Thread rupert thurner

hi,

we use a trac site using instances holding together with parentenv.
the urls are of the kind:

  http://server.com/projects/inst1
  http://server.com/projects/inst2

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 ?

is there anything we could configure to make it upwards compatible?

rupert.

--~--~-~--~~~---~--~~
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-12 Thread jevans



On Jan 12, 12:57 pm, Olemis Lang ole...@gmail.com wrote:
 On Mon, Jan 12, 2009 at 1:02 PM, Noah Kantrowitz n...@coderanger.net wrote:

  I've thought about this before, but two major problems
  1) Most plugins are crap

 Well ... perhaps announcing them could also be an opportunity so that
 others know what's the plugin about and can contribute with patches,
 code, test cases, requests, ... especially if someone really needs the
 functionality ;)

For the quality issue, I wonder if one of the vote plug-in's could be
installed on trac-hacks (once trac-hacks goes to 0.11).  I like the
concept of the 5-star plug-in although it might want some work yet -
it doesn't seem to very clearly separate your own vote from the
average.  (Guess I couldn't give it 5 stars just yet :-)
- 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-12 Thread Noah Kantrowitz

No, the meaning of this was changed along with the new context-sensitive
rendering system. [/link] is always relative to the Trac URL root. Perhaps
you mean [http:///path/to/blah]?

--Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com]
 On Behalf Of rupert thurner
 Sent: Monday, January 12, 2009 2:06 PM
 To: Trac Users
 Subject: [Trac] absolute path in URL not upward compatible from 0.10 to
 0.11 ?
 
 
 hi,
 
 we use a trac site using instances holding together with parentenv.
 the urls are of the kind:
 
   http://server.com/projects/inst1
   http://server.com/projects/inst2
 
 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 ?
 
 is there anything we could configure to make it upwards compatible?
 
 rupert.
 
 


--~--~-~--~~~---~--~~
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] Problems concering trac-admin resync and GitPlugin

2009-01-12 Thread Patrick Winnertz

Hey,

i've some troubles concerning a resync of a git repository which is used 
instead of svn via the gitplugin. I'm running trac 0.11.1 (the version which 
is inside Debian testing and using the trac plugin which is also available 
inside debian (version 0.0.20080710-3)). 

If I do a resync it stops after some time with this message:

   h1190993:/srv# trac-admin /srv/trac resync
   Resyncing repository history...
   433 revisions cached.3c123c41a1cd51b601a15]
   Done.
or with this message:
   h1190993:/srv# trac-admin /srv/trac resync
  Resyncing repository history...
  245 revisions cached.4659067d0523a1405e58d]
  Done.
As you see it always cached a different amount of revisions.. Sometimes it even 
caches up to 6000-7000 revisions (the repo hold around 8000 revisions). 

Does anybody else have seen this error before and if yes: Does anybody else 
know a fix for this issue as this is really a showstopper for me. (Currently my 
trac is running without caching and is terribly slow). 

Greetings
Winnie

--~--~-~--~~~---~--~~
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-12 Thread Remy Blank
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
Description: OpenPGP digital signature


[Trac] Re: change the initial status from new to other language

2009-01-12 Thread bardy

2009/1/13 Noah Kantrowitz n...@coderanger.net:

 You can just change the label to be in your language but leave the
 state name alone.

label ?

can you explain this a bit little more on how to
set the initial status when creating a ticket ?

--~--~-~--~~~---~--~~
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-12 Thread Michael Renzmann

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.

Comments?

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: Announcing new extensions to this list ?

2009-01-12 Thread Michael Renzmann

Hi.

 For the quality issue, I wonder if one of the vote plug-in's could be
 installed on trac-hacks (once trac-hacks goes to 0.11).

Yes, of course.

Moving trac-hacks to 0.11 is on my list, but has no high priority at this
point. Most important the move of trac-hacks to the new server needs to be
finished first :)

It would be nice if you could ping me every once in a while about this idea.

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: Announcing new extensions to this list ?

2009-01-12 Thread Noah Kantrowitz


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

--~--~-~--~~~---~--~~
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-12 Thread Noah Kantrowitz


On Jan 12, 2009, at 2:08 PM, jevans wrote:




 On Jan 12, 12:57 pm, Olemis Lang ole...@gmail.com wrote:
 On Mon, Jan 12, 2009 at 1:02 PM, Noah Kantrowitz  
 n...@coderanger.net wrote:

 I've thought about this before, but two major problems
 1) Most plugins are crap

 Well ... perhaps announcing them could also be an opportunity so that
 others know what's the plugin about and can contribute with patches,
 code, test cases, requests, ... especially if someone really needs  
 the
 functionality ;)

 For the quality issue, I wonder if one of the vote plug-in's could be
 installed on trac-hacks (once trac-hacks goes to 0.11).  I like the
 concept of the 5-star plug-in although it might want some work yet -
 it doesn't seem to very clearly separate your own vote from the
 average.  (Guess I couldn't give it 5 stars just yet :-)

What do you think it was written for? :-)

--Noah

--~--~-~--~~~---~--~~
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] Can not logout when using trac-0.10.5-22.el5 on rhel 5

2009-01-12 Thread Bin

Did you guys encountered this?  Any solution?

--~--~-~--~~~---~--~~
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] Can't send email from Trac

2009-01-12 Thread Bin

Got the error message below:

Trac System failed to send email notification. Please check the log/
trac.log.

Traceback (most recent call last):

File /usr/lib/python2.4/site-packages/trac/ticket/web_ui.py,
line 563, in _do_save

tn.notify(ticket, newticket=False, modtime=now)

File /usr/lib/python2.4/site-packages/trac/ticket/
notification.py, line 129, in notify

NotifyEmail?.notify(self, ticket.id, subject)

File /usr/lib/python2.4/site-packages/trac/notification.py, line
216, in notify

Notify.notify(self, resid)

File /usr/lib/python2.4/site-packages/trac/notification.py, line
114, in notify

self.begin_send()

File /usr/lib/python2.4/site-packages/trac/notification.py, line
278, in begin_send

self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)

File /usr/lib/python2.4/smtplib.py, line 244, in init

(code, msg) = self.connect(host, port)

File /usr/lib/python2.4/smtplib.py, line 306, in connect

raise socket.error, msg

error: (13, 'Permission denied')


Anything wrong with the file permission? which files?

Thank you very much!

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