summaryrefslogtreecommitdiffstats
path: root/app/views/queries
Commit message (Collapse)AuthorAgeFilesLines
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-012-2/+6
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@21519 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
| | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@21275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename the save, edit and delete buttons on the query form to clarify the ↵Go MAEDA2021-08-171-3/+3
| | | | | | | | | scope (#34494). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that selected gantt columns are not displayed with MS Edge Legacy (#33724).Go MAEDA2020-07-131-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19899 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix indentation in app/views/queries/_form.html.erb (#32194).Go MAEDA2019-11-301-52/+52
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19323 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add buttons to save/edit/delete a custom query to calendar view (#32194).Go MAEDA2019-11-301-2/+7
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Only admin users should be able to manage public queries on the project list ↵Jean-Philippe Lang2019-11-201-2/+1
| | | | | | | | (#29482). Like for issues, project members with the "Manage public" queries are allowed to manage public queries inside their projects, not public global queries that are proposed on /issues. git-svn-id: http://svn.redmine.org/redmine/trunk@19091 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes duplicated 'group_by' id (#29482).Go MAEDA2019-10-221-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix display type in query form view (#29482).Go MAEDA2019-10-221-3/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use radio buttons to choose display type (#29482).Jean-Philippe Lang2019-10-191-6/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-192-4/+42
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18765 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-192-43/+57
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18761 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" classes for collapsible fields (#31433).Go MAEDA2019-05-271-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-6/+4
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cannot uncheck Gantt chart options of a custom query (#31063).Jean-Philippe Lang2019-03-301-0/+2
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18015 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use CSS selector to find move left/right buttons.Jean-Philippe Lang2017-07-231-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16865 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes hardcoded width.Jean-Philippe Lang2017-07-121-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render columns selection using spans instead of a table.Jean-Philippe Lang2017-07-121-18/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16815 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-12/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable description and columns when checking "Default columns" (#24907).Jean-Philippe Lang2017-01-291-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16304 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reset sort criteria when clearing filters.Jean-Philippe Lang2017-01-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-0/+62
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15639 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add id to query create and edit form to ease theme (#22277).Jean-Philippe Lang2016-03-192-2/+2
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add id and class for easier styling of query filters (#22018).Jean-Philippe Lang2016-03-191-2/+2
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15255 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract the "Add filter" drop-down from the table (#19097).Jean-Philippe Lang2015-11-071-8/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14831 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Give numbers in query sort criteria consistent width for non-monospaced ↵Jean-Philippe Lang2015-11-011-1/+1
| | | | | | | | fonts (#21119). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-0/+3
| | | | | | Works for estimated hours, spent hours and any numeric custom field. git-svn-id: http://svn.redmine.org/redmine/trunk@14642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that user with "Manage public queries" permission, can create global ↵Jean-Philippe Lang2015-06-291-6/+8
| | | | | | public query (#19842). git-svn-id: http://svn.redmine.org/redmine/trunk@14388 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved select_list_move.js content to application.js.Jean-Philippe Lang2014-11-181-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13618 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use an handler instead of onsubmit attribute.Jean-Philippe Lang2014-11-182-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13616 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove useless settings when editing a query from the gantt (#16747).Jean-Philippe Lang2014-05-241-4/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13168 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom queries: buttons to move column to top and bottom (#16326).Jean-Philippe Lang2014-03-211-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12991 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-4/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-141-0/+9
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12020 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-112-4/+21
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11994 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that project name is not properly escaped in issue filters (#14186).Jean-Philippe Lang2013-05-311-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11915 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo.Jean-Philippe Lang2013-02-231-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11453 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-232-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11451 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11447 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-062-2/+5
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10948 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes related issues available for display and filtering on the issue list ↵Jean-Philippe Lang2012-09-291-0/+1
| | | | | | (#3239, #3265). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10513 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed JSON escaping of filters (#11929).Jean-Philippe Lang2012-09-251-5/+5
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10465 e93f8b46-1217-0410-a6f0-8f06a7374b81