summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
AgeCommit message (Expand)AuthorFiles
2008-01-18issue102, when calling showImage() from photo-index, move the window to the u...Andreas Unterkircher1
2008-01-15use HTML_AJAXs replace function to alter content of content-divAndreas Unterkircher1
2008-01-15auto-move browser window up when displaying single photo and the user has scr...Andreas Unterkircher1
2008-01-14show newer photos first when opening phpfspotAndreas Unterkircher1
2008-01-13issue100, add/remove tag and tag-condition use HTTP POSTAndreas Unterkircher1
2008-01-13issue100, switch search to POST HTTPAndreas Unterkircher1
2008-01-13issue99, search for filename and photo descriptionAndreas Unterkircher1
2008-01-13issue98, debug-message when cleaning up the databaseAndreas Unterkircher1
2008-01-13issue98, add function to clean up phpfspot databaseAndreas Unterkircher1
2008-01-12fixed sql query for tag-searchAndreas Unterkircher1
2008-01-12issue97, add missing DISTINCT keyword to SQL queryAndreas Unterkircher1
2008-01-12issue96, move config check to phpfspot main classAndreas Unterkircher1
2008-01-12issue95, new sort order to group by tagsAndreas Unterkircher1
2008-01-12updated version to 1.3Andreas Unterkircher1
2008-01-10issue89, fix auto-rotation based on EXIF OrientationAndreas Unterkircher1
2008-01-06used AND to add a show_tag constrait, but in case there hasn't been issuedAndreas Unterkircher1
2008-01-06remove the rows x cols logicAndreas Unterkircher1
2008-01-06fixed height of thumbnail boxesAndreas Unterkircher1
2008-01-06issue92, fill alt-attribute with filenameAndreas Unterkircher1
2008-01-05issue91, also when using external url to show a photo, set correct timerangeAndreas Unterkircher1
2008-01-05issue91, corrected time-range handlingAndreas Unterkircher1
2008-01-05issue90, display also photos which are not taggedAndreas Unterkircher1
2008-01-01issue59, thumbnail matrix is now also free off HTML tablesAndreas Unterkircher1
2008-01-01issue88, overwrite option for gen_thumbs.phpAndreas Unterkircher1
2008-01-01only directly pass thru photos which are slender enough, and also not too heighAndreas Unterkircher1
2008-01-01added some commentsAndreas Unterkircher1
2008-01-01sort-order is now set via AJAX, not while submit a search-queryAndreas Unterkircher1
2008-01-01default theme, make sort-select box a template functionAndreas Unterkircher1
2007-12-31issue86, unset search-option when tag-result is getting modifiedAndreas Unterkircher1
2007-12-31issue85, fixed order-by-photo namephpfspot-1.2.1Andreas Unterkircher1
2007-12-31issue85, fix SQL error when trying to sort photos by name on newer F-Spot dat...Andreas Unterkircher1
2007-12-30issue84, if source picture does not exist or not readable for current user, s...Andreas Unterkircher1
2007-12-30issue84, don't try to display not existing picturesAndreas Unterkircher1
2007-12-30issue84, further fixes to suppress warning messageAndreas Unterkircher1
2007-12-30issue84, only start PHP session, if not yet startedAndreas Unterkircher1
2007-12-30check if smarty compile directory is writeable for the current user or exit i...Andreas Unterkircher1
2007-12-30issue84, fix some PHP warning messagesAndreas Unterkircher1
2007-12-30issue82, use URI handler also for older F-Spot database versionsAndreas Unterkircher1
2007-12-30add a "already exist" when thumbnails are created on the command line. withou...Andreas Unterkircher1
2007-12-30issue82, switch picture handling to URI which is necessary for newer f-spot v...Andreas Unterkircher1
2007-12-30issue82, read out F-Spot DB version to differ between different databases sch...Andreas Unterkircher1
2007-12-15issue81, check if f-spot database is writeableAndreas Unterkircher1
2007-12-15issue80, don't call get_tags every time.Andreas Unterkircher1
2007-12-15issue79, fixed a little bug introduced by arun's patches for showing only cer...Andreas Unterkircher1
2007-12-15auto create index on photo_tagsAndreas Unterkircher1
2007-12-15when view is limited to some specifc tags, also display all other tags, of wh...Andreas Unterkircher1
2007-12-15issue implode() instead of looping around an array, arunAndreas Unterkircher1
2007-11-25updated version to 1.2Andreas Unterkircher1
2007-11-24issue79, show only certain tagsAndreas Unterkircher1
2007-11-24issue78, move version information to main classAndreas Unterkircher1