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
/
controllers
/
queries_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
1
-0
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Introduces a UserQuery model for admin/users (#37674).
Go MAEDA
2022-09-20
1
-0
/
+4
*
Reuse ProjectQuery filters on the admin project list (#33422).
Marius Balteanu
2022-04-01
1
-3
/
+14
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Add buttons to save/edit/delete a custom query to calendar view (#32194).
Go MAEDA
2019-11-30
1
-0
/
+6
*
Only admin users should be able to manage public queries on the project list ...
Jean-Philippe Lang
2019-11-20
1
-1
/
+1
*
Filters for Projects page (#29482).
Jean-Philippe Lang
2019-10-19
1
-1
/
+5
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Custom queries are broken by updating with nil parameter values (#29701).
Go MAEDA
2018-10-04
1
-1
/
+1
*
Highlight "Spent time" in main menu when creating a time entries query.
Jean-Philippe Lang
2018-06-17
1
-0
/
+4
*
Use ApplicationController#find_optional_project instead.
Jean-Philippe Lang
2017-06-26
1
-7
/
+0
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Don't preload all query filters (#24787).
Jean-Philippe Lang
2017-01-09
1
-1
/
+20
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-2
/
+2
*
Makes spent time queries savable (#14790).
Jean-Philippe Lang
2016-07-12
1
-4
/
+13
*
Makes QueriesController able to handle other Query subclasses.
Jean-Philippe Lang
2016-07-11
1
-8
/
+16
*
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
/
+1
*
Fixed that user with "Manage public queries" permission, can create global pu...
Jean-Philippe Lang
2015-06-29
1
-11
/
+18
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+2
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
cleanup syntax of Relation#all at QueriesController#index
Toshi MARUYAMA
2014-01-10
1
-3
/
+5
*
Ability to save Gantt query filters (#7836).
Jean-Philippe Lang
2013-07-14
1
-3
/
+15
*
Role based custom queries (#1019).
Jean-Philippe Lang
2013-07-11
1
-3
/
+3
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Deprecation warnings (#12774).
Jean-Philippe Lang
2013-01-08
1
-1
/
+1
*
Renamed #_issues_path to #_project_issues_path.
Jean-Philippe Lang
2012-12-23
1
-3
/
+3
*
Code cleanup.
Jean-Philippe Lang
2012-12-11
1
-1
/
+0
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-3
/
+3
*
Moved build_query_from_params helper to Query#build_from_params.
Jean-Philippe Lang
2012-12-09
1
-3
/
+3
*
Adds STI to Query model. Issue queries are now IssueQuery instances.
Jean-Philippe Lang
2012-12-09
1
-5
/
+5
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-3
/
+0
*
Refactor : convert queries to REST resources (also fixes #9108).
Etienne Massip
2011-10-24
1
-24
/
+34
*
remove trailing white-spaces from app/controllers/queries_controller.rb.
Toshi MARUYAMA
2011-08-31
1
-13
/
+13
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
1
-1
/
+1
*
Makes custom queries available through the REST API (#5737).
Jean-Philippe Lang
2011-07-06
1
-3
/
+23
*
Shorten query[column_names] param name.
Jean-Philippe Lang
2011-04-03
1
-1
/
+4
*
Shortens filter param names.
Jean-Philippe Lang
2011-04-01
1
-2
/
+2
*
Refactor: Move method to Query model
Eric Davis
2010-04-19
1
-6
/
+2
*
Fixes permission check in QueriesController (#5181).
Jean-Philippe Lang
2010-03-24
1
-1
/
+1
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-2
/
+2
*
Ticket grouping (#2679).
Jean-Philippe Lang
2009-04-26
1
-0
/
+1
[next]