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
...
*
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
*
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
*
Optimize `Issue#relations` method to improve performance by fetching both `re...
Go MAEDA
2023-12-28
1
-1
/
+4
*
Optimize users visibility check (#39857).
Go MAEDA
2023-12-27
1
-2
/
+2
*
Fix RuboCop offense Performance/StringIdentifierArgument (#39888).
Go MAEDA
2023-12-20
9
-10
/
+10
*
Fix RuboCop offense Style/HashEachMethods (#39887).
Go MAEDA
2023-12-20
5
-5
/
+5
*
Fix RuboCop offense Lint/SymbolConversion (#39887).
Go MAEDA
2023-12-20
3
-6
/
+6
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
7
-8
/
+8
*
Updates Rails to 7.1.2 (#36320).
Marius Balteanu
2023-11-27
3
-10
/
+10
*
Replace request_store with ActiveSupport::CurrentAttributes (#39110).
Marius Balteanu
2023-11-21
2
-2
/
+14
*
Moves create parent issue journal to after_commit hook to work around stale o...
Marius Balteanu
2023-11-18
1
-10
/
+20
*
Remove deprecated methods in Repository and AbstractAdapter (#39558).
Marius Balteanu
2023-11-18
1
-5
/
+0
*
Auto-detection of field wrapper type when importing CSV file (#39511).
Go MAEDA
2023-11-16
1
-1
/
+2
*
New email notification option "For any event on my bookmarked projects" (#351...
Go MAEDA
2023-11-16
1
-2
/
+15
*
Fix an expression of non-boolean type specified in a context where a conditio...
Marius Balteanu
2023-11-11
1
-7
/
+8
*
Remove @rss_*@ deprecated methods (#36806).
Marius Balteanu
2023-11-06
1
-12
/
+0
*
Reinitialize an empty Wiki page after after project wiki is deleted (#34634).
Marius Balteanu
2023-10-23
2
-1
/
+5
*
Revert r22368.
Marius Balteanu
2023-10-23
2
-5
/
+1
*
Traditional Chinese translation update (#39221).
Marius Balteanu
2023-10-23
2
-1
/
+5
*
Fix RuboCop offenses due to r22343: Style/RedundantRegexpEscape, Layout/Empty...
Go MAEDA
2023-10-16
1
-2
/
+1
*
API compatibility to legacy status and name query params (#39181, #37674)
Go MAEDA
2023-10-15
1
-0
/
+28
*
Cleanup debug code in app/models/mail_handler.rb (#39184).
Go MAEDA
2023-10-12
1
-1
/
+1
*
Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL (#38319).
Go MAEDA
2023-10-09
1
-3
/
+3
*
Refactor SQL construction in IssueQuery#sql_for_assigned_to_role_field for be...
Go MAEDA
2023-10-09
1
-4
/
+10
*
Replace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate ...
Go MAEDA
2023-10-07
2
-4
/
+2
*
Avoid exception during validation if the spent_on date of a time entry was re...
Go MAEDA
2023-09-20
1
-1
/
+1
*
Add description for issue statuses and display them in issue new/edit form (#...
Go MAEDA
2023-08-31
1
-0
/
+2
[prev]
[next]