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

XOOPS vs. Herko Coomans

Local Support

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

Twitter News

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

# 116762

maleinfect

Welcome to XOOPS!

Archives

Advertisement

XOOPS Code hosted on SourceForge

XOOPS 2.4.4 FINAL Is Released

Posted by Mamba on 2010/1/22 11:00:00 (14197 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.4 Final is available for download.

Open in new window

This release is a bugfix-release of XOOPS 2.4.3, done by XOOPS Core Development Team and XOOPS community:

Updates upon community:

- Added: Frameworks/textsanitizer (culex)
- Added: New logger for deprecated API (trabis)
- Fixed: Functions for getting and setting system and module configs, no cleaning should be made (trabis)
- Fixed: Changing © into @ in some config values (trabis)
- Fixed: Notifications box not including comments language (trabis)
- Fixed: Profile module Field weight: > 9 incorrect display (trabis)
- Improved: Cache file 'system_modules_active' is automatically created without need to update system module (trabis)

Updates from Sourceforge trackers:

- Fixed bug #2928289 : XOOPS object behaviour modified (trabis/ghia)

Added Language defines:

- language/english/logger.php _LOGGER_DEPRECATED

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

Open in new window

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.4.zip:
Md5: 74a664ac2b6973bcd4315faf0bbceeb1
Sha1: d1b6d1f241edf2232fde9cfaaeda2e48545ed320

xoops-2.4.4.tar.gz:
Md5: 2ed6fc93c62c0a23ddc4d5d436775ea4
Sha1: 332565d3ebd483940803ffeb93827fc45f1de8bf

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 (permission 0777 on Linux).
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.x (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 (it should be your current XOOPS_TRUST_PATH directory), 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 /upgrade/ with a browser, and follow the instructions
6. Follow the instructions to update your database
7. Delete the "upgrade" folder from your server
8. Update the "system" module from the modules administration interface. Other modules, especially "Profile" and "Protector" 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/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 (permission 0777 on Linux).
6. Ensure the server can write to mainfile.php (permission 0777 on Linux)
7. 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' ;

8. Access /upgrade/ with a browser, and follow the instructions
9. Follow the instructions to update your database
10. Write-protect mainfile.php again (permission 0444 on Linux)
11. Delete the "upgrade" folder from your server
12. 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 on your LOCAL computer (it's been kept separate as it's not needed for full installs)
2. Delete htdocs/mainfile.php, htdocs/install/, htdocs/cache/, 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 (permission 0777 on Linux)
6. 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' ;

7. 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.
8. 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 (permission 0777 on Linux).
9. Access /upgrade/ with a browser, and follow the instructions
10. Write-protect mainfile.php again (permission 0444 on Linux)
11. Delete the "upgrade" folder from your server
12. 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
January 22, 2010


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.

shouldn't have posted it here, but it'd be nice to have an ability to assign any block to any definite page within a module, like it was in 2.2...
Posted: 2010/1/22 11:52 • Updated: 2010/1/22 11:52
Thanks for the update
Posted: 2010/1/22 12:09 • Updated: 2010/1/22 12:09
I can't download any thing from sf

Quote:

403 Error – Forbidden

Your request is being denied as it appears to be coming from a location banned by our Terms of Use.
Report Not Being From a Blocked Country

If you are not from one of the countries banned from accessing this site, please submit us a Support Request including your IP address (91.184.73.154) and country of origin.

Posted: 2010/1/22 12:43 • Updated: 2010/1/22 12:43
Voltan, it seems like you have access to SVN, since you've uploaded language changes.

Can you just download the 2.4.4 from SVN?
Posted: 2010/1/22 13:05 • Updated: 2010/1/22 13:05
Thank you for send XOOPS 2.4.4 for me :D
I still have access to SVN ! I hope sf don't lock it for us !
Posted: 2010/1/22 13:28 • Updated: 2010/1/22 13:28
Just wanted to say "Thanks" to Trabis and everybody else who contributed to this release. It's nice to see how vibrant and energized our community has become.

Just looking at the frequency of releases:

 XOOPS 2.3.3: --> 8/20/2009
 XOOPS 2.3.3b: --> 9/13/2009
 XOOPS 2.4.0: --> 10/26/2009
 XOOPS 2.4.1: --> 11/11/2009
 XOOPS 2.4.2: --> 12/3/2009
 XOOPS 2.4.3: --> 12/31/2009
 XOOPS 2.4.4: --> 1/22/2010

we can see that almost each month we have a new releases.

And thanks to influx of new talented developers joining our XOOPS team, we're now able to have parallel development of XOOPS 2.4.x and XOOPS 2.5.x series, and DJ (phppp) working on 3.0.x series. Something that just year ago was not possible to even think about, since practically DJ was the only one doing the Core development.

Yes, we've come a long way, and 2010 started on a very good note, with 2.4.3 and 2.4.4 released, and 2.5.0 Alpha coming soon.

Our next focus will be on cleaning up the Module Repository, improving our Documentation (incl. cleaning up FAQ and Wiki), and doing more Marketing.

We need community help especially in the Documentation area. We are getting more and more new users which is great, but we need to help them with good and up to date documentation.

So don't be shy - join the XOOPS team and help us!
Posted: 2010/1/22 13:53 • Updated: 2010/1/22 14:08
Great :)
Posted: 2010/1/22 14:54 • Updated: 2010/1/22 14:54
guys i uploaded the 2.3.3 to 2.4.4 upgrade pack on my server and upgraded via /upgrade/ but after this i can't access the admin.php page (blank page) so i can't upgrade the module. protector lines are also eliminated from the mainfile.php...
Posted: 2010/1/22 15:11 • Updated: 2010/1/22 15:11
Deka, you might have possibly a conflict with your "trusted path", if you had one and didn't remove the "/xoops_lib" directory
Posted: 2010/1/22 15:20 • Updated: 2010/1/22 15:20
deka, try use modules/system/admin.php?fct=modulesadmin&op=update&module=system

After upgrading there is a direct link for updating system module. You may have missed it.
Posted: 2010/1/22 15:23 • Updated: 2010/1/22 15:23
trabis, no it's still blank. mamba, i have uiploaded the content of xoops_lib to the renamed folder of it. i'm not sure about the trust path, where do i check it?
Posted: 2010/1/22 16:10 • Updated: 2010/1/22 16:10
Deka,

most often the white screen is when:

* there is a conflict between your original "trusted path" and the new "/xoops_lib" directory (e.g. Protector files are in two folders). Therefore it's important that you follow exactly the Installation directions. To see where is your trusted path pointing to, check your "mainfile.php"

* parts of the D3 modules are missing (e.g. Alt-Sys module needs some of its files to be in the "trusted path". If they are not there, you might get a white screen, or XOOPS won't show you any modules in Admin

* incompatibility of some modules. Here you might need to deactivate your modules in myPhpAdmin and then activate them one by one to find out which one is causing the trouble
Posted: 2010/1/22 16:17 • Updated: 2010/1/22 16:17
Spanish version and spanish language available...

ESxoops.com
Posted: 2010/1/22 20:34 • Updated: 2010/1/22 20:34
@ deka87

I think this is protector module problem ( protector in XOOPS pack ) . first please remove protector files from your sever ( after remove files you have access to admin side ) after that if your xoops_lib folder is out of public_html you can download original protector from here and upload new files
Posted: 2010/1/23 0:58 • Updated: 2010/1/23 0:58
Voltan, you're right. that was the protector module issue. i deleted it and updated the modules from the admin. my xoops_lib folder is inside the doc root, so i thought i may upload it again, but nah whenever i upload tehprotector module that comes with the 2.4.x branch i get a blank page. is it the only way to use the module from the link above cos i think it's a little outdated?
Posted: 2010/1/23 1:54 • Updated: 2010/1/23 1:54
Deka,

read the Installation Guide, especially pages 28-33, so you understand better the Trusted Path. You cannot have Protector in two different folders.

Also, we recommend to use the Protector that comes with the XOOPS 2.4.4.
Posted: 2010/1/23 2:23 • Updated: 2010/1/23 2:23
no i deleted the protector and uploaded it again so i don't have two protectors ofc. i've read the guide, well yes my mainfile points to the renamed folders of xoops_lib and xoops_data.. now i have no protector fodler in my modules repository and once i upload it i get a blank page
--
well i ended up returning to backup, i'll give a shot later. thanks guys
Posted: 2010/1/23 3:04 • Updated: 2010/1/23 3:14
Thanks :)
Posted: 2010/1/23 6:20 • Updated: 2010/1/23 6:20
Great platform...
...heading for the success!


Anybody know that happen with the Brazilian support??
-xoopstoal
-xoops.net.br
-xoopsbrasil.sf.net
and more...


In official suport (www.xoops.pr.gov.br) it is the last XOOPS core is: 2.0.x and 2.2.x.


The xoops.net.br (it is a site not official suport), but very nice and they have the last core packages


Very 10x,
Fernando Sanches
------------------
http://lab.fernandosanches.info
Posted: 2010/1/23 7:36 • Updated: 2010/1/23 7:36
Thanks for this great work, XOOPS team!
Posted: 2010/1/23 7:59 • Updated: 2010/1/23 7:59
gonna test 2.4.4 and looking forward to XOOPS 3.0!!

great work so far and great freq. updates!
Posted: 2010/1/23 9:50 • Updated: 2010/1/23 9:50
@ deka87

blank page after update protector not general problem ! I update one XOOPS 2.3.3 to 2.4.4 and I don,t have this problem
Posted: 2010/1/23 12:30 • Updated: 2010/1/23 12:30
Czech language files are available on Zirafoviny website.

Ceske jazykove soubory jsou dostupne na Zirafovinach.

Thank you XOOPS CORE TEAM
Posted: 2010/1/23 14:04 • Updated: 2010/1/23 14:05
Why are upgrade and install needed for updating from 2.4.3 to 2.4.4?

BTW: correct code for themes/zetagenesis/xotpl/xo_footerstatic.html
<div id="xo-footerstatic">
    <
div id="controls">
        <
div>
            <
ul>
                <
li class="icon"><a href="<{xoAppUrl /}>" title="<{$smarty.const._YOURHOME}>"><img src="<{xoImgUrl icons/footer/home.png}>" alt="<{$smarty.const._YOURHOME}>" /></a></li>
                <
li class="separator">&nbsp;</li>
                <
li class="text"><a href="<{xoAppUrl modules/system/admin.php?fct=preferences}>" title="<{$smarty.const.THEME_PREF}>"><{$smarty.const.THEME_PREF}></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=preferences}>" title="<{$smarty.const.THEME_CPHOME}>"><img src="<{xoImgUrl icons/footer/prefs_small.png}>" alt="<{$smarty.const._CPHOME}>" /></a></li>
                <
