|
397 | Feature Request | Import | Import of metadata from programs like Raw Therapee | Unconfirmed | 2011-01-17 |
Task Description
Some programs like Raw Therapee creates a file to store all metadata to convert a raw file to a jpg file. To repeat the convert process (with or without slightly differences) it would be nice if I'm able to store such metadata with variants at the side of the original picture. From other programs that storing data in a database, it would be possible to read out the data from the DB and storing metadata into xml-files and backwards. |
|
175 | Feature Request | User Interface | show defined keywords in suplemental category | Unconfirmed | 2007-02-23 |
Task Description
it would ease handling, if one could see the yet defined keywords: useless creation according to misspelling (landscape versus landscapes) or different words for the same meaning. |
|
184 | Feature Request | User Interface | Format (film size) editing | Unconfirmed | 2007-05-04 |
Task Description
There is no easy way to add/edit the list of film format sizes appart from editing the database (or using a tool like phpPgAdmin). It would be nice and IMO simple to implement a way to add/edit a Film size option. |
|
185 | Feature Request | Backend / Core | Development / printing information | Unconfirmed | 2008-01-06 |
Task Description
I capture the majority of photos on film, process it myself, print or scan it myself. A lot of people my do the same. I would like to see an option to note down the way I developed the film. IMO it would be best done in the following fashion: have a table with development instructions (could have fields like: "id"?, "name", "developer", "dillution", "time", "agitation", "temperature", "notes"). The editing would be done in a similar way as for locations. This info would than be linked (through the id field?) as a technical informaion for the photo. If there was the possibility to enter these information, I would not have to have a separate database/excel sheets noting this down. Thanks a lot Jiri |
|
285 | Feature Request | User Interface | Automatic slideshow | Unconfirmed | 2010-03-04 |
Task Description
I'm very happy to have an automatic slideshow in photoview with the options: interval in seconds (1, 3, 5, 10, 15, 30), start and stop button. The slideshow should start at the current photo after pressing the start-button and automatically stop at the last photo of the current folder/album or by pressing the stop-button. |
|
315 | Feature Request | Backend / Core | Allow filtering/finding photos matching criteria in Pro... | Unconfirmed | 2008-01-06 |
Task Description
This one probably relates to other search-related Feature Requests. But to be specific. When I'm displaying my Profile pages, I can see for example how many photos were shot with a specific lens, how many were shot with a certain camera, how many were shot on a particular film. But there is no quick way to display the photos matching the one criterion - it does not need to be a complex search, it should display photos only according to the one condition. It could be accessed by a simple link next to the count of photos (or clicking the count number itself?) Thanks a lot Jiri Vasina |
|
327 | Feature Request | Backend / Core | Focal length statistics | Unconfirmed | 2008-02-17 |
Task Description
A running statistic of most used focal lengths (can be expanded to any EXIF/IPTC property like most used lens, flash usage and so on). Something like this: http://billigites.blogspot.com/2005/06/focal-length-statistics.html Invaluable to decide which lens to buy next. :-) |
|
381 | Feature Request | User Interface | 'last X photos' | Unconfirmed | 2008-10-02 |
Task Description
> 'last X photos' could easily be implemented as a wrapper in include/site.php, much like the site_display_random_photos() function already is. |
|
390 | Feature Request | Backend / Core | gps data in a spatial enabled database? | Unconfirmed | 2008-10-05 |
Task Description
I think it would be a cool feature to make PO spatial enabled. I mean that it would be possible to use gps data (geolocated images) to search for "photo taken near some point" or "all the photo taken near some street". Or simply to create an interface a la panoramio for look/find for pictures. It should be not to difficult to implement. |
|
420 | Bug Report | User Interface | Really Minor Login Page Prob | Unconfirmed | 2010-03-04 |
Task Description
It doesn't do any harm, it just bugs if it happens. If you fill in user name and password and then realize, you don't want the preset language... Switching to another language clears out user name and password and you have to write them again. Of course, this won't happen often to a new user because it trains to look first after the language, but... I would still call it a bug, even if not really major. Rock on Eckhard |
|
443 | Bug Report | Backend / Core | Wrong user name displayed | Unconfirmed | 2010-12-05 |
Task Description
In tab My Folders or My Datebook, logged in user name displayed instead of owner user name under 'I am a client of the following users', nevertheless the link is correct. Here is my quick and dirty solution. --- include/contacts.php.orig +++ include/contacts.php @@ -117,7 +117,8 @@ $owner = ""; } - $all_subscribed_users = pg_query($database, " select identifier, users, last_name, first_name, date_of_creation, value from view_client where client='$my_user_id' and status!='4' $owner "); + $all_subscribed_users = pg_query($database, " select view_client.identifier, view_client.users, view_contact_info.last_name, view_contact_info.first_name, view_client.date_of_creation, view_client.value from view_client, view_contact_info where view_client.client='$my_user_id' and view_client.users=view_contact_info.identifier and status!='4' $owner "); $num_of_subscribed_users = pg_num_rows($all_subscribed_users); if ($num_of_subscribed_users) { |
|
446 | Bug Report | Backend / Core | location search always return nothing in Advanced Searc... | Unconfirmed | 2010-12-16 |
Task Description
Only location in advanced text is not work, others works fine. I can't find the meaning of ||| by google. But I change ||| to || in file search.text.advanced.php at line 172 $sql_search_string['location'] = build_sql_search_string($keywords['location'], "(view_location.place||view_location.city||view_location.state||view_location.country)"); and change view_location all columns NULL value (if any) to '' by sql command, then it seems work. Here is the sql command to change view_location create view view_location as select location.identifier, location.place, location.city, COALESCE ( (select value from state where state.identifier=location.state), '' ) as state, (select value from country where country.identifier=location.country) as country, users, last_modified_date, latitude, longitude, private from location; |
|
440 | Bug Report | Backend / Core | Possible to set an album/folder's parent to itself. | New | 2010-10-05 |
Task Description
We need to enforce that rule to prevent the DB from going nuts. Either via SQL: 1) Trigger to test that parent != id 2) the (folders|albums)_and_sub(folders|albums) function needs to abort if it sees it or in PHP: 3) Test the values in the php pages [[ (album|folder).(add|edit).2.php ]] and kick back an error. I don't think there's another way to mangle things. This can result in a DoS. |
|
6 | Feature Request | Backend / Core | Specify/store RAW image parameters | New | 2008-02-17 |
Task Description
Currently the RAW settings are shared across all images. It would be nice if each image would contain with it the settings used to process the image. The problem is that the decoder often has defaults which change over time, and re-generating the same image can result in differences. |
|
100 | Feature Request | Backend / Core | Content-based searching that works. :) | New | 2008-10-03 |
Task Description
What we have now is a decent start, but it needs a backand (and instructions for making it all click together) The eventual goal is to let us "search for images like this one" and have it JustWork(tm). Right now GNU GIFT (http://www.gnu.org/software/gift/) looks like the best bet as a backend; I just need to figure out how to make it all work. Note that we really need search result caching to make this usable with a large image database. |
|
125 | Feature Request | Backend / Core | XML export should include "human-readable" values. | New | 2007-08-13 |
Task Description
instead of <location id="23" />, we should say something like: <location id="23" name="downtown Nowhere, USA" /> for all non-textual datatypes. Otherwise, we need to export the database tables for these values to mean anything, and this isn't currently possible. |
|
160 | Feature Request | Import | better watermarking | New | 2010-03-03 |
Task Description
1) Allow per-folder watermarks. 2) When "regenerating thumbnails" on bulk update, allow: - existing watermark - remove watermark - new watermark 3) When performing an image rotation, preserve the existing watermarks. |
|
162 | Feature Request | Import | PTLens/clens support | New | 2008-08-22 |
Task Description
Adding support for PTLens would be really nice -- we could automagically correct lens distortion etc as part of the image generation workflow. PTLens needs the camera and lens model and the focal length to work properly. I think it can use EXIF data directly. |
|
180 | Feature Request | Database | Break out the statistics data | New | 2008-02-18 |
Task Description
right now "view counts" are part of the "photo" table. It might be beneficial to split stats to a separate table.. we can track additional fields (views vs downloads vs ??) and also track it for each photo version etc. |
|
200 | Feature Request | Import | Add a 'copyright notice' and 'Original URL' to thumbnai... | New | 2007-08-28 |
Task Description
We already copy over exif metadata to the preview images (#163) but we really need an explicit copyright notice and also a URL. |
|
213 | Feature Request | Backend / Core | add mechanism for tracking models &| model releases | New | 2007-06-24 |
Task Description
It would be nice to know at a glance whether or not we have a model release for a given person in a given photo. releases are usually obtained in relation to specific events, so this should tie into the datebook. |
|
214 | Feature Request | User Interface | Switch to DHTML "tabs" on main photo page. | New | 2007-11-26 |
Task Description
To avoid having to do a page load/refresh for each of the sub-photo tabs (ie overview, technical, ratings, etc) Eventually, I'd love to see the various sub-pages (eg rating.add/del/edit) also become "tabs" of the same master page; the majority of the code (and markup) on each page is duplicated. This may require us to use AJAX-type techniques however. I'd still prefer basic photo navigation to be okay without javascript enabled. |
|
216 | Feature Request | Backend / Core | show disk usage in folder/album stats. | New | 2007-07-02 |
Task Description
it would be nice if we could show the disk usage for a given album/folder, including all of its subfolders. Now that we have the files and their sizes stored in the database, this should be easy enough. for example, folder #602 contains 363 images, taking up 2133MB of disk space. |
|
239 | Feature Request | Backend / Core | Integrate full-text search | New | 2008-01-06 |
Task Description
http://www.sai.msu.su/~megera/wiki/Tsearch_V2_Readme It's supposedly been part of the "core contrib" postgresql stuff since v7.4 This would let us perform a search on specific keywords across *all* indexed fields simultaneously. |
|
244 | Feature Request | Backend / Core | Allow for custom rendering paths | New | 2011-01-16 |
Task Description
Right now, it's: thumb = raw -> scale -> colorspace (+extras) -> sharpen prev = raw-> scale -> colorspace (+extras) -> sharpen -> watermark IT would be REALLY nice if we could create customized processing paths; that is to say: type_1 = raw -> scale -> b&w -> normalize -> sharpen type_2 = raw -> scale -> add_border, add_text -> sharpen This could either be on-demand, or automatic on uploads. |
|
245 | Feature Request | Database | Move 'access' and 'original' rights into 'files' table. | New | 2008-01-06 | |
|
297 | Feature Request | Documentation | In code documentation for PHP-Documentor or Doxygen | New | 2007-10-22 | |
|
307 | Feature Request | Backend / Core | Add a 'contact this user' form. | New | 2008-01-06 | |
|
316 | Feature Request | Backend / Core | Allow for sub-albums on the folder listing pages. | New | 2008-03-01 | |
|
358 | Feature Request | User Interface | Add a 'fast tagging' UI to the listing pages. | New | 2014-11-21 | |
|
369 | Bug Report | Backend / Core | add a 'ignore' field to profile items | New | 2008-07-26 | |
|
393 | Feature Request | Backend / Core | Use GPS timestamp when importing, if present. | New | 2009-03-04 | |
|
395 | Feature Request | Backend / Core | Convert more pages to a POST/REDIRECT/GET output. | New | 2008-10-22 | |
|
407 | Feature Request | Backend / Core | Add a 'start/end date' to folder/albums | New | 2009-03-04 | |
|
411 | Feature Request | Backend / Core | OpenID support | New | 2009-08-13 | |
|
464 | Feature Request | Backend / Core | Add support for "adult" filters | New | 2014-11-11 | |
|
8 | Feature Request | Backend / Core | Better permission hierarchy | Assigned | 2008-09-18 | |
|
11 | Feature Request | Backend / Core | Clean up database conventions | Assigned | 2008-10-03 | |
|
89 | Feature Request | Backend / Core | allow advanced search on any database field | Assigned | 2008-04-22 | |
|
442 | Feature Request | User Interface | UI Enhancements | Assigned | 2013-01-08 | |