Re: [Trac] Working Itteco versions? (was Re: Where to get itteco plugin? )

2010-08-12 Thread Christian Boos

Not itteco related but, ...

On 8/12/2010 2:02 AM, Hal wrote:

..

The Git repository doesn't have any tags - it does have 2 branches. I
tried building eggs from those branches and got the same result.
(Except I couldn't even get version 0.1.14 to work with trac well
enough to do the 'initenv')
   



This is why I've always preferred using version numbers in the form of 
0.11.1.14, the first two digits corresponding to the Trac release line 
on which the plugin is based...


My 2 cents ;-)

-- Christian

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] Re: Change display format for opened date on ticket screen?

2010-08-12 Thread Christian Boos

On 8/12/2010 11:50 AM, Dawie Strauss wrote:

I found a solution -- a tooltip with the exact date and time is
displayed when you hover over the date display.

On Aug 11, 9:50 am, Dawie Straussdfstra...@gmail.com  wrote:
   

Is it possible to change the way trac displays opened and last
modified times on the ticket-screen?

I often need to know the exact date something happened on our system.
I can find the relevant ticket by searching for keywords. Then I would
like to open the ticket and see the exact date instead of opened 1
month ago.

 



In more recent versions of Trac (well, already in 0.11 IIRC), it is 
easier to discover this feature as those dates are plain links. 
Furthermore, by following this link you go to the timeline, seeing the 
change in context, as it's sometimes useful to see the other tickets 
or the wiki pages that were modified at the same time.


As for changing the way those dates are displayed in general, this is a 
commonly requested feature, see http://trac.edgewall.org/ticket/5813 
(wontfix for now, but has a patch).


-- Christian

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] New plugins: a true Test Case Manager

2010-08-12 Thread W. Martin Borgert

Quoting Roberto Longobardi secc...@gmail.com:

The first is a true test case manager plugin, since I couldn't find
anything suitable before, and my users wanted to have test case
management and bug tracking integrated in the same place:
http://trac-hacks.org/wiki/TestManagerForTracPlugin


OK, here my first observations after a short test:

 - This testing framework is much more to my personal needs
   than other, similar plugins I tried in the past. Good!

 - It would be nice, if a test case result is not immediately
   recorded on mouse click, but if there were a save result
   button. It is too easy to click accidently on the coloured
   bullet.

 - Maybe the Status change history should be reversed,
   showing the latest (= most important) result first.

 - This is only a matter of taste, but I'm used to a
   different terminology: A test catalog for one project
   would be a test suite (TS), a sub catalog (or sub sub
   catalog) would be a test group (TG), and a single test
   would be a test case (TC).

 - When one creates a ticket from a (failed) test, it would
   be nice, if the new ticket already defaults to a useful
   subject (Failed test: Basic Sleep - Sleeping Monster).
   This can be easily achieved by using the link:
   .../newticket?summary=Failed%20test:%20Basic%20Sleep...

 - It would be cool, if one could define a set of possible
   verdicts. You have Successful, Untested, and Failed,
   which is OK for many purposes. But if you do tests
   according to one of the many standards, you might have
   different needs. E.g. ISO-9646 has five verdicts:

   None = no result yet, untested
   Pass = good, successful
   Inconc = inconclusive, unclear
   Fail = bad, failed
   Error = there was an error in performing the test

   If you test according to POSIX 1003.3 you have the verdicts:

   PASS = good, successful
   FAIL = bad, failed
   UNRESOLVED = inconclusive, unclear
   UNTESTED = no result yet, untested

   Some testing frameworks add XFAIL (= expected fail), UPASS
   (= unexpected pass) and UNSUPPORTED (= the implementation
   under test doesn't support a feature) to the POSIX verdicts.

 - In the long run, it would be useful (but not trivial to
   implement) to differentiate between the definition of the
   tests and running a test campaign. An example: I have a
   software product, a plugin for Trac. Before doing a release
   1.0 I have to perform some interactive tests. Therefore
   I start a new test campaign with svn revision 1234, where
   all test verdicts Untested. Let's say, one or two tests
   failed. I conclude the test campaign unsuccessful. Now I
   have to fix the bugs and have to start a new test campaign,
   again with all test verdicts set to Untested.

Keep on the good work, 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-us...@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.



Re: [Trac] Re: Change display format for opened date on ticket screen?

2010-08-12 Thread W. Martin Borgert

Quoting Dawie Strauss dfstra...@gmail.com:

I found a solution -- a tooltip with the exact date and time is
displayed when you hover over the date display.


OK, but one can't see more than one date at once, so this
solution is not sufficient (for my personal taste).

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] New plugins: a true Test Case Manager