li class="icon"><a href="<{xoAppUrl admin.php}>" title="<{$smarty.const._CPHOME}>"><img src="<{xoImgUrl icons/footer/process.png}>" alt="<{$smarty.const._CPHOME}>" /></a></li>
                <
li class="separator">&nbsp;</li>
                <
li class="text"><a href="<{xoAppUrl modules/system/admin.php?fct=modulesadmin}>" title="<{$smarty.const.THEME_INSTALLEDMODULES}>"><{$smarty.const.THEME_MDAD}></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=modulesadmin}>" title="<{$smarty.const.THEME_INSTALLEDMODULES}>"><img src="<{xoImgUrl icons/footer/modules_small.png}>" title="<{$smarty.const.THEME_INSTALLEDMODULES}>" /></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=blocksadmin}>" title="<{$smarty.const.THEME_BKAD}>"><img src="<{xoImgUrl icons/footer/blocks_small.png}>" alt=""/></a></li>
                <
li class="separator">&nbsp;</li>
                <
li class="text"><a href="<{xoAppUrl modules/system/admin.php?fct=users}>" title="<{$smarty.const.THEME_USER}>"><{$smarty.const.THEME_USER}></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=groups}>" title="<{$smarty.const.THEME_ADGS}>"><img src="<{xoImgUrl icons/footer/groups_small.png}>" alt=""/></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=userrank}>" title="<{$smarty.const.THEME_RANK}>"><img src="<{xoImgUrl icons/footer/userrank_small.png}>" alt=""/></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=users}>" title="<{$smarty.const.THEME_EUSER}>"><img src="<{xoImgUrl icons/footer/edituser_small.png}>" alt=""/></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=findusers}>" title="<{$smarty.const.THEME_FINDUSER}>"><img src="<{xoImgUrl icons/footer/finduser_small.png}>" alt=""/></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=mailusers}>" title="<{$smarty.const.THEME_MLUS}>"><img src="<{xoImgUrl icons/footer/mailuser_small.png}>" alt=""/></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=comments}>" title="<{$smarty.const.THEME_COMMENTS}>"><img src="<{xoImgUrl icons/footer/comments_small.png}>" alt=""/></a></li>
                <
