Notes: v3.1 Install Notes ----- No new notes v3.0 Install Notes ------ Tested exclusively in PHP 5. I do not plan on updating for PHP 4. It is time to update your server if you have PHP 4. v2.0 Install Notes ------ No new notes v1.1 Install Notes ------ No new notes v1.0 Install Notes ------ No new notes v0.5 Install Notes ------ No new notes v0.4 Install Notes ------- No new notes v0.3 Install Notes -------- Javascript must now be enabled in your browser to allow for proper functioning of the browser. v0.2 install Notes -------- - Must have a simple PHP5 install setup (Note: if you have PHP4, change all the public/private class variables to "var". This will work with displaying images. I didn't test image creation like this). - Must have the php_gd2.dll extension enabled in your php.ini file. Copy this file from the "/ext" directory to c:\windows to make it available to PHP. You may need to restart your apache server when you do this (or IIS or whatever you use). - You do not need to use the "images" folder if you want to have a VERY lightweight browser. The image folder just makes it a little nicer. - If you are updating to this version of the image browser from 0.1, you should delete the banner.jpg file, as it will now show up as an image to be browsed.
Changes: LIMP browser -------------------- Version 3.1 - Updated the initialization to follow a more object-oriented design (small touch up). Made the page title more customizable. Version 3.0 - Very Updated! Almost-complete rewrite of the code! Code is now object oriented, and overall much better. New browsing experience. Added the ability to save captions for images. Allow handling of the maximum_execution_time PHP.ini variable during image resizing & thumbnail creation to not allow for a fatal execution error. Tons of changes. Version 2.0 - Update ------- Changelog New: Added album support. Adds an album view at the top, which will show subdirectories as folders. Changed: Changed the links around at the top. New: Setup on the settings page so you can set a default start page on your computer which is stored in a cookie and expires in a month. New: Added an options to the settings page so you can update the album covers. Version 1.2 - Update ------- Changelog Fixed: Setting the number of thumbnails in the settings page now works properly. New: Added a loading image when waiting for Ajax calls to finish. Fixed: Modified some of the code for creating thumbnails as well as resizing images to be more efficient. Version 1.1 - Update ------- Changelog Fixed: There was an error calling the is_dir() function on a Directory object, which wasn't noticed until PHP 5.2. There was also an error when trying to sort an empty list apparent now in PHP 5.2. Version 1.0 - Update ------- Changelog New: There is parsing of subdirectories, and it is also selectable via the upper right where it says "browse directory". Note: I am tired of developing this, so I'm releasing version 1.0, a very stable version, as done, so I am now done :) Version 0.5 - Update ------- Changelog New: There is now parsing of subdirectories of images. Thumbnail creation and image resizing work properly as well. Fixed: A couple of miscellaneous things throughout. Version 0.44 - Update Changelog ------- Fixed: The Next page arrow came after the 'end' arrow. Fixed. Version 0.43 - Update Changelog ------- Fixed: SideView handles images smaller than the screen resolution properly now with the dynamic sizing. Version 0.42 - Update Changelog ------- Fixed: SideView doesn't have problem with memory bloat in browser by preloading images New: Next & Previous page arrows on Picture browser for faster browsing. Version 0.4 - Update Changelog ------- Fixed: Image resizing & Thumbnail Creation/removal - password check now actually works. Fixed: Dynamic sizing side view in IE. New: AJAX thumbnail loading in side view. Fixed: Image swapping in Side view when using thumbnails Fixed: Image sizing & div spacing in side view. Version 0.3 - Update Changelog ------- New: AJAX now implemented for Resizing of images in the settings option. New: AJAX now implemented for Creation of thumbnails in the settings option. New: AJAX now implemented for Removal of thumbnails in the settings option. New: Side View now dynamically sizes to the overall window size, while not stretching images to larger than their native size. Fix: Changing thumbnail size settings actually sets the size of the thumbnails if a thumbnail image has been created for a particular image. Fix: Logic update to the thumbnail view. Version 0.2 - Update Changelog ------- - Added new "Side View" browse mode at the top. This utilizes javascript. you can specify in the code at the top, the height you'd like the images to be in that mode (currently 600 pixels), and it will size them proportionally. Eventually I hope to add code to size it to the monitor size minus the stuff at the top. - Various layout changes slightly throughout. - New/modified css styles at the beginning allowing customization of the colors and such to be easier. I will add more commenting and simplify it later so you can customize it more easily. Recommended changes to PHP setup: Increase the "max_execution_time" in php.ini to above 30... probably 120 or so seconds. It's either in c:\php or c:\windows. I will add code eventually to minimize this bother when resizing images or creating thumbnails. -------------------- Version 0.1 - Initial Release
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use