summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
AgeCommit message (Expand)AuthorFiles
2008-04-12issue110, handle Nikons NEF RAW photosAndreas Unterkircher1
2008-04-12Merge commit 'origin/master' into nefformatAndreas Unterkircher1
2008-04-12parse_uri() needs two parametersAndreas Unterkircher1
2008-04-12update documentationAndreas Unterkircher1
2008-04-12translate_path() only needs one parameters. remove unused second oneAndreas Unterkircher1
2008-04-12added phpDocumentor tags to parts of the codeAndreas Unterkircher1
2008-04-12register PHPFSPOT as global variable instead hand-over via classesAndreas Unterkircher1
2008-04-12update GPL header and remove authors email address from itAndreas Unterkircher1
2008-03-30issue113, fix getting EXIF data right in time for the single-photo viewAndreas Unterkircher1
2008-03-29Merge branch 'master' into nefformatAndreas Unterkircher1
2008-03-29issue112, preload previous and next photo in single-photo viewAndreas Unterkircher1
2008-03-29Merge branch 'master' into nefformatAndreas Unterkircher1
2008-03-29issue108, a bit more color for tag-cloudAndreas Unterkircher1
2008-03-29check if Smarty engine is available is now done in check_requirements()Andreas Unterkircher1
2008-03-29issue107, make sqlite-temp directory configurableAndreas Unterkircher1
2008-03-28issue110, code changes for supporting Nokia NEF FormatAndreas Unterkircher1
2008-03-28issue109, support PNG formatAndreas Unterkircher1
2008-03-28remove autocomplete and use autosuggest insteadAndreas Unterkircher1
2008-03-27issue111, first try of auto completion for tag search boxAndreas Unterkircher1
2008-03-27make the full photo name available for the lightbox effectAndreas Unterkircher1
2008-03-27set version to 1.4Andreas Unterkircher1
2008-03-27adding lightbox2 for a preview effect out of the photo indexAndreas Unterkircher1
2008-01-20check if thumbnail-directory is writeableAndreas Unterkircher1
2008-01-20code-cleanup to avoid PHP notice messagesAndreas Unterkircher1
2008-01-20fix config-check errorAndreas Unterkircher1
2008-01-19issue102, use javascript to jump to the correct thumbnail when returing from ...Andreas Unterkircher1
2008-01-18issue103, ensure showPhotoIndex() returns to the right pageAndreas Unterkircher1
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