Switch to unified view

a/Allura/allura/model/notification.py b/Allura/allura/model/notification.py
...
...
11
   - Clear subscription's notification list
11
   - Clear subscription's notification list
12
- For each subscription with notifications and delivery due:
12
- For each subscription with notifications and delivery due:
13
   - Enqueue one email message with all notifications
13
   - Enqueue one email message with all notifications
14
   - Clear subscription's notification list
14
   - Clear subscription's notification list
15
15
16
Notifications are also available for use in feeds
17
'''
16
'''
18
17
19
import logging
18
import logging
20
from bson import ObjectId
19
from bson import ObjectId
21
from datetime import datetime, timedelta
20
from datetime import datetime, timedelta