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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extraneous whitespace when selecting and copying issue number on Chrome/Windo...
Go MAEDA
2024-01-29
1
-2
/
+1
*
Adds user status to users list API (#38948).
Marius Balteanu
2024-01-25
1
-0
/
+1
*
Include @auth_source@ in /users/:id API response if auth_source is requested ...
Marius Balteanu
2024-01-25
1
-0
/
+5
*
Remove deprecated @status=@ param used to get all users. @status=*@ should be...
Marius Balteanu
2024-01-25
1
-4
/
+0
*
Adds deprecation warning when an empty status param (status=) is used to get ...
Marius Balteanu
2024-01-25
1
-0
/
+1
*
Remove hardcoded version of rails-ujs and include the one provided by the ass...
Marius Balteanu
2024-01-25
1
-1
/
+2
*
Remove code that is no longer needed as a result of asset pipeline implementa...
Marius Balteanu
2024-01-25
1
-1
/
+0
*
Add Propshaft library to enable the asset pipeline without modifying existing...
Marius Balteanu
2024-01-25
1
-3
/
+3
*
Restores API compatibility to legacy status when status param is sent blank (...
Marius Balteanu
2024-01-25
1
-2
/
+2
*
Enable "any" and "none" operators for status filter in User listing (#40099).
Marius Balteanu
2024-01-25
1
-1
/
+1
*
Remove unnecessary use of instance variables in CSV and Atom response handler...
Go MAEDA
2024-01-24
5
-12
/
+12
*
Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#38975).
Go MAEDA
2024-01-24
1
-0
/
+1
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
45
-44
/
+76
*
Use @image_url@ for @favicon_url@ (#40087).
Marius Balteanu
2024-01-23
1
-4
/
+1
*
Reverts r22438 (#35189).
Marius Balteanu
2024-01-23
2
-19
/
+3
*
Fix query columns selection in custom query form (#39806).
Marius Balteanu
2024-01-17
1
-1
/
+5
*
Fix query columns selection in time tracking settings page from admin (#39806).
Marius Balteanu
2024-01-16
1
-2
/
+6
*
Indentation fixes (#39806).
Marius Balteanu
2024-01-16
3
-8
/
+8
*
Fix query columns selection in admin and my page (#39806).
Marius Balteanu
2024-01-16
3
-0
/
+10
*
Replace regular expression matches with String#start_with? / end_with? (#40010).
Go MAEDA
2024-01-11
1
-1
/
+1
*
Replace String#sub with delete_prefix / delete_suffix (#40008).
Go MAEDA
2024-01-08
8
-10
/
+12
*
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
*
Optimize Project#notified_users to improve issue create/update speed (#23328).
Go MAEDA
2024-01-04
1
-7
/
+2
*
Explicitly render a 404 on non-JS requests to messages#quote (#39999).
Marius Balteanu
2024-01-03
1
-0
/
+5
*
Fix "any" operator for text filters to exclude empty text values (#39991).
Go MAEDA
2024-01-02
1
-1
/
+1
*
Optimize loading of journals, relations, and allowed_statuses in IssuesContro...
Go MAEDA
2024-01-01
1
-10
/
+11
*
Cache the result of `Journal#attachments` (#39847).
Go MAEDA
2023-12-31
1
-2
/
+4
*
Extend "contains" operator in "Parent task" filter to support multiple issue ...
Go MAEDA
2023-12-29
1
-3
/
+12
*
Optimize query models by replacing `map` with `pluck` (#39837).
Go MAEDA
2023-12-29
5
-21
/
+16
*
Improves filter rendering on narrow screens by replacing the layout tables wi...
Marius Balteanu
2023-12-28
4
-44
/
+38
*
Optimize `Issue#relations` method to improve performance by fetching both `re...
Go MAEDA
2023-12-28
1
-1
/
+4
*
Optimize IssueCategory SQL queries when showing an issue (#39849).
Go MAEDA
2023-12-27
1
-2
/
+2
*
Optimize users visibility check (#39857).
Go MAEDA
2023-12-27
1
-2
/
+2
*
Fixes that diff of a javascript file in repository module is not displayed wi...
Marius Balteanu
2023-12-26
1
-1
/
+1
*
Incorrect position of "Edited" mark in issue notes with h4 headings (#39932).
Go MAEDA
2023-12-26
1
-1
/
+1
*
Fix hardcoded string "auto" on user preferences page (#39879).
Marius Balteanu
2023-12-22
1
-1
/
+1
*
Fix improper error highlighting for description field in issue form (#39795).
Go MAEDA
2023-12-22
1
-1
/
+1
*
Explicitly render a 404 on non-JS requests to @watchers#new@ (#39894).
Marius Balteanu
2023-12-21
1
-1
/
+6
*
Fix RuboCop offense Performance/StringIdentifierArgument (#39888).
Go MAEDA
2023-12-20
12
-14
/
+14
*
Fix RuboCop offense Style/HashEachMethods (#39887).
Go MAEDA
2023-12-20
8
-14
/
+10
*
Fix RuboCop offense Lint/SymbolConversion (#39887).
Go MAEDA
2023-12-20
7
-10
/
+10
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
8
-11
/
+11
*
Update Rails UJS to 7.1.2 (#36320).
Marius Balteanu
2023-12-20
1
-1
/
+1
*
Revert r21883 which was an workaround for #37626 (#37732, #36320).
Marius Balteanu
2023-11-29
1
-2
/
+1
*
Updates Rails to 7.1.2 (#36320).
Marius Balteanu
2023-11-27
6
-14
/
+14
*
Fix query grouping filter not working for custom field relations (#39714).
Marius Balteanu
2023-11-26
1
-3
/
+3
*
Replace request_store with ActiveSupport::CurrentAttributes (#39110).
Marius Balteanu
2023-11-21
3
-2
/
+17
*
Add data-text-formatting attribute for selected markup language to body tag (...
Go MAEDA
2023-11-21
1
-1
/
+1
*
Deprecate unused ApplicationHelper#render_if_exist (#39527).
Go MAEDA
2023-11-19
1
-0
/
+4
[next]