| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
component of /display/ links for message-ids that contain troublesome characters
|
|
|
|
| |
cases this will be a no-op, unless the message-id is a url of some kind from a different provider.
|
|
|
|
|
|
| |
postgresql
(see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 )
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|