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
/
views
/
queries
Commit message (
Expand
)
Author
Age
Files
Lines
*
Marks name field in custom query creation/edit form as required (#41778).
Marius Balteanu
2024-11-17
1
-2
/
+7
*
Use @.capitalize@ for button_save_object, button_edit_object, and button_dele...
Marius Balteanu
2024-11-03
1
-3
/
+3
*
Renames and improves methods provided by @IconsHelper@ (#23980).
Marius Balteanu
2024-10-19
2
-5
/
+5
*
Replaces icon-expanded and icon-collapsed with SVG icons (#23980).
Marius Balteanu
2024-09-08
1
-2
/
+8
*
Start working on replacing old icons with SVG icons (#23980):
Marius Balteanu
2024-08-29
2
-5
/
+5
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
1
-0
/
+2
*
Fix query columns selection in custom query form (#39806).
Marius Balteanu
2024-01-17
1
-1
/
+5
*
Improves filter rendering on narrow screens by replacing the layout tables wi...
Marius Balteanu
2023-12-28
3
-31
/
+29
*
Reuse ProjectQuery filters on the admin project list (#33422).
Marius Balteanu
2022-04-01
2
-2
/
+6
*
Fix typo in class 'icon-expended' (#36149).
Marius Balteanu
2021-11-08
1
-1
/
+1
*
Rename the save, edit and delete buttons on the query form to clarify the sco...
Go MAEDA
2021-08-17
1
-3
/
+3
*
Fix that selected gantt columns are not displayed with MS Edge Legacy (#33724).
Go MAEDA
2020-07-13
1
-1
/
+1
*
Fix indentation in app/views/queries/_form.html.erb (#32194).
Go MAEDA
2019-11-30
1
-52
/
+52
*
Add buttons to save/edit/delete a custom query to calendar view (#32194).
Go MAEDA
2019-11-30
1
-2
/
+7
*
Only admin users should be able to manage public queries on the project list ...
Jean-Philippe Lang
2019-11-20
1
-2
/
+1
*
Removes duplicated 'group_by' id (#29482).
Go MAEDA
2019-10-22
1
-1
/
+1
*
Fix display type in query form view (#29482).
Go MAEDA
2019-10-22
1
-3
/
+3
*
Use radio buttons to choose display type (#29482).
Jean-Philippe Lang
2019-10-19
1
-6
/
+5
*
Option to switch between table list and board list (#29482).
Jean-Philippe Lang
2019-10-19
2
-4
/
+42
*
Filters for Projects page (#29482).
Jean-Philippe Lang
2019-10-19
2
-43
/
+57
*
Use the regular "icon icon-*" classes for collapsible fields (#31433).
Go MAEDA
2019-05-27
1
-2
/
+2
*
Show selected columns in gantt chart (#27672).
Go MAEDA
2019-05-16
1
-6
/
+4
*
Cannot uncheck Gantt chart options of a custom query (#31063).
Jean-Philippe Lang
2019-03-30
1
-0
/
+2
*
Use CSS selector to find move left/right buttons.
Jean-Philippe Lang
2017-07-23
1
-2
/
+2
*
Removes hardcoded width.
Jean-Philippe Lang
2017-07-12
1
-2
/
+2
*
Render columns selection using spans instead of a table.
Jean-Philippe Lang
2017-07-12
1
-18
/
+14
*
Let user choose columns and sort order of issue lists on "My page" (#1565).
Jean-Philippe Lang
2017-03-14
1
-12
/
+18
*
Get rid of sort_helper when using queries.
Jean-Philippe Lang
2017-03-13
1
-0
/
+1
*
Disable description and columns when checking "Default columns" (#24907).
Jean-Philippe Lang
2017-01-29
1
-3
/
+3
*
Use css pseudo-classes instead of cycle("odd", "even") (#15361).
Jean-Philippe Lang
2017-01-25
1
-1
/
+1
*
Reset sort criteria when clearing filters.
Jean-Philippe Lang
2017-01-19
1
-1
/
+1
*
Don't preload all query filters (#24787).
Jean-Philippe Lang
2017-01-09
1
-1
/
+3
*
Reverts r16051 and r16050 for now (#15361).
Jean-Philippe Lang
2016-12-03
1
-1
/
+1
*
Use css pseudo-classes instead "odd", "even" classes (#15361).
Jean-Philippe Lang
2016-12-03
1
-1
/
+1
*
Make time entries groupable (#16843).
Jean-Philippe Lang
2016-07-13
1
-0
/
+62
*
Makes spent time queries savable (#14790).
Jean-Philippe Lang
2016-07-12
1
-0
/
+1
*
Add id to query create and edit form to ease theme (#22277).
Jean-Philippe Lang
2016-03-19
2
-2
/
+2
*
Add id and class for easier styling of query filters (#22018).
Jean-Philippe Lang
2016-03-19
1
-2
/
+2
*
Extract the "Add filter" drop-down from the table (#19097).
Jean-Philippe Lang
2015-11-07
1
-8
/
+4
*
Give numbers in query sort criteria consistent width for non-monospaced fonts...
Jean-Philippe Lang
2015-11-01
1
-1
/
+1
*
Adds options to display totals on the issue list (#1561).
Jean-Philippe Lang
2015-10-04
1
-0
/
+3
*
Fixed that user with "Manage public queries" permission, can create global pu...
Jean-Philippe Lang
2015-06-29
1
-6
/
+8
*
Removed unneeded #h calls in views.
Jean-Philippe Lang
2015-02-23
1
-1
/
+1
*
Moved select_list_move.js content to application.js.
Jean-Philippe Lang
2014-11-18
1
-2
/
+6
*
Use an handler instead of onsubmit attribute.
Jean-Philippe Lang
2014-11-18
2
-2
/
+2
*
Remove useless settings when editing a query from the gantt (#16747).
Jean-Philippe Lang
2014-05-24
1
-4
/
+10
*
Custom queries: buttons to move column to top and bottom (#16326).
Jean-Philippe Lang
2014-03-21
1
-1
/
+3
*
Removed deprecated align and width html attributes (#15307).
Jean-Philippe Lang
2013-11-11
1
-4
/
+2
*
Ability to save Gantt query filters (#7836).
Jean-Philippe Lang
2013-07-14
1
-0
/
+9
*
Role based custom queries (#1019).
Jean-Philippe Lang
2013-07-11
2
-4
/
+21
[next]