summaryrefslogtreecommitdiffstats
path: root/app/models/query.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-301-2/+9
* Fixed: Priorities not ordered when displayed as a filter in issue list (#956).Jean-Philippe Lang2008-03-301-1/+1
* Fixed: 'This week' condition in filter consider monday as the first day of th...Jean-Philippe Lang2008-03-231-1/+6
* Allow issue list to be sorted by target version (#832).Jean-Philippe Lang2008-03-161-1/+1
* Adds an application setting to choose whether or not subprojects issues shoul...Jean-Philippe Lang2008-03-061-6/+13
* Include subprojects on the issue list, calendar and gantt by default.Jean-Philippe Lang2008-02-281-9/+11
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-051-5/+6
* Add 'Author' to the available columns for the issue list.Jean-Philippe Lang2008-02-031-0/+1
* Fixed: Incorrect filtering for unset values when using 'is not' filter.Jean-Philippe Lang2008-01-231-1/+1
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-161-1/+4
* Fixed: issue queries can not use custom fields marked as 'for all projects' i...Jean-Philippe Lang2008-01-151-1/+1
* Fix query management broken by r1027.Jean-Philippe Lang2007-12-311-1/+1
* Fixed: 'assigned to me' filter broken.Jean-Philippe Lang2007-12-121-8/+6
* 'Assigned to' drop down list is now sorted by user's lastname.Jean-Philippe Lang2007-12-011-1/+1
* * Fixed: Error when displaying the issue list if a float custom field is mark...Jean-Philippe Lang2007-11-211-2/+2
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-5/+2
* 'fixed version' field can now be displayed on the issue list.Jean-Philippe Lang2007-11-181-0/+1
* Fixed: localization problem on issue list headers.Jean-Philippe Lang2007-11-161-0/+1
* Custom fields can now be displayed as columns on the issue list.Jean-Philippe Lang2007-11-071-2/+27
* Fixed: <<me>> doesn't appear in the drop down filters on a project issue list.Jean-Philippe Lang2007-11-051-1/+1
* Issues sorted by priority position.Jean-Philippe Lang2007-10-041-1/+1
* Default columns displayed on the issue list can now be selected at applicatio...Jean-Philippe Lang2007-10-011-9/+8
* Custom query columns: checkboxes replaced by two selects that let the user sp...Jean-Philippe Lang2007-10-011-1/+2
* Added a checkbox on custom query form to explicitly say if the query uses def...Jean-Philippe Lang2007-10-011-4/+7
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-011-0/+52
* Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).Jean-Philippe Lang2007-09-301-1/+1