The latest stable version of Elgg has been updated to 1.7.9. This is relatively small release to address a mild security issue and bugs in Elgg 1.7.8. All users are encouraged to upgrade immediately.
The security enhancement resolves a rare situation in which a page that should be displayed only to logged in or admin users is be exposed when output is sent prematurely. Thanks to Vazco for submitting the report and for debugging the issue!
Other changes include:
Elgg 1.7.9 is the current stable release. All networks should be running this version of Elgg.
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.
Admin panel doesn't look so good, or should it look like that below:
In reference to this, http://docs.elgg.org/wiki/Configuration/Plugins,
I don't see configure under administration panel.
@Camille - what browser are you using? I have not seen that layout issue before on a clean install.
As for the documentation, we have the problem that some documentation is written for 1.0-1.7 and some is written for 1.8 (which is still in beta). That documentation that you just posted here is for an early version of 1.8.
On the "security" issue, it only happens if you have a corrupted language file. What happens is that the corrupted language file causes the server to send data to the browser. Then when the user gatekeeper detects that the user does not have access to a page, it is suppose to send a forward request to the browser. This does not go out because the server has already sent something to the browser. The rest of the page is then rendered and sent to the browser. The fix throws an exception so that the rendered page is never sent.
@Camille: it looks like you might have increased the zoom factor in your browser resulting in the content not being able to be displayed like it would with the original size. Sometimes this happens to me unintentionally, too, by clicking CTRL + "Mousewheel down". You can restore the original zoom factor either be clicking CTRL + "Mousewheel up" or by clicking CTRL + "0".
That seems to be a float issue. I had fixed it on my $projects.