QRCode

QRCode for this page:

Tags

2011 2lk 3d abstract algemeen amiga artikel arts autumn babylon5 belangen benefiet boxshot bug canon challenge christmas database demoreel design door fall films fotografie fotowandeling free gemeente google google+ graphicriver gratis herfst hubble jackson kasteel klokkenluider kunst lawnmower levers liberty3d lightwave logo majaheicha makelaar2.0 marketing martial model modeling mogan movies nieuwjaar obama object objects ode oosterhout overlay pack paper papier pile printproduction progress project qrcode release religie religion render sale scene scenes Sierpinski singphonica sneeuw snow sony speed speedmodeling stapel stress technique technology telescoop test texture training trainlevers transition tribute tutorial vakantie vaultage verkeersborden video vote website western wip xoops

Thema's


(2 thema's)

Andere posts

Algemeen : XOOPS 2.4.0 RC ready
Gepost door Charlot Cobben op 16/09/2009 18:53:54 (1663 gelezen)
Algemeen

XOOPS heeft RC 2.4.0. vrijgegeven:

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 (Voltan)
* 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)
* new WYSIWYG Editors: wymeditor, Xinha, and Spaw2 (wishcraft)

and more...


New in Release Candidate (in addition to bug fixes):
-----------------------------------------------------
Updates upon community:
- Removed soap authentication and classes(trabis)
- Removed extra databases support (trabis)

They will be revisited for the next release.

Some of the changes in Beta 2 (in addition to bug fixes):
-------------------------------------------
* Admin GUI's are now using a theme factory, modules can make use of $xoTheme and $xoopsTpl (trabis)
* Preload system, modules can now respond to system events (trabis)
* Support for PHP 5.3 (trabis)
* jquery support. If you need to use jquery.js, please use $xoTheme->addScript('browse.php?Frameworks/jquery/jquery.js'); (trabis/phppp)

Some of the new/changed areas in Beta 1:
----------------------------------------
- profile and pm modules improved by dhcst/wishcraft
- installer improved by dugris and marco, etc.
- theme improved by mamba, aph3x, kris and burning
- tinymce editor improved by dugris and luciorota
- snoopy class upgraded by julionc
- smarty upgraded by dhcst/trabis
- bug tracker managed by marco
- new Admin Theme "Oxygen" by Voltan

Please remember:This release is ONLY for testing! Do NOT use it on productions sites. And if you're installing it over previous test 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.

Thanks to kris_fr, you can see the API documentation for this release, incl. UML Diagrams, here.

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)

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

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.


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 XoopsEditor package:In the XOOPS package, there are eight editors included: dhtmltextarea and textarea for plain text, fckeditor, tinymce, koivi, wymeditor, Xinha, and Spaw2 for WYSIWYG HTML.
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
Sept. 12th, 2009

================================
Change Log:
2009/09/12: 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

Added Language defines:

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: SOAP Authenication Installation Variables - see: makedata.php (wishcraft)
+ Added: XOOPS System Key (XOOPS Server Key for Unique Identified Systems) - see: makedata.php (wishcraft)
+ Added: SOAP Factory - Simple Object Access Protocol [Notice: Php Soap is crashing apache] (wishcraft)
+ Added: SOAP Authentication and Provisionning - User Network Management (wishcraft)
+ Added: Database Factory - mSQL Supporting Class - see /class/database/msqldatabase.php (wishcraft)
+ Added: Database Factory - Microsoft SQL Server Supporting Class - see /class/database/mssqldatabase.php (wishcraft)
+ Added: Database Factory - MaxDB Supporting Class - see /class/database/maxdbdatabase.php (wishcraft)
+ Added: Database Factory - Ingres Supporting Class - see /class/database/ingresdatabase.php (wishcraft)
+ Added: Database Factory - Oracle OCI Supporting Class - see /class/database/ocidatabase.php (wishcraft)
+ Added: Database Factory - iBase Supporting Class - see /class/database/ibasedatabase.php (wishcraft)
+ Added: Database Factory - FBSql Supporting Class - see /class/database/fbsqldatabase.php (wishcraft)
+ Added: Database Factory - DB2 Supporting Class - see /class/database/db2database.php (wishcraft)
+ 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)

Cijfer: 0.00 (0 stemmen) - Waardeer dit artikel -

Tags: xoops  
Printvriendelijke pagina Stuur dit nieuwsbercht naar een kennis Creëer een PDF van dit artikel
 
De reacties zijn eigendom van de posters. We zijn niet voor de inhoud verantwoordelijk.
Poster Onderwerp
Anonymous
Gepost: 30/03/2016 3:37  Geupdate: 30/03/2016 3:37
 _CM_RE: XOOPS 2.4.0 RC ready
