Age | Commit message (Collapse) | Author |
|
|
|
|
|
#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
|
|
|
|
|
|
|
|
|
|
Checking if we have an owner in group profile summary before using it.
|
|
|
|
|
|
|
|
|
|
ElggWire class.
|
|
Fixes #4871: Corrects link in messages notification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoid some warnings and a division by 0.
|
|
|
|
|
|
|
|
|
|
|
|
the icon at the same time.
|
|
javascript.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|