Made file upload use the Form API instead of the Storage API due to name hacks

This commit is contained in:
Colin Kuskie 2007-03-06 03:43:48 +00:00
parent 6f441d69c3
commit 57fc140369
5 changed files with 15 additions and 12 deletions

View file

@ -15,6 +15,7 @@
- fix: Fixed the left column template, which still used the RawHeadTags
macro. (perlDreamer Consulting, LLC)
- Fixed a bad module name in the updated WeatherData asset (perlDreamer Consulting, LLC)
- File and Image handling via Storage.pm (perlDreamer Consulting, LLC)
7.3.11
- Added an option for enabling coverage tests to testCodebase.pl.