add docs for fixing missing thumbnails and add the --help switch to the thumbnailer script

This commit is contained in:
Colin Kuskie 2007-03-01 22:37:25 +00:00
parent 7fb381c646
commit 83eb765fef
3 changed files with 19 additions and 2 deletions

View file

@ -2,6 +2,8 @@
- fix: Fixing bad link on the Event page to the search engine. Added a new
Event template variable called urlSearch to handle it. (perlDreamer Consulting, LLC)
- fix: Set default groupIdEditEvent to groupIdEdit during upgrade (perlDreamer Consulting, LLC)
- Rewrote the sbin/thumbnail.pl script and added an option to only create
thumbnails for images without thumbnails. (perlDreamer Consulting, LLC)
7.3.11
- Added an option for enabling coverage tests to testCodebase.pl.