Fork me on GitHub




(1) 2 3 »


XOOPS 2.4.0 Beta 1 Is Released
Xoops accro
Inscrit: 25/11/2004 12:53
De 48400 Florac - France
Messages: 3370

Posté le : 10/08/2009 20:32
Partager Twitter Partagez cette article sur GG+
Re: XOOPS 2.4.0 Beta 1 Is Released
Supporter Xoops
Inscrit: 09/01/2005 13:37
De Breizh
Messages: 16972
Bonjour,

Je vais publier la version française dans la soirée, nous finissons quelques tests avec christian

@++

Posté le : 10/08/2009 21:30

La connaissance s'accroît quand on la partage ...
Partager Twitter Partagez cette article sur GG+
Re: XOOPS 2.4.0 Beta 1 Is Released
Régulier
Inscrit: 04/02/2003 03:43
De Carcassonne
Messages: 173
Merci Kris pour la version française de cette nouvelle version

Néanmoins comme à chaque version beta qui sortent, nous recommandons aux utilisateurs désirant tester cette version, de ne pas le faire sur un site de production.

Seule la version finale est considérée comme stable et peut être mise sur un site de production.

Posté le : 10/08/2009 22:11

vivement l'heure de l'apéro
Partager Twitter Partagez cette article sur GG+
Re: XOOPS 2.4.0 Beta 1 Is Released
Supporter Xoops
Inscrit: 09/01/2005 13:37
De Breizh
Messages: 16972
Bonjour,

Pour ceux qui veulent tester la version 2.4.0 beta 1, ils peuvent la télécharger en français en cliquant sur ce lien.

Cette version est une beta, donc uniquement destinée à des tests afin d'aider le projet Xoops.
De nombreux éditeurs se trouvent dans cette version, il faut savoir qu'ils ne le seront pas tousdans la version finale.

