Changes between Initial Version and Version 1 of TicketReminderPlugin


Ignore:
Timestamp:
Jul 25, 2011, 11:02:25 AM (13 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketReminderPlugin

    v1 v1  
     1= Ticket reminder plugin =
     2
     3== Description ==
     4
     5This plugin allows configuration of reminders for tickets. Once installed and enabled users can add reminders to ticket: for particular date or for an interval. Then on that date a reminder is send to everybody subscribed to the ticket (normal notification rules.
     6
     7It provides two permissions:
     8
     9 * `TICKET_REMINDER_VIEW` allows user to see which reminders are added to the ticket
     10 * `TICKET_REMINDER_MODIFY` allows user to add and delete reminders
     11
     12You should call `trac-admin` `reminders` command every day just after the midnight to process any pending reminders. For example, you can add this to your Cron configuration file `/etc/crontab`:
     13
     14{{{
     150 0 * * *   www-data    /usr/bin/trac-admin /path/to/your/trac/environment reminders
     16}}}
     17
     18== Bugs/Feature Requests ==
     19
     20Please use [https://bitbucket.org/mitar/trac-ticketreminder/issues Bitbucket] for any issues you have with TicketReminderPlugin.
     21
     22== Download ==
     23
     24Download the zipped source from [https://bitbucket.org/mitar/trac-ticketreminder/get/tip.zip here].
     25
     26== Source ==
     27
     28You can clone TicketReminderPlugin from [https://bitbucket.org/mitar/trac-ticketreminder here] using Mercurial, or [https://bitbucket.org/mitar/trac-ticketreminder/src browse the source] on Bitbucket.
     29
     30== Installation ==
     31
     32Please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     33
     34== Author/Contributors ==
     35
     36'''Author:''' [wiki:mitar] [[BR]]
     37'''Maintainer:''' [wiki:mitar] [[BR]]
     38'''Contributors:'''