index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
query.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed: unchecking status filter on the issue list has no effect (#6844).
Jean-Philippe Lang
2010-11-07
1
-2
/
+4
*
Remember the selected "Member of Role" and "Member of Group" options. #6467
Eric Davis
2010-10-16
1
-2
/
+2
*
Refactor: replace chained finders with an inject. Should handle edge cases be...
Eric Davis
2010-09-10
1
-3
/
+8
*
Added a "Member of Role" to the issues filters. #5869
Eric Davis
2010-09-10
1
-0
/
+23
*
Added a "Member of Group" to the issues filter. #5869
Eric Davis
2010-09-10
1
-0
/
+19
*
Added project filter when viewing all issues. #5084
Jean-Baptiste Barth
2010-08-08
1
-0
/
+6
*
Fixed: assigned_to and author filters in cross project issues view should be ...
Jean-Baptiste Barth
2010-08-04
1
-1
/
+1
*
Adding missing setter for Query#available_columns
Eric Davis
2010-04-20
1
-0
/
+8
*
Refactor: Move method to Query model
Eric Davis
2010-04-19
1
-0
/
+7
*
Issue list improvements for subtasking (#5196):
Jean-Philippe Lang
2010-03-27
1
-1
/
+3
*
Optimize retrieval of user's projects members.
Jean-Philippe Lang
2010-03-21
1
-3
/
+5
*
Refactor: Extract Query#sortable_columns from the controller.
Eric Davis
2010-03-19
1
-0
/
+8
*
Adds filter for system shared versions on the cross project issue list (#4792).
Jean-Philippe Lang
2010-02-10
1
-0
/
+4
*
Fixed: issue summary counts should link to the issue list without subprojects...
Jean-Philippe Lang
2010-01-07
1
-1
/
+1
*
Added an optimization note for later.
Eric Davis
2009-12-20
1
-0
/
+1
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-2
/
+2
*
Fixed: "None" category issue count is empty while grouping by category (#4308).
Jean-Philippe Lang
2009-12-02
1
-4
/
+17
*
Adds dynamic columns selection on the issue list (#4272).
Jean-Philippe Lang
2009-11-28
1
-2
/
+8
*
Rescue invalid query statement error with an error message.
Jean-Philippe Lang
2009-11-28
1
-0
/
+13
*
Move issues, journals, versions queries from IssuesController to Query model.
Jean-Philippe Lang
2009-11-28
1
-0
/
+49
*
Reverts r3072 (#4302: error raised when sorting on an association not include...
Jean-Philippe Lang
2009-11-27
1
-11
/
+5
*
Optimize associations loading on the issue list.
Jean-Philippe Lang
2009-11-16
1
-5
/
+11
*
Allow issue grouping by custom field (#2679).
Jean-Philippe Lang
2009-11-16
1
-0
/
+11
*
Fixed: case sensitivity in issue subject filtering (#3536).
Jean-Philippe Lang
2009-06-28
1
-2
/
+2
*
Changed Enumerations to use a Single Table Inheritance
Eric Davis
2009-05-30
1
-2
/
+2
*
Ability to use any custom field as a cross-project custom query column (#3321).
Jean-Philippe Lang
2009-05-13
1
-1
/
+1
*
Ticket grouping (#2679).
Jean-Philippe Lang
2009-04-26
1
-9
/
+33
*
Fixing bug #3009, trivial updates of locales
Azamat Hackimov
2009-03-22
1
-2
/
+2
*
Ability to save "sort order" in custom queries (#2899).
Jean-Philippe Lang
2009-03-12
1
-0
/
+27
*
Adds a sortable "Project" column to the issue list.
Jean-Philippe Lang
2009-03-07
1
-1
/
+5
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-4
/
+2
*
Adds ability to filter watched issues (#846).
Jean-Philippe Lang
2009-02-12
1
-15
/
+22
*
Include both version date and name when sorting issues by target version (#15...
Jean-Philippe Lang
2009-02-01
1
-1
/
+1
*
Include both last and first name when sorting issues by assignee (#1841).
Jean-Philippe Lang
2009-02-01
1
-1
/
+1
*
Merged nested projects branch. Removes limit on subproject nesting (#594).
Jean-Philippe Lang
2009-01-24
1
-5
/
+5
*
Ability to sort the issue list by text, list, date and boolean custom fields ...
Jean-Philippe Lang
2009-01-11
1
-1
/
+1
*
Final refactoring on Query#sql_for_field to rename v to value
Eric Davis
2008-12-05
1
-14
/
+14
*
Bit more refactoring on Query#sql_for_field to remove multiple returns
Eric Davis
2008-12-05
1
-18
/
+18
*
Refactor: Extracted new method Query#sql_for_field from Query#statement in
Eric Davis
2008-12-05
1
-45
/
+54
*
Fixed date filters accuracy with SQLite (#2221).
Jean-Philippe Lang
2008-11-23
1
-7
/
+19
*
Fixed: cross-project issue list should not show issues of projects for which ...
Jean-Philippe Lang
2008-09-25
1
-1
/
+1
*
Adds support for free ticket filtering and custom queries on Calendar.
Jean-Philippe Lang
2008-09-11
1
-9
/
+11
*
Adds estimated hours to issue filters (#1678).
Jean-Philippe Lang
2008-07-26
1
-2
/
+3
*
Custom fields refactoring: most of code moved from controllers to models (usi...
Jean-Philippe Lang
2008-06-27
1
-2
/
+2
*
Add filters on cross-project issue list for custom fields marked as 'For all ...
Jean-Philippe Lang
2008-06-22
1
-19
/
+30
*
Hide 'Target version' filter if no version is defined.
Jean-Philippe Lang
2008-06-22
1
-1
/
+3
*
Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178).
Jean-Philippe Lang
2008-05-25
1
-1
/
+1
*
Fixed: private subprojects are listed on the issues view (#1217).
Jean-Philippe Lang
2008-05-14
1
-10
/
+7
*
Fixed: Search for target version of "none" fails with postgres 8.3 (#1134).
Jean-Philippe Lang
2008-04-29
1
-4
/
+8
*
Fixes custom field filters behaviour (#1078).
Jean-Philippe Lang
2008-04-26
1
-3
/
+3
[next]