Get XOOPS XOOPS FAQ Forums News Themes Modules
News World of XOOPS Developers Hacks Modules Themes Archive Submit News

XOOPS vs. Herko Coomans

Make a donation

Please select an amount to donate


Do you want your username revealed with your donation?
Yes - List me as a Generous Donor
No - List my donation as from an Anonymous Donor


Search

Local Support Sites

Cumulus Tag Cloud

admin Arabic banner block Christmas comments cumulus DayDawn dhsoft e-Commerce E-Learning Google GUI hacks instant-zero jQuery module news Nordic Olédrion oxygen PageRank security SEO simple-XOOPS sport tag Theme wiki xoops

New Users

Registering user

# 96568

dvsshoescom

Welcome to XOOPS!

Archives

XOOPS Code hosted on SourceForge

XOOPS 2.4.0 FINAL Is Released

Posted by Mamba on 2009/10/26 5:00:00 (6386 reads) | Posted on XOOPS
Open in new window
The XOOPS Development Team is pleased to announce that a new release of the #1 CMS System hosted on SourceForge - XOOPS 2.4.0 Final is available for download.

Open in new window

This release includes many bugfixes and user experience improvements, done by XOOPS Core Development Team and XOOPS community. Some of the major improvements include:

* 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.0 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

Open in new window

MySQL:
MySQL server 3.23+ (MySQL 5.0+ is strongly recommended)

Please note: XOOPS 2.4.0 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.0.zip:
Md5: cfad8035f0093c82684a7bf4780ae7c6
Sha1: 3a7d1bd527e7d9d8790bcd0fb42d688447161eeb

xoops-2.4.0.tar.gz:
Md5: edfe5b380626f61320702c4962df3251
Sha1: c8ffd83b355582897b92b6f074fc0f99e2d3c83a

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 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 installed the htdocs/ files using your web browser to launch the installation wizard


Upgrading from a previous version
-----------------------------------

Upgrading from XOOPS 2.3.x (easy way)
1. Get the right update package from the sourceforge file repository
2. Overwrite your existing files with the new ones
* 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). There can NOT be two directories with content of /xoops_lib
3. Move the "upgrade" folder inside the "htdocs" folder (it's been kept out as it's not needed for full installs) on your local computer
4. Access /upgrade/ with a browser, and follow the instructions
5. Follow the instructions to update your database
6. Delete the upgrade folder from your server
7. Update the "system" module from the modules administration interface, other modules, especially "profile" are recommended to update as well

Upgrading from XOOPS 2.0.* above 2.0.14 and 2.2.* (using the full package)
0. Unpack the archive to your LOCAL computer (e.g. PC) in a temporary directory.
1. Move the "upgrade" folder inside the "htdocs" folder (it's been kept out as it's not needed for full installs) on your local computer
2. Delete htdocs/mainfile.php, htdocs/install/, htdocs/cache/, htdocs/extras/, htdocs/template_c/, htdocs/themes/ and htdocs/uploads/ from the "htdocs" folder on your LOCAL computer
* if you have created XOOPS_TRUST_PATH folder on your server, copy the content of /xoops_lib to that directory, and delete /xoops_lib from the "htdocs" folder on your LOCAL computer
3. Upload the content of the htdocs folder on your LOCAL computer over your existing files on your server
4. For security considerations, you are encouraged to move directories xoops_lib (for XOOPS libraries) and xoops_data (for XOOPS data) out of Document Root, and change the folder names.
5. Make the directory of xoops_data/ writable; Create and make the directories of xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable.
6. Ensure the server can write to mainfile.php
7. Access /upgrade/ with a browser, and follow the instructions
8. Follow the instructions to update your database
9. Write-protect mainfile.php again
10. Delete the upgrade folder from your server
11. Update the "system" module from the modules administration interface, other modules are recommended to update as well


