added new user search

This commit is contained in:
JT Smith 2004-07-05 15:37:27 +00:00
parent 2b63ab6878
commit 3375889a61
4 changed files with 57 additions and 12 deletions

View file

@ -50,6 +50,8 @@
- Added prepared statement handlers to WebGUI::SQL.
- Added transaction handlers to WebGUI::SQL.
- Added additional debugging to WebGUI::SQL.
- Added a better user search mechanism, which works well even with 100,000
users.
6.0.3

View file

@ -140,6 +140,11 @@ gen61i18nfrom60data.pl
We also made the International API object oriented. The old procedural version
is still intact as well. See WebGUI::International for API changes.
As a developer you can convert your translations (including English) and your
help files using a script we provide. You can find the script here:
http://www.plainblack.com/translations?wid=1552&func=viewSubmission&sid=1213
5.8 WebGUI::Session Changes
In 6.1 we changed the session API to remove functions that didn't really