Changes between Version 13 and Version 14 of S3/Notifications


Ignore:
Timestamp:
01/05/15 15:01:48 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/Notifications

    v13 v14  
    2626No generic user interface for subscriptions has been implemented so far.
    2727
    28 A custom interface can be found in private/templates/DRMP/controllers.py. This interface manages a single subscription per user with multiple resources using a common filter.
     28A custom interface can be found in modules/templates/DRMP/controllers.py. This interface manages a single subscription per user with multiple resources using a common filter.
    2929
    3030== Notifications ==
     
    6262The pre-rendering is to convert the extracted data into a suitable format for the message template. The pre-rendering routine is configurable both per deployment-template and per resource (resource-specific overrides deployment-specific), the default pre-renderer is {{{S3Notifications._render()}}}.
    6363
    64 The message templates are '''web2py view templates''' stored in ''private/template/XYZ/views/msg'' (falling back to ''views/msg'').
     64The message templates are '''web2py view templates''' stored in ''modules/template/XYZ/views/msg'' (falling back to ''views/msg'').
    6565
    6666Template names use a '''prefix''' (default: "notify") and the notification method name, like: ''notify_email.html'' (=template for email notifications).
     
    7676==== Per Deployment ====
    7777
    78   - ''in private/templates/XYZ/config.py or 000_config.py''
     78  - ''in modules/templates/XYZ/config.py or 000_config.py''
    7979
    8080||'''Setting'''||'''Explanation'''||