This is the bug tracker for Photo Organizer.
FS#329 - Editable focal lengths and apertures
Attached to Project:
Photo Organizer
Opened by Rickard Olsson (Richie) - Saturday, 16 February 2008, 23:22 GMT
Last edited by Solomon Peachy (pizza) - Sunday, 17 February 2008, 13:25 GMT
Opened by Rickard Olsson (Richie) - Saturday, 16 February 2008, 23:22 GMT
Last edited by Solomon Peachy (pizza) - Sunday, 17 February 2008, 13:25 GMT
|
DetailsThe ability to edit/add focal lengths and apertures from within PO's GUI instead of having to edit common.php. I had to add 170 and 200 as focal lengths and 6.7 as aperture for my lenses.
Maybe simply select "Custom" in the drop-down box and have a nearby text field to write-in custom values? Or, for starters, break out these arrays to a separate site-specific file that won't get over-written with an update? |
This task depends upon
Closed by Solomon Peachy (pizza)
Sunday, 17 February 2008, 13:25 GMT
Reason for closing: Implemented
Additional comments about closing: Remaining work is prettifying the UI.
Sunday, 17 February 2008, 13:25 GMT
Reason for closing: Implemented
Additional comments about closing: Remaining work is prettifying the UI.
Comment by Solomon Peachy (pizza) -
Sunday, 17 February 2008, 12:55 GMT
I plan on eliminating the 'list of legal apertures/lengths' altogether. It's a freeform numeric value; there's no reason why it should be limited a set of pre-defined choices.
Comment by Solomon Peachy (pizza) -
Sunday, 17 February 2008, 13:00 GMT
wait, I did this for 2.35 already -- the backend is already storing the value as a numeric value, so there's no reason why the pulldown even needs to exist now.
Comment by Solomon Peachy (pizza) -
Sunday, 17 February 2008, 13:25 GMT
r1908 allows this to be set in the config_site.php file. It's theoretically possible for this to be set per-user, but I didn't create the UI elements for it.