summaryrefslogtreecommitdiffstats
path: root/app/models/query.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-071-2/+4
* Remember the selected "Member of Role" and "Member of Group" options. #6467Eric Davis2010-10-161-2/+2
* Refactor: replace chained finders with an inject. Should handle edge cases be...Eric Davis2010-09-101-3/+8
* Added a "Member of Role" to the issues filters. #5869Eric Davis2010-09-101-0/+23
* Added a "Member of Group" to the issues filter. #5869Eric Davis2010-09-101-0/+19
* Added project filter when viewing all issues. #5084Jean-Baptiste Barth2010-08-081-0/+6
* Fixed: assigned_to and author filters in cross project issues view should be ...Jean-Baptiste Barth2010-08-041-1/+1
* Adding missing setter for Query#available_columnsEric Davis2010-04-201-0/+8
* Refactor: Move method to Query modelEric Davis2010-04-191-0/+7
* Issue list improvements for subtasking (#5196):Jean-Philippe Lang2010-03-271-1/+3
* Optimize retrieval of user's projects members.Jean-Philippe Lang2010-03-211-3/+5
* Refactor: Extract Query#sortable_columns from the controller.Eric Davis2010-03-191-0/+8
* Adds filter for system shared versions on the cross project issue list (#4792).Jean-Philippe Lang2010-02-101-0/+4
* Fixed: issue summary counts should link to the issue list without subprojects...Jean-Philippe Lang2010-01-071-1/+1
* Added an optimization note for later.Eric Davis2009-12-201-0/+1
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-2/+2
* Fixed: "None" category issue count is empty while grouping by category (#4308).Jean-Philippe Lang2009-12-021-4/+17
* Adds dynamic columns selection on the issue list (#4272).Jean-Philippe Lang2009-11-281-2/+8
* Rescue invalid query statement error with an error message.Jean-Philippe Lang2009-11-281-0/+13
* Move issues, journals, versions queries from IssuesController to Query model.Jean-Philippe Lang2009-11-281-0/+49
* Reverts r3072 (#4302: error raised when sorting on an association not include...Jean-Philippe Lang2009-11-271-11/+5
* Optimize associations loading on the issue list.Jean-Philippe Lang2009-11-161-5/+11
* Allow issue grouping by custom field (#2679).Jean-Philippe Lang2009-11-161-0/+11
* Fixed: case sensitivity in issue subject filtering (#3536).Jean-Philippe Lang2009-06-281-2/+2
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-2/+2
* Ability to use any custom field as a cross-project custom query column (#3321).Jean-Philippe Lang2009-05-131-1/+1
* Ticket grouping (#2679).Jean-Philippe Lang2009-04-261-9/+33
* Fixing bug #3009, trivial updates of localesAzamat Hackimov2009-03-221-2/+2
* Ability to save "sort order" in custom queries (#2899).Jean-Philippe Lang2009-03-121-0/+27
* Adds a sortable "Project" column to the issue list.Jean-Philippe Lang2009-03-071-1/+5
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-4/+2
* Adds ability to filter watched issues (#846).Jean-Philippe Lang2009-02-121-15/+22
* Include both version date and name when sorting issues by target version (#15...Jean-Philippe Lang2009-02-011-1/+1
* Include both last and first name when sorting issues by assignee (#1841).Jean-Philippe Lang2009-02-011-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-5/+5
* Ability to sort the issue list by text, list, date and boolean custom fields ...Jean-Philippe Lang2009-01-111-1/+1
* Final refactoring on Query#sql_for_field to rename v to valueEric Davis2008-12-051-14/+14
* Bit more refactoring on Query#sql_for_field to remove multiple returnsEric Davis2008-12-051-18/+18
* Refactor: Extracted new method Query#sql_for_field from Query#statement inEric Davis2008-12-051-45/+54
* Fixed date filters accuracy with SQLite (#2221).Jean-Philippe Lang2008-11-231-7/+19
* Fixed: cross-project issue list should not show issues of projects for which ...Jean-Philippe Lang2008-09-251-1/+1
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-111-9/+11
* Adds estimated hours to issue filters (#1678).Jean-Philippe Lang2008-07-261-2/+3
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-2/+2
* Add filters on cross-project issue list for custom fields marked as 'For all ...Jean-Philippe Lang2008-06-221-19/+30
* Hide 'Target version' filter if no version is defined.Jean-Philippe Lang2008-06-221-1/+3
* Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178).Jean-Philippe Lang2008-05-251-1/+1
* Fixed: private subprojects are listed on the issues view (#1217).Jean-Philippe Lang2008-05-141-10/+7
* Fixed: Search for target version of "none" fails with postgres 8.3 (#1134).Jean-Philippe Lang2008-04-291-4/+8
* Fixes custom field filters behaviour (#1078).Jean-Philippe Lang2008-04-261-3/+3