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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ruby 3.2: `Changeset.normalize_comments` raises Encoding::CompatibilityError ...
Go MAEDA
2022-12-26
1
-1
/
+1
*
Fix RuboCop offense Performance/StringInclude in app/controllers/imports_cont...
Go MAEDA
2022-12-25
1
-1
/
+1
*
Update RuboCop to 1.41 (#36919).
Go MAEDA
2022-12-23
2
-1
/
+5
*
Do not break when setting enabled_module_names on a project without a default...
Go MAEDA
2022-12-21
1
-1
/
+1
*
Remove unused i18n keys label_sort_highest, label_sort_higher, label_sort_low...
Go MAEDA
2022-12-21
49
-196
/
+0
*
Modifying the source code of a plugin does not reload it after r21295 ( #36273).
Go MAEDA
2022-12-21
2
-0
/
+2
*
Fix shadowing variable in ApplicationHelper#textilizable (#15667).
Go MAEDA
2022-12-16
1
-2
/
+2
*
Fix test failure when running with PostgreSQL (#20042).
Go MAEDA
2022-12-09
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantConstantBase (#36919).
Go MAEDA
2022-12-09
1
-1
/
+1
*
Update Stylelint to 14.16.0 (#37987).
Go MAEDA
2022-12-04
3
-1121
/
+335
*
Fix mentioning users with certain characters renders incorrectly (#37755).
Marius Balteanu
2022-12-03
2
-1
/
+11
*
Updates for 5.0.4 release.
Marius Balteanu
2022-12-01
2
-1
/
+48
*
Add tests for #37772.
Marius Balteanu
2022-12-01
2
-1
/
+67
*
Revert r21975.
Marius Balteanu
2022-12-01
3
-114
/
+1
*
Add tests for #37772.
Marius Balteanu
2022-12-01
3
-1
/
+114
*
Fix duplicate vertical-align property in wiki_syntax.css (#37983).
Go MAEDA
2022-12-01
1
-1
/
+1
*
Fix groups added to watchers are not shown as links (#37958).
Marius Balteanu
2022-11-28
2
-2
/
+2
*
Remove unused mention_users permission (#37938).
Marius Balteanu
2022-11-28
1
-1
/
+0
*
Query display types should accept only known types (#37925).
Marius Balteanu
2022-11-28
2
-1
/
+15
*
Fix failing test by removing bad assertion (#34863).
Marius Balteanu
2022-11-28
1
-1
/
+0
*
Reverts r21958 and r21959 (#1739).
Go MAEDA
2022-11-18
60
-200
/
+3
*
Update locales (#1739).
Go MAEDA
2022-11-16
48
-0
/
+48
*
Add the ability to change the author of an issue (#1739).
Go MAEDA
2022-11-16
12
-3
/
+152
*
Update RuboCop to 1.39 (#36919).
Go MAEDA
2022-11-14
2
-3
/
+3
*
Update commonmarker gem to ~> 0.23.6 (#37872).
Go MAEDA
2022-11-13
1
-1
/
+1
*
Add an index to improve the performance of issue queries involving custom fie...
Go MAEDA
2022-11-10
1
-0
/
+6
*
Allow using ideographic space (U+3000) as a separator for search terms (#37878).
Go MAEDA
2022-11-03
2
-1
/
+7
*
Redirect to container URL in case of error in attachments#download_all (#37880).
Go MAEDA
2022-11-03
2
-2
/
+35
*
Limit mocha version to < 2.0.0 when Ruby version is < 2.7 to avoid test error...
Go MAEDA
2022-11-03
1
-1
/
+1
*
Don't display an unnecessary closing li element when there is no "Next" butto...
Go MAEDA
2022-11-02
1
-2
/
+1
*
Update RuboCop to 1.38 (#36919).
Go MAEDA
2022-11-02
2
-2
/
+3
*
Disallow all in /robots.txt if login is required (#37807).
Go MAEDA
2022-11-01
3
-1
/
+9
*
Always allow access to /robots.txt for Anonymous (#37807).
Go MAEDA
2022-11-01
2
-0
/
+10
*
Render all visible projects in robots.txt (including closed projects) (#37807).
Go MAEDA
2022-11-01
2
-1
/
+6
*
Read-only field permission for the project field is ignored if the current pr...
Go MAEDA
2022-10-31
2
-5
/
+31
*
Limit puma < 6.0.0 to avoid system test error (#37867).
Go MAEDA
2022-10-31
1
-1
/
+2
*
Database migrations don't run correctly for plugins when specifying the `VERS...
Go MAEDA
2022-10-30
2
-0
/
+17
*
Add missing fixture to test/integration/issue_test.rb (#37851).
Go MAEDA
2022-10-29
1
-1
/
+2
*
Update RuboCop Rails to 2.17 (#37248).
Go MAEDA
2022-10-29
3
-6
/
+30
*
Remove unnecessary disabling of RuboCop Rails/Pluck (#37248).
Go MAEDA
2022-10-29
1
-1
/
+1
*
Regenerate .rubocop_todo.yml (#37248).
Go MAEDA
2022-10-29
1
-6
/
+0
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
8
-22
/
+22
*
Fix RuboCop offense Rails/WhereMissing (#37248).
Go MAEDA
2022-10-28
1
-1
/
+1
*
Fix RuboCop offense Rails/FreezeTime (#37248).
Go MAEDA
2022-10-27
1
-1
/
+1
*
Add Date and Time classes to yaml_column_permitted_classes (#37814).
Go MAEDA
2022-10-26
1
-0
/
+2
*
Update RuboCop to 1.37 (#36919).
Go MAEDA
2022-10-26
2
-2
/
+2
*
Fix RuboCop offense Lint/RedundantRequireStatement (#36919).
Go MAEDA
2022-10-26
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantStringEscape (#36919).
Go MAEDA
2022-10-26
6
-16
/
+16
*
Regenerate .rubocop_todo.yml (#36919).
Go MAEDA
2022-10-26
1
-1
/
+0
*
Fix swapped general_text_Yes and general_text_No in Polish translation (#37812).
Go MAEDA
2022-10-22
1
-2
/
+2
[prev]
[next]