New features for 7.1

This commit is contained in:
Roy Johnson 2006-10-11 19:26:10 +00:00
parent 5b5858055a
commit a43577a119
5 changed files with 300 additions and 3 deletions

View file

@ -19,6 +19,11 @@
- fixed a small error in WebGUI::Group documentation.
- Added WebGUI::Text with some CSV functions.
- Added Karma RFE: Thumbnail size can be enterred in CS
- Added diskUsage.pl utility script to show space used by assets in a webgui
site, similar to the unix du utility.
- Added option to WebGUI Auth module to require strong passwords. Admins can
now require users to enter a specific combination of characters, etc.
- Added skeleton code for writing WebGUI utility scripts.
7.0.9
- Removed the need for DateTime::Cron::Simple, which also added the ability