summaryrefslogtreecommitdiffstats
path: root/app/views/queries
Commit message (Expand)AuthorAgeFilesLines
* Marks name field in custom query creation/edit form as required (#41778).Marius Balteanu2024-11-171-2/+7
* Use @.capitalize@ for button_save_object, button_edit_object, and button_dele...Marius Balteanu2024-11-031-3/+3
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-192-5/+5
* Replaces icon-expanded and icon-collapsed with SVG icons (#23980).Marius Balteanu2024-09-081-2/+8
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-292-5/+5
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+2
* Fix query columns selection in custom query form (#39806).Marius Balteanu2024-01-171-1/+5
* Improves filter rendering on narrow screens by replacing the layout tables wi...Marius Balteanu2023-12-283-31/+29
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-012-2/+6
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
* Rename the save, edit and delete buttons on the query form to clarify the sco...Go MAEDA2021-08-171-3/+3
* Fix that selected gantt columns are not displayed with MS Edge Legacy (#33724).Go MAEDA2020-07-131-1/+1
* Fix indentation in app/views/queries/_form.html.erb (#32194).Go MAEDA2019-11-301-52/+52
* Add buttons to save/edit/delete a custom query to calendar view (#32194).Go MAEDA2019-11-301-2/+7
* Only admin users should be able to manage public queries on the project list ...Jean-Philippe Lang2019-11-201-2/+1
* Removes duplicated 'group_by' id (#29482).Go MAEDA2019-10-221-1/+1
* Fix display type in query form view (#29482).Go MAEDA2019-10-221-3/+3
* Use radio buttons to choose display type (#29482).Jean-Philippe Lang2019-10-191-6/+5
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-192-4/+42
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-192-43/+57
* Use the regular "icon icon-*" classes for collapsible fields (#31433).Go MAEDA2019-05-271-2/+2
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-6/+4
* Cannot uncheck Gantt chart options of a custom query (#31063).Jean-Philippe Lang2019-03-301-0/+2
* Use CSS selector to find move left/right buttons.Jean-Philippe Lang2017-07-231-2/+2
* Removes hardcoded width.Jean-Philippe Lang2017-07-121-2/+2
* Render columns selection using spans instead of a table.Jean-Philippe Lang2017-07-121-18/+14
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-12/+18
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-0/+1
* Disable description and columns when checking "Default columns" (#24907).Jean-Philippe Lang2017-01-291-3/+3
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-1/+1
* Reset sort criteria when clearing filters.Jean-Philippe Lang2017-01-191-1/+1
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-1/+3
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-0/+62
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-0/+1
* Add id to query create and edit form to ease theme (#22277).Jean-Philippe Lang2016-03-192-2/+2
* Add id and class for easier styling of query filters (#22018).Jean-Philippe Lang2016-03-191-2/+2
* Extract the "Add filter" drop-down from the table (#19097).Jean-Philippe Lang2015-11-071-8/+4
* Give numbers in query sort criteria consistent width for non-monospaced fonts...Jean-Philippe Lang2015-11-011-1/+1
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-0/+3
* Fixed that user with "Manage public queries" permission, can create global pu...Jean-Philippe Lang2015-06-291-6/+8
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-1/+1
* Moved select_list_move.js content to application.js.Jean-Philippe Lang2014-11-181-2/+6
* Use an handler instead of onsubmit attribute.Jean-Philippe Lang2014-11-182-2/+2
* Remove useless settings when editing a query from the gantt (#16747).Jean-Philippe Lang2014-05-241-4/+10
* Custom queries: buttons to move column to top and bottom (#16326).Jean-Philippe Lang2014-03-211-1/+3
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-4/+2
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-141-0/+9
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-112-4/+21