News:

Le forum utilise de nouveau le logiciel SMF

Main Menu

Historique du forum

Started by sergiodadi, August 30, 2011, 09:56:32 PM

Previous topic - Next topic

sergiodadi

Historique du forum:
  • début mars 2011 : création du forum par sergiodadi  avec le logiciel SMF 1.1.13
  • 24 mars 2011: ouverture  au public 
  • 20 mai 2011 : installation du module "RSS Feed Poster" qui permet de poster et de convertir automatiquement des tweets en articles de forum
  • 18 juin 2011:  le forum est mis à jour avec la nouvelle version de SMF 2.0
  • 23 juillet: création d'une page Facebook  "Le Forum Francophone de Nikki Yanofsky"
  • 23 juillet: installation du module "FB & Twitter Sharer" qui permet de partager un article du forum vers un compte Facebook ou Twitter
  • 24 juillet 2011: patateman devient modérateur
  • 31 juillet 2011: installation du module "SA Affiliates"
  • 8 août 2011 : installation du module "Google PageRank Icon"
  • 2 août 2011: installation du module "Add Googleplus to posts"
  • 15 août 2011: déclaration du forum dans Tapatalk
  • 22 septembre 2011: mise à jour en version 2.0.1
  • 23 décembre 2011: mise à jour en version 2.0.2
  • 22 décembre 2012: mise à jour en version 2.0.3
  • 22 décembre 2012: mise à jour en version 2.0.3
  • 2013: mise à jour de SMF
  • 10 octobre 2014: mise à jour en version 2.0.9
  • 10 octobre 2014: changement d'hébergeur
  • 22 septembre 2015: mise à jour en version 2.0.11
  • 12 janvier 2017: mise à jour en version 2.0.13
  • 16 mai 2017: mise à jour en version 2.0.14
  • changement d'hébergeur
  • 8 septembre 2020: mise à jour en version 2.0.17
  • 10 février 2021: mise à jour en version 2.0.18
  • 11 mai 2021: migration vers ElkArte 1.1.7 
  • 16 mars 2023: mise à jour en version 1.1.9
  • 10 août 2025: on repasse en SMF 2.1.6
--
Serge

admin-smf

Changement d'hébergeur en 2019  :)

sergiodadi

Mise à jour en v 2.0.18

The patch is focused on PHP 7.4 support as well as other issues encountered on previous versions such as

  • Policy acceptance missing id_member.
  • Addresses PHP parse errors when using SMF file cache
  • Avoids truncating Settings.php until after we have a lock on the file
  • Tighten up security checks, bring in sync with 2.1
  • Brought the UTF16-to-UTF8 logic over from 2.1
  • Always include email address when downloading user's own profile data
  • Fix missing info affecting logging for new registrations
  • Fixes bugs with multi-version jumps (via CLI) where settings weren't refreshed
  • Set utf8 as default going forward
--
Serge

manage-forum-ny

Mise à jour en ElkArte 1.1.9:

Today, we are pleased to release ElkArte 1.1.9. This is the 10th release in the 1.1 line.

This release addresses any remaining compatibility issues with PHP 8.1. In addition to full PHP 8.x support, bugs were identified and fixed, enhancements to existing functionality was added and a several new features were added. Overall this is a large update intended to bridge the gap between the 1.1 and upcoming 2.0 line.

New Features and Enhancements

- Quick Quote allows you to select text in a post and quote just that selection when making a reply.
- Quote Show More is a quote display limiting function. Should someone quote a long post, only a portion is shown unless the users selects the "show more" text that is overlayed on the quote. This length is configurable in the admin panel.
- Webp support for attachments and avatars.
- Open graph meta data and schema.org micro data, to help with SEO, is generated and inserted in the page output.
- Nested Quote Depth level vs previous behavior of yes/no.
- Save avatars as and thumbs as PNG option has been removed. The system will now detect if the image has transparency and save as appropriate (Webp or if not enabled then PNG or JPG)

Refer to the release notes on the forum for a complete list of improvements, updates and fixes https://github.com/elkarte/Elkarte/releases/tag/v1.1.9

admin-smf

On revient en SMF version 2.1.6:

SMF 2.1.6 is a minor hotfix for 2.1.5, and since 2.1.5 was released only a few days ago, we're including the release notes for 2.1.5 as well for your convenience.

    PHP support:
        Raises the minimum supported PHP version from 7.0 to 7.1.
        Adds support for PHP 8.4.
    Security:
        Fixes some security issues. For this reason, upgrading is strongly recommended.
    User profiles:
        Fixes errors when profile fields using the "nohtml" mask are given values with Unicode characters or quotation marks.
        Adds a new, separate permission for using Gravatars.
    Attachments:
        Several fixes and improvements for the attachment upload UI.
        Sets Content-Disposition header correctly for attachments for mobile browsers.
        Improves handling of SVG image attachments
        Adds support for WEBP images.
    Editor and BBCode:
        The "Quote Selected Text" button is now more tolerant of "messy" selection ranges.
        Shows "Last Edit" info (if applicable) when editing a post.
        Improves smileys popup behavior.
        Improves image quality of previews for embedded attachments in the WYSIWYG editor.
        Fixes bugs in a few edge cases when parsing BBCode.
        Centers BBCode tables wrapped in the center BBCode.
        Fixes PHP syntax highlighting in BBCode under PHP 8.3+.
        Fixes issues with broken HTML entities in warning templates.
    Calendar:
        Shows multiple calendar events on the same day correctly.
    Search:
        Fixes undefined variable error in custom search API.
        Fixes a bug where the last character of a Unicode search term could be mangled.
        Returns correct search results when post moderation is enabled.
    Email:
        Notification emails always use display names, never usernames.
        Improved handling of SMTP errors when sending emails.
        Fixes a bug where undeliverable emails might never clear from the mail queue.
        Accepts wildcards in email-based ban triggers.
    Admin:
        Updates Unicode data files in a background task. (This ensures the forum will always have up-to-date support for the latest emojis and such.)
        Fixes bug where rearranging boards in the admin center could cause some boards to temporarily not be shown.
    Other:
        Fixes errors in RSS feeds for messages by members with commas in their usernames.
        Fixes the integrate_error_types integration hook.
        Fixes the integrate_attachments_browse integration hook.
        Fixes open_basedir warnings in PHP 8.
        Fixes some minor UI bugs.