2010-08-12 Thread Roberto Longobardi
Hi Martin,
thanks for your review and for the kudos.

I have opened some enhancement requests on trac-hacks to keep track of your
comments.

Just one thing about openening a ticket on the current test case. I had
tried your way in the first place, but since we also deploy the
TracTicketTemplatePluginhttp://trac-hacks.org/wiki/TracTicketTemplatePlugin,
it didn't work (this plugin replaces the whole ticket body with the template
upon page load).
So what I did is to patch the abov plugin to accept parameters on the URL
and substitute them in the template. You may have noticed that a couple of
such are passed to the newticket page. This way I actually end up with a
ticket that has a hyperlink (wiki) reference to the test case.

I'll try to make this patch go into the plugin main stream, and try to
support the environment where such plugin isn't found.

About your last point, sure it is something I was thinking about, but as you
say not easy to implement...
Anyway, since the data model for the test results is completely separated
from the one for the test cases themselves (i.e. the wiki table), it may not
be SO hard to do.

Help in this direction is welcome of course :-)

Thanks, ciao
Roberto


2010/8/12 W. Martin Borgert deba...@debian.org

 Quoting Roberto Longobardi secc...@gmail.com:

 The first is a true test case manager plugin, since I couldn't find
 anything suitable before, and my users wanted to have test case
 management and bug tracking integrated in the same place:
 http://trac-hacks.org/wiki/TestManagerForTracPlugin


 OK, here my first observations after a short test:

  - This testing framework is much more to my personal needs
   than other, similar plugins I tried in the past. Good!

  - It would be nice, if a test case result is not immediately
   recorded on mouse click, but if there were a save result
   button. It is too easy to click accidently on the coloured
   bullet.

  - Maybe the Status change history should be reversed,
   showing the latest (= most important) result first.

  - This is only a matter of taste, but I'm used to a
   different terminology: A test catalog for one project
   would be a test suite (TS), a sub catalog (or sub sub
   catalog) would be a test group (TG), and a single test
   would be a test case (TC).

  - When one creates a ticket from a (failed) test, it would
   be nice, if the new ticket already defaults to a useful
   subject (Failed test: Basic Sleep - Sleeping Monster).
   This can be easily achieved by using the link:
   .../newticket?summary=Failed%20test:%20Basic%20Sleep...

  - It would be cool, if one could define a set of possible
   verdicts. You have Successful, Untested, and Failed,
   which is OK for many purposes. But if you do tests
   according to one of the many standards, you might have
   different needs. E.g. ISO-9646 has five verdicts:

   None = no result yet, untested
   Pass = good, successful
   Inconc = inconclusive, unclear
   Fail = bad, failed
   Error = there was an error in performing the test

   If you test according to POSIX 1003.3 you have the verdicts:

   PASS = good, successful
   FAIL = bad, failed
   UNRESOLVED = inconclusive, unclear
   UNTESTED = no result yet, untested

   Some testing frameworks add XFAIL (= expected fail), UPASS
   (= unexpected pass) and UNSUPPORTED (= the implementation
   under test doesn't support a feature) to the POSIX verdicts.

  - In the long run, it would be useful (but not trivial to
   implement) to differentiate between the definition of the
   tests and running a test campaign. An example: I have a
   software product, a plugin for Trac. Before doing a release
   1.0 I have to perform some interactive tests. Therefore
   I start a new test campaign with svn revision 1234, where
   all test verdicts Untested. Let's say, one or two tests
   failed. I conclude the test campaign unsuccessful. Now I
   have to fix the bugs and have to start a new test campaign,
   again with all test verdicts set to Untested.

 Keep on the good work, 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-us...@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.



Re: [Trac] New plugins: a true Test Case Manager

2010-08-12 Thread Olemis Lang
On Thu, Aug 12, 2010 at 9:05 AM, Roberto Longobardi secc...@gmail.com wrote:
 2010/8/12 W. Martin Borgert deba...@debian.org
 Quoting Roberto Longobardi secc...@gmail.com:

[...]

BTW, what's wrong  with the TC - ticket mapping ? I've seen similar
mappings in other products ...

  - In the long run, it would be useful (but not trivial to
   implement) to differentiate between the definition of the
   tests and running a test campaign. An example: I have a
   software product, a plugin for Trac. Before doing a release
   1.0 I have to perform some interactive tests. Therefore
   I start a new test campaign with svn revision 1234, where
   all test verdicts Untested. Let's say, one or two tests
   failed. I conclude the test campaign unsuccessful. Now I
   have to fix the bugs and have to start a new test campaign,
   again with all test verdicts set to Untested.
[...]

 About your last point, sure it is something I was thinking about, but as you
 say not easy to implement...
 Anyway, since the data model for the test results is completely separated
 from the one for the test cases themselves (i.e. the wiki table), it may not
 be SO hard to do.
 Help in this direction is welcome of course :-)

