summaryrefslogtreecommitdiffstats
path: root/app/helpers/queries_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/queries_helper.rbToshi MARUYAMA2019-11-231-1/+1
* code layout clean up app/helpers/queries_helper.rbToshi MARUYAMA2019-11-081-10/+23
* cleanup: rubocop: fix Layout/BlockAlignment in app/helpers/queries_helper.rbToshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_headerToshi MARUYAMA2019-11-051-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_valueToshi MARUYAMA2019-11-051-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#query_linksToshi MARUYAMA2019-11-051-1/+2
* Fix display type in query form view (#29482).Go MAEDA2019-10-221-1/+1
* Use radio buttons to choose display type (#29482).Jean-Philippe Lang2019-10-191-3/+4
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-0/+8
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/queries_he...Toshi MARUYAMA2019-10-191-4/+2
* code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/queries_helper.rbToshi MARUYAMA2019-10-171-5/+6
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-141-2/+10
* Use "icon icon-*" classes for sort elements (#31433).Go MAEDA2019-05-301-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Group time tracking filters in the filter select list (#26826).Go MAEDA2019-04-301-0/+2
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-171-5/+5
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-121-1/+1
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-071-2/+2
* Add CSS classes to column headers of issues and timelogs list (#26674).Go MAEDA2018-01-151-1/+1
* Ensure that values of multi-value fields are HTML-escaped in issue list (#271...Jean-Philippe Lang2017-10-151-1/+2
* fix NameError (uninitialized constant) when "config.eager_load = true" (#26513)Toshi MARUYAMA2017-07-251-0/+2
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-5/+6
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-041-12/+19
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-4/+14
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-8/+40
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-2/+3
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-0/+2
* Handle csv columns selection in query to preload appropriate associations (#2...Jean-Philippe Lang2017-01-181-11/+3
* Make Spent time clickable in issue lists (#24649).Jean-Philippe Lang2017-01-151-1/+5
* Filters on chained custom fields and custom field attributes (#21249).Jean-Philippe Lang2017-01-141-1/+3
* Filter group should be a Symbol.Jean-Philippe Lang2017-01-141-1/+1
* Rename "issue" to "item" in query helpers (#24643).Jean-Philippe Lang2016-12-201-16/+16
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-181-1/+8
* Previous/Next navigation on a issue is not displayed on r15639 and later (#23...Jean-Philippe Lang2016-10-011-7/+10
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-0/+31
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-1/+3
* Display the list of saved queries in the sidebar (#14790).Jean-Philippe Lang2016-07-121-5/+10
* Adds scopes for retrieving the appropriate queries (#14790).Jean-Philippe Lang2016-07-121-8/+1
* Moves sidebar queries rendering to QueriesHelper (#14790).Jean-Philippe Lang2016-07-121-0/+34
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-10/+11
* Wrong filters are applied when exporting issues to CSV with blank filter (#23...Jean-Philippe Lang2016-07-091-0/+2
* Totals cannot be removed completely if some columns are set in the global set...Jean-Philippe Lang2016-06-111-0/+1
* Change "Related issues" label for generic grouped query filters (#22147).Jean-Philippe Lang2016-04-241-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds query params as hidden field tags to the CSV export form (#22108).Jean-Philippe Lang2016-03-121-0/+30
* Improved responsiveness for versions and roadmap (#19097).Jean-Philippe Lang2015-11-081-1/+1