| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-27 | This implements table prefix for all the queries in core, user, exif, | Tim Almdal | |
| tag, search, comment and notification modules (Ticket #68) | |||
| 2009-02-10 | Clean up translations to use t() properly and differentiate between | Bharat Mediratta | |
| albums and photos. We should not say the word "item" to users if we can avoid it. | |||
| 2009-02-10 | Indentation fix. | Bharat Mediratta | |
| 2009-02-08 | Use the ORM method delete_all to remove selected records from the | Tim Almdal | |
| database instead of calling the Database::query with raw sql. | |||
| 2009-02-05 | Set default charset to utf8 | Bharat Mediratta | |
| 2009-02-04 | Delete subscriptions when a user is deleted | Tim Almdal | |
| 2009-02-02 | Notifications now send emails when a comment is published. It won't | Tim Almdal | |
| send the email if the comment status is not published. This gives the administrator to moderate the comments prior to being published. | |||
| 2009-02-02 | Enable csrf validation on the add/remove notification controller | Tim Almdal | |
| 2009-02-02 | code audit fixes + bug fix: don't call sendmail with an empty To list (in ↵ | Andy Staudacher | |
| notifications module) | |||
| 2009-02-02 | Add sending notifications when an item is deleted. We are almost | Tim Almdal | |
| done, just need to do comments. | |||
| 2009-02-02 | Change the item menu to allow the watch icon to change depending on | Tim Almdal | |
| whether the item is currently being watched. Currently the icon is the same as the add icon and needs to be changed. | |||
| 2009-02-02 | We no longer need a dialog to set or remove a watch, so remove it. | Tim Almdal | |
| 2009-02-02 | As we stagger towards completing the notification module. | Tim Almdal | |
| Item changes and Item additions email notifications with this change. Still to come is item deleted, comment added and comment updated. | |||
| 2009-02-01 | Remove models/notification.php as it is no longer used | Tim Almdal | |
| 2009-02-01 | Simplify the setting of a notifications. Notifications are not only | Tim Almdal | |
| set on a album. The notifications are implicitly active for all child elements. It now sends emails if the email address of the subscribed user has been set. No email, no attempt to send the notification. Still to do, come up with better messages as the current ones are just place holders. | |||
| 2009-01-30 | The start of the notification module. At this point, the icon has been ↵ | Tim Almdal | |
| added to the item menu in the sidebar (both photo and album). There is a corresponding icon in themes/default/images that needs to be spruced up. You can add and remove notifications to albums and photos, but nothing happens under the covers for event handling. | |||
