See the accompanying blog post about Elgg 2.0!
(Several of these bugs did not exist in 1.12. They were introduced in the preview releases)
Fixes #9110 (a6a512e3)
Fixes #8862 (67cff474)
Here we bypass the separate owner container check if the desired owner_guid is the logged in user GUID. This eliminates the check under all normal circumstances but leaves it in place in case a poorly coded plugin allows the impersonation described above.
This also denies creation if the owner/container GUIDs are set but can't be loaded. Before, create() would simply bypass the permissions check if it couldn't load the owner/container.
Fixes #4231 (5adf98fd)
You may access it at https://github.com/Elgg/categories
Fixes #7584 (ba0c12f2)
Fixes #5996 (cb6ebcc9)
Fixes #4878 (20e606b7)
Fixes #8629 (ee7f14ed)
Fixes #8438 (541a5cd1)
fixes #8582 (fd7b8e0a)
The Markdown library is available as a composer package, this requires less maintenance by Elgg developers.
fixes #8597 (df68d986)
Replace the Elgg sprites icons by FontAwesome icons, this allowes for more icons and easier styling of the icons
fixes #7239 (ea7b17d5)
The following views are not available anymore:
Also the [object, groupforumtopic] subtype has been replaced with the [object, discussion] subtype.
Nothing changes from the group owners' point of view. The discussions feature is still available as a group tool and all old discussions are intact.
Fixes: #5994 (a4e484e6)
If you'd prefer to just add it back, you can use this code in your plugin's init:
elgg_register_js('jquery-migrate', elgg_get_simplecache_url('jquery-migrate.js'), 'head'); elgg_load_js('jquery-migrate');
Also, define a jquery-migrate.js view containing the contents of the script. (8f58da98)
Certain uses of the view,$view_name and view_vars,$view_name hooks will not work. See the docs on "View aliases" for more info.
Refs #8381 Fixes #8382 (881e2128)
Removed views:
Removed functions:
Removed methods:
Also the following arguments have been dropped:
Fixes #8440 (8ae86f16)
Fixes #7763 (6be0f97c)
Fixes #5918 (e9de196d)
Fixes #5729 (c0e81a40)
Fixes #2718 (c91f1f3e)
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Wow a lot of functions that I use have been removed :(
Many of the removed functions are just aliases, and there is a replacement for them. Ask more details about individual functions in the technical support group if necessary.
Also a lot of those functions were deprecated long ago so you could've already replaced them with the new functions ;)
Nice to hear about this . congratz guys
Will Elgg 2.0 show deprecated warnings with my 1.x plugin?
There were lots of changes in 2.x core.please I do not understand what you mean by "update your webserver config" in .htaccess file.
Functions deprecated before Elgg 1.9 were removed completely. So those will not give a warning anymore, but they will simply not exist at all anymore. Most deprecations added in Elgg 1.9 or later should still work.
@Dar_ling_ton Might be best to open a new discussion thread for that in the Technical help group: https://elgg.org/discussion/group/179063
OK thanks juho.
So using those old functions would just give me a WSOD lol.
- Previous
- 1
- 2
- Next
You must log in to post replies.