From: John M. <mo...@mu...> - 2001-03-11 02:54:51
|
IDS 0.6a10 is now available: http://arwen.hn.org/~john/ The code cleanup continues... All IDS scripts are now running under "use strict." Most of them will also run with taint-checking turned on. I'm curious to see if this will work under mod_perl. I fixed a bug that was preventing the search functions from finding the comment files. I fixed a bug that was causing the generatePrevNext function to create bogus directories in the image-cache. I added the ability to specify the max number of comments to be displayed in the commentviewer CGI to the prefs. In the past, users of the admin CGI have experienced unexpected results if they reloaded a page after performing certain actions. For example, if someone rotated an image, their browser would then be pointed at: /ids/admin/index.cgi?mode=rotateimage°rees=90&itemtorotate=test/test.jpg If they reloaded the page, the image would be rotated again. The admin CGI now uses the HTTP "Location:" header to redirect them to the correct page. In the case above, this would be: /ids/admin/index.cgi?mode=editimage&image=test/test.jpg They can now hit reload as often as they want, and everything will behave normally. Please let me know if you find any bugs. John |