[Trac] E-Mail update for ticket closed fixed only?

2012-11-09 Thread W. Martin Borgert

Hi,

I need an email to one recipient, only if a ticket gets closed
with resolution fixed. Is this possible? I'm using 0.11.7,
but upgrade is planned.

Thanks 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: Firing (displaying) a warning message from my plug-in

2012-11-09 Thread Cybernium
Thanks :)

Am Mittwoch, 31. Oktober 2012 17:57:56 UTC+1 schrieb RjOllos:

 On Wednesday, October 31, 2012 1:44:35 AM UTC-7, Cybernium wrote:

 Thank you for your answer.
 I'm trying the javascript way. I think it will work with .
 But for the sake of knowing how can implement use post_process_request 
 actually more than 
 what does this function ? maybe it' more efficient than my actual 
 solution.
 (I'm using IRequestHandler  interface ) 
 Thanks a lot


 `post_process_request` allows, among other things, for some data to be 
 passed or a script to be added to a request that is handled by another 
 component. If you wanted to add some javascript to the newticket page, for 
 example, then you could do that by calling `add_script` in 
 `post_process_request`, after checking that the `req.path_info`was 
 newticket.

 I'd suggest studying some examples of trac-hacks. Here is one such 
 example, which adds javascript and a contextual navigation entry to the 
 ticket and newticket pages:
 http://trac-hacks.org/browser/quietplugin/0.12/quiet/web_ui.py



-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/9eLMnCSqXskJ.
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] Different Priorities and Severities lists vs different ticket type

2012-11-09 Thread mimi
Hi,

I'm wondering is there the possibility that depending on the ticket type we 
can have different priorities and severities lists.

I found it useful as different priorities and severities lists could be 
valid for tasks, bugs and requirements types of tickets.

Cheers,

K

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/XG2zy7qgUrwJ.
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.



Re: [Trac] E-Mail update for ticket closed fixed only?

2012-11-09 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09.11.2012 11:41, W. Martin Borgert wrote:
 Hi,
 
 I need an email to one recipient, only if a ticket gets closed
 with resolution fixed. Is this possible? I'm using 0.11.7,
 but upgrade is planned.

No.

TracNotification, the infrastructure for ticket email notifications is
somewhat short of maintainers. And in general there's not much hope of
getting your requirements in there any time soon.

TracAnnouncer alias AnnouncerPlugin, a much more flexible framework for
arbitrary transports (email and xmpp - Jabber for the moment) already
has a more advanced subscription system and is the proposed successor to
TracNotification [3]. Until last month it shared the fate of
TracNotification, but some developers including me are working hard now
to make it ready for Trac-1.0, and more.

If you have time and resources your could certainly do a plugin on-top
of AnnouncerPlugin on your own, that just does what you want, and it
should work within a few hours.

But apart from that your best chance is an enhancement ticket against
AnnouncerPlugin and preferably providing more suggestions, how we could
make it a more versatile and generally interesting
TicketStatusSubscriber beyond your specific and rather narrow scope.

Steffen Hoffmann

[1] http://trac.edgewall.org/wiki/TracNotification
[2] http://trac-hacks.org/wiki/AnnouncerPlugin
[3] http://trac.edgewall.org/wiki/TracDev/Proposals/Announcer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlCdMHcACgkQ31DJeiZFuHfL9gCdHdMZQyOFIZbPiPgoolx2HmQY
3uoAn2fyJiZMphiIoQzuM6fVLNgj/yJe
=0sZf
-END PGP SIGNATURE-

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



Re: [Trac] E-Mail update for ticket closed fixed only?

2012-11-09 Thread W. Martin Borgert

Quoting Steffen Hoffmann hoff...@web.de:

TracAnnouncer alias AnnouncerPlugin, a much more flexible framework for
arbitrary transports (email and xmpp - Jabber for the moment) already


Jabber/XMPP is nice, indeed.


But apart from that your best chance is an enhancement ticket against
AnnouncerPlugin and preferably providing more suggestions, how we could
make it a more versatile and generally interesting
TicketStatusSubscriber beyond your specific and rather narrow scope.


Will do, thanks for the suggestion!

I remember that I tried AnnouncerPlugin, but remember that
Bitten did not work with it or something like that. The
build failed announcements are, however, important to us.

Cheers

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



Re: [Trac] Different Priorities and Severities lists vs different ticket type

2012-11-09 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09.11.2012 15:53, mimi wrote:
 Hi,
 
 I'm wondering is there the possibility that depending on the ticket type
 we can have different priorities and severities lists.
 
 I found it useful as different priorities and severities lists could be
 valid for tasks, bugs and requirements types of tickets.

Trac currently supports one set of priorities and severities per
environment. Type-specific ticket workflow is available even in several
Trac plugins from trac-hacks.org [1][2][3], but not much more about
type-specific things that I'm aware of.

Steffen Hoffmann


