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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
3
-3
/
+3
*
Run plugin tests only if test files exist (#39803, #36320).
Marius Balteanu
2023-12-20
1
-12
/
+30
*
Fixes that @redmine:plugins:test@ should run plugins unit, functional, integr...
Marius Balteanu
2023-12-20
1
-4
/
+7
*
Adds test for plugin autoload issue (#36320, #39834).
Marius Balteanu
2023-12-17
2
-1
/
+8
*
Fix NoMethodError: undefined method `rake_run' for Rails::TestUnit::Runner:Cl...
Marius Balteanu
2023-12-12
2
-8
/
+8
*
Reverts r22507, r22508 and r22510 (#36320, #39803).
Marius Balteanu
2023-12-12
1
-1
/
+1
*
Allows configure plugins directory path in order to change the default locati...
Marius Balteanu
2023-12-10
1
-1
/
+1
*
Fix typo (#36320).
Marius Balteanu
2023-12-10
2
-2
/
+2
*
Fix autoloading of plugins fails in Rails 7.1.2 (#36320).
Marius Balteanu
2023-12-10
1
-1
/
+1
*
Fix CommonMark Markdown help page to reflect user's language setting (#39755).
Go MAEDA
2023-12-06
1
-7
/
+12
*
Fix typo (#39110).
Marius Balteanu
2023-12-04
1
-1
/
+1
*
Updates Rails to 7.1.2 (#36320).
Marius Balteanu
2023-11-27
1
-5
/
+5
*
Updates for 5.1.1 release.
Marius Balteanu
2023-11-27
1
-1
/
+1
*
Add missing copyrights (#37730).
Marius Balteanu
2023-11-26
28
-0
/
+476
*
Replace request_store with ActiveSupport::CurrentAttributes (#39110).
Marius Balteanu
2023-11-21
2
-7
/
+39
*
CI server: disable ssl connexion to mysql server.
Jean-Philippe Lang
2023-11-20
1
-1
/
+2
*
Adds support for environment variable for CI mysql host.
Jean-Philippe Lang
2023-11-20
1
-1
/
+1
*
Adds support for environment variable for CI postgresql host.
Jean-Philippe Lang
2023-11-20
1
-1
/
+1
*
Use tx_isolation for MySQL lower than 8. (#39437).
Marius Balteanu
2023-11-19
1
-0
/
+4
*
Use a global lock provided by @with_advisory_lock@ gem to work around deadloc...
Marius Balteanu
2023-11-18
1
-23
/
+50
*
Remove deprecated methods in Repository and AbstractAdapter (#39558).
Marius Balteanu
2023-11-18
1
-12
/
+0
*
Fix `rake yard` does not work with Ruby >= 3.2 due to nested array issue (#39...
Go MAEDA
2023-11-18
1
-1
/
+1
*
Simply regex (#39553).
Marius Balteanu
2023-11-16
1
-4
/
+0
*
Fix mention notification is not sent when user pattern is leading by some pun...
Marius Balteanu
2023-11-16
1
-1
/
+3
*
Fix undefined method error in issue list PDF export when export contains a cu...
Marius Balteanu
2023-11-11
1
-1
/
+1
*
Set version to 5.1.0.
Go MAEDA
2023-10-30
1
-2
/
+2
*
Add field separator option to CSV export dialog (#37621).
Go MAEDA
2023-10-21
1
-1
/
+1
*
Replace `YAML.load` with `YAML.load_file` in locales.rake and improve error r...
Go MAEDA
2023-10-20
1
-3
/
+3
*
Fix watcher handling on unsaved objects (#39186).
Go MAEDA
2023-10-16
1
-6
/
+16
*
Fixes i18n call in macro error fallback (#37668).
Go MAEDA
2023-10-06
1
-1
/
+1
*
Updates for 5.0.6 release
Go MAEDA
2023-09-30
1
-1
/
+1
*
Correctly escape issue text in Gantt PNG export for ImageMagick convert (#387...
Go MAEDA
2023-09-21
1
-4
/
+10
*
Use uri_with_link_safe_scheme? in Redcloth3 (#38807).
Go MAEDA
2023-09-18
1
-2
/
+2
*
HTML-escape the entire tag content of escaped HTML tags in textile (#38807).
Go MAEDA
2023-09-18
1
-2
/
+2
*
Adapt markdown autolink behavior to that of common_mark (#38806).
Go MAEDA
2023-09-18
1
-2
/
+15
*
Fix exception raised during thumbnail macro to image tag conversion in emails...
Go MAEDA
2023-08-30
1
-1
/
+1
*
Display calendar in vertical list layout on mobile screens (#33682).
Go MAEDA
2023-08-27
2
-0
/
+21
*
Generate snake-case file name by redmine_plugin_migration (#38730).
Go MAEDA
2023-08-23
1
-1
/
+1
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
2
-0
/
+4
*
Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).
Go MAEDA
2023-06-29
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantRegexpArgument (#36919).
Go MAEDA
2023-06-29
4
-8
/
+8
*
Fix RuboCop offense Style/RedundantArrayConstructor (#36919).
Go MAEDA
2023-06-07
1
-1
/
+1
*
Restrict available locales to those defined by Redmine itself (#38529).
Go MAEDA
2023-05-10
1
-1
/
+4
*
Add "View annotation prior to this change" button in the annotate view of Git...
Go MAEDA
2023-04-30
2
-3
/
+9
*
Rendering a custom field with a URL pattern set and containing " :" in the va...
Go MAEDA
2023-04-21
1
-5
/
+5
*
Revert the change made in error in r22197 (#38435).
Go MAEDA
2023-04-16
1
-1
/
+1
*
Change the notation of "contains any of" filter operator to "*~" (#38435).
Go MAEDA
2023-04-16
1
-1
/
+1
*
Export a version as changelog text (#36679).
Go MAEDA
2023-04-13
1
-0
/
+37
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-1
/
+1
*
Fix RuboCop offense Rails/Presence in lib/redmine/scm/adapters/abstract_adapt...
Go MAEDA
2023-03-24
1
-2
/
+2
[next]