Upgrading from any XOOPS ranging from 2.0.7 to 2.0.13.2 (using the full package):
0. Unpack the archive to your LOCAL computer (e.g. PC) in a temporary directory.
1. Move the "upgrade" folder inside the "htdocs" folder (it's been kept out as it's not needed for full installs) on your LOCAL computer
2. Delete htdocs/mainfile.php, htdocs/install/, htdocs/cache/, htdocs/extras/, htdocs/template_c/, htdocs/themes/ and htdocs/uploads/ from the "htdocs" folder on your LOCAL computer
* if you have created XOOPS_TRUST_PATH folder on your server, copy the content of /xoops_lib to that directory, and delete /xoops_lib from the "htdocs" folder on your LOCAL computer
3. Upload the content of the htdocs folder on your LOCAL computer over your existing files on your server
4. Delete the following folders and files from your server (they belong to an old version):
* class/smarty/core
* class/smarty/plugins/resource.db.php
5. Ensure the server can write to mainfile.php
6. For security considerations, you are encouraged to move directories xoops_lib (for XOOPS libraries) and xoops_data (for XOOPS data) out of document root, or even change the folder names.
7. Make the directory of xoops_data/ writable; Create and make the directories of xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable.
8. Access /upgrade/ with a browser, and follow the instructions
9. Write-protect mainfile.php again
10. Delete the upgrade folder from your server
11. Update the "system" module from the modules administration interface, other modules are recommended to update as well


Upgrading a non UTF-8 site:
UTF-8 encoding has been introduced into XOOPS 2.3 as default charset. However, there might be some problems with converting existing websites from non UTF-8 charset to UTF-8.
Before there is a good enough solution for this conversion, following settings are recommended when you upgrade an existing website (if you are not an experienced user):
- Select "Do not change" option in "Database character set and collation" step during upgrade process
- Modify /languages/yourlanguage/global.php to use your previous _CHARSET value, if it has been changed to UTF-8 in your new global.php file as
define('_CHARSET''UTF-8');


