- Added a basic auth mechanism to WebGUI, which will allow WebGUI to handle

authenticated web service queries.
This commit is contained in:
JT Smith 2008-10-12 23:19:46 +00:00
parent 01a5ebfbe2
commit a06dc75276
4 changed files with 87 additions and 3 deletions

View file

@ -15,6 +15,8 @@
easily.
- Added comments aspect to wiki.
- Removed cart icon from ViewCart macro.
- Added a basic auth mechanism to WebGUI, which will allow WebGUI to handle
authenticated web service queries.
- Updated WebGUI::Shop::PayDriver::processTransaction() to accept a
transaction as a param.
- fixed: Select Slider borked in Thingy (SDH Consulting Group)