summaryrefslogtreecommitdiffstats
path: root/app/helpers/queries_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed escaping issue with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-1/+8
* Fixed previous/next links when navigating in a saved query.Jean-Philippe Lang2012-01-161-1/+6
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-0/+12
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* Fixed that a cross-project custom query is not remembered inside project (#97...Jean-Philippe Lang2011-12-071-1/+2
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-041-0/+2
* Reverted removal of project assignment to query (#9108).Etienne Massip2011-10-261-2/+3
* Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip2011-10-241-20/+21
* remove trailing white-spaces from app/helpers/queries_helper.rb.Toshi MARUYAMA2011-08-311-7/+7
* HTML escape at app/helpers/queries_helper.rb.Toshi MARUYAMA2011-08-021-1/+1
* Additional escaping.Jean-Philippe Lang2011-07-301-1/+1
* Fixed: private queries should not be accessible to other users (#8729).Jean-Philippe Lang2011-07-031-0/+1
* Shorten query[column_names] param name.Jean-Philippe Lang2011-04-031-1/+1
* Shortens filter param names.Jean-Philippe Lang2011-04-011-4/+4
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-071-4/+3
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-1/+1
* Refactor: move method to helper.Eric Davis2010-04-271-0/+34
* Issue list improvements for subtasking (#5196):Jean-Philippe Lang2010-03-271-0/+2
* Fixed: "None" category issue count is empty while grouping by category (#4308).Jean-Philippe Lang2009-12-021-35/+29
* Allow issue grouping by custom field (#2679).Jean-Philippe Lang2009-11-161-0/+9
* Fixes users links.Jean-Philippe Lang2009-10-291-2/+2
* Link projects and users in the issue list.Eric Davis2009-05-061-0/+6
* Adds a sortable "Project" column to the issue list.Jean-Philippe Lang2009-03-071-1/+1
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-2/+2
* Link the version name to VersionsController#show in the issue list.Eric Davis2008-10-301-0/+2