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
/
helpers
/
queries_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renames and improves methods provided by @IconsHelper@ (#23980).
Marius Balteanu
2024-10-19
1
-2
/
+2
*
Replaces icon-sorted-asc and icon-sorted-desc with SVG icons (#23980).
Marius Balteanu
2024-09-08
1
-1
/
+3
*
Start working on replacing old icons with SVG icons (#23980):
Marius Balteanu
2024-08-29
1
-1
/
+1
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
1
-1
/
+1
*
Refactor ApplicationHelper#format_object to accept options as a hash (#39997).
Go MAEDA
2024-07-18
1
-1
/
+1
*
Disable custom query links while loading to prevent multiple requests (#40901).
Go MAEDA
2024-06-27
1
-1
/
+2
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
1
-1
/
+2
*
Adds estimated remaining hours issue query column calculated based on estimat...
Marius Balteanu
2024-05-01
1
-2
/
+2
*
Adds Watcher list to the list of available query columns for issues (#29894).
Marius Balteanu
2024-04-28
1
-0
/
+4
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Fix RuboCop offense Lint/SymbolConversion (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Fix query grouping filter not working for custom field relations (#39714).
Marius Balteanu
2023-11-26
1
-3
/
+3
*
Add field separator option to CSV export dialog (#37621).
Go MAEDA
2023-10-21
1
-1
/
+1
*
Add Parent task filter and column to Spent time (#37623).
Go MAEDA
2023-04-11
1
-5
/
+5
*
Fixed an issue where an empty group could appear in the filter selection list...
Go MAEDA
2023-04-06
1
-0
/
+2
*
Reorder groups in the filter select list (#38402).
Go MAEDA
2023-04-05
1
-1
/
+1
*
Group text filters in the filter select list (#38402).
Go MAEDA
2023-04-05
1
-0
/
+2
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
1
-2
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Use query name as the file name when exporting queries (#16207).
Go MAEDA
2022-08-24
1
-0
/
+8
*
Reuse ProjectQuery filters on the admin project list (#33422).
Marius Balteanu
2022-04-01
1
-0
/
+2
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Avoid executing the same SQL statement multiple times to get the default cust...
Go MAEDA
2021-08-04
1
-1
/
+4
*
Hooks for queries helper (#34743).
Go MAEDA
2021-07-14
1
-35
/
+47
*
Default issue query (#7360).
Go MAEDA
2021-07-06
1
-3
/
+12
*
Filter issues by file description (#34715).
Go MAEDA
2021-06-14
1
-0
/
+2
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of QueriesHelper
Toshi MARUYAMA
2020-12-02
1
-8
/
+51
*
add empty line after guard clause to QueriesHelper
Toshi MARUYAMA
2020-11-03
1
-0
/
+3
*
use "do end" instead of {} at QueriesHelper
Toshi MARUYAMA
2020-09-21
1
-2
/
+2
*
fix source indent of QueriesHelper
Toshi MARUYAMA
2020-09-21
1
-4
/
+5
*
Total estimated time column shows up as decimal value regardless of time sett...
Go MAEDA
2020-04-15
1
-2
/
+2
*
Time entries csv export should check issue visibility (#33075).
Jean-Philippe Lang
2020-04-05
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/queries_helper.rb
Toshi MARUYAMA
2019-11-23
1
-1
/
+1
*
code layout clean up app/helpers/queries_helper.rb
Toshi MARUYAMA
2019-11-08
1
-10
/
+23
*
cleanup: rubocop: fix Layout/BlockAlignment in app/helpers/queries_helper.rb
Toshi MARUYAMA
2019-11-08
1
-1
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_header
Toshi MARUYAMA
2019-11-05
1
-1
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_value
Toshi MARUYAMA
2019-11-05
1
-1
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#query_links
Toshi MARUYAMA
2019-11-05
1
-1
/
+2
*
Fix display type in query form view (#29482).
Go MAEDA
2019-10-22
1
-1
/
+1
*
Use radio buttons to choose display type (#29482).
Jean-Philippe Lang
2019-10-19
1
-3
/
+4
*
Option to switch between table list and board list (#29482).
Jean-Philippe Lang
2019-10-19
1
-0
/
+8
*
code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/queries_he...
Toshi MARUYAMA
2019-10-19
1
-4
/
+2
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/queries_helper.rb
Toshi MARUYAMA
2019-10-17
1
-5
/
+6
*
Add clear query icon next to selected query in sidebar (#31640).
Go MAEDA
2019-09-14
1
-2
/
+10
*
Use "icon icon-*" classes for sort elements (#31433).
Go MAEDA
2019-05-30
1
-2
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Group time tracking filters in the filter select list (#26826).
Go MAEDA
2019-04-30
1
-0
/
+2
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
[next]