[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread Stephen Moretti
2008/6/17 Lieven Cardoen [EMAIL PROTECTED]:

  Hi,

 I've seen that FogBugz has a sort of application to post bugs very easy. In
 the Tray (or notification area, don't know how it is called) you have a icon
 from fogbugz. If you click on it, it easily takes a screenshot and posts a
 bug…

 Is there something like that for Trac?

 For developers there are lots of plugins for Eclipse (like Mylyn) or Visual
 Studio, but for a customer or manager I haven't found anything…

I don't think that there is, but you could probably have a look at writing
an Adobe AIR app (http://www.adobe.com/products/air/) to do this kind of
thing on top of the Trac API (http://trac.edgewall.org/wiki/TracDev).

I'd be interested if you did. ;oD

Stephen

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread Lieven Cardoen
Yep, I have thought of doing that in Air since we are mainly flex
developers, but time I do not have in spare...

 

I've seen there are tools like that for FogBugz, BugZilla, ... but none
for Trac... Strange...

 

From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Stephen Moretti
Sent: dinsdag 17 juni 2008 10:45
To: trac-users@googlegroups.com
Subject: [Trac] Re: Tray Tool (notification area) like FogBugz

 

 

2008/6/17 Lieven Cardoen [EMAIL PROTECTED]:

Hi, 

I've seen that FogBugz has a sort of application to post bugs very easy.
In the Tray (or notification area, don't know how it is called) you have
a icon from fogbugz. If you click on it, it easily takes a screenshot
and posts a bug...

Is there something like that for Trac?

For developers there are lots of plugins for Eclipse (like Mylyn) or
Visual Studio, but for a customer or manager I haven't found anything...

I don't think that there is, but you could probably have a look at
writing an Adobe AIR app (http://www.adobe.com/products/air/) to do this
kind of thing on top of the Trac API
(http://trac.edgewall.org/wiki/TracDev).

I'd be interested if you did. ;oD

Stephen



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread Stephen Moretti
2008/6/17 Lieven Cardoen [EMAIL PROTECTED]:

  Yep, I have thought of doing that in Air since we are mainly flex
 developers, but time I do not have in spare…



Tell me about it...
hmmm.. I need to do some AIR RD at some point... Perhaps I'll have a look
at doing something AIR/Flex/XML-RPC - no promises and when I get the chance
I may bug you for Flex help and ideas for the client functionality. ;)

I've seen there are tools like that for FogBugz, BugZilla, … but none for
 Trac… Strange…

~shrug~  Fogbugz is a commerical product and Deskzilla is also a commercial
product.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread stevecel

Some months ago I started building some (Windows) client tools for our
hosted Trac solution (CodeResort), but progress has been slow lately.
It should work with a standard Trac installation too (assuming you
have the http://trac-hacks.org/wiki/XmlRpcPlugin installed.)

Here are some screenshots:
https://www.coderesort.com/u/stevec/blog/introducingclienttools

So far I have spent most of my time on the Wiki editor, and I'm in the
process of rewriting it with syntax highlighting and some auto-
completion support. The ticket system is probably where I have done
the least work, but where the really interesting things can be done
(from a client tool perspective).

Best Regards,
Steve Celius

On Jun 17, 10:44 am, Stephen Moretti [EMAIL PROTECTED]
wrote:
 2008/6/17 Lieven Cardoen [EMAIL PROTECTED]:

   Hi,

  I've seen that FogBugz has a sort of application to post bugs very easy. In
  the Tray (or notification area, don't know how it is called) you have a icon
  from fogbugz. If you click on it, it easily takes a screenshot and posts a
  bug…

  Is there something like that for Trac?

  For developers there are lots of plugins for Eclipse (like Mylyn) or Visual
  Studio, but for a customer or manager I haven't found anything…

 I don't think that there is, but you could probably have a look at writing
 an Adobe AIR app (http://www.adobe.com/products/air/) to do this kind of
 thing on top of the Trac API (http://trac.edgewall.org/wiki/TracDev).

 I'd be interested if you did. ;oD

 Stephen
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread Lieven Cardoen

Very promising!

I'll keep on following it.

-Original Message-
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
stevecel
Sent: dinsdag 17 juni 2008 13:18
To: Trac Users
Subject: [Trac] Re: Tray Tool (notification area) like FogBugz


Some months ago I started building some (Windows) client tools for our
hosted Trac solution (CodeResort), but progress has been slow lately.
It should work with a standard Trac installation too (assuming you
have the http://trac-hacks.org/wiki/XmlRpcPlugin installed.)

Here are some screenshots:
https://www.coderesort.com/u/stevec/blog/introducingclienttools

So far I have spent most of my time on the Wiki editor, and I'm in the
process of rewriting it with syntax highlighting and some auto-
completion support. The ticket system is probably where I have done
the least work, but where the really interesting things can be done
(from a client tool perspective).

Best Regards,
Steve Celius

On Jun 17, 10:44 am, Stephen Moretti [EMAIL PROTECTED]
wrote:
 2008/6/17 Lieven Cardoen [EMAIL PROTECTED]:

   Hi,

  I've seen that FogBugz has a sort of application to post bugs very easy. In
  the Tray (or notification area, don't know how it is called) you have a icon
  from fogbugz. If you click on it, it easily takes a screenshot and posts a
  bug...

  Is there something like that for Trac?

  For developers there are lots of plugins for Eclipse (like Mylyn) or Visual
  Studio, but for a customer or manager I haven't found anything...

 I don't think that there is, but you could probably have a look at writing
 an Adobe AIR app (http://www.adobe.com/products/air/) to do this kind of
 thing on top of the Trac API (http://trac.edgewall.org/wiki/TracDev).

 I'd be interested if you did. ;oD

 Stephen


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread Robert C Corsaro

Lieven Cardoen wrote:
 Very promising!
 
 I'll keep on following it.
 
 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
 stevecel
 Sent: dinsdag 17 juni 2008 13:18
 To: Trac Users
 Subject: [Trac] Re: Tray Tool (notification area) like FogBugz
 
 
 Some months ago I started building some (Windows) client tools for our
 hosted Trac solution (CodeResort), but progress has been slow lately.
 It should work with a standard Trac installation too (assuming you
 have the http://trac-hacks.org/wiki/XmlRpcPlugin installed.)
 
 Here are some screenshots:
 https://www.coderesort.com/u/stevec/blog/introducingclienttools
 
 So far I have spent most of my time on the Wiki editor, and I'm in the
 process of rewriting it with syntax highlighting and some auto-
 completion support. The ticket system is probably where I have done
 the least work, but where the really interesting things can be done
 (from a client tool perspective).
 

Looks similar to VimTrac.  The most interesting part to me is the upload 
feature.  Does it recover if there is some failure?  Nice 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread stevecel

VimTrac? Have to check it out. Perhaps I can get some inspiration :-)

The upload thingy was the first one I wrote (but there are parts of it
in both the QuickTicket and the Wiki Editor. You can actually
drag'n'drop files into the wiki editor and it will upload all of them.

Does it recover? Good question, probably not. Haven't stressed any of
these tools to the point where they fail network-wise. Real big files
will probably have a problem, as the server will probably time-out (as
it should).

On the wish-list are some custom outputs to SnagIt, to make it easy
to upload screenshots to wiki pages and tickets. The file uploader
already accepts the filename it should upload on the command line, so
integrating it with other tools should be easy.

If you want to download and install, you need to register for a
CodeResort account (free and easy). You will automatically get access
to the API project where these tools are downloadable (comes with an
installer). Requires .NET 2.0 runtime though. If you find any bugs,
register a ticket on the API project on CodeResort. :-) (Same goes for
feature-requests) I kind of need a kick in my lower back region to
get started again :-)

At some time, I'll probably put the stuff on trac-hacks, where stuff
like this belong.

/Steve

On Jun 17, 3:38 pm, Robert C Corsaro [EMAIL PROTECTED] wrote:
 Lieven Cardoen wrote:
  Very promising!

  I'll keep on following it.

  -Original Message-
  From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
  stevecel
  Sent: dinsdag 17 juni 2008 13:18
  To: Trac Users
  Subject: [Trac] Re: Tray Tool (notification area) like FogBugz

  Some months ago I started building some (Windows) client tools for our
  hosted Trac solution (CodeResort), but progress has been slow lately.
  It should work with a standard Trac installation too (assuming you
  have thehttp://trac-hacks.org/wiki/XmlRpcPlugininstalled.)

  Here are some screenshots:
 https://www.coderesort.com/u/stevec/blog/introducingclienttools

  So far I have spent most of my time on the Wiki editor, and I'm in the
  process of rewriting it with syntax highlighting and some auto-
  completion support. The ticket system is probably where I have done
  the least work, but where the really interesting things can be done
  (from a client tool perspective).

 Looks similar to VimTrac.  The most interesting part to me is the upload
 feature.  Does it recover if there is some failure?  Nice work!- Hide quoted 
 text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Tray Tool (notification area) like FogBugz

2008-06-17 Thread Chris Mulligan

VimTrac is pretty nifty, but my impression is that it was far from
ready for prime time. There were no installation instructions,
confusing directions and FAQ, a bit of a pain to work with. On top of
that the one time I managed to save a change to a wiki page it wiped
out all the content. Opening any ticket caused a traceback.

I'm sure there's some really impressive work that's gone into it, but
I'd be very wary of using it in a production environment.

On Tue, Jun 17, 2008 at 2:17 PM, stevecel [EMAIL PROTECTED] wrote:

 VimTrac? Have to check it out. Perhaps I can get some inspiration :-)

 The upload thingy was the first one I wrote (but there are parts of it
 in both the QuickTicket and the Wiki Editor. You can actually
 drag'n'drop files into the wiki editor and it will upload all of them.

 Does it recover? Good question, probably not. Haven't stressed any of
 these tools to the point where they fail network-wise. Real big files
 will probably have a problem, as the server will probably time-out (as
 it should).

 On the wish-list are some custom outputs to SnagIt, to make it easy
 to upload screenshots to wiki pages and tickets. The file uploader
 already accepts the filename it should upload on the command line, so
 integrating it with other tools should be easy.

 If you want to download and install, you need to register for a
 CodeResort account (free and easy). You will automatically get access
 to the API project where these tools are downloadable (comes with an
 installer). Requires .NET 2.0 runtime though. If you find any bugs,
 register a ticket on the API project on CodeResort. :-) (Same goes for
 feature-requests) I kind of need a kick in my lower back region to
 get started again :-)

 At some time, I'll probably put the stuff on trac-hacks, where stuff
 like this belong.

 /Steve

 On Jun 17, 3:38 pm, Robert C Corsaro [EMAIL PROTECTED] wrote:
 Lieven Cardoen wrote:
  Very promising!

  I'll keep on following it.

  -Original Message-
  From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
  stevecel
  Sent: dinsdag 17 juni 2008 13:18
  To: Trac Users
  Subject: [Trac] Re: Tray Tool (notification area) like FogBugz

  Some months ago I started building some (Windows) client tools for our
  hosted Trac solution (CodeResort), but progress has been slow lately.
  It should work with a standard Trac installation too (assuming you
  have thehttp://trac-hacks.org/wiki/XmlRpcPlugininstalled.)

  Here are some screenshots:
 https://www.coderesort.com/u/stevec/blog/introducingclienttools

  So far I have spent most of my time on the Wiki editor, and I'm in the
  process of rewriting it with syntax highlighting and some auto-
  completion support. The ticket system is probably where I have done
  the least work, but where the really interesting things can be done
  (from a client tool perspective).

 Looks similar to VimTrac.  The most interesting part to me is the upload
 feature.  Does it recover if there is some failure?  Nice work!- Hide quoted 
 text -

 - Show quoted text -
 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---