summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
AgeCommit message (Expand)AuthorFiles
2009-05-30* add option to control photo path-substituion, resolves #180Andreas Unterkircher1
2009-05-23make calendar window working again, fixes #78Andreas Unterkircher1
2009-05-23avoid notice messages about undefined variables, resolves #179Andreas Unterkircher1
2009-01-21make phpfspot runnable again on Debian Lenny when SQLite3 PDO support is used...Andreas Unterkircher1
2008-12-29if _error() is invoked from cmd-line, it should not display html-errorsAndreas Unterkircher1
2008-10-16Older F-Spot database versions are not compatible with newAndreas Unterkircher1
2008-10-15Merge branch 'master' of /var/cache/git/phpfspotAndreas Unterkircher1
2008-10-15only check if phpfspot SQLite database is writeable, if the file really existsAndreas Unterkircher1
2008-10-15check if F-Spot database file exists and is readableAndreas Unterkircher1
2008-10-04make get_random_tag_photo() behave correct when show_tags is set, fixes #81Andreas Unterkircher1
2008-10-04error logging to file fails because of typo, fixes #80Andreas Unterkircher1
2008-09-20show meaningful error message for invalid width, resolves #74Andreas Unterkircher1
2008-08-18increase version to 1.7Andreas Unterkircher1
2008-08-18support for F-Spot photo versioning, refs #67Andreas Unterkircher1
2008-08-17issue124, also if rate-sort is set to DESC, 2nd-sort by photo-name should be ASCAndreas Unterkircher1
2008-08-17update some source-code commentsAndreas Unterkircher1
2008-08-17on-mouse-over of a tag in the available-tag-list, display amount of photos ma...Andreas Unterkircher1
2008-06-20issue125, make initial sort-order configureableAndreas Unterkircher1
2008-06-07increase version to 1.6Andreas Unterkircher1
2008-06-07issue124, fix sort-order problem when sort by ratingAndreas Unterkircher1
2008-06-07issue123, instead of using the Exif-Metadata-Time or mtime of the photo itsel...Andreas Unterkircher1
2008-06-07issue122, use one text-field instead of 3 separated for year, month and dateAndreas Unterkircher1
2008-05-28explain the writeable-necessarity in the error messages.Andreas Unterkircher1
2008-05-25further fix to suppress a notice warningAndreas Unterkircher1
2008-05-25deliver single-photo- and photo-index-view also on first-site-call if session...Andreas Unterkircher1
2008-05-25fix export, web_path was not set correctlyAndreas Unterkircher1
2008-05-25fix slideshow, web_path was not set correctlyAndreas Unterkircher1
2008-05-25fix some notice-warnings caused by some unset variablesAndreas Unterkircher1
2008-05-25fix photo index, current-tags must be fetched earlierAndreas Unterkircher1
2008-05-24issue121, search for a specific rate-limitAndreas Unterkircher1
2008-05-24issue121, show rating value in photo-index- and single-photo-viewAndreas Unterkircher1
2008-05-24issue121, initial support for F-Spot's rating system and sort-by ratingAndreas Unterkircher1
2008-05-23further renaming of showImage() to showPhoto()Andreas Unterkircher1
2008-05-23issue120, parse_user_friendly_url() did an unwanted session cleanupAndreas Unterkircher1
2008-05-23issue115, fix style of tag-result icon-barAndreas Unterkircher1
2008-05-20issue119, fixed auto-completetion script-url containing  Andreas Unterkircher1
2008-05-13issue118, user-friendly-url's to jump from photo-index to single-photo-viewAndreas Unterkircher1
2008-05-13issue118, jumpin to a specific starting point in the photo-indexAndreas Unterkircher1
2008-05-12issue118, fix using variable name for search.tpl and photo_index.tpl twiceAndreas Unterkircher1
2008-05-12check if parameter of ts2str is really numericAndreas Unterkircher1
2008-05-12issue118, fix some problems with session vars for user-friendly urlsAndreas Unterkircher1
2008-05-11do not make get_meta_informations silent - accidently pulled from ArunAndreas Unterkircher1
2008-05-11fix conflicts during merge of Arun's treeAndreas Unterkircher1
2008-05-11issue118, user-friendly-url to directly address a tagAndreas Unterkircher1
2008-05-04display initial available-tag list without the help of AJAXAndreas Unterkircher1
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