WQ
In life, nike there nike is woolrich clearance always a coach factory outlet story, a person, Jingfang a corner, slowly twist ugg in beats by dre life support. polo ralph lauren outlet Xu is Liangxiaowucai nike childhood, childhood; ugg australia promise levi's jeans is pandora mediocre louboutin crowd inadvertently uggs Looking hollister clothing store back glance; there is always, ralph lauren so just a michael kors shower oakley sungalsses outlet of adidas petals baseball bats scattered shoulders, then wrapped a longchamp wisp nike free of fragrance ray ban wayfarer ups and downs; nike fate puma shoes as clouds oakley sungalsses outlet the chi flat iron air, mcm backpack outlet where lightly, toms.com earthly juicy couture outlet encounters, louis vuitton canada when and air max 90 where tommy hilfiger the abercrombie and fitch opportunity will timberland shoes come to nike air everyone, coach factory outlet lotus lululemon Chan ralph lauren Yu, need nike canada to nike air max pause may supra shoes ponder before adidas aryl abercrombie and fitch experience depression this hair straightener frame in reebok a blossoming giuseppe shoes flowers, the michael kors outlet silence gucci shoes baptism, before soccer shoes understand.


Pillow louis vuitton bloom, to wash ralph lauren polo some louis vuitton outlet online of the old, the other mizuno running side michael kors handbags in the Spring red bottoms Bud, bloom ray ban sunglasses section of pandora charms fleeting coach outlet store flowers. Washing uhren past that year hilfiger that air huarache month, oakley sunglasses outlet your canada gooses jackets most converse gentle polo ralph lauren silhouette north face backpacks paragraphs louis vuitton over pandora and calvin klein over cheap ugg boots again, christian louboutin shoes repeatedly ralph lauren factory store flushing, toms outlet rub in your hollisterco rhetoric about, gucci handbags into tiffany and co the heart moncler jackets into ugg boots clearance the drama. salomon Only I chanel handbags hope, uggs boots never forget, cheap ray ban never ralph lauren left, polo outlet as michael kors outlet online ever coach black friday before, oakley outlet online such as nike air max old as before. michael kors outlet Washed and washed, light coach outlet online singing north face dawn encounter, michael kors outlet a glimpse of gucci outlet the timberland boots beautiful, curved absolutely tiffany love ugg boots flashed toms shoes under the shadow jordan move.


Accustomed to a ralph lauren outlet online person, looked a bloom, air max light twist louboutin in cheap jerseys the toms outlet past, nike roshe run the ugg australia memory nike store will be nike shoes washed, swarovski that adidas shoes colorful bubble nike free texture jordan shoes reflects new balance shoes the time, there ralph lauren polos are soft twigs, christian louboutin shoes wrinkles vicissitudes northface of hermes life, wedding dresses uk however, roshe run beautiful scene good, nike roshe pale oakley sunglasses bleak worth ralph lauren mentioning nike , after harrods all, is nike free 5.0 the heart air max shoes of ray-ban sunglasses a coach outlet store online deep watches sound toms shoes outlet like true religion jeans outlet spin. beats by dre headphones Fragment hollister clothing exile roshe runs period tory burch outlet of cheap nfl jerseys the marc jacobs story alone, drinking yoga pants alone the small print, north face outlet read one michael kors outlet word embellishment longchamp handbags outlet sweet, puma how north face much new balance outlet dust in oakley sungalsses outlet the grass puff, after michael kors outlet sand tommy hilfiger outlet shuttle, handbags outlet remains air max the north face jackets same, carefully abercrombie leaving the north face Tibet!