Vous pouvez débattre (dysfonctionnement, suggestions d'amélioration, etc ...) sur ce package en postant sur le forum xoops.org dédié à celà.

Concernant la traduction française, vous pouvez le faire dans ce sujet sur Xoops France

Kris

Posté le : 11/08/2009 10:31

La connaissance s'accroît quand on la partage ...
Partager Twitter Partagez cette article sur GG+
Re: XOOPS 2.4.0 Beta 1 Is Released
Supporter Xoops
Inscrit: 09/01/2005 13:37
De Breizh
Messages: 16972
XOOPS Changelog
============================
8/9/2009: 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: XoopsERM extends Class tar - See class\class.tar.php (wishcraft)
- Changed: XoopsERM extends Class zipfile - See class\class.zip.php (wishcraft)
- Changed: XoopsERM extends Class XoopsCommentsRender - See class\commentrenderer.php (wishcraft)
- Changed: XoopsERM extends Class CiteriaElement - See class\criteria.php (wishcraft)
- Changed: XoopsERM extends Class XoopsDownloader - See class\downloader.php (wishcraft)
- Changed: XoopsERM extends Class ErrorHandler - See class\errorhandler.php (wishcraft)
- Changed: XoopsERM extends Class MyTextSanitizer - See class\module.textsanitizer.php (wishcraft)
- Changed: XoopsERM extends Class XoopsPageNav - See class\pagenav.php (wishcraft)
- Changed: XoopsERM extends Class Snoopy - See class\snoopy.php (wishcraft)
- Changed: XoopsERM extends Class xos_opal_ThemeFactory - See class\theme.php (wishcraft)
- Changed: XoopsERM extends Class xos_logos_PageBuilder - See class\theme_blocks.php (wishcraft)
- Changed: XoopsERM extends Class XoopsObjectTree - See class\tree.php (wishcraft)
- Changed: XoopsERM extends Class XoopsMediaUploader - See class\uploader.php (wishcraft)
- Changed: XoopsERM extends Class XoopsUserUtility - See class\userutility.php (wishcraft)
- Changed: XoopsERM extends Class xos_kernel_Xoops2 - See class\xoopskernel.php (wishcraft)
- Changed: XoopsERM extends Class XoopsLists - See class\xoopslists.php (wishcraft)
- Changed: XoopsERM extends Class XoopsLoad - See class\xoopsload.php (wishcraft)
- Changed: XoopsERM extends Class XoopsLocalAbstract - See class\xoopslocal.php (wishcraft)
- Changed: XoopsERM extends Class XoopsSecurity - See class\xoopssecurity.php (wishcraft)
- Changed: XoopsERM extends Class XoopsStory - See class\xoopsstory.php (wishcraft)
- Changed: XoopsERM extends Class XoopsTopic - See class\xoopstopic.php (wishcraft)
- Changed: XoopsERM extends Class XoopsTree - See class\xoopslists.php (wishcraft)
- Changed: XoopsERM extends Class XoopsAuth - See class\auth\auth.php (wishcraft)
- Changed: XoopsERM extends Class XoopsAuthProvisionning - See class\auth\auth_provisionning.php (wishcraft)
- Changed: XoopsERM extends Class XoopsCache - See class\cache\xoopscache.php (wishcraft)
- Changed: XoopsERM extends Class XoopsCaptcha - See class\captcha\xoopscaptcha.php (wishcraft)
- Changed: XoopsERM extends Class XoopsDatabase - See class\database\database.php (wishcraft)
- Changed: XoopsERM extends Class XoopsDatabaseFactory - See class\database\databasefactory.php (wishcraft)
- Changed: XoopsERM extends Class XoopsFileHandler - See class\file\file.php (wishcraft)
- Changed: XoopsERM extends Class XoopsFolderHandler - See class\file\folder.php (wishcraft)
- Changed: XoopsERM extends Class XoopsLogger - See class\logger\logger.php (wishcraft)
- Changed: XoopsERM extends Class PHPMailer - See phpmailer\class.phpmailer.php (wishcraft)
- Changed: XoopsERM extends Class XoopsModelFactory - See class\model\xoopsmodel.php (wishcraft)
- Changed: XoopsERM extends Class XoopsUtility - See class\utility\xoopsutility.php (wishcraft)
- Changed: XoopsERM extends Class SaxParser - See xml\saxparser.php (wishcraft)
- Changed: XoopsERM extends Class XmlTagHandler - See xml\xmltaghandler.php (wishcraft)
- Changed: XoopsERM extends Class XoopsForm - See xoopsform\form.php (wishcraft)
- Changed: XoopsERM extends Class XoopsFormElement - See xoopsform\formelement.php (wishcraft)
- Changed: XoopsERM extends Class XoopsBlockInstance - See kernel\blockinstance.php (wishcraft)
- Changed: XoopsERM extends Class XoopsConfigHandler - See kernel\config.php (wishcraft)
- Changed: XoopsERM extends Class XoopsBlockInstance - See kernel\blockinstance.php (wishcraft)
- Changed: XoopsERM extends Class XoopsRegistryHandler - See kernel\handlerregistry.php (wishcraft)
- Changed: XoopsERM extends Class XoopsMemberHandler - See kernel\member.php (wishcraft)
- Changed: XoopsERM extends Class XoopsObject - See kernel\object.php (wishcraft)
- Changed: XoopsERM extends Class XoopsMemberHandler - See kernel\member.php (wishcraft)
- Changed: XoopsERM extends Class XoopsObject - See kernel\object.php (wishcraft)
- Changed: XoopsERM extends Class XoopsOnline - See kernel\online.php (wishcraft)
- Changed: XoopsERM extends Class XoopsSession - See kernel\session.php (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: xoopserm.php - Enterprise Relational Management Class - see /class/xoopserm.php (wishcraft)
+ Added: getObjectID - Function for generation object id for all classes (Legal ERM Requirement) - see /class/xoopserm.php (wishcraft)
+ Added: getArrayID - Function for generation array id for all arrays (Legal ERM Requirement) - see /class/xoopserm.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)

Posté le : 11/08/2009 10:35

La connaissance s'accroît quand on la partage ...
Partager Twitter Partagez cette article sur GG+
Re: XOOPS 2.4.0 Beta 1 Is Released
Semi pro
Inscrit: 27/10/2004 11:10
Messages: 566
@Kris
Bonjour
je suis entrain de traduire le texte de Mamba, j'ai presque fini

Posté le : 11/08/2009 10:49

J'aime les sirènes ...
j'aime pas les arrêtes dans le poisson !...
Partager Twitter Partagez cette article sur GG+
Re: XOOPS 2.4.0 Beta 1 Is Released
Semi pro
Inscrit: 08/03/2006 21:08
Messages: 1176
Citation :

kris a écrit:
Bonjour,

Pour ceux qui veulent tester la version 2.4.0 beta 1, ils peuvent la télécharger en français en cliquant sur ce lien.

Cette version est une beta, donc uniquement destinée à des tests afin d'aider le projet Xoops.
De nombreux éditeurs se trouvent dans cette version, il faut savoir qu'ils ne le seront pas tousdans la version finale.

Vous pouvez débattre (dysfonctionnement, suggestions d'amélioration, etc ...) sur ce package en postant sur le forum xoops.org dédié à celà.

Concernant la traduction française, vous pouvez le faire dans ce sujet sur Xoops France

Kris


Salut Kris et merci pour cette version française! Il y a juste un petit souci dans le traduction de protector, modinfo.php à la ligne 8:

if( defined"FOR_XOOPS_LANG_CHECKER" ) || ! defined( $constpref."_LOADED" ) ) {


qu'il faut remplacer par ça:

if( defined'FOR_XOOPS_LANG_CHECKER' ) || ! defined$constpref.'_LOADED' ) ) {


Sinon ca fait planter tout le site...

Posté le : 11/08/2009 23:41
Partager Twitter Partagez cette article sur GG+
Re: XOOPS 2.4.0 Beta 1 Is Released
Supporter Xoops
Inscrit: 09/01/2005 13:37
De Breizh
Messages: 16972
@ mage : corrigé sur le svn, dugris postera l'archive corrigée de la beta

Posté le : 12/08/2009 00:01

La connaissance s'accroît quand on la partage ...
Partager Twitter Partagez cette article sur GG+
Re: XOOPS 2.4.0 Beta 1 Is Released
Xoops accro
Inscrit: 25/11/2004 12:53
De 48400 Florac - France
Messages: 3370
Le bug n'était que sur la Beta1_fr pas sur la Beta1 que j'ai téléchargée depuis xoops.org
On dirait aussi que ce n'était que dans le dossier "french".

Philippe.

Posté le : 12/08/2009 00:11
Partager Twitter Partagez cette article sur GG+
Re: XOOPS 2.4.0 Beta 1 Is Released
Semi pro
Inscrit: 08/03/2006 21:08
Messages: 1176
Oui, ça concerne uniquement la version en français proposée ici!

Posté le : 12/08/2009 07:02
Partager Twitter Partagez cette article sur GG+

 Haut   Précédent   Suivant
(1) 2 3 »



Vous pouvez voir les sujets.
Vous ne pouvez pas débuter de nouveaux sujets.
Vous ne pouvez pas répondre aux contributions.
Vous ne pouvez pas éditer vos contributions.
Vous ne pouvez pas effacez vos contributions.
Vous ne pouvez pas ajouter de nouveaux sondages.
Vous ne pouvez pas voter en sondage.
Vous ne pouvez pas attacher des fichiers à vos contributions.
Vous ne pouvez pas poster sans approbation.

Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

88 Personne(s) en ligne (74 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 88 | Plus ...