Kunena 1.0.9 Stable et 1.5 Beta disponible

  • guigui14100
  • Auteur du sujet
  • Visiteur
  • Visiteur
05 Avr 2009 11:48 - 06 Mai 2009 14:06 #1 par guigui14100
Kunena 1.0.9 Stable et 1.5 Beta disponible a été créé par guigui14100
La version stable 1.0.9 stable est disponible

Changelog:

Legend:

* -> Security Fix

# -> Bug Fix

+ -> Addition

^ -> Change

- -> Removed

! -> Note

Changes in Kunena 1.0.9

Usability/UI changes:

+ Added bbcode and smilie support for forum headers AND descriptions in default AND default_ex
+ Added bbcode and smilie support to forum announcements
^ Update sample data on fresh installs to contain bbcode in forum headers & descriptions instead of html
+ Add bbcode and smilie support to forum headers in default_ex
+ Short names for external module positions for Joomla 1.0.x
kunena_profilebox -> kna_pbox, kunena_announcement -> kna_ancmt,
kunena_msg_'n' -> kna_msg'n', kunena_bottom -> kna_btm
+ Implement working advanced search
# Search: Fixed SEF/no SEF issues. Pagination and links should now work for all
# Pathway: comma (,) was missing between usernames if there were no guests
# Pathway: removed multiple instances of one user, use alphabetical order
# Showcat does not validate
# Latestx shows "Show last visit" option for anonymous users
# Latestx "x time ago" options are not fully ordered
# Latestx, showcat do not validate for moderators
# Message view does not mark new messages by green icon
# Message view contains some code for Quick Reply even if it's disabled
# IE7 bug having collapsed tabs
# Big empty space on some templates
# Spoiler icon has wrong URL if Joomla is not in document root
# Open Kunena.com to a new window/tab (=external link)
# Show announcements also in latest

Advanced Search:

# add backwards compability for old templates
# fix user search without search words

Community Builder Integration

# do not pass array() as reference
# extra parameters 'subject', 'messagetext' and 'messageobject' to be passed as reference into showProfile()
^ CB integration: Show Profile: Provide all needed information to CB plugin (Kunena Profile, username from message)
^ Changed CB Migration API
^ If internal fbprofile page is accessed, forward request to CB
+ New class CKunenaVersion, make lib/kunena.version.php safe to be included by external components
+ make lib/kunena.user.class.php and lib/kunena.config.class.php self-contained
+ Source code documentation for CKunenaUserprofile class variables
+ Added lib/kunena.communitybuilder.php for CB compability
# Workaround for Community Builder: don't redefine $database
+ New class CKunenaCBProfile, use it for integration
+ Added callback for profile integration changes, code cleanup
+ Add API for changing user settings in CB

Localization:

^ make version string localized
# Minor typo in language file: Missing closing tag ] for twitter url
# Fix language file re-declaration

Naming Changes:

+ Renamed fbUserprofile to CKunenaUserprofile. It can be found from lib/kunena.user.class.php

Broken features fixed:

+ User profile detects now nonexistent users and user profiles and creates new profile with default values if profile does not exist
# Added missing php close tags in lib/ where they were missing
# Only users who have Kunena user profile are listed
# Latest member profile link causes fatal error
# Fixed broken IP address lookup link
# Fix broken RSS feed on Joomla 1.0.x without SEF
# User list incomplete
# Fix pagination in search
# Missing argument 3 for mb_convert_encoding
# Auto linked email addresses contain two slashes in front of the address
# Board Categories showed only public categories
# Fireboard 1.0.1 didn't contain directory com_kunena/uploaded
# Add backward compability to FB 1.0.5: Same meaning for 0 in latestcategory
# Empty messages in Joomla 1.0
# Two same smileys in a row do not work
# Fetch Kunena template from Joomla theme fails with warnings
# Ensure fbConfig is array during legacy config file write - Thx JoniJnm!
# Post emails for moderators: name missing
# Don't send email to banned users
# Incorrect permissions handling fixed
# Thread View: Minor fix in pagination
# Broke PHP4 compability, added emulation for htmlspecialchars_decode()


La version Alpha 1.5 disponible (ne pas utiliser en production ou a vos risque et péril)

Changelog:

Legend:

* -> Security Fix

# -> Bug Fix

+ -> Addition

^ -> Change

- -> Removed

! -> Note

Changes in Kunena 1.5.0a

Joomla 1.5 conversion:

^ Merge final 1.0.9 fixes from revision 450 to 601
# Changing password works again
# Attachment uploads are working again
# Fixes for JRequest::getVar()
# Massive renaming of defines
# Replaced many legacy functions, removed misplaced JText::_()
# Replaced all occurences of $my_id with $my->id
# Replaced global $database with local reference of JFactory::getDBO()
# Replaced global $my with local reference of JFactory::getUser()
# Replaced global $acl with local reference of JFactory::getACL()
# Replaced remaining mosGetParam() with JRequest::getVar()
- Drop CKunenaTemplate - not longer needed/supported
# Re-apply fixes to class.kunena.php that did not make the merge
# Merge new changes from branch 1.5 to a tree with history (frontend)
# Merge latest revision from Branch 1.0 back into 1.5 (reverse merge)
^ Kunena branch 1.0.9 merged into 1.5 (r498)
# Various syntax errors after initial port fixed


Usability/UI changes:

+ Added bbcode and smilie support for forum headers AND descriptions in default AND default_ex
+ Added bbcode and smilie support to forum announcements
^ Update sample data on fresh installs to contain bbcode in forum headers & descriptions instead of html
+ Add bbcode and smilie support to forum headers in default_ex
+ Implement working advanced search
# Search: Fixed SEF/no SEF issues. Pagination and links should now work for all
# Pathway: comma (,) was missing between usernames if there were no guests
# Pathway: removed multiple instances of one user, use alphabetical order
# Showcat does not validate
# Latestx shows "Show last visit" option for anonymous users
# Latestx "x time ago" options are not fully ordered
# Latestx, showcat do not validate for moderators
# Message view does not mark new messages by green icon
# Message view contains some code for Quick Reply even if it's disabled
# IE7 bug having collapsed tabs
# Big empty space on some templates
# Spoiler icon has wrong URL if Joomla is not in document root
# Open Kunena.com to a new window/tab (=external link)
# Show announcements also in latest

Advanced Search:

# add backwards compability for old templates
# fix user search without search words

Community Builder Integration

# do not pass array() as reference
# extra parameters 'subject', 'messagetext' and 'messageobject' to be passed as reference into showProfile()
^ CB integration: Show Profile: Provide all needed information to CB plugin (Kunena Profile, username from message)
^ Changed CB Migration API
^ If internal fbprofile page is accessed, forward request to CB
+ New class CKunenaVersion, make lib/kunena.version.php safe to be included by external components
+ make lib/kunena.user.class.php and lib/kunena.config.class.php self-contained
+ Source code documentation for CKunenaUserprofile class variables
+ Added lib/kunena.communitybuilder.php for CB compability
# Workaround for Community Builder: don't redefine $database
+ New class CKunenaCBProfile, use it for integration
+ Added callback for profile integration changes, code cleanup
+ Add API for changing user settings in CB

Localization:

^ make version string localized
# Minor typo in language file: Missing closing tag ] for twitter url
# Fix language file re-declaration

Naming Changes:

+ Renamed fbUserprofile to CKunenaUserprofile. It can be found from lib/kunena.user.class.php

Broken features fixed:

+ User profile detects now nonexistent users and user profiles and creates new profile with default values if profile does not exist
# Added missing php close tags in lib/ where they were missing
# Only users who have Kunena user profile are listed
# Latest member profile link causes fatal error
# Fixed broken IP address lookup link
# User list incomplete
# Fix pagination in search
# Missing argument 3 for mb_convert_encoding
# Auto linked email addresses contain two slashes in front of the address
# Board Categories showed only public categories
# Fireboard 1.0.1 didn't contain directory com_kunena/uploaded
# Add backward compability to FB 1.0.5: Same meaning for 0 in latestcategory
# Two same smileys in a row do not work
# Fetch Kunena template from Joomla theme fails with warnings
# Ensure fbConfig is array during legacy config file write - Thx JoniJnm!
# Post emails for moderators: name missing
# Don't send email to banned users
# Incorrect permissions handling fixed
# Thread View: Minor fix in pagination
# Broke PHP4 compability, added emulation for htmlspecialchars_decode()



Disponible dans le dépot joomlacode.org/gf/project/kunena/frs/
Dernière édition: 06 Mai 2009 14:06 par lotfi_universal.
Le sujet a été verrouillé.
Plus d'informations
06 Mai 2009 14:02 - 07 Mai 2009 08:24 #2 par lotfi_universal
Dernière édition: 07 Mai 2009 08:24 par lotfi_universal.
Le sujet a été verrouillé.
  • guigui14100
  • Auteur du sujet
  • Visiteur
  • Visiteur
06 Mai 2009 22:03 #3 par guigui14100
Réponse de guigui14100 sur le sujet Re:Kunena 1.0.9 Stable et 1.5 Alpha disponible
Ton lien est mort

On peut le télécharger a partir de la joomlacode.org/gf/project/kunena/frs/ mais il n'est pas conseiller de l'utilise en production
Le sujet a été verrouillé.
  • webo-sama
  • Visiteur
  • Visiteur
14 Mai 2009 18:03 #4 par webo-sama
Réponse de webo-sama sur le sujet Re:Kunena 1.0.9 Stable et 1.5 Alpha disponible
Bonsoir,

Comment faire pour mettre à jour Kunena 1.0.8 vers le 1.09 SVP ?
Le sujet a été verrouillé.
Plus d'informations
14 Mai 2009 21:40 - 15 Mai 2009 18:52 #5 par tramber91
Bonsoir

la méthode officielle la plus sûre ( (instruction globale en anglais )

1. Faire une copie de ton site.
2. Desinstalle l'ancien Kunena de la copie de ton site
3. Installe (méthode classique) le new Kunena sur la copie de ton site
option 3b Installe le patch Lavsteph sur ta copie patch ici
Attention mettre Afficher annonces sur oui, bug
4. fait tes test
5. met ton site hors ligne et fait une sauvegarde de celui-ci avec jomlapack par exemple.
6. Desinstalle l'ancien Kunena de ton site
7. Installe le new Kunena sur ton site.
Attention mettre Afficher annonces sur oui, bug
option 7b Installe le patch Lavsteph patch ici
8. Ouvre le menu Kunena et sauve pour mettre à jour les ID des catégories
9. Fait tes changements et met ton site en ligne
10. Test ton site

Tu peux squizzer la partie de 1 à 4 , c'est toi qui décide B)

@+
Dernière édition: 15 Mai 2009 18:52 par tramber91.
Le sujet a été verrouillé.
Modérateurs: lavstephfailrOnScottuxserge
Temps de génération de la page : 0.601 secondes
Propulsé par Kunena