fixed path problem (missing "/")
[phpfspot.git] / phpfspot.class.php
2008-03-29  Andreas Unterkircherissue107, make sqlite-temp directory configurable
2008-03-28  Andreas Unterkircherissue110, code changes for supporting Nokia NEF Format
2008-03-28  Andreas Unterkircherissue109, support PNG format
2008-03-28  Andreas Unterkircherremove autocomplete and use autosuggest instead
2008-03-27  Andreas Unterkircherissue111, first try of auto completion for tag search box
2008-03-27  Andreas Unterkirchermake the full photo name available for the lightbox...
2008-03-27  Andreas Unterkircherset version to 1.4
2008-03-27  Andreas Unterkircheradding lightbox2 for a preview effect out of the photo...
2008-01-20  Andreas UnterkircherMerge branch 'devel'
2008-01-20  Andreas Unterkirchercheck if thumbnail-directory is writeable
2008-01-20  Andreas Unterkirchercode-cleanup to avoid PHP notice messages
2008-01-20  Andreas Unterkircherfix config-check error
2008-01-19  Andreas Unterkircherissue102, use javascript to jump to the correct thumbna...
2008-01-18  Andreas Unterkircherissue103, ensure showPhotoIndex() returns to the right...
2008-01-18  Andreas Unterkircherissue102, when calling showImage() from photo-index...
2008-01-15  Andreas Unterkircheruse HTML_AJAXs replace function to alter content of...
2008-01-15  Andreas Unterkircherauto-move browser window up when displaying single...
2008-01-14  Andreas Unterkirchershow newer photos first when opening phpfspot
2008-01-13  Andreas Unterkircherissue100, add/remove tag and tag-condition use HTTP...
2008-01-13  Andreas Unterkircherissue100, switch search to POST HTTP
2008-01-13  Andreas Unterkircherissue99, search for filename and photo description
2008-01-13  Andreas Unterkircherissue98, debug-message when cleaning up the database
2008-01-13  Andreas Unterkircherissue98, add function to clean up phpfspot database
2008-01-12  Andreas Unterkircherfixed sql query for tag-search
2008-01-12  Andreas Unterkircherissue97, add missing DISTINCT keyword to SQL query
2008-01-12  Andreas Unterkircherissue96, move config check to phpfspot main class
2008-01-12  Andreas Unterkircherissue95, new sort order to group by tags
2008-01-12  Andreas Unterkircherupdated version to 1.3
2008-01-10  Andreas Unterkircherissue89, fix auto-rotation based on EXIF Orientation
2008-01-06  Andreas Unterkircherused AND to add a show_tag constrait, but in case there...
2008-01-06  Andreas Unterkircherremove the rows x cols logic
2008-01-06  Andreas Unterkircherfixed height of thumbnail boxes
2008-01-06  Andreas Unterkircherissue92, fill alt-attribute with filename
2008-01-05  Andreas Unterkircherissue91, also when using external url to show a photo...
2008-01-05  Andreas Unterkircherissue91, corrected time-range handling
2008-01-05  Andreas Unterkircherissue90, display also photos which are not tagged
2008-01-01  Andreas Unterkircherissue59, thumbnail matrix is now also free off HTML...
2008-01-01  Andreas Unterkircherissue88, overwrite option for gen_thumbs.php
2008-01-01  Andreas Unterkircheronly directly pass thru photos which are slender enough...
2008-01-01  Andreas Unterkircheradded some comments
2008-01-01  Andreas Unterkirchersort-order is now set via AJAX, not while submit a...
2008-01-01  Andreas Unterkircherdefault theme, make sort-select box a template function
2007-12-31  Andreas Unterkircherissue86, unset search-option when tag-result is getting...
2007-12-31  Andreas Unterkircherissue85, fixed order-by-photo name phpfspot-1.2.1
2007-12-31  Andreas Unterkircherissue85, fix SQL error when trying to sort photos by...
2007-12-30  Andreas Unterkircherissue84, if source picture does not exist or not readab...
2007-12-30  Andreas Unterkircherissue84, don't try to display not existing pictures
2007-12-30  Andreas Unterkircherissue84, further fixes to suppress warning message
2007-12-30  Andreas Unterkircherissue84, only start PHP session, if not yet started
2007-12-30  Andreas Unterkirchercheck if smarty compile directory is writeable for...
2007-12-30  Andreas Unterkircherissue84, fix some PHP warning messages
2007-12-30  Andreas UnterkircherMerge branch 'master' of /var/cache/git/phpfspot
2007-12-30  Andreas Unterkircherissue82, use URI handler also for older F-Spot database...
2007-12-30  Andreas Unterkircheradd a "already exist" when thumbnails are created on...
2007-12-30  Andreas UnterkircherMerge branch 'master' of /var/cache/git/phpfspot
2007-12-30  Andreas Unterkircheradd a "already exist" when thumbnails are created on...
2007-12-30  Andreas Unterkircherissue82, switch picture handling to URI which is necess...
2007-12-30  Andreas Unterkircherissue82, read out F-Spot DB version to differ between...
2007-12-15  Andreas Unterkircherissue81, check if f-spot database is writeable
2007-12-15  Andreas Unterkircherissue80, don't call get_tags every time.
2007-12-15  Andreas Unterkircherissue79, fixed a little bug introduced by arun's patche...
2007-12-15  Andreas Unterkircherauto create index on photo_tags
2007-12-15  Andreas Unterkircherwhen view is limited to some specifc tags, also display...
2007-12-15  Andreas Unterkircherissue implode() instead of looping around an array...
2007-11-25  Andreas Unterkircherupdated version to 1.2
2007-11-24  Andreas Unterkircherissue79, show only certain tags
2007-11-24  Andreas Unterkircherissue78, move version information to main class
2007-11-09  Andreas Unterkircherimport phpfspot config first before checking requirements
2007-11-06  Andreas Unterkircherissue62, fix time information for item pubDate in rss...
2007-11-03  Andreas Unterkircherissue76, make thumbnail directory configureable
2007-11-03  Andreas Unterkircherissue77, check Smarty.class.php exists and is readable
2007-11-03  Andreas Unterkircherissue77, make Smarty path configureable
2007-11-03  Andreas Unterkircherissue75, function_exists check for sqlite3_open only...
2007-11-01  Andreas Unterkircherissue74, remove references as they seem to be deprecated
2007-11-01  Andreas Unterkircherissue62, rss feed implemented
2007-11-01  Andreas Unterkirchershrink photo name also on generate-thumbnails-output
2007-11-01  Andreas Unterkirchermake text-shrinking function more general to be used...
2007-11-01  Andreas Unterkircherissue73, new directory structure for thumbnails
2007-07-29  Andreas Unterkircherissue72, fixed incorrect time displayed in time selection
2007-07-29  Andreas Unterkircherissue71, tell client to refresh selected-tags-list...
2007-07-29  Andreas Unterkircherissue60, make sure provided photo id is numeric
2007-07-29  Andreas Unterkircherissue60, if tags are provided in the calling URL they...
2007-07-29  Andreas Unterkircherissue60, input validation for provided dates via RPC...
2007-07-28  Andreas Unterkircherissue67, when called from an external link, also check...
2007-07-28  Andreas Unterkircherissue68, fixed time-ranges for search
2007-07-25  Andreas Unterkircherunderline the currently selected page
2007-07-24  Andreas Unterkircherissue44, renamed error-logging function
2007-07-24  Andreas Unterkircherissue44, first code changes for error logging
2007-07-22  Andreas Unterkircherissue65, fixed incorrect array_rand handling
2007-07-22  Andreas Unterkircherissue27, fixed leading-space-eat-up-by-browser for...
2007-07-22  Andreas Unterkircherissue46, slideshow control (rew, pause/play/stop, fwd)
2007-07-22  Andreas Unterkircherissue61, theme support
2007-07-21  Andreas Unterkircherissue52, check if phpfspot.db is writeable
2007-07-21  Andreas Unterkircherissue55, PHPFSPOT_IMG can now display a random selected...
2007-07-21  Andreas Unterkircherissue57, display photo counter in single photo view
2007-07-20  Andreas Unterkircherissue46, first slideshow implementation
2007-07-19  Andreas Unterkircherfixed SQL syntax error on AND conjunction of multiple...
2007-07-18  Andreas Unterkircherissue54, sort order can now be modified
2007-07-18  Andreas Unterkircherissue51, fixed incorrect value returned from whattodo()
2007-07-17  Andreas Unterkircherissue50, further code changes to be able to combine...
next