summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
AgeCommit message (Expand)AuthorFiles
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
2007-07-19fixed SQL syntax error on AND conjunction of multiple tagsAndreas Unterkircher1
2007-07-18issue54, sort order can now be modifiedAndreas Unterkircher1
2007-07-18issue51, fixed incorrect value returned from whattodo()Andreas Unterkircher1
2007-07-17issue50, further code changes to be able to combine tag- and date-searchAndreas Unterkircher1
2007-07-17issue51, first fix for external link to a photoAndreas Unterkircher1
2007-07-17issue53, avoid makeing to many ... in the page selectorAndreas Unterkircher1
2007-07-15fixed image taken with textAndreas Unterkircher1
2007-07-15issue49, fixed display header text in photo indexAndreas Unterkircher1
2007-07-15issue48, make sure no pending comma is shown at the end of the available-tagsAndreas Unterkircher1
2007-07-15added many function comments for phpDocumentorAndreas Unterkircher1
2007-07-15added GPL headers to all PHP scriptsAndreas Unterkircher1
2007-07-15issue43, also return a thumbnail if requested width is below image sizeAndreas Unterkircher1
2007-07-15issue43, fixed on-the-fly thumbnail generationAndreas Unterkircher1
2007-07-15get_current_user() returns the OWNER of the php script - now we use posix fun...Andreas Unterkircher1