Upgrading XOOPS Editors:
In the XOOPS package, there are four Editors included: dhtmltextarea and textarea for plain text, CKeditor and TinyMCE for WYSIWYG HTML.
There are six additional WYSIWYG Editors available: FCKeditor, Koivi, NiceEdit, Wymeditor, Xinha, and Spaw2 that you can download from XOOPS SourceForge (https://sourceforge.net/projects/xoops/files/XOOPS%20Editors/)
Since there are some directory structure changes in both fckeditor and tinymce editors, you are recommended to remove existent editors before uploading the new additors.
And if you are using FCKeditor for modules, please modify module specific configs following the files in /fckeditor/modules/, especially if you use "Article" module.


Debug information display level
-----------------------------------

Since XOOPS 2.3.1 debug information display level is enabled as a temporary solution for 2.3* to show debug information to different level of users: to all users, to members or to admins only.
The configuration can be set in /xoops_data/configs/xoopsconfig.php
A new debug information tools will be available for 2.4 using FireBug (see http://tinyurl.com/nmnjdp)



Files integrity check
-----------------------------------

The full XOOPS package is released with a script able to check if all the system files have been correctly uploaded to the server. To use it, follow these instructions:

1. Upload the checksum.php and checksum.md5 files located in the XOOPS package root to your XOOPS server folder (putting them next to mainfile.php).
2. Execute checksum.php with your browser
3. If necessary, re-upload the missing or corrupted system files
4. Remove checksum.php and checksum.md5 from your server


Modules
-----------------------------------

This release contains only the "system-related modules". You are invited to browse the XOOPS modules repository to if you need additional functionality. Note: as a new repository is being built, the current repository is not up-to-date, PLEASE VISIT INDIVIDUAL DEVELOPERS' WEBSITES TO MAKE SURE YOU ARE USING LATEST VERSION OF MODULES.


How to contribute
-----------------------------------
Bug report: http://sourceforge.net/tracker/?group_id=41586&atid=430840
Patch and enhancement: http://sourceforge.net/tracker/?group_id=41586&atid=430842
Feature design: http://sourceforge.net/tracker/?group_id=41586&atid=430843
Release announcement: https://lists.sourceforge.net/lists/listinfo/xoops-announcement


XOOPS Development Team
October 25th, 2009

================================
Change Log:
2009/10/23: Version 2.4.0
===============================
Updates from Sourceforge trackers:
- Fixed bug #2872644 : Find users bug - MAX_JOIN_SIZE (trabis/ghia/mowaffak)
- Fixed bug #2877987 : setExtra of XoopsFormElement is unusable (trabis/instantzero)
- Fixed bug #2720792 : Hardcoded "Re:" in pmlite.php (trabis/arabxoops)

Removed language defines:
/language/english/comment.php _CM_RE

Added Language defines:
/language/english/global.php _RE

Updates upon community:
+ Added System key (wishcraft, trabis)
- Changed: Oxygen updates (Voltan, Kris_fr)
- Fixed a bug in xoopslist.php/language define fallback (trabis)
- Fixed $_SESSION bug on some servers(xoops token not working)
- Fixed Security Vulnerabilities (wishcraft)
+ Added missing local style for imagemanager and pmlite (mowaffaq)
- Fixed Slash Double Quote Bug Fix - All Fields incur \" in database (wishcraft)
- Fixed Removed Duplicate Cookie (wishcraft)
- Added Protector 3.40 (Voltan, Trabis)



===============================
2009/09/10: Version 2.4.0 RC
===============================
Updates upon community:
- Removed soap authentication and classes(trabis)
- Removed extra databases support (trabis)

Removed language defines:
/modules/system/language/english/admin/preferences.php _MD_AM_AUTH_CONFOPTION_SOAP
/modules/system/language/english/admin/preferences.php _MD_AM_SOAP_*

===============================
2009/09/6: Version 2.4.0 Beta 2
===============================
Updates from Sourceforge trackers:
- Fixed bug #2586854: date format is hardcoded in form elements (dugris/marco)
- Fixed bug #2835056: ldap / soap syntax error (frankblack/julionc)
- Fixed bug #2723428: Search Results - SEO (arabxoops/julionc)
- Fixed bug #2838534: Error in oxygen orange css file (tititou/julionc)
- Fixed bug #2839949: Wrong display of mandatory fields in oxygen GUI theme (tititou)
- Added patch #2838667 : HTML syntax error + various formating in oxygen GUI, and clean up! (tititou/julionc)
- Added feature request #2816381: Images Manager Sorting(trabis/Slyss)

Updates upon community:
- Fixed : some php4 related bugs in installer and xoopslogger (trabis)
- Removed : System key (trabis)
- Changed : Admin GUI's are now using a theme factory, modules can make use of $xoTheme and $xoopsTpl (trabis)
+ Added : Preload system, modules can now respond to system events(trabis)
+ Added : Support to php5.3 (trabis)
+ Added : jquery support. If you need to use jquery.js, please use $xoTheme->addScript('browse.php?Frameworks/jquery/jquery.js'); (trabis/phppp)

Modified Language files:
/modules/system/class/gui/oxygen/language/english/admin.php _AD_XOOPSMODULES, _AD_LOCALSUPPORT

Removed language defines:
/modules/system/language/english/admin/preferences.php _MD_AM_SYSTEMKEY
/modules/system/language/english/admin/preferences.php _MD_AM_SYSTEMKEYDSC
upgrade/upd-2.0.18-to-2-3-0/language/english.php LEGEND_XOOPS_MAINFILE_FORPROTECTOR
upgrade/upd-2.0.18-to-2-3-0/language/english.php XOOPS_MAINFILE_LABEL_FORPROTECTOR

Added Language File:
/language/english/localsupport.php
/class/calendar/JSCal2/JSCal2/src/js/lang/en.js
/class/calendar/JSCal2/language/english.php

Third-party updates:


============================
2009/08/12: Version 2.4.0 Beta 1
============================
Updates from Sourceforge trackers:
- Fixed bug #2761876: Indexes issues/improvements (trabis/Instant-Zero)
- Fixed bug #2788739: missing language definition _XOOPS_FORM_ALTYOUTUBE (trabis/voltan)
- Added feature req #2414148 : removing harcoded 'administration' from cpanels (trabis/mowaffaq)
- Fixed bug #2782360: Profile Module - Registration steps and user creation (trabis/instantzero)
- Fixed bug #2730373: Removing content from homepage template (trabis/instantzero)
- Fixed bug #2704179: CaritaFoto and Link to image with a space in the dir name (trabis)
- Fixed bug #2624953: Can't save value of DATE and LONGDATE in profile module (trabis)
- Fixed bug #2691957: Images not given in the image manager (trabis)
- Fixed bug #2661850: Bug on [mp3] tags and update player.swf (trabis)

Updates upon community:
- Fixed bug: Updating countries list and moving harcoded names to language folder (trabis)
- Fixed bug: Parsing issues with Oxigen(class mapper) (trabis/mamba)
- Fixed bug: Blocksadmin - Cookies for remembering display list settings (trabis)
- Fixed bug: Undefined 'OS' in logger/render.php (trabis)
- Fixed bug: Inclusion of custom config file for text sanitizer (trabis)
- Fixed bug: XoopsList.php (Timezone return is not true must be array) (wishcraft)
- Fixed bug: Xoops Captcha Class This class would call third party Framewok Files. If the file was not found, this would either report no error or cause a WSOD. (Catzwolf)
- Fixed bug: class/captcha/xoopscaptcha: Fixed many suppression errors that would lead to either WSOD or report no error. (Catzwolf)
- Fixed bug: Can not delete notifications. Cache was being used and Token validation was failing. (trabis)
- Fixed bug: Cookie Domain Dope now has constant set in common.php - XOOPS_COOKIE_DOMAIN (wishcraft)
- Fixed bug: XoopsCache - XOOPS URL Include with Cache Filename (Cause issue with multiple domains) (wishcraft)
- Fixed bug: XoopsTpl - XOOPS URL Include with Cache Filename (Cause issue with multiple domains) (wishcraft)
- Fixed bug: XoopsObject - $this->vars[$key]['changed'] not set to true if value is the same and unchanged. (wishcraft)
- Fixed bug: XoopsAuth - Some installs of xoops } would physically be missing from auth_ldap.php, xoops_ads.php [rep: brandonheyer] (wishcraft)

- Changed: Xoops Captcha Config: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: Xoops Captcha Image: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: Xoops Captcha Text: Cleaned and Formatted code for consistency. (Catzwolf)
- Chanded: XoopsDatabase: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: XoopsDatabaseFactory: Cleaned and Formatted code for consistency. Added error checking on file inclusion with error reporting. (Catzwolf)
- Changed: XoopsFormCheckBox: Added check to see if class has already been loaded and changed include to use xoops_load function. (Catzwolf)
- Changed: XoopsFormDhtmlTextArea: Added check to see if class has already been loaded and changed include to use xoops_load function. (Catzwolf)
- Changed: XoopsGroupPermForm: Added Check to see if form have been loaded ppreviously nad changed includes to use xoops_load function (Catzwolf)
- Changed: XoopsLists: Cleaned and Formatted Code. (Catzwolf)
- Changed: Xoops ThemeForm and TableForm: Fixed the tables td to a fixed width 40%. (catzwolf)
- Changed: XoopsForm: ThemeForm and TableForm: Replaced htmlspecialchar to a preg_replace to remove any malious code rather than just changing it to a readable form. (Catzwolf)
- Changed: Auth Classes: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: Xoops Model Classes: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: Xoops Cache Classes: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: Xoops File Classes: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: Xoops Logger: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: Xoops MultiMailer: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: Functions,php: Cleaned and Formatted code for consistency. (Catzwolf)
- Changed: Moved xos_kernel_Xoops2 Class from common.php to its own class file in /class (Catzwolf)
- Changed: Common.php: Moved Many items into xos_kernel_Xoops2. (Catzwolf)
- Changed: Moved Defines into own file called defines.php in include directory. (Catzwolf)
- Chanded: refactored xoops_loadLanguage in function.php This was due to the way that this classed used error suppression and now also checks for $xoopsOption and sanitizes it. (Catzwolf)
- Changed: Removed extra globals from module.errorhandler.php (do we really need this class now). (Catzwolf)
- Changed: Change class Xoopstree function. Added 'extra' to the selection to allow for onchange etc (Catzwolf)
- Changed: Formatted code and headers to conform to the Xoops coding standards. (Catzwolf)
- Changed: Changed global calls to the database ($GLOBALS['xoopsDB'] To &XoopsDatabaseFactory::getDatabaseConnection(); which is the correct method of calling the database.
- Changed: Changed initVar calls to the XoopsObject class to support enumeration array for XOBJ_DTYPE_ENUM (wishcraft)
- Changed: Default Control Panel Theme set to oxygen by voltan (tnx Iran) [wishcraft]
- Changed: Profile Module (Support for new Object Types and Refactorised Authentication Library)

+ Added: Query timers to logger (trabis)
+ Added: Blocksadmin - groups selection to block forms (trabis)
+ Added: Deprecated methods on kernel/module.php (trabis)
+ Added: XOBJ_DTYPE_FLOAT - Object Type for Floating Points (php4) - see /class/object.php (wishcraft)
+ Added: XOBJ_DTYPE_DECIMAL - Object Type for Decimals/Doubles (php4) - see /class/object.php (wishcraft)
+ Added: XOBJ_DTYPE_ENUM - Object Type for Enumerators (Database Support) - see /class/object.php (wishcraft)
+ Added: XOBJ_DTYPE_UNICODE_TXTBOX - Object Type for Unicode and Escaped Characters - see /class/object.php (wishcraft)
+ Added: XOBJ_DTYPE_UNICODE_TXTAREA - Object Type for Unicode and Escaped Characters - see /class/object.php (wishcraft)
+ Added: XOBJ_DTYPE_UNICODE_URL - Object Type for Unicode and Escaped Characters - see /class/object.php (wishcraft)
+ Added: XOBJ_DTYPE_UNICODE_EMAIL - Object Type for Unicode and Escaped Characters - see /class/object.php (wishcraft)
+ Added: XOBJ_DTYPE_UNICODE_ARRAY - Object Type for Unicode and Escaped Characters - see /class/object.php (wishcraft)
+ Added: XOBJ_DTYPE_UNICODE_OTHER - Object Type for Unicode and Escaped Characters - see /class/object.php (wishcraft)
+ Added: xoops_base_domain - Function for retrieving TLD of domain of any URL - see /include/functions.php (wishcraft)
+ Added: xoops_convert_encode - Function for Converting Bit Strings Storage in any format database in a string - see /include/functions.php (wishcraft)
+ Added: xoops_convert_decode - Function for Converting Bit Strings Storage in any format database in a string - see /include/functions.php (wishcraft)
+ Added: xoops_hex2bin - Function for Unicode Storage in any format database with hex - see /include/functions.php (wishcraft)
+ Added: xoops_hex2bin - Function for Unicode Storage in any format database with hex - see /include/functions.php (wishcraft)
+ Added: xoops_ishexstr - Function for Checking for a hex string with length limiting - see /include/functions.php (wishcraft)
+ Added: xoops_aw_decode - Array Walking Function for Unicode Storage see func: xoops_bin2hex - see /include/functions.php (wishcraft)
+ Added: xoops_aw_encode - Array Walking Function for Unicode Storage see func: xoops_hex2bin - see /include/functions.php (wishcraft)
+ Added: WCAG 2.0 - Sight Impaired Assisted Forms (Disability Access - Form Objects) - see /class/xoopsforms/ (wishcraft)
+ Added: getTitle - WCAG 2.0 - Object HTML Title Tag (Text to Speach 4 Prompted Forms) - see /class/xoopsforms/formelement.php (wishcraft)
+ Added: WCAG 2.0 - Label Associations with WCAG1/2 - see form objects render (wishcraft)
+ Added: New Class to XoopsForms: XoopsFormTree Class. The ability to add XoopsTree directly into any form. (Catzwolf)
+ Added: New Class to XoopsForms: XoopsFormSelectCheckGroup. This class will allow developers to add Xoops Groups into forms for permissions. (Catwolf)
+ Added: Class XoopsMySQLDatabase: Added the ability to take items from the database as an object and cleaned and formatted code. (Catzwolf)
+ Added: New Admin Theme "Oxygen" (Voltan)

Updates upon community:
+ Added: Added functionality where items in the Xoops Form Element can span over two columns rather than into one. This was done for items such as tinymce to prevent cramping into one little box (Catzwolf)
+ Added: XoopsLists: Added correct method to connect to database. Changed from using the $GLOBAL and added file check when including language file.
Editors like tiny mce were not cramped into one little box. (Catzwolf)
+ Added: New XoopsForm Class: XoopsFormButtonTray: This will allow developers to quicker add Cancel, Reset and Submit (Delete is used with a Switch) buttons in form with just one line. (Catzwolf)
+ Added: Two new defines in common.php NWLINE to insert newlines and DS as a shortcut of DIRECTORY_SEPARATOR. We should be using this method with XOOPS_ROOT_PATH when dealing with paths correctly. (Catzwolf)
+ Added: Auth Class: Added some class and file checks with error_triggers to prevent white pages (Catwolf)
+ Added: Xoops File Classes: Added file and class inclusion checks and added error reporting. (Catzwolf)
+ Added: Xoops Logger: Added check to see if error number was 2048 and return true as this error is not required to be checked and helps speeds up the logger class (Catzwolf)
+ Added: Xoops MultiMailer: Added file check . (Catzwolf)
+ Added: Module Helper Function: In Functions called xoops_getModuleOption. This will allow module developers to quickly Access $xoopsModuleConfig across all modules. Based on News Module Version (Catzwolf, Herve)
+ Added: New Core function in functions.php xoops_getConfigOption. Allow to get $xoopsConfig() in a safer and static version. (Catzwolf)
+ Added: New Core function in functions.php xoops_setConfigOption. Allow to set $xoopsConfig() in a safer. (Catzwolf)
+ Added: New function to xos_kernel_Xoops2 called pathExists. When using $xoops->path($file), this call will check that the file exists or throw friendly error (Catzwolf)
+ Added: New Function: triggerError. To allow Core and modules to add errors with custom messages. (Catzwolf)

Modified language files:
/modules/profile/language/english/modinfo.php : Fixed typo in "PROFILE_MI_NEVER_LOGED_IN" - it should be "LOGGED_IN" (mamba)
/upgrade/language/english/upgrade.php : "_NO_NEED_UPGRADE" (trabis)

Added Language defines:
/modules/system/language/english/cpanel.php : Added _MD_CPANEL_SITE_ADMINISTRATION (trabis/mowaffaq)
/language/english/formdhtmltextarea.php : Added _XOOPS_FORM_ALTYOUTUBE (trabis/voltan)
/language/english/banners.php : Added _BANNERS_CHANGE to defines (trabis)
/language/english/global.php : Added _RESET
/language/english/global.php : Added _XO_AD_USERBENNED_HEADER
/language/english/global.php : Added _XO_AD_USERBENNED_TEXT
/upgrade/language/english/upgrade.php : Added '_UPDATE_SYSTEM_MODULE' (trabis)

Removed language defines:
/language/english/admin.php : _AD_PRESSGEN

Added Language File:
/language/english/countries.php (trabis)
/language/english/logger.php (trabis)
/language/english/errors.php (Catzwolf)

Third-party updates:
- Added nuSoap - sourceforge (wishcraft)
- Upgraded Smarty to 2.6.26 (trabis)


Printer Friendly Page Send this Story to a Friend Create a PDF from the article


Bookmark this article at these sites

                   

The comments are owned by the poster. We aren't responsible for their content.

For those with dialup I have mounted a Torrent it is available from: http://www.chronolabs.org.au/modules/ ... =4&lid=89&agree=1
Posted: 2009/10/26 5:24 • Updated: 2009/10/26 5:24
I would like to express my deepest gratitude to Trabis, who was the Lead Developer for this release of XOOPS, and who spent countless hours making this release a reality!!! Without him this release would never happen!

Of course, my "Thank you" goes also to all who helped with this release by testing, contributing code, and pushing the envelope! All of you ROCK!!!

Working with all of these talented people is what makes XOOPS so much fun!!!
Posted: 2009/10/26 5:32 • Updated: 2009/10/26 5:32
Great news! Thank you all!
Posted: 2009/10/26 5:58 • Updated: 2009/10/26 5:58
Great news! Thanks guys!... :)
Posted: 2009/10/26 6:10 • Updated: 2009/10/26 6:10
Very good, thanks to all involved with this release, your efforts are appreciated!


Posted: 2009/10/26 8:02 • Updated: 2009/10/26 8:13
Great stuff, all! Many thanks for all the hard work, will be installing directly

[Edit: Installed in less than 20mins. All working as expected! Fantastic work, guys! Thanks!]
Posted: 2009/10/26 9:11 • Updated: 2009/10/27 0:11
Please don't forget to vote for XOOPS at the CMS Awards organized by Packt Publishing

Please VOTE TODAY!!! Only 4 days left!!!
Posted: 2009/10/26 9:17 • Updated: 2009/10/26 9:18
Xoops 2.4 comes with the effort of all of us so we should really thank ourselves. We were forced to work as a team and I'm glad we managed to behave has one. If I had to point someone out I would point Mamba. Mamba has never gave up on this project and he was the glue that kept us all together. This release have opened several doors, I believe the most important one was the door of communication and understanding. Long life for XOOPS. Cheers.
Posted: 2009/10/26 10:15 • Updated: 2009/10/26 10:15
neat...can't wait to check it out. altho' afraid all my hacks applied will get screwed up
Posted: 2009/10/26 10:43 • Updated: 2009/10/26 11:05
Thanks to all who got involve to make it come to life..

Congratulations to us all.. (^_^)



Pease and Love to All
Posted: 2009/10/26 12:07 • Updated: 2009/10/26 12:08
Congratulations, team.

spanish version here:

Esxoops.com
Posted: 2009/10/26 12:44 • Updated: 2009/10/26 12:44
Thank you All for this Work..
Posted: 2009/10/26 14:29 • Updated: 2009/10/26 14:29
Great news! I will upgrade my site.
Thanks to all the team!

Posted: 2009/10/26 14:30 • Updated: 2009/10/26 14:30
Excellent result!

Thanks all who participated in it: mamba, voltan, trabis, dugris, wishcraft, luciorota.
Thanks guys!...

The new XOOPS 2.4.0 demosite is now ready http://xoops240demo.ixthemes.org/ Welcome!
Posted: 2009/10/26 14:41 • Updated: 2009/10/27 11:40
Great work guys, every time xoops releases a new version I am surprised how much it's improved, finding it hard to see what to improve next. Still every time it steps up a level or 2 on upgrade :)
Posted: 2009/10/26 14:50 • Updated: 2009/10/26 14:50
congratulations to all
Posted: 2009/10/26 15:47 • Updated: 2009/10/26 15:47
Thanks a lot
Posted: 2009/10/26 15:52 • Updated: 2009/10/26 15:52
Great news !!!!!

Thanks
Posted: 2009/10/26 16:16 • Updated: 2009/10/26 16:16
Great news! In few days I'll upload croatian translation.
Thank all team workers for new edition of xoops!
Posted: 2009/10/26 18:24 • Updated: 2009/10/26 18:24
There is a draft of an upcoming "XOOPS 2.4.0 Installation Guide".

To download it and to provide feedback, please go to this thread
Posted: 2009/10/26 19:57 • Updated: 2009/10/26 19:57
Thanks
Posted: 2009/10/26 22:26 • Updated: 2009/10/26 22:26
Great news!!!
Congratulations, to all team.
Posted: 2009/10/26 23:07 • Updated: 2009/10/26 23:07
** edit **
problem solved

Some warnings when using Ck Editor:
Quote:

Notice: Undefined property: XoopsFormCkeditor::$upload in file /class/xoopseditor/ckeditor/formckeditor.php line 86
Notice: Undefined property: XoopsFormCkeditor::$toolbarset in file /class/xoopseditor/ckeditor/formckeditor.php line 87

Posted: 2009/10/27 6:37 • Updated: 2009/10/27 6:45
Cant wait to explore it all. Cool additions to the core by the way.
Posted: 2009/10/27 8:17 • Updated: 2009/10/27 8:17
Great Release, Thank you guys.

Here is my German XOOPS 2.4.0 Promotion!
Posted: 2009/10/27 13:55 • Updated: 2009/10/27 13:55
// Forum CBB 4 not work

Fatal error: Call to undefined method NewbbPermissionHandler::XoopsGroupPermHandler() in C:\xampp\htdocs\2\modules\newbb\class\permission.php on line 30

Unknown: Assigning the return value of new by reference is deprecated ? ????? /modules/newbb/class/permission.php ?????? 38
Posted: 2009/10/27 14:51 • Updated: 2009/10/27 15:11
good job. thank you Xoops
Posted: 2009/10/27 15:07 • Updated: 2009/10/27 15:07
It does not seems possible to use two instances of the CK Editor on the same page (News)
Posted: 2009/10/27 15:24 • Updated: 2009/10/27 15:24
Warning: Parameter 2 to MytsSyntaxhighlight::load() expected to be a reference, value given ? ????? /class/module.textsanitizer.php ?????? 659
Posted: 2009/10/27 15:25 • Updated: 2009/10/27 15:25
Quote:

Upgrading from a previous version
-----------------------------------

Upgrading from XOOPS 2.3.x (easy way)
1. Get the right update package from the sourceforge file repository


I am not really sure if this is a stupid question, but I only find the full package at sourceforge, should I overwrite all the files on my server?

< Using 2.3.3
Posted: 2009/10/27 18:11 • Updated: 2009/10/27 18:11
The first press review of XOOPS 2.4 is in, and it's positive

CMS Wire published its review yesterday (read it here).

I like this statement:
Quote:
Having picked up several awards in the last year and using its popularity, success and global reach to release market-specific versions quickly, the future looks bright for the project. This success is summed up neatly by XOOPS' recent Grand Prize OSS Challenge win in Korea.

Posted: 2009/10/28 3:28 • Updated: 2009/10/28 3:28
Quote:
It does not seems possible to use two instances of the CK Editor on the same page (News)


Maybe you are running into the same problem I had with tinyeditor switching to the newest tinyMCE version? The javascript for the editor cannot be loaded twice, so I made a javascript check! if tinymce was already known. HTH
Posted: 2009/10/28 4:16 • Updated: 2009/10/28 4:16
Congratulations! It is a major release!
Posted: 2009/10/28 5:53 • Updated: 2009/10/28 5:53
Thanks Frank but I'm waiting for an answer from the core and not a patch from me
Posted: 2009/10/28 11:58 • Updated: 2009/10/28 11:58
and it's the same problem with other editor like nicedit for example...
Posted: 2009/10/28 16:43 • Updated: 2009/10/28 16:43
The .tgz release of both 2.3.3b and 2.4.0 when ungzipped and untarred has peculiar permissions of 755 on all files and directories. Most secure linux systems require 644 on files and 755 on directories and some running either phpsuexec or suphp won't run those files because the permissions aren't correct for them. It's easy enough to make the changes but it might cause problems for users that don't know how to do that easily. It'd be best if we released the file with the best permissions from a security standpoint and if we did it consistently from release to release.

Or am I missing something?
Posted: 2009/10/29 10:54 • Updated: 2009/10/29 10:54
Quote:
The .tgz release of both 2.3.3b and 2.4.0 when ungzipped and untarred has peculiar permissions of 755 on all files and directories.

Probably because I've compressed them on my PC.

What is the right way to do it, so I can change the process for next time? Set all files/directories as ReadOnly, and then compress?
Posted: 2009/10/29 11:25 • Updated: 2009/10/29 11:25
Quote:
Upgrading from XOOPS 2.3.x (easy way) 1. Get the right update package from the sourceforge file repository



Hi, thanks a lot for that great update, where can i find the right update package??
Posted: 2009/10/30 5:15 • Updated: 2009/10/30 5:15
I've created two update packages from 2.3.3b to 2.4.0:

1) With Editors: CKEditor (new in 2.4.0) and TinyMCE (updated in 2.4.0)

