- Status Closed
- Percent Complete
- Task Type Feature Request
- Category Backend / Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 2.34
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Photo Organizer
Opened by Richie - 2008-02-16
Last edited by pizza - 2008-02-17
Opened by Richie - 2008-02-16
Last edited by pizza - 2008-02-17
FS#329 - Editable focal lengths and apertures
The 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?
Closed by pizza
2008-02-17 13:25
Reason for closing: Implemented
Additional comments about closing: Remaining work is prettifying the UI.
2008-02-17 13:25
Reason for closing: Implemented
Additional comments about closing: Remaining work is prettifying the UI.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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.
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.
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.