Changes between Version 5 and Version 6 of TracQuery
- Timestamp:
- Jan 5, 2017, 12:12:35 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracQuery
v5 v6 13 13 * If not logged in and no name/email is defined in the preferences, then all open issues are displayed. 14 14 15 Current filters can be removed by clicking the button to the left with the minus sign on the label. New filters are added from the dropdown lists at the bottom corners of the filters box; 'And' conditions on the left, 'Or' conditions on the right. Filters with either a text box or a dropdown menu of options can be added multiple times to perform an ''Or'' on the criteria.15 Current filters can be removed by clicking the button to the left with the minus sign on the label. New filters are added from the pulldown lists at the bottom corners of the filters box; 'And' conditions on the left, 'Or' conditions on the right. Filters with either a text box or a pulldown menu of options can be added multiple times to perform an ''Or'' on the criteria. 16 16 17 17 You can use the fields just below the filters box to group the results based on a field, or display the full description for each ticket. 18 18 19 19 After you have edited your filters, click the ''Update'' button to refresh your results. 20 21 Some shortcuts can be used to manipulate //checkbox// filters. 22 * Clicking on a filter row label toggles all checkboxes. 23 * Pressing the modifier key while clicking on a filter row label inverts the state of all checkboxes. 24 * Pressing the modifier key while clicking on a checkbox selects the checkbox and deselects all other checkboxes in the filter. 25 26 The modifier key is platform and browser dependent. On Mac the modified key is !Option/Alt or Command. On Linux the modifier key is Ctrl + Alt. Opera on Windows seems to use Ctrl + Alt, while Alt is effective for other Windows browsers. 20 27 21 28 == Navigating Tickets