Download: here (size: 4.5MB)

2) Without the Editors

Download: here (size: 2.2MB)

So if you've upgraded in the past your site to XOOPS 2.3.3b, you can use the files above to update to XOOPS 2.4.0.

You still need to run the "Upgrade"

Can somebody test it and tell me if it worked for you?
Posted: 2009/10/30 7:23 • Updated: 2009/10/30 7:24
Thanks for this release.
May i thank Catzwolf for his hard work too, i don't see him in the release top credits. He made a lot of code cleaning. Please thank him too, and please add him in the list.
I hope, John, you get days after days better now, and stongly hope to see you back very soon.
Moreover, bye-bye PHP4, welcome PHP5 on Xoops, it will ease many things. May we do the same for mysql5, and train for PHP6 and Smarty 3.
++
Posted: 2009/10/31 9:39 • Updated: 2009/10/31 9:49
Great Release! Here is my XOOPS 2.4 Theme Demo Site. Have Fun.
Posted: 2009/11/2 9:52 • Updated: 2009/11/2 9:52
Draft 2 of the Installation Guide is available for download and review (download it here).

I would like to thank Steven Horner (GPBoarder) for his help in improving this document, as well as to all of you who provided feedback.

We've streamlined the document a little bit, and added section on Translations.

Let us know what you think in this thread
Posted: 2009/11/2 11:38 • Updated: 2009/11/2 11:38
I want to make sure I am clear on this. My site runs under Xoops 2.3.3. I am not sure about what 2.3.3b signifies. Is the 2.3.3b to 2.4.0 update package the correct one to use?

