[R45phpbbmods-checkins] user_search INSTALL,1.4,1.5
Brought to you by:
rasadam
|
From: Adam A. <ra...@us...> - 2004-05-19 21:44:50
|
Update of /cvsroot/r45phpbbmods/user_search In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10114 Modified Files: INSTALL Log Message: Preparing for RC2 Index: INSTALL =================================================================== RCS file: /cvsroot/r45phpbbmods/user_search/INSTALL,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** INSTALL 12 Apr 2004 09:41:08 -0000 1.4 --- INSTALL 19 May 2004 21:44:40 -0000 1.5 *************** *** 4,10 **** ## 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), banned, IP address (used to post), disabled accounts and disabled ! ## PM priviliges. ! ## MOD Version: 1.0.0 ## ## Installation Level: (Easy) --- 4,11 ---- ## 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. ! ## MOD Version: 1.0.0 RC 2 ## ## Installation Level: (Easy) *************** *** 23,30 **** ## MOD History: ## ! ## ??? - Version 1.0.0 ## - Fixed bug with LIMIT clause on main SELECT statement. Use the PostgreSQL syntax, ## LIMIT <num> OFFSET <offset>, rather than the ANSI/SQL Standard, LIMIT <offset>,<rows> ## - Fixed bug with the Sort Options text not showing up ## 2004/4/10 - Version 1.0.0 RC 1 ## - Initial Release --- 24,39 ---- ## MOD History: ## ! ## 2004/5/19 - Version 1.0.0 RC 2 ## - Fixed bug with LIMIT clause on main SELECT statement. Use the PostgreSQL syntax, ## LIMIT <num> OFFSET <offset>, rather than the ANSI/SQL Standard, LIMIT <offset>,<rows> ## - Fixed bug with the Sort Options text not showing up + ## - Added Features: + ## Regular Expression searching in Username and Emails + ## Postcount searching (Range, Equals, Less/Greater than) + ## Userfield Searching (ICQ, Website, e.t.c.) with Regex Support + ## Board Language (as per profile) + ## Style Selected (as per profile) + ## Timezone selected (as per profile) + ## Moderators of a specific forum ## 2004/4/10 - Version 1.0.0 RC 1 ## - Initial Release |