Changes between Version 7 and Version 8 of WikiFormsPlugin


Ignore:
Timestamp:
Sep 12, 2011, 11:29:11 AM (13 years ago)
Author:
asic_druide
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormsPlugin

    v7 v8  
    256256
    257257
     258== New Notification feature ==
     259
     260Sometimes users want to be informed via e-mail if a form is updated (e.g. when form is at review checklist).
     261
     262The new notify-tag supports this.
     263{{{
     264<tf>notify:mail_to="comma separated list of mail addresses to be notified" subject="subject of notification e-mail"    body="optional information included into the notification e-mail"</tf>
     265}}}
     266
     267A real life example:
     268The svn-post-commit hook appends the following review checklist call to the check-in comment:
     269{{{
     270[[WikiFormInclude(checklists/commit_review/v1:mail_to=foo@bar revision=r1234)]]
     271}}}
     272
     273The called checklist contains the following notify-tag:
     274{{{
     275<tf>notify:mail_to={{mail_to}} subject="Commit Review {{revision}} Updated"</tf>
     276}}}
     277
    258278
    259279