I am always nervous about doing these upgrades. Of course, I'll back up first but I still don't want the hassle of fixing the site if something goes wrong. I intend to update my duplicate (testing) site first to try to avoid problems, but still .....

I'd be happy to report once I try it, but please let me know if the 2.3.3b package is appropriate.

barryC
Posted: 2009/11/2 13:52 • Updated: 2009/11/2 13:52
thanks a lot mamba
Posted: 2009/11/3 5:59 • Updated: 2009/11/3 5:59
The instructions for writable files and directories, should include the /include/license.php, which must be writable also during installation.

But in fact, should this file not have to be located in the xoops_data folders?
Posted: 2009/11/8 4:57 • Updated: 2009/11/8 4:57
Quote:
But in fact, should this file not have to be located in the xoops_data folders?


xoops_data is a shared folder and we need to have unique key for each site so, option was to have this key on public side. Good option was to have it on mainfile but I did not had enough time to convince wishcraft of that.
Posted: 2009/11/8 13:25 • Updated: 2009/11/8 13:25
Well I think it should be moved back to the database in 2.5.0 like in the 2.4.0 beta -- and we make an object type for uneditable settings..

I find it amusing the occassional posts like one I saw on Impress where it just looks like you would be up to something really dodgy if you don't like having an ID for your xoops install.. It is just a piece of hash for unique identity.. Very useful.

Hey Trabbie, can I have a chat to you in the next day or two I am planning the pdo..
Posted: 2009/11/8 23:03 • Updated: 2009/11/8 23:03