Changeset 23902


Ignore:
Timestamp:
Jul 10, 2013, 11:03:15 PM (11 years ago)
Author:
Eric
Message:

Next version is 2.50.10 :
Bug fixed on automated task triggered for ghost users
Compatibility with other plugins fixed (considering Register_FluxBB and Prune_History)
Update el_GR, thanks to : bas_alba
Update da_DK, thanks to : Kaare
Update es_ES, thanks to : jpr928
Update tr_TR, thanks to : LazBoy
Update de_DE, thanks to : Yogie
Update ru_RU, thanks to : Konve

Location:
extensions/UserAdvManager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/changelog.txt.php

    r23564 r23902  
    429429            Update tr_TR, thanks to : hakanselcuk
    430430            Missing translation keys fixed
    431            
     431
     432-- 2.50.10 : Bug fixed on automated task triggered for ghost users
     433             Compatibility with other plugins fixed (considering Register_FluxBB and Prune_History)
     434             Update el_GR, thanks to : bas_alba
     435             Update da_DK, thanks to : Kaare
     436             Update es_ES, thanks to : jpr928
     437             Update tr_TR, thanks to : LazBoy
     438             Update de_DE, thanks to : Yogie
     439             Update ru_RU, thanks to : Konve
    432440*/
    433441?>
  • extensions/UserAdvManager/trunk/include/functions.inc.php

    r21770 r23902  
    720720              $data = pwg_db_fetch_assoc(pwg_query($query));
    721721
     722              SetUnvalidated($user_id);
    722723              demotion_mail($user_id, $data['username'], $data['mail_address']);
    723724            }
  • extensions/UserAdvManager/trunk/main.inc.php

    r21075 r23902  
    5656// Redirection to profile page
    5757// ---------------------------
    58 add_event_handler('login_success', 'UAM_LoginTasks');
     58add_event_handler('login_success', 'UAM_LoginTasks',EVENT_HANDLER_PRIORITY_NEUTRAL, 1);
    5959
    6060// Adding customized text to lost password email
Note: See TracChangeset for help on using the changeset viewer.