XOOPS: XOOPS 2.4.1 FINAL Is Released
Posted by: MambaOn 2009/11/11 13:10:00 27279 readsThe XOOPS Development Team is pleased to announce that a new release of the #1 CMS System hosted on SourceForge - XOOPS 2.4.1 Final is available for download.
This release is a bugfix-release of XOOPS 2.4.0, done by XOOPS Core Development Team and XOOPS community:
- Fixed : image.php not returning images (trabis)
- Fixed : some deprecated files are loading incorrect files (trabis)
- Fixed : form for selecting user not working (trabis)
- Fixed : Left blocks expanding in default theme in some browsers (Runeher)
- Fixed : Banners opening on a blank IE page (trabis)
- Fixed : Xoops forms not including xoopsform correctly (trabis, Alekska)
- Fixed : Blocks preview not working (trabis)
- Added : Preload hook in index.php (trabis)
- Fixed bug #2864474: 2.4.0 RC Registration Emails Duplicated (trabis)
- Profile module: Fixed blank page in userinfo.php (trabis, colossus)
- Profile module: Fixed registration emails going everywhere (trabis, GreenFlatDog)
- Profile module: Fixed activation vulnerability (trabis, mboyden)
Some of the highlights of the XOOPS 2.4.x series:
* a new Admin GUI: Oxygen (Voltan): see picture above
* new mechanism to modularize and extend Core via Preloads (trabis)
* central support for jQuery (trabis)
* improved Installer (DuGris)
* WCAG 2.0 - Sight Impaired Assisted Forms (wishcraft)
* Themeable Admininstration area (trabis)
* support for new WYSIWYG Editors: CKEditor, wymeditor, Xinha, and Spaw2 (wishcraft and Luciorota)
* new System Key (wishcraft)
* Support to PHP 5.3 (trabis)
* profile and pm modules improved by Trabis
* code refactoring and improvements (trabis, catzwolf)
* Security fixes (trabis, wishcraft)
and many more.
Please remember: If you're installing it over previous installation, make a BACKUP first!
Please also note that some hacks done for previous XOOPS versions might not work with this release: testing before installing is always a good choice
Download it from Sourceforge repository.
Please post and discuss all issues related to this release in this forum
We also need help with Translations
System requirements ----------------------------------- PHP: Any PHP version >= 4.3 (PHP 4.2.x may work but is not officially supported, PHP 5.0+ is strongly recommended) Please note: XOOPS 2.4.x series is the LAST version of XOOPS tested on and supporting PHP4. Our next releases will be tested and certified exclusively on PHP5: Read more here MySQL: MySQL server 3.23+ (MySQL 5.0+ is strongly recommended) Please note: XOOPS 2.4.x series is the LAST version of XOOPS tested on and supporting MySQL version lower than 5.0. Our next releases will be tested and certified exclusively on MySQL 5.0+: Web server: Any server supporting the required PHP version (Apache highly recommended) Downloading XOOPS ----------------------------------- Your can get this release package from the Sourceforge file repository Both .zip and .gz archives are provided: xoops-2.4.1.zip: Md5: e261f18a40139a5d5cbce1e2d28c3913 Sha1: 896390feaa0a8627fcb136a0424717b7ec3af775 xoops-2.4.1.tar.gz: Md5: 791bf809b72444f4aca8512e4351d256 Sha1: a1d4e967e7432543920637bc06c8cd3000162b44 Installing XOOPS ----------------------------------- 1. Copy the content of the htdocs/ folder where it can be accessed by your server 2. Ensure mainfile.php and uploads/ are writable by the web server 3. For security considerations, you are STRONGLY encouraged to move directories "/xoops_lib" (for XOOPS libraries) and "/xoops_data" (for XOOPS data) out of Document Root, and change the folder names. 4. Make the directory xoops_data/ writable; Create (if not already present) and make the directories xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable. 5. Access the folder where you've installed the htdocs/ files using your web browser to launch the installation wizard 6. Follow the instructions You can also check out the detailed Installation Guide Upgrading from a previous version ----------------------------------- Upgrading from XOOPS 2.3.3b and 2.4.0 (easy way) 1. Get the right update package from the sourceforge file repository 2. Overwrite files in XOOPS directory on your server with the content of /htdocs * make sure that you copy the content of /xoops_lib to whatever directory you keep it on the server now (e.g. if you moved it outside of the Document Root), then delete the /xoops_lib directory. There can NOT be two directories with the content of /xoops_lib 3. If you have Protector previously installed, open the "mainfile.php" file , and remove the Pre-check and Post-check lines (if they exist): include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php' ; include XOOPS_TRUST_PATH.'/modules/protector/include/postcheck.inc.php' ; 4. If you're upgrading from XOOPS 2.4.x, make the file /include/license.php writeable (permission 0777 on Linux) 5. Access
define('_CHARSET', 'UTF-8');