summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
AgeCommit message (Expand)AuthorFiles
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
2007-11-09import phpfspot config first before checking requirementsAndreas Unterkircher1
2007-11-06issue62, fix time information for item pubDate in rss feedAndreas Unterkircher1
2007-11-03issue76, make thumbnail directory configureableAndreas Unterkircher1
2007-11-03issue77, check Smarty.class.php exists and is readableAndreas Unterkircher1
2007-11-03issue77, make Smarty path configureableAndreas Unterkircher1
2007-11-03issue75, function_exists check for sqlite3_open only if db_access is set to "...Andreas Unterkircher1
2007-11-01issue74, remove references as they seem to be deprecatedAndreas Unterkircher1
2007-11-01issue62, rss feed implementedAndreas Unterkircher1
2007-11-01shrink photo name also on generate-thumbnails-outputAndreas Unterkircher1
2007-11-01make text-shrinking function more general to be used elsewhereAndreas Unterkircher1
2007-11-01issue73, new directory structure for thumbnailsAndreas Unterkircher1
2007-07-29issue72, fixed incorrect time displayed in time selectionAndreas Unterkircher1
2007-07-29issue71, tell client to refresh selected-tags-list as tags where provided wit...Andreas Unterkircher1
2007-07-29issue60, make sure provided photo id is numericAndreas Unterkircher1
2007-07-29issue60, if tags are provided in the calling URL they will now get verifiedAndreas Unterkircher1
2007-07-29issue60, input validation for provided dates via RPC or $_GETAndreas Unterkircher1
2007-07-28issue67, when called from an external link, also check the consider-date-sear...Andreas Unterkircher1
2007-07-28issue68, fixed time-ranges for searchAndreas Unterkircher1
2007-07-25underline the currently selected pageAndreas Unterkircher1
2007-07-24issue44, renamed error-logging functionAndreas Unterkircher1
2007-07-24issue44, first code changes for error loggingAndreas Unterkircher1
2007-07-22issue65, fixed incorrect array_rand handlingAndreas Unterkircher1
2007-07-22issue27, fixed leading-space-eat-up-by-browser for MoinMoin Wiki List viewAndreas Unterkircher1
2007-07-22issue46, slideshow control (rew, pause/play/stop, fwd)Andreas Unterkircher1
2007-07-22issue61, theme supportAndreas Unterkircher1
2007-07-21issue52, check if phpfspot.db is writeableAndreas Unterkircher1
2007-07-21issue55, PHPFSPOT_IMG can now display a random selected photoAndreas Unterkircher1
2007-07-21issue57, display photo counter in single photo viewAndreas Unterkircher1
2007-07-20issue46, first slideshow implementationAndreas Unterkircher1