| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit 22d769ecae17c9d5d36232c543b48b0a155ca502)
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|