summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
AgeCommit message (Collapse)AuthorFiles
2008-01-18issue102, when calling showImage() from photo-index, move the window to the ↵Andreas Unterkircher1
uppest position Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-15use HTML_AJAXs replace function to alter content of content-divAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-15auto-move browser window up when displaying single photo and the user has ↵Andreas Unterkircher1
scrolled far down before Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-14show newer photos first when opening phpfspotAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-13issue100, add/remove tag and tag-condition use HTTP POSTAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-13issue100, switch search to POST HTTPAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-13issue99, search for filename and photo descriptionAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-13issue98, debug-message when cleaning up the databaseAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-13issue98, add function to clean up phpfspot databaseAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-12fixed sql query for tag-searchAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-12issue97, add missing DISTINCT keyword to SQL queryAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-12issue96, move config check to phpfspot main classAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-12issue95, new sort order to group by tagsAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-12updated version to 1.3Andreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-10issue89, fix auto-rotation based on EXIF OrientationAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-06used AND to add a show_tag constrait, but in case there hasn't been issuedAndreas Unterkircher1
a WHERE query already a WHERE needs to be used instead of the AND Signed-off-by: Arun Persaud <arun@nubati.net> Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-06remove the rows x cols logicAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-06fixed height of thumbnail boxesAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-06issue92, fill alt-attribute with filenameAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-05issue91, also when using external url to show a photo, set correct timerangeAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-05issue91, corrected time-range handlingAndreas Unterkircher1
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
2008-01-05issue90, display also photos which are not taggedAndreas Unterkircher1
2008-01-01issue59, thumbnail matrix is now also free off HTML tablesAndreas Unterkircher1
2008-01-01issue88, overwrite option for gen_thumbs.phpAndreas Unterkircher1
2008-01-01only directly pass thru photos which are slender enough, and also not too heighAndreas Unterkircher1
2008-01-01added some commentsAndreas Unterkircher1
display "no tags selected" when nothing is selected. otherwise it looks like a bit kind of error when empty
2008-01-01sort-order is now set via AJAX, not while submit a search-queryAndreas Unterkircher1
2008-01-01default theme, make sort-select box a template functionAndreas Unterkircher1
2007-12-31issue86, unset search-option when tag-result is getting modifiedAndreas Unterkircher1
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 ↵Andreas Unterkircher1
database versions
2007-12-30issue84, if source picture does not exist or not readable for current user, ↵Andreas Unterkircher1
stop execution to avoid warning messages
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 ↵Andreas Unterkircher1
if not
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. ↵Andreas Unterkircher1
without it looked like an error occured
2007-12-30issue82, switch picture handling to URI which is necessary for newer f-spot ↵Andreas Unterkircher1
version's. for older database version's (< 9), the URI will be generated with file:///dir/name. Still needs to be tested with a older database version
2007-12-30issue82, read out F-Spot DB version to differ between different databases ↵Andreas Unterkircher1
schemas
2007-12-15issue81, check if f-spot database is writeableAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@315 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15issue80, don't call get_tags every time.Andreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@314 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15issue79, fixed a little bug introduced by arun's patches for showing only ↵Andreas Unterkircher1
certain tags git-svn-id: file:///var/lib/svn/phpfspot/trunk@313 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15auto create index on photo_tagsAndreas Unterkircher1
fix sqlite query git-svn-id: file:///var/lib/svn/phpfspot/trunk@312 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15when view is limited to some specifc tags, also display all other tags, of ↵Andreas Unterkircher1
which a photo is currently tagged with, arun git-svn-id: file:///var/lib/svn/phpfspot/trunk@310 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-12-15issue implode() instead of looping around an array, arunAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@309 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-25updated version to 1.2Andreas Unterkircher1
added credits for arun patch regarding show_tags git-svn-id: file:///var/lib/svn/phpfspot/trunk@307 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-24issue79, show only certain tagsAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@306 fa6a889d-dae6-447d-9e79-4ba9a3039384
2007-11-24issue78, move version information to main classAndreas Unterkircher1
git-svn-id: file:///var/lib/svn/phpfspot/trunk@304 fa6a889d-dae6-447d-9e79-4ba9a3039384