Here I go . I'm looking for some kind of tool like this one but
allowing to integrate TC management with CI tools . My environment
will look like this (i.e. part of this is done but the whole will work
in a near future, this is kind of what I want to get ;o).

  - TCs are *discovered* (generated ?) from
 source code (e.g. ) committed to a repos
 and they are using static code analysis,
 abstract models , XML specs ...
  - Test execution , etc , is performed by an external
 CI tool (currently Hudson + Bitten ...)
  - There are traceability relationships between TCs and
 tickets (more technically speaking, requirements
 tracked by tickets ;o) so that it's possible to let's say
 know what TCs should be run on changing a ticket
 state manually | by workflow or whatever .
  - Tickets , test cases , build jobs and everything participate
 in a workflow , even if there are multiple tools
 involved.

In this scenario , I'd like to be able to

  - Retrieve test results from CI tool using an API
  - Trigger build jobs on changing TC states or when
 aforementioned test campaigns (which will be
 mapped to in Hudson builds) are started ,
 explicitly executed .
  - ... well some other , but have no time to say it all

Q:
  - Considering scenarios like that one , is it possible
 to use interfaces so as , let's say , retrieve, synch
 TC history from other sources e.g. Hudson build history
  - How extensible are TC management components ?
  - Wouldn't it be nice to have workflow actions
 related to TC management ?
  - Wouldn't it be nice to provide RPC handlers to
 perform remote actions on TC specs (e.g. from
 inside VCS hooks ;o)

 Keep on the good work, thanks!

Did I already say this ? ;o)

-- 
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-us...@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.



Re: [Trac] [OT] Trac + Bitten in article about collaboration tools (Computing Now mag)

2010-08-12 Thread Olemis Lang
On Fri, Mar 26, 2010 at 3:27 AM, Roger Oberholtzer
roger.oberholt...@gmail.com wrote:
 On Thu, 2010-03-25 at 09:06 -0400, Olemis Lang wrote:
 Probably you might want to read this article [1]_ . My impression :
 Trac plugins eco-system is great !

 Congrats !

 .. [1] Collaboration Tools for Global Software Engineering
          
 (http://www.computer.org/portal/web/computingnow/0310/whatsnew/software)
          
 (http://www.computer.org/cms/Computer.org/ComputingNow/homepage/2010/0310/rW_SW_CollaborationTools.pdf)

 This article led me to TestLink, which is a type of tool I have been
 exploring. I figure I will give it a try. It seems it integrates with
 Trac via xmlrpc. I don'r see any plugins on Trac Kack, so I guess it is
 TestLink that can access bug info, and not trac access test info. Is
 this right?

 Is anyone using TestLink with Trac? Any issues to be aware of?


I don't but seems I might try it (although it's not a Py app :-/ ),
but I just wanted to mention that this LGPL tool named XQual [1]_
seems to be very powerful as well , and has commercial support as well
, and may be integrated with Trac ;o)

.. [1] XQual
 (http://www.xqual.com/)

-- 
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-us...@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] Statuses for Milestones

2010-08-12 Thread Fuentes, Jenny
Hello all;

I would like to add statuses for Milestones; I use Milestones as
Releases and I need to change from one status to another for example:
Requirements -- Submit for Approval -- Approved -- Waiting Migration
-- Implemented.  If there anything out there that I can use as template
or someone already customized it in the same way or maybe has ideas on
how to easy this addition I will greatly appreciate your input. 

 

Thanks

 

Jenny

 

 

 



Cambridge Integrated Services Group, Inc., Cambridge Galaher
Settlements and Insurance Services, Inc., and Scandent Group, Inc.
are members of the Xchanging group of companies.

This message and any attachment are confidential and may also be
privileged. If you are not the intended recipient of this e-mail
you may not copy, forward, disclose or otherwise use it or any part
of it in any form whatsoever. If you are not the intended recipient
please telephone or e-mail the sender and delete this message and
any attachment from your system.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] ANN: TracMacOSTheme preview release :)

