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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
2
-4
/
+4
*
Support for WebP images (#38168).
Go MAEDA
2023-01-16
4
-0
/
+23
*
Fix redundant 'private' modifier in repositories_git_controller_test.rb (#380...
Go MAEDA
2023-01-12
1
-8
/
+6
*
Introduce permission to set a project public (#38048).
Go MAEDA
2023-01-12
2
-2
/
+58
*
Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Fix RuboCop offense Performance/FixedSize (#38146).
Go MAEDA
2023-01-11
2
-8
/
+12
*
Fix RuboCop offense Performance/AncestorsInclude (#38146).
Go MAEDA
2023-01-11
3
-3
/
+3
*
CommonMark Markdown formatter does not support min-width, max-width, min-heig...
Go MAEDA
2023-01-11
1
-0
/
+4
*
Add guard clause to time_tag method to handle nil time (#38139).
Go MAEDA
2023-01-02
1
-0
/
+16
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
341
-343
/
+343
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
342
-342
/
+342
*
Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...
Go MAEDA
2022-12-30
1
-0
/
+16
*
Fix RuboCop offense Performance/StringInclude (#37247).
Go MAEDA
2022-12-26
4
-5
/
+5
*
Fix test failure when running with PostgreSQL (#20042).
Go MAEDA
2022-12-09
1
-1
/
+1
*
Fix mentioning users with certain characters renders incorrectly (#37755).
Marius Balteanu
2022-12-03
1
-0
/
+10
*
Add tests for #37772.
Marius Balteanu
2022-12-01
2
-1
/
+67
*
Revert r21975.
Marius Balteanu
2022-12-01
2
-67
/
+1
*
Add tests for #37772.
Marius Balteanu
2022-12-01
2
-1
/
+67
*
Fix groups added to watchers are not shown as links (#37958).
Marius Balteanu
2022-11-28
1
-1
/
+1
*
Query display types should accept only known types (#37925).
Marius Balteanu
2022-11-28
1
-0
/
+14
*
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
7
-115
/
+2
*
Add the ability to change the author of an issue (#1739).
Go MAEDA
2022-11-16
7
-2
/
+115
*
Allow using ideographic space (U+3000) as a separator for search terms (#37878).
Go MAEDA
2022-11-03
1
-0
/
+6
*
Redirect to container URL in case of error in attachments#download_all (#37880).
Go MAEDA
2022-11-03
1
-1
/
+17
*
Disallow all in /robots.txt if login is required (#37807).
Go MAEDA
2022-11-01
1
-0
/
+4
*
Always allow access to /robots.txt for Anonymous (#37807).
Go MAEDA
2022-11-01
1
-0
/
+8
*
Render all visible projects in robots.txt (including closed projects) (#37807).
Go MAEDA
2022-11-01
1
-0
/
+5
*
Read-only field permission for the project field is ignored if the current pr...
Go MAEDA
2022-10-31
1
-0
/
+20
*
Database migrations don't run correctly for plugins when specifying the `VERS...
Go MAEDA
2022-10-30
1
-0
/
+13
*
Add missing fixture to test/integration/issue_test.rb (#37851).
Go MAEDA
2022-10-29
1
-1
/
+2
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
3
-16
/
+16
*
Fix RuboCop offense Rails/FreezeTime (#37248).
Go MAEDA
2022-10-27
1
-1
/
+1
*
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
5
-15
/
+15
*
Fix RuboCop offense Layout/FirstHashElementIndentation due to r21894 (#37751).
Go MAEDA
2022-10-20
1
-4
/
+5
*
Fix RuboCop offenses Layout/EmptyLinesAroundClassBody and Layout/TrailingEmpt...
Go MAEDA
2022-10-20
1
-2
/
+0
*
Constraints *_all attachments routes to actually supported values of containe...
Go MAEDA
2022-10-20
1
-11
/
+0
*
Escape tags that start with pre (#37767).
Go MAEDA
2022-10-17
1
-0
/
+11
*
Uses the new html sanitizer for links rendered by custom fields (#37750).
Marius Balteanu
2022-10-04
4
-14
/
+14
*
Introduces a standalone html sanitizer class (#37750).
Marius Balteanu
2022-10-04
1
-0
/
+40
*
Make common_mark the default text formatting for new installations (#34863).
Marius Balteanu
2022-10-04
2
-1
/
+6
*
Escape blockquote citation in textile formatting (#37751).
Marius Balteanu
2022-10-04
1
-0
/
+7
*
Fix repository browser does not show \"+\" (plus sign) in filename (#37718).
Marius Balteanu
2022-10-02
3
-4
/
+5
*
Add table header in Plugins page (#37692).
Go MAEDA
2022-10-01
1
-0
/
+4
*
Fix RuboCop offense Layout/LineLength due to r21849 (#37713).
Go MAEDA
2022-09-28
1
-2
/
+8
*
Fix random system test failure by adding a missing fixture.
Marius Balteanu
2022-09-27
1
-1
/
+2
*
Fix undefined method when auth source name column is added as column (#37674).
Marius Balteanu
2022-09-27
1
-0
/
+14
*
Fix failing test on PostgreSQL by ordering by only non null values (#37674).
Marius Balteanu
2022-09-27
1
-3
/
+10
*
Adds missing join when ordering by authsource (#37674).
Go MAEDA
2022-09-27
1
-0
/
+13
[next]