summaryrefslogtreecommitdiffstats
path: root/app/helpers/queries_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Isolates csv options for a hash param (#1159).Jean-Philippe Lang2015-10-151-0/+1
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-091-3/+7
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-3/+21
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-131-1/+1
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-131-5/+3
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Group filters in the filter select list (#13849).Jean-Philippe Lang2014-11-281-7/+28
* Use IssueRelation#to_s.Jean-Philippe Lang2014-11-051-4/+2
* Time entries CSV export should include the tracker and subject of the issue (...Jean-Philippe Lang2014-11-051-4/+8
* Fixed that parent column should not include issue subject (#13673).Jean-Philippe Lang2014-11-041-0/+2
* Fixed CSV content for parent issue column (#13608).Jean-Philippe Lang2014-11-041-0/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Fixed that Link custom fields are not displayed as links on the issue list (#...Jean-Philippe Lang2014-04-061-18/+14
* Fixed: Export CSV - Custom field true/false not using translation (#16081).Jean-Philippe Lang2014-02-151-0/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-1/+1
* Extract generic formatting options to an helper.Jean-Philippe Lang2013-11-231-37/+11
* Test failures with ruby1.8.Jean-Philippe Lang2013-07-131-0/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Fixed that CSV Export of Spent Time ignores filters and columns selection (#1...Jean-Philippe Lang2013-04-031-0/+24
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-231-0/+5
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-0/+8
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-231-0/+20
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-1/+3
* Fixed that float custom fields do not use CSV decimal separator (#10364).Jean-Philippe Lang2013-02-191-0/+25
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-141-22/+1
* Format all floats with 2 decimals in the issue list (#13126).Jean-Philippe Lang2013-02-111-6/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Makes time entry custom fields available for display on the time entries list...Jean-Philippe Lang2012-12-091-1/+3
* Moved build_query_from_params helper to Query#build_from_params.Jean-Philippe Lang2012-12-091-14/+1
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-6/+6
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-0/+10
* sort custom field issue filter by type and position (#12018)Toshi MARUYAMA2012-10-041-1/+22
* split QueriesHelper filters_options_for_select method and add new unit test (...Toshi MARUYAMA2012-10-041-1/+4
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-1/+6
* Build issue filters using javascript.Jean-Philippe Lang2012-08-071-3/+6