removed memcached support

added check for new modules
This commit is contained in:
JT Smith 2007-05-30 18:34:25 +00:00
parent dd8238be2d
commit a7504f380a
6 changed files with 9 additions and 200 deletions

View file

@ -19,6 +19,8 @@
queries for groupIds by userId (instead of the usual userIds by groupId)
- fix: bad javascript string escaping in EMS
- fix: Unable to upload images or edit listings for Matrix
- Added import/export mechanism for EMS events.
- Removed the long depricated Memcached cache module.
7.3.19

View file

@ -22,6 +22,10 @@ save you many hours of grief.
the userProfileData table will need to be updated to reflect these
changes.
* WebGUI now requires the following additional perl modules to operate:
Config::JSON
Text::CSV_XS
7.3.16
--------------------------------------------------------------------