View | Annotate | Download (118.3 KB)
first try to fix versioning problem, refs #394
unset php_errormsg after an error has been found
code cleanup
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
issue #316 makes it necessary to urldecode F-Spots photo uri, fixes #317
photos table now contains separate columns for path and filename, fixes #316
make calendar window working again, fixes #78
avoid notice messages about undefined variables, resolves #179
make phpfspot runnable again on Debian Lenny when SQLite3 PDO support is used, resolves #109
if _error() is invoked from cmd-line, it should not display html-errors
only check if phpfspot SQLite database is writeable, if the file really exists
check if F-Spot database file exists and is readable
make get_random_tag_photo() behave correct when show_tags is set, fixes #81
error logging to file fails because of typo, fixes #80
Signed-off-by: William Juul <william@juul.no>
show meaningful error message for invalid width, resolves #74
Older F-Spot database versions are not compatible with new versioning-code. Now on all F-Spot databases before version 9, phpfspot will not cover versioning-topics at all. fixes #76
increase version to 1.7
support for F-Spot photo versioning, refs #67
issue125, make initial sort-order configureable
issue124, also if rate-sort is set to DESC, 2nd-sort by photo-name should be ASC
update some source-code comments
on-mouse-over of a tag in the available-tag-list, display amount of photos matching this tag
issue124, fix sort-order problem when sort by rating
increase version to 1.6
issue123, instead of using the Exif-Metadata-Time or mtime of the photo itself, rely on the F-Spot date in the photos-table (column time)
issue122, use one text-field instead of 3 separated for year, month and date
explain the writeable-necessarity in the error messages.
further fix to suppress a notice warning
deliver single-photo- and photo-index-view also on first-site-call if session variables are set
fix export, web_path was not set correctly
fix slideshow, web_path was not set correctly
fix some notice-warnings caused by some unset variables
fix photo index, current-tags must be fetched earlier
issue121, search for a specific rate-limit
issue121, show rating value in photo-index- and single-photo-view
issue121, initial support for F-Spot's rating system and sort-by rating
further renaming of showImage() to showPhoto()
issue120, parse_user_friendly_url() did an unwanted session cleanup
issue115, fix style of tag-result icon-bar
issue119, fixed auto-completetion script-url containing
issue118, user-friendly-url's to jump from photo-index to single-photo-view
issue118, jumpin to a specific starting point in the photo-index
issue118, fix using variable name for search.tpl and photo_index.tpl twice
check if parameter of ts2str is really numeric
issue118, fix some problems with session vars for user-friendly urls
do not make get_meta_informations silent - accidently pulled from Arun
issue118, user-friendly-url to directly address a tag
display initial available-tag list without the help of AJAX
set everywhere the correct path to scripts, stylesheets, images, ...
issue118, user-friendly-url to directly address a photo or a photo-view
issue118, first code for friendly looking URLs and new config-option $user_friendly_url
issue15, for now disable the show_tags-checks because it blocks the get_random_tag_photo() function
wrong argument to get_mime_info function
Signed-off-by: Arun Persaud <arun@nubati.net>
suppress error message from exif_read_data
issue115, display tag-selection in photo-index
switch version to 1.5 and update CHANGELOG, README and UPDATE
issue116, take care that get_random_photo() will return also only photos which are tagged with show_tags (if specified)
issue116, don't allow hidden-tags to be added to the selected-tag list
issue116, do not show hidden tags in the photo-details box
issue110, handle Nikons NEF RAW photos
parse_uri() needs two parameters
update documentation
translate_path() only needs one parameters. remove unused second one
added phpDocumentor tags to parts of the code
register PHPFSPOT as global variable instead hand-over via classes
update GPL header and remove authors email address from it
issue113, fix getting EXIF data right in time for the single-photo view
issue112, preload previous and next photo in single-photo view
issue108, a bit more color for tag-cloud
check if Smarty engine is available is now done in check_requirements()
issue107, make sqlite-temp directory configurable issue107, add a note to CHANGE about issue107 (configurable sqlite temp directory)
issue110, code changes for supporting Nokia NEF Format
issue109, support PNG format
remove autocomplete and use autosuggest instead
issue111, first try of auto completion for tag search box
make the full photo name available for the lightbox effect
set version to 1.4
adding lightbox2 for a preview effect out of the photo index
check if thumbnail-directory is writeable
code-cleanup to avoid PHP notice messages
fix config-check error
issue102, use javascript to jump to the correct thumbnail when returing from photo-view
issue103, ensure showPhotoIndex() returns to the right page
issue102, when calling showImage() from photo-index, move the window to the uppest position
use HTML_AJAXs replace function to alter content of content-div
auto-move browser window up when displaying single photo and the user has scrolled far down before
show newer photos first when opening phpfspot
issue100, add/remove tag and tag-condition use HTTP POST
issue100, switch search to POST HTTP
issue99, search for filename and photo description
issue98, debug-message when cleaning up the database
issue98, add function to clean up phpfspot database
fixed sql query for tag-search
issue97, add missing DISTINCT keyword to SQL query
issue96, move config check to phpfspot main class
issue95, new sort order to group by tags
updated version to 1.3
issue89, fix auto-rotation based on EXIF Orientation
used AND to add a show_tag constrait, but in case there hasn't been issued 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>
remove the rows x cols logic
fixed height of thumbnail boxes
issue92, fill alt-attribute with filename
issue91, also when using external url to show a photo, set correct timerange
issue91, corrected time-range handling
issue90, display also photos which are not tagged
issue88, overwrite option for gen_thumbs.php
only directly pass thru photos which are slender enough, and also not too heigh
issue59, thumbnail matrix is now also free off HTML tables
added some comments display "no tags selected" when nothing is selected. otherwise it looks like a bit kind of error when empty
sort-order is now set via AJAX, not while submit a search-query
default theme, make sort-select box a template function
issue86, unset search-option when tag-result is getting modified
issue85, fixed order-by-photo name
issue85, fix SQL error when trying to sort photos by name on newer F-Spot database versions
issue84, if source picture does not exist or not readable for current user, stop execution to avoid warning messages
issue84, don't try to display not existing pictures
issue84, further fixes to suppress warning message
issue84, only start PHP session, if not yet started
check if smarty compile directory is writeable for the current user or exit if not
issue84, fix some PHP warning messages
issue82, use URI handler also for older F-Spot database versions
add a "already exist" when thumbnails are created on the command line. without it looked like an error occured
issue82, switch picture handling to URI which is necessary for newer f-spot 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
issue82, read out F-Spot DB version to differ between different databases schemas
issue81, check if f-spot database is writeable
git-svn-id: file:///var/lib/svn/phpfspot/trunk@315 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue80, don't call get_tags every time.
git-svn-id: file:///var/lib/svn/phpfspot/trunk@314 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue79, fixed a little bug introduced by arun's patches for showing only certain tags
git-svn-id: file:///var/lib/svn/phpfspot/trunk@313 fa6a889d-dae6-447d-9e79-4ba9a3039384
auto create index on photo_tags fix sqlite query
git-svn-id: file:///var/lib/svn/phpfspot/trunk@312 fa6a889d-dae6-447d-9e79-4ba9a3039384
when view is limited to some specifc tags, also display all other tags, of which a photo is currently tagged with, arun
git-svn-id: file:///var/lib/svn/phpfspot/trunk@310 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue implode() instead of looping around an array, arun
git-svn-id: file:///var/lib/svn/phpfspot/trunk@309 fa6a889d-dae6-447d-9e79-4ba9a3039384
updated version to 1.2 added credits for arun patch regarding show_tags
git-svn-id: file:///var/lib/svn/phpfspot/trunk@307 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue79, show only certain tags
git-svn-id: file:///var/lib/svn/phpfspot/trunk@306 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue78, move version information to main class
git-svn-id: file:///var/lib/svn/phpfspot/trunk@304 fa6a889d-dae6-447d-9e79-4ba9a3039384
import phpfspot config first before checking requirements
git-svn-id: file:///var/lib/svn/phpfspot/trunk@299 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue62, fix time information for item pubDate in rss feed
git-svn-id: file:///var/lib/svn/phpfspot/trunk@297 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue76, make thumbnail directory configureable
git-svn-id: file:///var/lib/svn/phpfspot/trunk@293 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue77, check Smarty.class.php exists and is readable
git-svn-id: file:///var/lib/svn/phpfspot/trunk@291 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue77, make Smarty path configureable
git-svn-id: file:///var/lib/svn/phpfspot/trunk@288 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue75, function_exists check for sqlite3_open only if db_access is set to "native"
git-svn-id: file:///var/lib/svn/phpfspot/trunk@287 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue74, remove references as they seem to be deprecated
git-svn-id: file:///var/lib/svn/phpfspot/trunk@281 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue62, rss feed implemented
git-svn-id: file:///var/lib/svn/phpfspot/trunk@279 fa6a889d-dae6-447d-9e79-4ba9a3039384
shrink photo name also on generate-thumbnails-output
git-svn-id: file:///var/lib/svn/phpfspot/trunk@277 fa6a889d-dae6-447d-9e79-4ba9a3039384
make text-shrinking function more general to be used elsewhere
git-svn-id: file:///var/lib/svn/phpfspot/trunk@276 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue73, new directory structure for thumbnails
git-svn-id: file:///var/lib/svn/phpfspot/trunk@275 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue72, fixed incorrect time displayed in time selection
git-svn-id: file:///var/lib/svn/phpfspot/trunk@266 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue71, tell client to refresh selected-tags-list as tags where provided with the URL
git-svn-id: file:///var/lib/svn/phpfspot/trunk@265 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue60, make sure provided photo id is numeric
git-svn-id: file:///var/lib/svn/phpfspot/trunk@264 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue60, if tags are provided in the calling URL they will now get verified
git-svn-id: file:///var/lib/svn/phpfspot/trunk@263 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue60, input validation for provided dates via RPC or $_GET
git-svn-id: file:///var/lib/svn/phpfspot/trunk@262 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue67, when called from an external link, also check the consider-date-search-box if a date-range is specified in the url
git-svn-id: file:///var/lib/svn/phpfspot/trunk@259 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue68, fixed time-ranges for search
git-svn-id: file:///var/lib/svn/phpfspot/trunk@257 fa6a889d-dae6-447d-9e79-4ba9a3039384
underline the currently selected page
git-svn-id: file:///var/lib/svn/phpfspot/trunk@253 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue44, renamed error-logging function
git-svn-id: file:///var/lib/svn/phpfspot/trunk@249 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue44, first code changes for error logging
git-svn-id: file:///var/lib/svn/phpfspot/trunk@248 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue65, fixed incorrect array_rand handling
git-svn-id: file:///var/lib/svn/phpfspot/trunk@246 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue27, fixed leading-space-eat-up-by-browser for MoinMoin Wiki List view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@244 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue46, slideshow control (rew, pause/play/stop, fwd)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@239 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue61, theme support
git-svn-id: file:///var/lib/svn/phpfspot/trunk@237 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue52, check if phpfspot.db is writeable
git-svn-id: file:///var/lib/svn/phpfspot/trunk@236 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue55, PHPFSPOT_IMG can now display a random selected photo
git-svn-id: file:///var/lib/svn/phpfspot/trunk@232 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue57, display photo counter in single photo view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@228 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue46, first slideshow implementation
git-svn-id: file:///var/lib/svn/phpfspot/trunk@225 fa6a889d-dae6-447d-9e79-4ba9a3039384
fixed SQL syntax error on AND conjunction of multiple tags
git-svn-id: file:///var/lib/svn/phpfspot/trunk@224 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue54, sort order can now be modified
git-svn-id: file:///var/lib/svn/phpfspot/trunk@223 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue51, fixed incorrect value returned from whattodo()
git-svn-id: file:///var/lib/svn/phpfspot/trunk@221 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue50, further code changes to be able to combine tag- and date-search
git-svn-id: file:///var/lib/svn/phpfspot/trunk@219 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue51, first fix for external link to a photo
git-svn-id: file:///var/lib/svn/phpfspot/trunk@216 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue53, avoid makeing to many ... in the page selector
git-svn-id: file:///var/lib/svn/phpfspot/trunk@215 fa6a889d-dae6-447d-9e79-4ba9a3039384
fixed image taken with text
git-svn-id: file:///var/lib/svn/phpfspot/trunk@214 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue49, fixed display header text in photo index
git-svn-id: file:///var/lib/svn/phpfspot/trunk@212 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue48, make sure no pending comma is shown at the end of the available-tags
git-svn-id: file:///var/lib/svn/phpfspot/trunk@211 fa6a889d-dae6-447d-9e79-4ba9a3039384
added many function comments for phpDocumentor
git-svn-id: file:///var/lib/svn/phpfspot/trunk@210 fa6a889d-dae6-447d-9e79-4ba9a3039384
added GPL headers to all PHP scripts
git-svn-id: file:///var/lib/svn/phpfspot/trunk@209 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue43, also return a thumbnail if requested width is below image size
git-svn-id: file:///var/lib/svn/phpfspot/trunk@208 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue43, fixed on-the-fly thumbnail generation
git-svn-id: file:///var/lib/svn/phpfspot/trunk@207 fa6a889d-dae6-447d-9e79-4ba9a3039384
get_current_user() returns the OWNER of the php script - now we use posix functions to get the current process user
git-svn-id: file:///var/lib/svn/phpfspot/trunk@206 fa6a889d-dae6-447d-9e79-4ba9a3039384
check if directory of phpfspot.db is writeable
git-svn-id: file:///var/lib/svn/phpfspot/trunk@205 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue27, also let the export contain date-search-based views if needed
git-svn-id: file:///var/lib/svn/phpfspot/trunk@203 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue13, all external links have been tested again, single photo, with tag- or date-search are now possible
git-svn-id: file:///var/lib/svn/phpfspot/trunk@202 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue24, first trial of date search is now included
git-svn-id: file:///var/lib/svn/phpfspot/trunk@198 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue41, remove any trace of the javascript bubble
git-svn-id: file:///var/lib/svn/phpfspot/trunk@196 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue27, on gallery export use links which will guide back the user into phpfspot instead directly open the image with phpfspot_img.php
git-svn-id: file:///var/lib/svn/phpfspot/trunk@195 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue13, added first try of external link to directly jump to a photo
git-svn-id: file:///var/lib/svn/phpfspot/trunk@192 fa6a889d-dae6-447d-9e79-4ba9a3039384
improve moinmoin url syntax so thumbnails are correctly detected as images
git-svn-id: file:///var/lib/svn/phpfspot/trunk@189 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue29, when the mouse keeps staying over the link, show also the full photo name
git-svn-id: file:///var/lib/svn/phpfspot/trunk@188 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue13, fixed external link - the browser will complete them
git-svn-id: file:///var/lib/svn/phpfspot/trunk@186 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue27, first trial of gallery export for HTML and MoinMoin markup
git-svn-id: file:///var/lib/svn/phpfspot/trunk@185 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue38, removed pending comma on last selected-tag entry
git-svn-id: file:///var/lib/svn/phpfspot/trunk@184 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue35, if too many tags are selected and AND condition is used, this will show up a warning now
git-svn-id: file:///var/lib/svn/phpfspot/trunk@183 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue34, fixed wickeld tag column when too many tags are selected
git-svn-id: file:///var/lib/svn/phpfspot/trunk@182 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue6, improved page selector
git-svn-id: file:///var/lib/svn/phpfspot/trunk@179 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue31, a mini preview of the previous and next photo is now shown in a single photo view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@175 fa6a889d-dae6-447d-9e79-4ba9a3039384
some code for issue24
git-svn-id: file:///var/lib/svn/phpfspot/trunk@174 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue28, use getimagesize if no exif data is available
git-svn-id: file:///var/lib/svn/phpfspot/trunk@173 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue29, shorten too long names
git-svn-id: file:///var/lib/svn/phpfspot/trunk@167 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue21, reordered photo index and added some nice mouseover effect
git-svn-id: file:///var/lib/svn/phpfspot/trunk@166 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue22, vertical images should now get resized correctly also if the rotation is specified via EXIF orientation.
git-svn-id: file:///var/lib/svn/phpfspot/trunk@165 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue13, if user jumps into from an external link, immediatley display the photo index according the tag selection provided
git-svn-id: file:///var/lib/svn/phpfspot/trunk@162 fa6a889d-dae6-447d-9e79-4ba9a3039384
only set anchor is it is really provided by the client
git-svn-id: file:///var/lib/svn/phpfspot/trunk@158 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue22, vertical images are now getting resized correctly
git-svn-id: file:///var/lib/svn/phpfspot/trunk@157 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue20, use <a>-anchor to directly jump to the right photo in photo index view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@156 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue20, jumping back to the right multipage is now possible
git-svn-id: file:///var/lib/svn/phpfspot/trunk@155 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue6, only show page selector if more then one page
git-svn-id: file:///var/lib/svn/phpfspot/trunk@154 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue6, page selector - a first try
git-svn-id: file:///var/lib/svn/phpfspot/trunk@152 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue19, if no exif data is available, show "n/a" instead of empty cells
git-svn-id: file:///var/lib/svn/phpfspot/trunk@151 fa6a889d-dae6-447d-9e79-4ba9a3039384
beautify some warning messages
git-svn-id: file:///var/lib/svn/phpfspot/trunk@149 fa6a889d-dae6-447d-9e79-4ba9a3039384
check if photo exists and is readable in gen_thumb() function also
git-svn-id: file:///var/lib/svn/phpfspot/trunk@148 fa6a889d-dae6-447d-9e79-4ba9a3039384
fixed syntax error
git-svn-id: file:///var/lib/svn/phpfspot/trunk@146 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue15, check for compatible image type
git-svn-id: file:///var/lib/svn/phpfspot/trunk@141 fa6a889d-dae6-447d-9e79-4ba9a3039384
on reset also reset tag search result
git-svn-id: file:///var/lib/svn/phpfspot/trunk@139 fa6a889d-dae6-447d-9e79-4ba9a3039384
avoid error messages if $_SESSION['selected_tags'] is set with an empty value in photo index view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@138 fa6a889d-dae6-447d-9e79-4ba9a3039384
use ignore_once instead of ignore for requirement checks, or rpc.php will fail because HTML_AJAX get redeclared
git-svn-id: file:///var/lib/svn/phpfspot/trunk@136 fa6a889d-dae6-447d-9e79-4ba9a3039384
some cleanup in gen_thumb code
git-svn-id: file:///var/lib/svn/phpfspot/trunk@134 fa6a889d-dae6-447d-9e79-4ba9a3039384
this software does not have any MySQL requirements
git-svn-id: file:///var/lib/svn/phpfspot/trunk@133 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue3, first requirement checks
git-svn-id: file:///var/lib/svn/phpfspot/trunk@132 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue13, first try of external links, this time for photo index
git-svn-id: file:///var/lib/svn/phpfspot/trunk@129 fa6a889d-dae6-447d-9e79-4ba9a3039384
renamed search to tagsearch issue16, matching tags are now placed into the selected-tags list
git-svn-id: file:///var/lib/svn/phpfspot/trunk@127 fa6a889d-dae6-447d-9e79-4ba9a3039384
new function to display text as images more checks if orig & thumbnail are really their and readable
git-svn-id: file:///var/lib/svn/phpfspot/trunk@126 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue6, first implementation of paged photo index view use thumbnail width & height for <img> to avoid "flipping" when images are getting loaded fixed issue when all selected tags are clicked away but photo index still stays, there are no matching photos ...
issue14, thumbs are now stored outside F-Spot's directory structure issue12, file is not stored in phpfspot db if the thumbnail generation failed
git-svn-id: file:///var/lib/svn/phpfspot/trunk@119 fa6a889d-dae6-447d-9e79-4ba9a3039384
some much more flexible thumbnail generation
git-svn-id: file:///var/lib/svn/phpfspot/trunk@118 fa6a889d-dae6-447d-9e79-4ba9a3039384
some error handling on thumbnail generation
git-svn-id: file:///var/lib/svn/phpfspot/trunk@117 fa6a889d-dae6-447d-9e79-4ba9a3039384
finally fixed tags display width problem
git-svn-id: file:///var/lib/svn/phpfspot/trunk@116 fa6a889d-dae6-447d-9e79-4ba9a3039384
alphabetic tag search order
git-svn-id: file:///var/lib/svn/phpfspot/trunk@115 fa6a889d-dae6-447d-9e79-4ba9a3039384
some thumbnail error handling force thumbnail generation if the file is inserted into the phpfspot database, but the thumbnails are not existing (anymore?)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@113 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue10, fixed on-demand thumbnail generation
git-svn-id: file:///var/lib/svn/phpfspot/trunk@108 fa6a889d-dae6-447d-9e79-4ba9a3039384
show photo id during mass generating thumbnails
git-svn-id: file:///var/lib/svn/phpfspot/trunk@107 fa6a889d-dae6-447d-9e79-4ba9a3039384
limit percentage of font-size for tag cloud entries to intenger values
git-svn-id: file:///var/lib/svn/phpfspot/trunk@105 fa6a889d-dae6-447d-9e79-4ba9a3039384
display additional infos like Exif data, additional tags, ... in the single photo view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@97 fa6a889d-dae6-447d-9e79-4ba9a3039384
issue2, first tag cloud implementation
git-svn-id: file:///var/lib/svn/phpfspot/trunk@93 fa6a889d-dae6-447d-9e79-4ba9a3039384
we check now for file changes with md5 sums. so the file existing check of the thumbnails can be removed
git-svn-id: file:///var/lib/svn/phpfspot/trunk@92 fa6a889d-dae6-447d-9e79-4ba9a3039384
more sophisticated way to query all images from the selected tag in an AND condition
git-svn-id: file:///var/lib/svn/phpfspot/trunk@89 fa6a889d-dae6-447d-9e79-4ba9a3039384
after remove a tag, resort the selected tag array
git-svn-id: file:///var/lib/svn/phpfspot/trunk@88 fa6a889d-dae6-447d-9e79-4ba9a3039384
tag style changes
git-svn-id: file:///var/lib/svn/phpfspot/trunk@86 fa6a889d-dae6-447d-9e79-4ba9a3039384
first auto-rotation of images based on exif-Orientation tag
git-svn-id: file:///var/lib/svn/phpfspot/trunk@85 fa6a889d-dae6-447d-9e79-4ba9a3039384
show different view for tag- & search-results in photo index view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@84 fa6a889d-dae6-447d-9e79-4ba9a3039384
moved tag-search code into general getphotoselection function
git-svn-id: file:///var/lib/svn/phpfspot/trunk@82 fa6a889d-dae6-447d-9e79-4ba9a3039384
rename image selection function
git-svn-id: file:///var/lib/svn/phpfspot/trunk@80 fa6a889d-dae6-447d-9e79-4ba9a3039384
first tag search functionality
git-svn-id: file:///var/lib/svn/phpfspot/trunk@79 fa6a889d-dae6-447d-9e79-4ba9a3039384
first implementation of "selected tag condition"
git-svn-id: file:///var/lib/svn/phpfspot/trunk@74 fa6a889d-dae6-447d-9e79-4ba9a3039384
tag ignore list
git-svn-id: file:///var/lib/svn/phpfspot/trunk@72 fa6a889d-dae6-447d-9e79-4ba9a3039384
need to know the photo details before checkin files md5 sum
git-svn-id: file:///var/lib/svn/phpfspot/trunk@69 fa6a889d-dae6-447d-9e79-4ba9a3039384
additional resolution for bubble images image viewer class now uses parents thumbnail handling functions
git-svn-id: file:///var/lib/svn/phpfspot/trunk@68 fa6a889d-dae6-447d-9e79-4ba9a3039384
rename image resize function
git-svn-id: file:///var/lib/svn/phpfspot/trunk@67 fa6a889d-dae6-447d-9e79-4ba9a3039384
md5 checksum handling with extra sqlite database
git-svn-id: file:///var/lib/svn/phpfspot/trunk@66 fa6a889d-dae6-447d-9e79-4ba9a3039384
general function to check if a table exists general function to execute a query without handling results
git-svn-id: file:///var/lib/svn/phpfspot/trunk@64 fa6a889d-dae6-447d-9e79-4ba9a3039384
when click on the loupe open a new window and display the image in its full resolution
git-svn-id: file:///var/lib/svn/phpfspot/trunk@61 fa6a889d-dae6-447d-9e79-4ba9a3039384
if we specify the image size before, the screen doesn't flickering when the next image gets loaded
git-svn-id: file:///var/lib/svn/phpfspot/trunk@53 fa6a889d-dae6-447d-9e79-4ba9a3039384
display some meta data informations
git-svn-id: file:///var/lib/svn/phpfspot/trunk@49 fa6a889d-dae6-447d-9e79-4ba9a3039384
moved resize_image function to PHPFSPOT class
git-svn-id: file:///var/lib/svn/phpfspot/trunk@46 fa6a889d-dae6-447d-9e79-4ba9a3039384
some nice credit page
git-svn-id: file:///var/lib/svn/phpfspot/trunk@44 fa6a889d-dae6-447d-9e79-4ba9a3039384
show additional infos in the image preview bubble
git-svn-id: file:///var/lib/svn/phpfspot/trunk@40 fa6a889d-dae6-447d-9e79-4ba9a3039384
sort images by time like f-spot does
git-svn-id: file:///var/lib/svn/phpfspot/trunk@31 fa6a889d-dae6-447d-9e79-4ba9a3039384
more code cleanup
git-svn-id: file:///var/lib/svn/phpfspot/trunk@29 fa6a889d-dae6-447d-9e79-4ba9a3039384
some style fixes
git-svn-id: file:///var/lib/svn/phpfspot/trunk@28 fa6a889d-dae6-447d-9e79-4ba9a3039384
fix previous & next image in single photo view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@26 fa6a889d-dae6-447d-9e79-4ba9a3039384
display photo index as matrix show a larger pic when user clicks on it
git-svn-id: file:///var/lib/svn/phpfspot/trunk@25 fa6a889d-dae6-447d-9e79-4ba9a3039384
use a template for the photo index
git-svn-id: file:///var/lib/svn/phpfspot/trunk@23 fa6a889d-dae6-447d-9e79-4ba9a3039384
if user has not selected tags right now, display all images
git-svn-id: file:///var/lib/svn/phpfspot/trunk@22 fa6a889d-dae6-447d-9e79-4ba9a3039384
limit displayed photos within index to tag selection
git-svn-id: file:///var/lib/svn/phpfspot/trunk@21 fa6a889d-dae6-447d-9e79-4ba9a3039384
some first draft of an working photo index page
git-svn-id: file:///var/lib/svn/phpfspot/trunk@20 fa6a889d-dae6-447d-9e79-4ba9a3039384
ajax based add/remove/reset tag list
git-svn-id: file:///var/lib/svn/phpfspot/trunk@16 fa6a889d-dae6-447d-9e79-4ba9a3039384
reusable single photo function
git-svn-id: file:///var/lib/svn/phpfspot/trunk@14 fa6a889d-dae6-447d-9e79-4ba9a3039384
use rpc calls for previous/next image
git-svn-id: file:///var/lib/svn/phpfspot/trunk@11 fa6a889d-dae6-447d-9e79-4ba9a3039384
initial import
git-svn-id: file:///var/lib/svn/phpfspot/trunk@2 fa6a889d-dae6-447d-9e79-4ba9a3039384