Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Unify the various mail sending instance to enotify::send() and z_mail(). ↵ | redmatrix | 2016-10-01 | 1 | -3/+15 | |
| | | | | Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook. | |||||
* | add another hook | redmatrix | 2016-09-29 | 1 | -0/+11 | |
| | ||||||
* | issue #127 | redmatrix | 2016-09-29 | 1 | -9/+9 | |
| | ||||||
* | change notify param | redmatrix | 2016-09-29 | 1 | -1/+4 | |
| | ||||||
* | remove the now useless url fragments from notification links | redmatrix | 2016-09-25 | 1 | -4/+1 | |
| | ||||||
* | also allow notification scroll on conversation page notifications (network ↵ | redmatrix | 2016-09-24 | 1 | -1/+1 | |
| | | | | and home), though we may also need some js to open comments for the thread holding the fragment (as well as the scrollto js). | |||||
* | the rest of the backend for supporting scroll-to-comment from notifications. ↵ | redmatrix | 2016-09-24 | 1 | -0/+3 | |
| | | | | We still need an ajax handler as fragments are evaluated before content is loaded. | |||||
* | finish the channel_reddress() conversion | redmatrix | 2016-09-21 | 1 | -1/+1 | |
| | ||||||
* | couple of minor issues with dba namespace during install and enotify::format ↵ | redmatrix | 2016-09-18 | 1 | -5/+11 | |
| | | | | referencing an unknown variable | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -8/+8 | |
| | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. | |||||
* | another typo | Mario Vavti | 2016-05-26 | 1 | -1/+1 | |
| | ||||||
* | moved enotify | redmatrix | 2016-05-24 | 1 | -0/+685 | |