summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
AgeCommit message (Expand)AuthorFiles
2008-05-04set everywhere the correct path to scripts, stylesheets, images, ...Andreas Unterkircher1
2008-05-04issue118, user-friendly-url to directly address a photo or a photo-viewAndreas Unterkircher1
2008-05-04issue118, first code for friendly looking URLs and new config-option $user_fr...Andreas Unterkircher1
2008-05-04wrong argument to get_mime_info functionArun Persaud1
2008-05-04issue15, for now disable the show_tags-checks because it blocks the get_rando...Andreas Unterkircher1
2008-04-27wrong argument to get_mime_info functionArun Persaud1
2008-04-27suppress error message from exif_read_dataArun Persaud1
2008-04-27issue15, for now disable the show_tags-checks because it blocks the get_rando...Andreas Unterkircher1
2008-04-27issue115, display tag-selection in photo-indexAndreas Unterkircher1
2008-04-13switch version to 1.5 and update CHANGELOG, README and UPDATEAndreas Unterkircher1
2008-04-13issue116, take care that get_random_photo() will return also only photos whic...Andreas Unterkircher1
2008-04-13issue116, don't allow hidden-tags to be added to the selected-tag listAndreas Unterkircher1
2008-04-13issue116, do not show hidden tags in the photo-details boxAndreas Unterkircher1
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