I don't believe this has ever been announced here, and it should be: As
of the last week of November 2011, the "always_notify_updater" Trac
setting on code.djangoproject.com was switched to False (as a result of
user complaints; see https://code.djangoproject.com/ticket/16763).
This means that you must explicitly use the CC field if you wish to be
notified by email of updates to a ticket; you will no longer be notified
automatically simply because you have commented on the ticket.
It seems to me (and others in IRC agreed) that given this change it
would be better for the "add me to CC" checkbox to be checked by default
when commenting on a ticket. This preserves something a bit closer to
the previous behavior (which many contributors preferred), while still
permitting an obvious and easy opt-out. If anyone knows exactly how to
make this happen, post instructions and someone with Trac admin access
can make it happen.
Carl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk8CIaUACgkQ8W4rlRKtE2f0SgCeKFcxok8cijjG6gYGylqaAqxe
zxQAoJsnOSawCpCFWfN+TNqJS/gWrY8C
=hbcg
-----END PGP SIGNATURE-----
This could work, but if the plugin checks the box on every request a
user that do not want to receive the updates must uncheck every time
he updates a ticket.
Would it be a good idea to use a cookie, so the plugin would
"remember" what the user wants? or would it be too much?
What do you think?
Thanks,
--
Dalton Barreto
http://daltonmatos.com
2012/1/2 Florian Apolloner <f.apo...@gmail.com>:
This could work, but if the plugin checks the box on every request a
user that do not want to receive the updates must uncheck every time
he updates a ticket.
Would it be a good idea to use a cookie, so the plugin would
"remember" what the user wants? or would it be too much?
>>
>> Would it be a good idea to use a cookie, so the plugin would
>> "remember" what the user wants? or would it be too much?
>
> More like a preference or something similar would be needed…
Indeed. But now the plugin start to become nontrivial.
Maybe using the first approach with an message next to the checkbox
saying: "Uncheck if you don't want to receive an email about this
update"
or something similar would be enough.