|
Notes:
Many bug fixes and tiny feature improvements. Of particular note are some bug fixes preventing source selection and attachment viewing.
Changes:
Browse by category, browse all recipes now sorted (app/controllers/recipe_controller.rb)
fixed bug in ingredient listing which resulted in bad rendering (app/conrollers/ingredient_controller.rb && app/views/ingredient/list.rhtml)
fixed format issue in edit recipe (app/view/recipe/edit.rhtml)
Added CSS style access keys (browse: alt-b, search: alt-s, add: alt-a, ingredients: alt-i, sources: alt-c, update: alt-u (all views)
Added ability to hide/show browse all recipes and categories (app/view/recipe/list.rhtml)
Added ability to sort sources list by last name, first name, or title
Added clickthrough from source details to search on that given source
Modified sources interface, added click through to search by current source (app/views/source/edit.rhtml, show.rhtml, list.rhtml)
Added click through on view recipe to find other recipes by same source (app/views/recipe/show.rhtml)
Update hover text on nav links (browse)
Default routed to recipe/list (http, not routes)
Fixed bug which prevented selection of source
Optimize ingredient listing, which reduced page load sizes, thus speeding up the app.
|