Custom Query (2152 matches)
Results (1069 - 1071 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#868 | fixed | Test improvements | sebbacon | thejimmyg |
Description |
The tests currently take 41 mins to run on most laptops. This slows down development and discourages a test-driven approach. We'd like to see the tests pass in 5 mins or less (but anything would be an improvement!) Some suggestions for achieving this include:
|
|||
#869 | fixed | Add plugin interface to allow editing and extending of config by extensions | rgrp | rgrp |
Description |
Use case: extensions need to add to template and public search paths if they wish to have templates or extra static files (such as js etc). Allowing plugins to edit the config dictionary on load would allow this (and more!). Are there any security considerations here? (Is is bad to allow extensions to make arbitrary changes to the config information?) |
|||
#870 | fixed | Menu items not selecting correctly | memespring | |
Description |
Since the main menu items have changed (part of the UI redesign) the selected items are not functioning correctly. Specifically if Home / About or Add Package / Search are selected both menu items are highlighted. This is because the code assumes only one top-level menu item per controller. |