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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
5
-10
/
+10
*
Use Array#intersect? introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-20
6
-6
/
+6
*
Add filters for "User's group" and "User's role" to Spent time list (#41053).
Go MAEDA
2024-08-16
1
-0
/
+59
*
Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...
Go MAEDA
2024-08-12
2
-2
/
+2
*
Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...
Go MAEDA
2024-08-12
1
-1
/
+0
*
Fix incorrect sorting of users grouped by status in issue filters for adminis...
Go MAEDA
2024-08-11
1
-3
/
+3
*
Add project identifier to List-Id header in notification emails (#13359).
Go MAEDA
2024-07-26
1
-3
/
+12
*
Set default age parameter for User.prune method to 30 days (#41023).
Go MAEDA
2024-07-19
1
-1
/
+1
*
Add an option to render Integer and Float custom fields with thousands delimi...
Go MAEDA
2024-07-18
1
-1
/
+7
*
Check view watchers permission when copying issues (#40946).
Marius Balteanu
2024-07-08
1
-2
/
+2
*
Truncate git authors to 255 characters (#40948).
Marius Balteanu
2024-07-08
1
-1
/
+1
*
Expose project updated_on column and filter in project query (#40829).
Go MAEDA
2024-06-27
1
-0
/
+2
*
Creating a new issue fails with an internal error if no issue priorities are ...
Go MAEDA
2024-06-25
1
-1
/
+1
*
Reject passwords that are the same as login, first name, last name, or email ...
Go MAEDA
2024-06-21
1
-0
/
+11
*
Optimize Version#behind_schedule? by avoiding the call to completed_percent w...
Go MAEDA
2024-06-17
1
-8
/
+5
*
Optimize FixedIssuesExtension#closed_percent by bypassing issues_progress whe...
Go MAEDA
2024-06-17
1
-0
/
+1
*
Optimize Version model by reducing redundant SQL count queries (#40798).
Go MAEDA
2024-06-17
1
-14
/
+10
*
Fix RuboCop offense Rails/ActiveRecordCallbacksOrder (#39889).
Go MAEDA
2024-06-17
11
-16
/
+16
*
Suppress RuboCop false positive for Security/Open (#39887).
Go MAEDA
2024-06-06
1
-1
/
+1
*
Fix RuboCop offense Naming/MemoizedInstanceVariableName (#37862, #1671).
Go MAEDA
2024-06-05
1
-1
/
+1
*
Adds estimated remaining time to version page (#37862, #1671).
Marius Balteanu
2024-06-04
1
-0
/
+12
*
Move logic for estimated remaining hours from @QueryColumn@ to @Issue@ (#37862).
Marius Balteanu
2024-06-04
2
-18
/
+10
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
1
-0
/
+1
*
Fix RuboCop offense Style/SuperArguments (#39887).
Go MAEDA
2024-05-23
6
-8
/
+8
*
Ignore statuses in Project#rolled_up_statuses which only have an identity tra...
Go MAEDA
2024-05-16
1
-0
/
+1
*
Explicitly reference table name in Project#like scope to avoid ambiguity (#40...
Go MAEDA
2024-05-14
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantSelfAssignment (#40412).
Go MAEDA
2024-05-13
1
-1
/
+1
*
Fixes issue list filter "Watched by: me" only shows issues watched via group ...
Marius Balteanu
2024-05-11
1
-1
/
+3
*
Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).
Marius Balteanu
2024-05-07
1
-2
/
+2
*
Adds the date of the last activity to the list of available columns for Proje...
Marius Balteanu
2024-05-03
2
-2
/
+35
*
Fixes RuboCop offense Performance/Sum (#24457, #4682).
Marius Balteanu
2024-05-02
1
-3
/
+3
*
Progress of version should be calculated the same way as parent tasks (#24457...
Marius Balteanu
2024-05-02
1
-6
/
+11
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#37862).
Go MAEDA
2024-05-01
1
-1
/
+1
*
Adds estimated remaining hours issue query column calculated based on estimat...
Marius Balteanu
2024-05-01
1
-1
/
+24
*
Adds Watcher list to the list of available query columns for issues (#29894).
Marius Balteanu
2024-04-28
2
-0
/
+12
*
Adds an option to send email notification when an attachment is added (#40569).
Marius Balteanu
2024-04-28
1
-1
/
+2
*
Revert r22764 (#33829).
Go MAEDA
2024-03-06
1
-1
/
+0
*
Fix Atom feed for issues to correctly use the updated time for "updated" elem...
Go MAEDA
2024-03-04
1
-0
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
84
-84
/
+84
*
Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243).
Go MAEDA
2024-02-08
1
-2
/
+2
*
Optimize queries visibility check (#39852).
Go MAEDA
2024-02-01
1
-10
/
+11
*
Add support for IDN (internationalized domain name) email addresses in user a...
Go MAEDA
2024-02-01
1
-1
/
+11
*
Enable "any" and "none" operators for status filter in User listing (#40099).
Marius Balteanu
2024-01-25
1
-1
/
+1
*
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
44
-43
/
+75
*
Reverts r22438 (#35189).
Marius Balteanu
2024-01-23
1
-15
/
+2
*
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
2
-3
/
+3
*
Optimize Project#notified_users to improve issue create/update speed (#23328).
Go MAEDA
2024-01-04
1
-7
/
+2
*
Fix "any" operator for text filters to exclude empty text values (#39991).
Go MAEDA
2024-01-02
1
-1
/
+1
[next]