| 1 |
TO-DO
|
| 2 |
------
|
| 3 |
- Polish UI for node subscriptions
|
| 4 |
- Handling of mixed subscription types
|
| 5 |
- Better digest formatting
|
| 6 |
- Add automated tests for modules
|
| 7 |
- Support for message localization for multiple languages
|
| 8 |
- Delete subscriptions when they don't apply anymore (I.e. node deleted)
|
| 9 |
|
| 10 |
06/02/07 -
|
| 11 |
---------------------
|
| 12 |
- Fixed issue with group name on form confirmation
|
| 13 |
- Implemented access permission for group subscriptions
|
| 14 |
- Added module field to allow other modules to handle data in notifications tables
|
| 15 |
- Added status field to allow disabled subscriptions on the table
|
| 16 |
- UI Type for nodes defaults to 'links'
|
| 17 |
- Added simpletest for basic API, detected a pair bugs on notifications_get_subscriptions :-)
|
| 18 |
- Added simpletest for content notifications. Needs more cases.
|
| 19 |
- Fixed buggy url generation (destination not working on cron)
|
| 20 |
- Improved page workflow and fixed bug in confirmation form (send_method)
|
| 21 |
|