[R45phpbbmods-checkins] user_search INSTALL,1.10,1.11
Brought to you by:
rasadam
|
From: Adam A. <ra...@us...> - 2004-12-31 13:14:58
|
Update of /cvsroot/r45phpbbmods/user_search In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22804 Modified Files: INSTALL Log Message: Index: INSTALL =================================================================== RCS file: /cvsroot/r45phpbbmods/user_search/INSTALL,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** INSTALL 31 Dec 2004 05:29:32 -0000 1.10 --- INSTALL 31 Dec 2004 13:14:49 -0000 1.11 *************** *** 4,8 **** ## MOD Description: This is an admin module for the ACP system. It allows Searching for users based on their ## username, email address, date registered, usergroup, permission status ! ## (mod/admin), post count, userfields (ICQ/Yahoo/Website/Interests/e.t.c.), Language, ## Timezone, Moderators (of a specific forum), banned users, IP address (used to post), ## disabled accounts and disabled PM priviliges. --- 4,8 ---- ## MOD Description: This is an admin module for the ACP system. It allows Searching for users based on their ## username, email address, date registered, usergroup, permission status ! ## (mod/admin), post count, userfields (ICQ/Yahoo/Website/Interests/e.t.c.), Language, Last Visit, ## Timezone, Moderators (of a specific forum), banned users, IP address (used to post), ## disabled accounts and disabled PM priviliges. *************** *** 38,43 **** ## - Fixed bug in Moderators Query (Ommited forum clause) (Credits to JRSweets) ## - Fixed bug in Group Selecting where total SQL returned maximum 1 row (Credits to nanjang) ! ## - Fixed bug where users would be selected twice if the had moderation permissions set by ## a group and their individual permissions ## - Removed SQL Injection vulnerability ## - Fixed bug with incorrect language file calls --- 38,46 ---- ## - Fixed bug in Moderators Query (Ommited forum clause) (Credits to JRSweets) ## - Fixed bug in Group Selecting where total SQL returned maximum 1 row (Credits to nanjang) ! ## - Fixed bug where users would be selected twice if they had moderation permissions set by ## a group and their individual permissions + ## - Fixed bug in Last Moderator search sorting (Phineus1) + ## - Fixed Regex bug due to escaped characters (Phineus1) + ## - Fixed bug in slashed characters being slashed again on pagination ## - Removed SQL Injection vulnerability ## - Fixed bug with incorrect language file calls |