Age | Commit message (Collapse) | Author |
|
Fixes #5037 returns free text search and relevance ranking for objects a...
|
|
Fixes #5083: Remove private messages sent by deleted user
|
|
groups
|
|
|
|
should never happen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #4970 prevent Firefox from adding files to TinyMCE editor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #4802 notifications sent when status is newly set to published
|
|
status
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tinymce plugin: update to version 3.5.8 of Tinymce editor
|
|
|
|
|
|
|
|
|
|
|
|
#4880 - incorrect usage of elgg_get_entities_* parameters
|
|
|
|
We had an Elgg user named Chris Read with username 'read'. Once he registered, people's messages stopped working because hitting a message in your inbox was a url like: [site_name]/messages/read/459 - and the message code, supporting the old URL format, looked up the parameter right after messages and did a lookup on that word. So, since it got a user, redirected to his inbox. Yipes! So I put in some code checking that the parameter really is your username, so it would work for Chris, but not for anyone else. It works fine now.
|
|
Fixes #2554 - Adds search support for sorting and order
|
|
Add a lightobx alike instead use popups while using the TinyMCE controls, for example, when you try to insert an image, watch the HTML content, etc.
|
|
|
|
|
|
|
|
|
|
|
|
- try exception approach - maybe we need a mechanism for displaying an error page besides exceptions
|
|
|
|
|