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
/
lib
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing deletion of custom field attachments upon issue deletion (#38966).
Go MAEDA
2024-10-26
1
-0
/
+13
*
Replaces removed `ActiveSupport::Deprecation.warn` with custom deprecators (#...
Marius Balteanu
2024-08-20
1
-2
/
+2
*
Introduces @valid_watcher?@ check on watchables (@40946).
Marius Balteanu
2024-07-08
1
-0
/
+8
*
Improve watcher list permissions check to explicitly require @view_issue_watc...
Marius Balteanu
2024-07-08
1
-0
/
+10
*
Adds the date of the last activity to the list of available columns for Proje...
Marius Balteanu
2024-05-03
1
-3
/
+6
*
Switches from MD5 to SHA256 when computing the hash for gravatar URL (#40652).
Marius Balteanu
2024-05-02
1
-2
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
12
-14
/
+14
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
11
-11
/
+27
*
Remove wrong copyright headers from acts_as_tree plugin (#37730).
Marius Balteanu
2024-01-11
3
-69
/
+18
*
Fixes exception in @acts_as_attachable@ when running on Ruby 2.7 (#39862).
Marius Balteanu
2023-12-27
1
-1
/
+1
*
Fixes attachments functionality for (custom) plugins broken since fix for CVE...
Marius Balteanu
2023-12-22
1
-0
/
+24
*
Add missing copyrights (#37730).
Marius Balteanu
2023-11-26
10
-0
/
+170
*
Fix watcher handling on unsaved objects (#39186).
Go MAEDA
2023-10-16
1
-6
/
+16
*
Use `require_relative` instead of `File.dirname(__FILE__) + ...` (#38093).
Go MAEDA
2023-01-16
8
-8
/
+8
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
5
-5
/
+5
*
Respect group memberships when checking if an object is watched (#37065).
Marius Balteanu
2022-06-20
1
-5
/
+17
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
5
-5
/
+5
*
Drop OpenID support (#35755).
Go MAEDA
2021-12-14
21
-1006
/
+0
*
Add require to acts_as_tree (#29914, #32938).
Marius Balteanu
2021-10-27
1
-0
/
+1
*
Use full full path for require (#29914, #32938).
Marius Balteanu
2021-10-27
2
-2
/
+2
*
Use sanitize_sql_like on search tokens (#35073).
Marius Balteanu
2021-10-03
1
-1
/
+1
*
Validate attachment filenames on every change (#34367).
Go MAEDA
2021-04-16
1
-1
/
+1
*
Reload detached attachments (#32922).
Go MAEDA
2021-04-08
1
-3
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
5
-5
/
+5
*
Evaluate acts_as_activity_provider's scope lazily (#33664).
Go MAEDA
2020-10-17
1
-1
/
+8
*
Locked users in a group receive notifications when the group is added as a wa...
Go MAEDA
2020-09-01
1
-1
/
+1
*
Use scope assignable_watchers (#4511).
Go MAEDA
2020-04-25
1
-1
/
+1
*
Use principals in acts_as_watchable (#4511).
Go MAEDA
2020-04-25
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
5
-5
/
+5
*
Updating custom fields does not trigger update to "updated_on" field in the c...
Go MAEDA
2020-02-29
1
-0
/
+1
*
Reverts r19510 that breaks IssueTest#test_closed_on_should_be_set_when_closin...
Go MAEDA
2020-02-11
1
-2
/
+0
*
Updating custom fields does not trigger update to "updated_on" field in the c...
Go MAEDA
2020-02-11
1
-0
/
+2
*
Allow adding user groups as watchers for issues (#4511).
Go MAEDA
2020-02-06
1
-3
/
+5
*
Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...
Go MAEDA
2020-01-23
1
-1
/
+1
*
Remove code for unsupported versions of Rails from open_id_authentication (#3...
Go MAEDA
2019-10-22
1
-4
/
+0
*
Update copyright year.
Go MAEDA
2019-05-25
5
-5
/
+5
*
Small refactorization of avatar methods (#31391).
Go MAEDA
2019-05-19
1
-1
/
+1
*
Remove the :ssl option which is not used anymore (#31022).
Go MAEDA
2019-05-08
1
-3
/
+0
*
Add avatar_server_url configuration option in order to support Libravatar (#9...
Go MAEDA
2019-05-04
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
*
Remove frozen_string_literal magic comment from files which are not used when...
Go MAEDA
2019-03-21
12
-24
/
+0
*
Support frozen_string_literal in lib/**/*.rb (#26561).
Go MAEDA
2019-03-17
17
-17
/
+17
*
Enable frozen_string_literal for files which don't contain string literals (#...
Go MAEDA
2019-03-17
4
-4
/
+4
*
Always use HTTPS when accessing gravatar.com (#31022).
Go MAEDA
2019-03-15
1
-2
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
37
-2
/
+76
*
Remove trailing whitespaces from lib/plugins/gravatar/lib/gravatar.rb
Go MAEDA
2019-03-14
1
-11
/
+11
*
Deadlock when assigning custom values (#30465).
Jean-Philippe Lang
2019-01-19
1
-1
/
+1
*
Fixed that issue details page shows default values for custom fields that are...
Jean-Philippe Lang
2018-09-23
1
-0
/
+6
*
Replace Hash#keys.each with faster Hash#each_key (#29305).
Go MAEDA
2018-08-01
1
-1
/
+1
*
Remove RDoc tags (#28943).
Go MAEDA
2018-06-08
1
-2
/
+2
[next]