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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Upgrade jQuery to 3.7.1 and jQuery UI to 1.13.3 (#40853, #40864).
Go MAEDA
2024-06-20
1
-2
/
+3
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
1
-1
/
+2
*
Link "Last activity" column to project activity page (#40706, #23954).
Marius Balteanu
2024-05-28
1
-0
/
+10
*
Fix duplicated alt and title attributes for attached images in Textile format...
Go MAEDA
2024-05-24
1
-6
/
+17
*
Fix RuboCop offense Style/SuperArguments (#39887).
Go MAEDA
2024-05-23
1
-1
/
+1
*
Fix slow display of projects list when including project description column (...
Go MAEDA
2024-05-14
1
-1
/
+7
*
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
*
Fixes that watcher groups on new issue form get dereferenced on validation er...
Marius Balteanu
2024-04-28
1
-1
/
+1
*
Fix incorrect icon image path for DatePicker button (#40559, #39111).
Marius Balteanu
2024-04-16
1
-1
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
46
-46
/
+46
*
Fix failing tests related to favicon in themes after r22692 (#39111).
Marius Balteanu
2024-02-13
1
-1
/
+1
*
Includes favicon in assets pipeline (#39111).
Marius Balteanu
2024-02-07
1
-2
/
+2
*
Remove hardcoded version of rails-ujs and include the one provided by the ass...
Marius Balteanu
2024-01-25
1
-1
/
+2
*
Add Propshaft library to enable the asset pipeline without modifying existing...
Marius Balteanu
2024-01-25
1
-3
/
+3
*
Use @image_url@ for @favicon_url@ (#40087).
Marius Balteanu
2024-01-23
1
-4
/
+1
*
Replace String#sub with delete_prefix / delete_suffix (#40008).
Go MAEDA
2024-01-08
1
-2
/
+2
*
Support localized decimal separators for hours in the web UI (#21677).
Go MAEDA
2024-01-04
1
-1
/
+1
*
Support localized decimal separators for float values (#22024).
Go MAEDA
2024-01-04
1
-1
/
+1
*
Fix hardcoded string "auto" on user preferences page (#39879).
Marius Balteanu
2023-12-22
1
-1
/
+1
*
Fix RuboCop offense Performance/StringIdentifierArgument (#39888).
Go MAEDA
2023-12-20
2
-2
/
+2
*
Fix RuboCop offense Style/HashEachMethods (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Fix RuboCop offense Lint/SymbolConversion (#39887).
Go MAEDA
2023-12-20
3
-3
/
+3
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
1
-3
/
+3
*
Update Rails UJS to 7.1.2 (#36320).
Marius Balteanu
2023-12-20
1
-1
/
+1
*
Updates Rails to 7.1.2 (#36320).
Marius Balteanu
2023-11-27
1
-2
/
+2
*
Fix query grouping filter not working for custom field relations (#39714).
Marius Balteanu
2023-11-26
1
-3
/
+3
*
Deprecate unused ApplicationHelper#render_if_exist (#39527).
Go MAEDA
2023-11-19
1
-0
/
+4
*
Fix related issues count not updating after deleting one of the related issue...
Go MAEDA
2023-10-29
1
-1
/
+1
*
Add field separator option to CSV export dialog (#37621).
Go MAEDA
2023-10-21
2
-1
/
+18
*
Display calendar in vertical list layout on mobile screens (#33682).
Go MAEDA
2023-08-27
1
-29
/
+0
*
Unable to retrieve custom fields set as "For all projects" via Projects API (...
Go MAEDA
2023-06-30
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).
Go MAEDA
2023-06-29
1
-1
/
+1
*
Display order of watchers in the sidebar is indeterminate (#38458).
Go MAEDA
2023-05-05
1
-1
/
+1
*
Add a button to apply issues filter to search results (#38481).
Go MAEDA
2023-04-27
1
-0
/
+46
*
Support "my bookmarks" in the search (#38459).
Go MAEDA
2023-04-18
1
-0
/
+1
*
Export a version as changelog text (#36679).
Go MAEDA
2023-04-13
1
-0
/
+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
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-1
/
+1
*
Use Commonmarker instead of Redcarpet by default when rendering Markdown atta...
Go MAEDA
2023-03-23
1
-3
/
+3
*
Show parent issues in notification email (#34302).
Go MAEDA
2023-03-01
1
-1
/
+1
*
"Property changes" tab does not appear when all issue journals have both note...
Go MAEDA
2023-02-01
1
-4
/
+4
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
5
-8
/
+8
*
Remove code no longer necessary due to r21823 (#37674).
Go MAEDA
2023-01-16
1
-59
/
+0
*
Support for WebP images (#38168).
Go MAEDA
2023-01-16
1
-1
/
+1
*
Unreachable branch in ApplicationHelper#format_object due to the use of the d...
Go MAEDA
2023-01-12
1
-14
/
+14
*
Disable RuboCop offense Performance/Sum in IssueFieldsRows#to_html (#38146).
Go MAEDA
2023-01-11
1
-0
/
+2
[prev]
[next]