li class="separator">&nbsp;</li>
                <
li class="text"><a href="<{xoAppUrl modules/system/admin.php?fct=images}>" title="<{$smarty.const.THEME_IMAGES}>"><{$smarty.const.THEME_IMAGES}></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=images}>" title="<{$smarty.const.THEME_IMAGES}>"><img src="<{xoImgUrl icons/footer/images_small.png}>" alt=""/></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=avatars}>" title="<{$smarty.const.THEME_AVATARS}>"><img src="<{xoImgUrl icons/footer/avatar_small.png}>" alt=""/></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=smilies}>" title="<{$smarty.const.THEME_SMLS}>"><img src="<{xoImgUrl icons/footer/smilies_small.png}>" alt=""/></a></li>
                <
li class="icon"><a href="<{xoAppUrl modules/system/admin.php?fct=banners}>" title="<{$smarty.const.THEME_BANS}>"><img src="<{xoImgUrl icons/footer/banners_small.png}>" alt=""/></a></li>
                <
li class="separator">&nbsp;</li>

                <
li class="chat text"><a href="#" title="<{$smarty.const.THEME_UPTOP}>"><img src="<{xoImgUrl icons/footer/up.png}>" alt="<{$smarty.const.THEME_UPTOP}>" /></a></li>
                <
