Ignore:
Timestamp:
Oct 6, 2009, 10:31:38 PM (15 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Merged from trunk to branch 2.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/branches/2.11/main.inc.php

    r3921 r3983  
    22/*
    33Plugin Name: NBC UserAdvManager
    4 Version: 2.11.3
     4Version: 2.11.4
    55Description: Permet de renforcer les possibilités de gestion des utilisateurs - Enforce users management
    66Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=216
     
    1717
    1818-- 2.10.3 : Final and fully functional release
    19                         Bug resolved on plugin activation
     19                                                Bug resolved on plugin activation
    2020
    2121-- 2.10.4 : Bug fixed on profiles update
     
    2828
    2929-- 2.10.8 : ConfirmMail page looks better (Sylvia theme only)
    30                         Improved code for checking author on guest comments
     30                                                Improved code for checking author on guest comments
    3131
    3232-- 2.10.9 : Bug fixed - Missing english translation
    33                         Bug fixed - Notice on forbidden characters function use
    34                         Bug fixed - Audit on forbidden characters in username didn't work
    35                         Adding of email provider exclusion (like *@hotmail.com) - Warning ! -> Known bug : This feature doesn't work on user profile page. So, already registered users can change their email address to a forbiden one.
     33                                                Bug fixed - Notice on forbidden characters function use
     34                                                Bug fixed - Audit on forbidden characters in username didn't work
     35                                                Adding of email provider exclusion (like *@hotmail.com) - Warning ! -> Known bug : This feature doesn't work on user profile page. So, already registered users can change their email address to a forbiden one.
    3636
    3737-- 2.10.9a : Email provider exclusion is no longer case sensitive
     
    4444
    4545-- 2.10.9e : Compatibility improvement with PHP 5.3 - Some old functions will be deprecated like :
    46                                 ereg replaced by preg_match
    47                                 eregi replace by preg_match with "i" moderator
    48                                 split replace by preg_split
     46                                                        ereg replaced by preg_match
     47                                                        eregi replace by preg_match with "i" moderator
     48                                                        split replace by preg_split
    4949                               
    5050-- 2.10.9f : Compatibility bug fixed when used with DynamicRecentPeriod plugin
     
    5959                                                Bug fixed : Sql syntax error on plugin activation
    6060
    61 -- 2.11.3 : On Patricia's request (french forum), the unvalidated users management tab shows users according with the settings of unvalidated group and / or unvalidated status.
    62                                                 Email providers exclusion list can be set with CR/LF between each entry. The comma seperator (,) is still mandatory.
    63                                                 Bug fixed : Bad translation tag in french language file.
    64                                                 Improvement of unvalidated users management tab - Expired users are displayed in red color text.
     61-- 2.11.3 : On Patricia's request (french forum and bug 1173), the unvalidated users management tab shows users according with the settings of unvalidated group and / or unvalidated status.
     62                                                Feature 1172 : Email providers exclusion list can be set with CR/LF between each entry. The comma seperator (,) is still mandatory.
     63                                                Bug 1175 fixed : Bad translation tag in french language file.
     64                                                Improvement of unvalidated users management tab (feature 1174)- Expired users are displayed in red color text.
     65
     66-- 2.11.4 : Bug 1177 fixed : Width of excluded email providers list reset to ancient value (80 col)
     67                                                Bug 1179 fixed : Adding a notice in plugin inline documentation for use of validation groups and status. A default group must be set in Piwigo's groups settings and the "Guest" (or another user) must be set as default for status values.
     68                                                Bug 1182 fixed : Language tag missing in confirmation email generation
    6569
    6670*/
Note: See TracChangeset for help on using the changeset viewer.