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.
|
|
|
|
Signed-off-by: Luciano Lima <lucianomlima@ymail.com>
|
|
|
|
Signed-off-by: Luciano Lima <lucianomlima@ymail.com>
|
|
Fixes #3123 - Correct name length control in datalist_get and set_config
|
|
|
|
|
|
|
|
|
|
|
|
translate - taken from PR 438
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- try exception approach - maybe we need a mechanism for displaying an error page besides exceptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #4961 - Add "last rule" tag to mod_rewrite rules in htaccess_dist
|
|
Fixes #4946 - More reliable last login time in user account statistics
|