[1] http://trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin
[2] http://trac-hacks.org/wiki/MultipleWorkflowPlugin
[3] http://trac-hacks.org/wiki/TypedTicketWorkflowPlugin
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlCdW1gACgkQ31DJeiZFuHewKQCgv4CBCLUvGw8GUCN/H6Tz/HeN
NmoAnRM32EOBeqGEuTYgWYZwBmQPejVe
=HHcP
-END PGP SIGNATURE-

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



Re: [Trac] E-Mail update for ticket closed fixed only?

2012-11-09 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09.11.2012 18:50, W. Martin Borgert wrote:
 Quoting Steffen Hoffmann hoff...@web.de:
 TracAnnouncer alias AnnouncerPlugin, a much more flexible
 framework for arbitrary transports (email and xmpp - Jabber for
 the moment) already
 
 Jabber/XMPP is nice, indeed.
 
 But apart from that your best chance is an enhancement ticket
 against AnnouncerPlugin and preferably providing more
 suggestions, how we could make it a more versatile and generally
 interesting TicketStatusSubscriber beyond your specific and
 rather narrow scope.
 
 Will do, thanks for the suggestion!
 
 I remember that I tried AnnouncerPlugin, but remember that Bitten
 did not work with it or something like that. The build failed
 announcements are, however, important to us.

Yes, Bitten notification will have to be fixed too, and I've reached
out for interested parties to join [1], because I can't do testing
myself. Maybe you'll want to follow-up there.

Steffen Hoffmann


[1] http://trac-hacks.org/ticket/8641
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlCdXMYACgkQ31DJeiZFuHf17QCg2yO/h+bjK9wNoJnTETzSCXYM
06MAn2IN5229OglUnvNkc9oKtFWZtRP4
=zcVm
-END PGP SIGNATURE-

-- 
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: trac template files in trac 0.12.4 missing?

2012-11-09 Thread RjOllos

On Thursday, November 8, 2012 10:56:52 AM UTC-8, RjOllos wrote:

 On Tuesday, November 6, 2012 9:20:35 AM UTC-8, hyde wrote:

 In trac 0.10.4 rpm package on rhel5, I could see it includes 
 /usr/share/trac (with templates, etc in there), but in trac 0.12.4 rpm 
 pacakge on rhel6, /usr/share/trac is no longer included in this package. Is 
 there another package for trac 0.12.4 that would include those template 
 files?


 I think you are looking for these options: 
 http://trac.edgewall.org/wiki/TracIni#inherit-section 


and also: http://trac.edgewall.org/wiki/TracIni#GlobalConfiguration 

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/-IIxTbi-_l0J.
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.



Re: [Trac] How to define an estimate for delivery Ticket

2012-11-09 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 08.11.2012 23:39, Ivanelson Nunes wrote:
 How to define an estimate for delivery Ticket?
 
 In creating the ticket, I need to enter an estimated start / end for
 delivery of the Ticket.
 
 I need suggestions for this control. For example plugins, ideas,
 settings, reports, samples, etc...

Trac including current stable 1.0 can't handle custom time fields as
anything else than strings (custom text input fields).

It is DateFieldPlugin [1], that is commonly referred to as the solution
for that shortcoming.

Another, more powerful approach would be to pick upcoming support for
native custom time fields in Trac core [2] from trunk, meant to go into
Trac-1.1 (development snapshot) and 1.2 (long-term-support).

Steffen Hoffmann


[1] http://trac-hacks.org/wiki/DateFieldPlugin
[2] http://trac.edgewall.org/ticket/1942
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlCdYWQACgkQ31DJeiZFuHc5TgCcDDiV3bOx8TWqRmsDu8c8NMMV
zUIAoIYsobvN0zIj2BNu0+yhkTX/MWuJ
=XFYY
-END PGP SIGNATURE-

-- 
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] authentification

2012-11-09 Thread Philipp Kraus
Hello,

I try to create a working Trac installation on Apache. At the moment I have 
got some problems with the login:

If I setup in my apache config this calls:
Location /trac/
AuthType Basic
AuthName Trac Auth
AuthUserFile /trac/auth
Require valid-user
/Location

and open http://myserver/trac the HTTP Auth windows comes up and I can 
login with my user data.
My user is a TRAC_ADMIN user and I can update all data via webpanel. The 
logout link on the trac
page does not work, so I can't logout my user. 
At next I would like to create an anonymous login, so not-loggin people can 
show all tickets etc, so I modify
the location to
Location /trac/login
but this does not work, I'm always logged in as REDIRECT_REMOTE_USER and 
no login-button or webforms are shown,
if I call /trac/login manually I can insert my login data, but trac shows 
always the REDIRECT_REMOTE_USER.
How can I configurate Apache  Trac in this case, that a non-logged.in user 
is mapped to an anonymous user that can read all data
and how can I get a login form / link?

Thanks

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/gFO-jBW7ivUJ.
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.