| Commit message (Expand) | Author | Age | Files | Lines |
* | Backports r23191 to 5.1-stable (#37072). | Marius Balteanu | 2024-11-03 | 1 | -3/+3 |
* | Reuse ProjectQuery filters on the admin project list (#33422). | Marius Balteanu | 2022-04-01 | 2 | -2/+6 |
* | Fix typo in class 'icon-expended' (#36149). | Marius Balteanu | 2021-11-08 | 1 | -1/+1 |
* | Rename the save, edit and delete buttons on the query form to clarify the sco... | Go MAEDA | 2021-08-17 | 1 | -3/+3 |
* | Fix that selected gantt columns are not displayed with MS Edge Legacy (#33724). | Go MAEDA | 2020-07-13 | 1 | -1/+1 |
* | Fix indentation in app/views/queries/_form.html.erb (#32194). | Go MAEDA | 2019-11-30 | 1 | -52/+52 |
* | Add buttons to save/edit/delete a custom query to calendar view (#32194). | Go MAEDA | 2019-11-30 | 1 | -2/+7 |
* | Only admin users should be able to manage public queries on the project list ... | Jean-Philippe Lang | 2019-11-20 | 1 | -2/+1 |
* | Removes duplicated 'group_by' id (#29482). | Go MAEDA | 2019-10-22 | 1 | -1/+1 |
* | Fix display type in query form view (#29482). | Go MAEDA | 2019-10-22 | 1 | -3/+3 |
* | Use radio buttons to choose display type (#29482). | Jean-Philippe Lang | 2019-10-19 | 1 | -6/+5 |
* | Option to switch between table list and board list (#29482). | Jean-Philippe Lang | 2019-10-19 | 2 | -4/+42 |
* | Filters for Projects page (#29482). | Jean-Philippe Lang | 2019-10-19 | 2 | -43/+57 |
* | Use the regular "icon icon-*" classes for collapsible fields (#31433). | Go MAEDA | 2019-05-27 | 1 | -2/+2 |
* | Show selected columns in gantt chart (#27672). | Go MAEDA | 2019-05-16 | 1 | -6/+4 |
* | Cannot uncheck Gantt chart options of a custom query (#31063). | Jean-Philippe Lang | 2019-03-30 | 1 | -0/+2 |
* | Use CSS selector to find move left/right buttons. | Jean-Philippe Lang | 2017-07-23 | 1 | -2/+2 |
* | Removes hardcoded width. | Jean-Philippe Lang | 2017-07-12 | 1 | -2/+2 |
* | Render columns selection using spans instead of a table. | Jean-Philippe Lang | 2017-07-12 | 1 | -18/+14 |
* | Let user choose columns and sort order of issue lists on "My page" (#1565). | Jean-Philippe Lang | 2017-03-14 | 1 | -12/+18 |
* | Get rid of sort_helper when using queries. | Jean-Philippe Lang | 2017-03-13 | 1 | -0/+1 |
* | Disable description and columns when checking "Default columns" (#24907). | Jean-Philippe Lang | 2017-01-29 | 1 | -3/+3 |
* | Use css pseudo-classes instead of cycle("odd", "even") (#15361). | Jean-Philippe Lang | 2017-01-25 | 1 | -1/+1 |
* | Reset sort criteria when clearing filters. | Jean-Philippe Lang | 2017-01-19 | 1 | -1/+1 |
* | Don't preload all query filters (#24787). | Jean-Philippe Lang | 2017-01-09 | 1 | -1/+3 |
* | Reverts r16051 and r16050 for now (#15361). | Jean-Philippe Lang | 2016-12-03 | 1 | -1/+1 |
* | Use css pseudo-classes instead "odd", "even" classes (#15361). | Jean-Philippe Lang | 2016-12-03 | 1 | -1/+1 |
* | Make time entries groupable (#16843). | Jean-Philippe Lang | 2016-07-13 | 1 | -0/+62 |
* | Makes spent time queries savable (#14790). | Jean-Philippe Lang | 2016-07-12 | 1 | -0/+1 |
* | Add id to query create and edit form to ease theme (#22277). | Jean-Philippe Lang | 2016-03-19 | 2 | -2/+2 |
* | Add id and class for easier styling of query filters (#22018). | Jean-Philippe Lang | 2016-03-19 | 1 | -2/+2 |
* | Extract the "Add filter" drop-down from the table (#19097). | Jean-Philippe Lang | 2015-11-07 | 1 | -8/+4 |
* | Give numbers in query sort criteria consistent width for non-monospaced fonts... | Jean-Philippe Lang | 2015-11-01 | 1 | -1/+1 |
* | Adds options to display totals on the issue list (#1561). | Jean-Philippe Lang | 2015-10-04 | 1 | -0/+3 |
* | Fixed that user with "Manage public queries" permission, can create global pu... | Jean-Philippe Lang | 2015-06-29 | 1 | -6/+8 |
* | Removed unneeded #h calls in views. | Jean-Philippe Lang | 2015-02-23 | 1 | -1/+1 |
* | Moved select_list_move.js content to application.js. | Jean-Philippe Lang | 2014-11-18 | 1 | -2/+6 |
* | Use an handler instead of onsubmit attribute. | Jean-Philippe Lang | 2014-11-18 | 2 | -2/+2 |
* | Remove useless settings when editing a query from the gantt (#16747). | Jean-Philippe Lang | 2014-05-24 | 1 | -4/+10 |
* | Custom queries: buttons to move column to top and bottom (#16326). | Jean-Philippe Lang | 2014-03-21 | 1 | -1/+3 |
* | Removed deprecated align and width html attributes (#15307). | Jean-Philippe Lang | 2013-11-11 | 1 | -4/+2 |
* | Ability to save Gantt query filters (#7836). | Jean-Philippe Lang | 2013-07-14 | 1 | -0/+9 |
* | Role based custom queries (#1019). | Jean-Philippe Lang | 2013-07-11 | 2 | -4/+21 |
* | Fixed that project name is not properly escaped in issue filters (#14186). | Jean-Philippe Lang | 2013-05-31 | 1 | -1/+1 |
* | Typo. | Jean-Philippe Lang | 2013-02-23 | 1 | -1/+1 |
* | Adds an helper for rendering query columns selection. | Jean-Philippe Lang | 2013-02-23 | 2 | -3/+3 |
* | Adds helpers for query columns selection. | Jean-Philippe Lang | 2013-02-23 | 1 | -2/+2 |
* | Refactor: makes issue id a regular QueryColumn. | Jean-Philippe Lang | 2013-02-23 | 1 | -2/+2 |
* | Adds an option for displaying the issue description on the issue list (#3447). | Jean-Philippe Lang | 2012-12-06 | 2 | -2/+5 |
* | Makes related issues available for display and filtering on the issue list (#... | Jean-Philippe Lang | 2012-09-29 | 1 | -0/+1 |