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
/
test
/
functional
/
queries_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrong use of refute_includes in tests (#29708).
Go MAEDA
2018-10-02
1
-1
/
+1
*
Extend watched_by_me-issue filter to include all project-members instead of o...
Go MAEDA
2018-07-09
1
-0
/
+37
*
Changed test name (#26091).
Go MAEDA
2018-06-30
1
-2
/
+1
*
Test for r17421 (#26091).
Go MAEDA
2018-06-29
1
-1
/
+12
*
Highlight "Spent time" in main menu when creating a time entries query.
Jean-Philippe Lang
2018-06-17
1
-0
/
+10
*
Include locked members in filters (#15201).
Go MAEDA
2018-06-09
1
-0
/
+54
*
Fix typo in test name: s/udpate/update/ (#28268).
Go MAEDA
2018-03-01
1
-1
/
+1
*
Fix filter values for fixed version id (#26667).
Jean-Philippe Lang
2017-10-15
1
-0
/
+14
*
Filtering time entries after issue's target version doesn't work as expected ...
Jean-Philippe Lang
2017-10-15
1
-0
/
+15
*
remove trailing white spaces from test/functional/queries_controller_test.rb
Toshi MARUYAMA
2017-09-15
1
-24
/
+24
*
Use ApplicationController#find_optional_project instead.
Jean-Philippe Lang
2017-06-26
1
-0
/
+25
*
Fixed that time entry queries cannot be saved when issue tracking is disabled...
Jean-Philippe Lang
2017-06-26
1
-0
/
+11
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-106
/
+240
*
Don't preload all query filters (#24787).
Jean-Philippe Lang
2017-01-09
1
-1
/
+26
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-19
1
-10
/
+9
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Makes spent time queries savable (#14790).
Jean-Philippe Lang
2016-07-12
1
-0
/
+27
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Cannot create a custom query visibility is "to these roles only" (#20427).
Jean-Philippe Lang
2015-08-02
1
-0
/
+16
*
Fixed that user with "Manage public queries" permission, can create global pu...
Jean-Philippe Lang
2015-06-29
1
-6
/
+67
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
1
-30
/
+10
*
Quote values in DOM selectors for Nokogiri compatibility.
Jean-Philippe Lang
2014-11-20
1
-3
/
+3
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Ability to save Gantt query filters (#7836).
Jean-Philippe Lang
2013-07-14
1
-0
/
+37
*
Role based custom queries (#1019).
Jean-Philippe Lang
2013-07-11
1
-22
/
+12
*
Refactor: makes issue id a regular QueryColumn.
Jean-Philippe Lang
2013-02-23
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-12-11
1
-0
/
+6
*
Fixed some more test/functional/*_test.rb breaking when run alone (#12285)
Jean-Baptiste Barth
2012-11-01
1
-1
/
+1
*
Fixed JSON escaping of filters (#11929).
Jean-Philippe Lang
2012-09-25
1
-0
/
+8
*
Fixed that some input fields are escaped on validation failures (#11027).
Jean-Philippe Lang
2012-05-25
1
-0
/
+1
*
Fixed that columns selection in not displayed on the custom query form (#10972).
Jean-Philippe Lang
2012-05-21
1
-0
/
+4
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-1
/
+1
*
Additional tests for QueriesController.
Jean-Philippe Lang
2011-12-17
1
-53
/
+74
*
Refactor : convert queries to REST resources (also fixes #9108).
Etienne Massip
2011-10-24
1
-13
/
+22
*
remove trailing white-spaces from test/functional/queries_controller_test.rb.
Toshi MARUYAMA
2011-08-31
1
-35
/
+35
*
Shorten query[column_names] param name.
Jean-Philippe Lang
2011-04-03
1
-1
/
+2
*
Shortens filter param names.
Jean-Philippe Lang
2011-04-01
1
-3
/
+3
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-4
/
+4
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-1
/
+1
*
Ability to save "sort order" in custom queries (#2899).
Jean-Philippe Lang
2009-03-12
1
-0
/
+29
*
Global queries can be saved from the global issue list (follows r1311 and clo...
Jean-Philippe Lang
2008-03-30
1
-9
/
+35
*
Queries can be marked as 'For all projects'. Such queries will be available o...
Jean-Philippe Lang
2008-03-30
1
-0
/
+185