| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
and home), though we may also need some js to open comments for the thread holding the fragment (as well as the scrollto js).
|
|
|
|
| |
We still need an ajax handler as fragments are evaluated before content is loaded.
|
| |
|
|
|
|
| |
referencing an unknown variable
|
|
|
|
| |
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.
|
| |
|
|
|