2010-08-12 Thread Olemis Lang
On Wed, Aug 11, 2010 at 12:33 PM, Ton Rademaker ton.radema...@tr-id.com wrote:
 How do you make a screenshot on an ipad... :-)


http://www.simplehelp.net/2010/04/03/how-to-take-a-screenshot-of-your-ipad/
http://www.examiner.com/x-13879-iPhone-Examiner~y2010m4d3-How-to-take-an-iPad-screenshot

-- 
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-us...@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: Cannot login to trac from Blackberry browser

2010-08-12 Thread Teddy
sorry, it must have been down. running now... should stay up! its been
hiccuping lately but haven't looked into it yet since im still setting
it up...

On Aug 10, 9:15 am, Stefan stefan.ernst...@googlemail.com wrote:
 If I try to connect to the given address, it's doesnt't work on my web
 browser on  pc or either on my blackberry.

 Does i have to add some port or additional information to the web
 link?

 the server are still alive?

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] ANN: TracMacOSTheme preview release :)

2010-08-12 Thread Ton Rademaker
Olemis,

thanks,

ticket added!

Good luck,

it's still a fun theme.

Ton

On Aug 12, 2010, at 9:40 PM, Olemis Lang wrote:

 On Wed, Aug 11, 2010 at 12:33 PM, Ton Rademaker ton.radema...@tr-id.com 
 wrote:
 How do you make a screenshot on an ipad... :-)
 
 
 http://www.simplehelp.net/2010/04/03/how-to-take-a-screenshot-of-your-ipad/
 http://www.examiner.com/x-13879-iPhone-Examiner~y2010m4d3-How-to-take-an-iPad-screenshot
 
 -- 
 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-us...@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.
 

Ton Rademaker
Innovation Accelerator 
General Manager





tr-id BV
M: +31 (0)6 8108 3888



www.tr-id.com   RABOBANK rekeningnummer: 1533.23.531
KVK nummer: 17273188
The information contained in this message may be confidential and legally 
protected under applicable law. The message is intended solely for the 
addressee(s). If you are not the intended recipient, you are hereby notified 
that any use, forwarding, dissemination, or reproduction of this message is 
strictly prohibited and may be unlawful. If you are not the intended recipient, 
please contact the sender by return e-mail and destroy all copies of the 
original message.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.

inline: mini logo.png

Re: [Trac] Trac Versioned Documents

2010-08-12 Thread Ryan J Ollos


Manuel Jesús Recena Soto-2 wrote:
 
 Hi Mathew:
 
 Maybe CMIS Trac Plugin [1] can help you.
 If you need community support, you can visit our platform support [2].
 

This plugin looks very interesting. If anyone has experience using any of
the CIMS compliant platforms, I'd really like to hear your experiences.

We currently keep our docs in SVN because the non-software engineers don't
like working on the wiki. However, using SVN proves to be very difficult for
non-software engineers and problems / questions eat up time I should spend
developing, so I'm always looking for a better solution for versioned
document storage and sharing.
-- 
View this message in context: 
http://old.nabble.com/Trac-Versioned-Documents-tp29353480p29423919.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-us...@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] Replacing text in the template w/ genshi templates?

2010-08-12 Thread Teddy
Hi,

I have been trying to replace/remove a couple of instances of text
throughout Trac to better match and project (and also because I will
need to do a French translation).

I have read the genshi guide and a few threads but however I can't
figure it out... in this instance I am trying to replace the Create
New Ticket text on the new ticket page with Place a New Order:


div py:match=d...@id='content' and @class='ticket']/text
  h1
py:choose
  py:when test=ticket.exists
a py:strip=not version and version != 0 href=$
%7Bhref.ticket%28ticket.id%29%7D
  Ticket #${ticket.id} /a/py:whenpy:otherwisePlace a
New Orderspan py:if=preview_mode and ticket.type class=status($
{ticket.type})/span
  /py:otherwise
/py:choose


This was the closest I could think of... someone street me in the
right direction?

I pretty much need to change every instance of text throughout the
trac interface (I'm from Montreal and for business its very important
we have a working French version of our site).

This might seem trivial but I am trying and read everything I could
before coming here, promise. :)

Cheers

Teddy

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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: Replacing text in the template w/ genshi templates?

2010-08-12 Thread Teddy
And also... I tried editing the html files directly in the
site_packages directory (i know this will be the only installation of
trac) and it did nothing! Weird.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.