li class="chat separator">&nbsp;</li>    
                <
li class="chat text">Powered by <a href="http://sourceforge.net/projects/xoops/" title="Xoops Project"><{$xoops_version}></a></li>
                <
li class="chat separator">&nbsp;</li>            
                <
li class="chat"><a href="<{xoAppUrl /user.php op=logout}>" title="<{$smarty.const._LOGOUT}>" ><img src="<{xoImgUrl icons/footer/logout.png}>" alt="<{$smarty.const._LOGOUT}>"/></a></li>
                <!-- for 
my message box  -->
                <{
xoInboxCount assign=pmcount}>
                    <
li class="chat"><a href="<{xoAppUrl viewpmsg.php}>" title="<{$smarty.const.THEME_MESSAGE}> (<{$pmcount}>)">
                    <{if 
$pmcount}>
                        <!-- if 
I have messages -->
                        <
img src="<{xoImgUrl icons/footer/mail_warning.png}>" alt="(<{$pmcount}>) <{$smarty.const.THEME_NOTREAD}>"/>(<span class="shadow" style="color:#ff0000; font-weight: bold;"><{$pmcount}></span>)
                    <{else}>
                        <!-- if 
do not have a message -->
                        <
img src="<{xoImgUrl icons/footer/mail.png}>" alt="<{$smarty.const.THEME_MESSAGE}>"/>
                    <{/if}>
                    </
a></li>
                <
li class="chat"><a href="<{xoAppUrl /notifications.php}>" title="<{$smarty.const.THEME_NOTIFICATION}>"><img src="<{xoImgUrl icons/footer/comment_accept.png}>" alt="<{$smarty.const.THEME_NOTIFICATION}>"/></a></li>
                            <
li class="chat"><a href="<{xoAppUrl modules/profile/edituser.php}>" title="<{$smarty.const.THEME_EDITPROFILE}>"><img src="<{xoImgUrl icons/footer/user_edit.png}>" alt="<{$smarty.const.THEME_MYACCOUNT}>"/></a></li>
                            <
li class="chat"><a href="<{xoAppUrl /user.php}>" title="<{$smarty.const.THEME_MYACCOUNT}>"><img src="<{xoImgUrl icons/footer/user.png}>" alt="<{$smarty.const.THEME_MYACCOUNT}>"/></a></li>
                <
li class="chat separator">&nbsp;</li>
            </
ul>
        </
div>
    </
div>
</
div>

Posted: 2010/1/24 8:09 • Updated: 2010/1/24 8:09
Download does not starts from sourceforge neither do the direct link works. also tried alternate mirrors but invain. please give a direct link for full package of latest xoops.
Posted: 2010/1/24 9:13 • Updated: 2010/1/24 9:13
Quantität vor Qualität das Motto jetzt?
Posted: 2010/1/24 11:02 • Updated: 2010/1/24 11:02
Quote:
Just looking at the frequency of releases:

XOOPS 2.3.3: --> 8/20/2009
XOOPS 2.3.3b: --> 9/13/2009
XOOPS 2.4.0: --> 10/26/2009
XOOPS 2.4.1: --> 11/11/2009
XOOPS 2.4.2: --> 12/3/2009
XOOPS 2.4.3: --> 12/31/2009
XOOPS 2.4.4: --> 1/22/2010

