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
...
*
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
*
Disable RuboCop Rails/WhereExists (#36919).
Go MAEDA
2022-10-20
2
-18
/
+3
*
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
*
Fix RuboCop offense Layout/FirstArrayElementIndentation in html_sanitizer.rb ...
Go MAEDA
2022-10-20
1
-4
/
+5
*
Fix RuboCop offenses Layout/EmptyLinesAroundModuleBody, Layout/EmptyLinesArou...
Go MAEDA
2022-10-20
1
-4
/
+0
*
Add a copyright header (#37750).
Go MAEDA
2022-10-20
1
-0
/
+19
*
Simplify AttachmentsController#find_container (#37772).
Go MAEDA
2022-10-20
1
-12
/
+3
*
Constraints *_all attachments routes to actually supported values of containe...
Go MAEDA
2022-10-20
2
-14
/
+5
*
Adds visible? method to journal (#37772).
Go MAEDA
2022-10-20
1
-0
/
+4
*
Escape tags that start with pre (#37767).
Go MAEDA
2022-10-17
2
-5
/
+18
*
Uses the new html sanitizer for links rendered by custom fields (#37750).
Marius Balteanu
2022-10-04
5
-19
/
+21
*
Introduces a standalone html sanitizer class (#37750).
Marius Balteanu
2022-10-04
2
-0
/
+60
*
Always bundle html-pipeline and sanitizer gems (#37750).
Marius Balteanu
2022-10-04
1
-2
/
+4
*
Mark legacy Markdown text formatting option as deprecated (#36807).
Marius Balteanu
2022-10-04
1
-1
/
+1
*
Make common_mark the default text formatting for new installations (#34863).
Marius Balteanu
2022-10-04
5
-2
/
+19
*
Escape blockquote citation in textile formatting (#37751).
Marius Balteanu
2022-10-04
2
-1
/
+8
*
Delete orphaned query and role ids from habtm join table (#36844).
Marius Balteanu
2022-10-02
1
-0
/
+14
*
Updates for 5.0.3 release.
Marius Balteanu
2022-10-02
2
-1
/
+64
*
Fix rubocop warning (#37626).
Marius Balteanu
2022-10-02
1
-1
/
+1
*
Add to do to fix the deprecation warning (#37626).
Marius Balteanu
2022-10-02
1
-0
/
+1
*
Fix show diff of a javascript file in repository module is displayed without ...
Marius Balteanu
2022-10-02
1
-1
/
+1
*
Fix repository browser does not show \"+\" (plus sign) in filename (#37718).
Marius Balteanu
2022-10-02
4
-5
/
+6
*
Add table header in Plugins page (#37692).
Go MAEDA
2022-10-01
2
-0
/
+12
*
Jump to project is misaligned in Safari 15.4 and later (#36901).
Go MAEDA
2022-10-01
1
-0
/
+4
*
Remove comment (#37282).
Marius Balteanu
2022-09-30
1
-1
/
+1
*
Fix subtask list is not properly displayed (#37282).
Marius Balteanu
2022-09-30
2
-1
/
+8
[prev]
[next]