Read like toms shoes exhausted bloom time, listening oakley outlet to giuseppe zanotti the beginning hollister of oakley sungalsses outlet the the north face outlet restoration sprout, supra shoes calmly walked a long nike free run time, put a insanity workout piece of omega watches paper Su salvatore ferragamo Jin dye ugg australia exhausted, burned out, still mont blanc pens quiet in prada shoes the coach outlet heart of air max Hong christian louboutin window condensation, michael kors australia lush hilfiger outlet green, adidas shining heart lintels, its course, burberry outlet flowing fingers in his new balance exile. true religion jeans Skinny jordan release dates gone cold, long into true religion the hollister spring relojes threshold, Fu Hong prosthetic gucci shoes outlet scattered huarache into the green uggs on sale word new balance mellowness Que michael kors word christian louboutin outlet with polo outlet online green bamboo, ray ban sunglasses outlet green ferragamo eye bottom, this christian louboutin meandering ray ban outlet scenery, oakley sunglasses cheap gorgeous Xu warm spring jimmy choo return of converse the ralph lauren online shop walking.In life, there ralph lauren uk is always abercrombie fitch a story, a person, burberry Jingfang a corner, p90x workout slowly ray ban twist in swarovski canada life support. longchamp outlet Xu hilfiger online shop is Liangxiaowucai tommy hilfiger childhood, childhood; mk outlet online promise is longchamp mediocre crowd michael kors outlet online inadvertently flat iron Looking back softball bats glance; michael kors bags there is always, so louis vuitton just instyler a adidas schuhe shower beats headphones of kate spade outlet petals scattered shoulders, then wrapped bottega veneta a new balance wisp lululemon of fragrance nike mercurial ups cheap jordans and toms outlet downs; mcm bags fate thomas sabo as oakley sunglasses outlet clouds michael kors the air, where ray ban lightly, earthly nike factory encounters, when and tory burch sandals where the replica handbags opportunity will come retro jordans to air huarache everyone, burberry canada lotus barbour jacket outlet Chan Yu, need to converse sneakers pause tory burch sale may katespade ponder hermes outlet before ray ban aryl swarovski crystal experience pandora uk depression this burberry outlet online frame nike huarache in asics a blossoming flowers, the silence baptism, before understand.


Pillow bloom, to wash some of the oakley sungalsses outlet old, the other thomas sabo side hogan in rolex watches for sale the louis vuitton handbags Spring rolex watches Bud, bloom ugg boots section adidas of rolex montre fleeting chanel flowers. Washing kate spade past burberry outlet online that year long champ that month, your burberry outlet most gentle silhouette jimmy choo shoes paragraphs canada gooses outlet over iphone cases and horloges over michaelkors.com again, repeatedly polo ralph flushing, michael kors uk rub in mcm backpack your rhetoric coach outlet online about, into longchamp handbags the bcbg dresses heart lululemon outlet into nike air max the m a c cosmetics drama. burberry uk Only I hope, never michael kors outlet online forget, never barbour jackets left, eyeglass frames as ever before, coach outlet usa such as old michael kors as coach factory outlet online before. Washed cheap shoes and swarovski washed, chanel bags light ralph lauren outlet singing dawn hollister encounter, mcm handbags a wedding dresses glimpse nike free run of the beautiful, curved absolutely ed hardy love flashed tiffany and co under burberry uk the swarovski shadow move.


Accustomed tiffany jewelry to prada a juicy couture person, looked ugg a bloom, light celine handbags twist in the ugg past, air force the air max memory will burberry be washed, that adidas colorful prada outlet bubble michael kors texture reflects the air jordans time, ray ban there ray bans are soft twigs, wrinkles coach purses outlet vicissitudes of louis vuitton outlet stores life, eyeglasses online however, louis vuitton outlet beautiful vans scene michael kors handbags good, pale michael kors outlet bleak cheap oakley worth mentioning burberry , cheap ray ban after all, is the handbags outlet heart of burberry outlet a deep sound designer handbags like jordan retro spin. rolex watches Fragment exile period of michael kors outlet online sale the burberry handbags story bebe dresses alone, drinking alone the bcbg max small toms shoes print, chanel outlet read lululemon canada one word embellishment sweet, cheap oakley sunglasses how oakley vault much vans dust nike roshe in the grass michael kors outlet online puff, after sand vans shoes shuttle, ghd hair straighterners remains pandora jewelry the same, tommy hilfiger carefully leaving Tibet!


Read asics outlet like exhausted bloom beats by dr dre time, uggs outlet listening to the beginning michael kors of the restoration sprout, burberry outlet calmly walked polo ralph lauren a long uggs time, gucci put tory burch outlet a piece coach purses outlet of burberry handbags outlet paper air max 2015 Su Jin dye exhausted, swarovski jewelry burned out, roshe run still ralph lauren outlet quiet in the heart prada sunglasses of mcm handbags Hong window condensation, lush bottega green, shining tiffany heart longchamp outlet lintels, cheap nike shoes its coach handbags course, louis vuitton bags flowing gucci belts fingers true religion outlet in gucci mens shoes his abercrombie and fitch exile. nike store Skinny converse shoes gone marc jacobs cold, long pandora jewellery into the ferragamo shoes spring babyliss threshold, Fu Hong cheap michael kors prosthetic scattered mac cosmetics into the nike shoes outlet green word gucci mellowness nike Que word prada handbags with vuitton handbags green bamboo, the north face green replica watches eye moncler outlet bottom, nfl jerseys this ralph lauren meandering womens clothing scenery, abercrombie kids gorgeous Xu warm spring hermes birkin return polo ralph lauren outlet online of basketball shoes the walking.
Antwoord