we can see that almost each month we have a new releases.

It is not the quantity, but the quality of releases.
I don't think the amount of recently released versions is something to be proud of. Because they mainly contain bugfixes.
To much, to small fixes within a to small timeperiode laps.
Posted: 2010/1/25 3:53 • Updated: 2010/1/25 3:54
Thanks for the new Release.
Posted: 2010/1/25 6:12 • Updated: 2010/1/25 6:12
The files downloaded from links are corrupt; isn't possible open the zip archive
Posted: 2010/1/25 8:11 • Updated: 2010/1/25 8:11
Quote:
I don't think the amount of recently released versions is something to be proud of. Because they mainly contain bugfixes.

The industry is moving to smaller and more frequent maintenance releases. When Microsoft was releasing their Service Packs once every two years, people were complaining, and now they release Service Packs, or bug updates more frequently.

Mozilla Firefox has also switched from monster releases to frequent updates with bug fixes (see the Firefox 3.5.x series)

So we just follow the industry trends - by having more frequent maintenance releases, we offer users the option to update, or to ignore those maintenance releases, and focus on the major once, like the 2.3, 2.4, and then wait for 2.5, if this is something that is more suitable to people individually.

But my point was NOT to brag about frequency of releases, but about the fact that we are actually able to make these maintenance releases, while the work is being done on new releases, because we have now more developers contributing to XOOPS.

And of that, yes, we can be very proud and excited, because it shows that the project is vibrant and growing!
Posted: 2010/1/25 8:29 • Updated: 2010/1/25 8:32
Quote:
The files downloaded from links are corrupt; isn't possible open the zip archive

They are not. There is something wrong with your connection or your "un-zip" program. Please try to download again.
Posted: 2010/1/25 8:35 • Updated: 2010/1/25 8:35
Quote:
The industry is moving to smaller and more frequent maintenance releases. When Microsoft was releasing their Service Packs once every two years, people were complaining, and now they release Service Packs, or bug updates more frequently.


Independent of beeing a fan of microsoft or not, their update process is more easier than updating a XOOPS installation. It's just a click away.

Somewhen "automatic" updates (from simple-xoops) have been in the roadmap ... what happened to it? It's not that funny, updating a bunch of websites every few weeks.
Posted: 2010/1/25 9:17 • Updated: 2010/1/25 9:17
Quote:
Somewhen "automatic" updates (from simple-xoops) have been in the roadmap ... what happened to it?

Alfred is working on updating simple-xoops to XOOPS 2.4 platform. His Website says that it should be reopened end of February. Once this is done, hopefully we'll be able to make more concrete plans for it. But Alfred is the best one to talk about it...

We're definitely interested in having an "updater" solution as part of XOOPS.
Posted: 2010/1/25 9:26 • Updated: 2010/1/25 9:26
Can anyone check please as I am having an error when I click on the imagemanager to upload a photo. The popup html is blank nothing on it!!!
Posted: 2010/1/25 12:05 • Updated: 2010/1/25 12:05
No problems here on XOOPS Website.
Posted: 2010/1/25 12:19 • Updated: 2010/1/25 12:19
hi Mamba
perhaps this error might help

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/mada7391/maga9_data/caches/smarty_compile/http%253A%252F%252Fwww.madagascartv.net%25%25system-2theme-madagas^%%5D^5DD^5DDC7D64%%db%3Asystem_imagemanager.html.php on line 54


I did clear the caches in the data folder still the error.
Posted: 2010/1/25 12:48 • Updated: 2010/1/25 12:48
anyone with a list of working modules for this version?
Posted: 2010/2/6 19:46 • Updated: 2010/2/6 19:46
Within the first 4 weeks since the release, we have now close to 10,000 downloads, and still going strong
Posted: 2010/2/23 7:49 • Updated: 2010/2/23 7:49
hi, where do i get the upgrade file for XOOPS 2.3.3 (not 2.3.3b)?

Thanks
Posted: 2010/3/21 11:01 • Updated: 2010/3/21 11:01
Finilly I find time to translate newest version. Here is the link:

http://xoopshr.org/modules/wfdownloads/singlefile.php?cid=2&lid=39

Edit:
Its on SVN also
Posted: 2010/4/8 3:24 • Updated: 2010/4/8 3:50