Elxis CMS Forum

General => News and announcements => Topic started by: datahell on July 31, 2014, 22:04:51

Title: Elxis 4.2 Icarus released!
Post by: datahell on July 31, 2014, 22:04:51
Elxis 4.2 Icarus (initial revision 1628) is available for download from elxis.org website.
An update patch for Elxis 4.1 users will be published soon.

Download Elxis 4.2 (https://www.elxis.org/download.html)
Elxis 4.2 release notes and changelog (https://www.elxis.org/releases/elxis42.html)

Additionally to Elxis 4.2 release we have a brand new site for elxis.org. Elxis.org is now powered by Elxis 4! We hope you like it.

Note: The new site is available in 6 languages but only for the 2 of them (English and Greek) there is full translation. If you want to help you can translate the most important content for Italian, German, French and Spanish languages and send them to us to update elxis.org content.
Title: Update to Elxis 4.2
Post by: datahell on August 05, 2014, 22:43:48
Elxis 4.1 users can now update their installations to Elxis 4.2 Icarus.
If you have Elxis 4.0, then first update to 4.1 (https://www.elxis.net/edc/core/45.html) and then to 4.2.
 
To proceed download the update patch (https://www.elxis.net/edc/core/93.html) from EDC and follow the instructions inside the zip package.
Title: Elxis 4.2 Icarus rev1638
Post by: datahell on September 14, 2014, 12:00:37
Elxis 4.2 Icarus updated to revision 1638

Changes in comparison to revision 1636:
- Fix: Change in map plugin in order to work with onload events by other extensions simultaneously.
- Fix: Fixed login with Chrome browser when having "Session match browser" enabled in Elxis configuration (1).

(1) To fix this problem in older Elxis versions/revisions open this file:
includes/libraries/elxis/session.class.php
go to line 288:
$keys = array('HTTP_USER_AGENT', 'HTTP_ACCEPT_CHARSET', 'HTTP_ACCEPT_ENCODING', 'HTTP_ACCEPT_LANGUAGE');
and change it to:
$keys = array('HTTP_USER_AGENT', 'HTTP_ACCEPT_CHARSET', 'HTTP_ACCEPT_LANGUAGE');
Title: Elxis 4.2 Icarus rev1644
Post by: datahell on December 30, 2014, 20:21:14
Elxis 4.2 Icarus updated to revision 1644 (December 30, 2014).

Changes/Fixes/Improvements/Additions in comparison to rev1636
- Map plugin use elxLoadEvent method
- Fix match browser configuration setting and Chrome browser
- Improved javascript email validation pattern
- Fix for template Flex for RTL pathway
- Removed unnecessary double quotes on module Language
- Improvements for Italian and Ukranian languages
- Fix for IP when HTTP_X_FORWARDED_FOR contains multiple IPs (user behind multiple proxies)

Files changed in comparison to rev1636
components/com_content/plugins/map/map.plugin.php
modules/mod_language/mod_language.php
templates/flex/css/template-rtl.css
templates/flex/css/template.css
language/it/it.com_content.php
language/it/it.com_cpanel.php
language/it/it.mod_login.php
language/uk/uk.com_content.php
includes/libraries/elxis/session.class.php
includes/libraries/elxis/defender.class.php
includes/libraries/elxis/helpers/ip.helper.php
includes/libraries/elxis/helpers/stats.helper.php
includes/js/elxis.js
includes/version.php

Note: To upgrade from Elxis 4.2 rev1636/rev1638 to rev1644 download Elxis 4.2 from elxis.org and update the files listed above at your Elxis installation.