Ignore:
Timestamp:
Oct 28, 2009, 3:36:29 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] pre 2.12.0 identified as 2.12.0a :

  • Improving plugin upgrade process
  • Adding new function (Ghost Tracker - Tracking of ghost users) from bug 1194 : Only admin panel and database requests are coded.
  • Language files updated for new Ghost Tracker feature.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/main.inc.php

    r4124 r4135  
    22/*
    33Plugin Name: NBC UserAdvManager
    4 Version: 2.11.5
     4Version: 2.12.0a
    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
     
    6060
    6161-- 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.
     62                                                Feature 1172 added : Email providers exclusion list can be set with CR/LF between each entry. The comma seperator (,) is still mandatory.
    6363                                                Bug 1175 fixed : Bad translation tag in french language file.
    6464                                                Improvement of unvalidated users management tab (feature 1174)- Expired users are displayed in red color text.
     
    7171
    7272-- pre 2.12.0 : Bug 1206 fixed : All plugin functionnalities work in user's profile page
    73             Plugin's core code and admin panel refactoring
    74             Password control and enforcement : A complexity score is computed on user registration. If this score is less than the goal set by admin, the password choosen is rejected.
     73                Plugin's core code and admin panel refactoring
     74                Password control and enforcement : A complexity score is computed on user registration. If this score is less than the goal set by admin, the password choosen is rejected.
     75                Feature 1194 "Ghost Tracker" added : New plugin tab displays users who don't comes back to the gallery since x days. Ability to send email reminders and to delete reminded but "dead" users. It's the reason why this feature is called "Ghost Tracker".
    7576*/
    7677
     
    7980 ***** TODO List *****
    8081
    81 ++ No validation needed for admins users comments (new trigger needed in comments.php)
    82 
    83 ++ No single email check for admins (new trigger needed in (functions_user.inc.php ?))
     82++ No validation needed for admins users comments (new trigger needed in comments.php ?)
     83
     84++ No single email check for admins (new trigger needed in functions_user.inc.php ?)
    8485
    8586++ Password control and enforcement
     
    357358}
    358359
     360
    359361add_event_handler('user_comment_check', 'UserAdvManager_CheckEmptyCommentAuthor', 50, 2);
    360362
Note: See TracChangeset for help on using the changeset viewer.