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
/
redmine
/
export
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
1
-2
/
+2
*
Fix RuboCop offense Lint/RedundantStringCoercion, one of the offenses enabled...
Go MAEDA
2024-08-12
1
-1
/
+1
*
Fix RuboCop offense Style/SuperArguments (#39887).
Go MAEDA
2024-05-23
2
-2
/
+2
*
Adds Watcher list to the list of available query columns for issues (#29894).
Marius Balteanu
2024-04-28
1
-0
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
5
-5
/
+5
*
Support localized decimal separators for float values in PDF export (#22024).
Go MAEDA
2024-01-04
1
-1
/
+3
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Fix undefined method error in issue list PDF export when export contains a cu...
Marius Balteanu
2023-11-11
1
-1
/
+1
*
Add field separator option to CSV export dialog (#37621).
Go MAEDA
2023-10-21
1
-1
/
+1
*
Export a version as changelog text (#36679).
Go MAEDA
2023-04-13
1
-0
/
+37
*
WebP images support in PDF output (#38368).
Go MAEDA
2023-03-22
1
-1
/
+1
*
Ruby 2.7: Fix RuboCop offense Style/ArgumentsForwarding (#38134).
Go MAEDA
2023-01-17
1
-2
/
+2
*
Fix RuboCop offense Style/MinMaxComparison (#36919).
Go MAEDA
2023-01-02
1
-2
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
4
-4
/
+4
*
Use start_with? or end_with? to check the first or last character of a string...
Go MAEDA
2022-08-24
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
4
-4
/
+4
*
Fix Layout/ClosingParenthesisIndentation offense (#35683).
Marius Balteanu
2021-09-11
1
-1
/
+1
*
Disable Lint/DuplicateBranch in lib/redmine/export/pdf.rb#107 (#35683).
Marius Balteanu
2021-09-11
1
-0
/
+2
*
Interpret thumbnail macro in description, notes and formatted custom fields i...
Marius Balteanu
2021-09-06
2
-19
/
+25
*
Retrieve filenames of thumbnails when rendering a PDF (#35683).
Marius Balteanu
2021-09-06
1
-0
/
+4
*
Expand macros in full-width custom fields when exporting issue to PDF (#35683).
Marius Balteanu
2021-09-06
1
-2
/
+7
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
4
-4
/
+4
*
add space after comma to lib/redmine/export/pdf/issues_pdf_helper.rb
Toshi MARUYAMA
2020-12-03
1
-61
/
+61
*
shorten long line of lib/redmine/export/pdf/issues_pdf_helper.rb
Toshi MARUYAMA
2020-11-30
1
-4
/
+8
*
fix source indent of lib/redmine/export/pdf/issues_pdf_helper.rb
Toshi MARUYAMA
2020-11-29
1
-17
/
+21
*
remove spaces inside {} of lib/redmine/export/pdf/issues_pdf_helper.rb
Toshi MARUYAMA
2020-11-22
1
-1
/
+1
*
use "do end" instead of {} at lib/redmine/export/pdf/issues_pdf_helper.rb
Toshi MARUYAMA
2020-11-13
1
-12
/
+12
*
Use sum instead of inject(0, :+) (#34153).
Go MAEDA
2020-10-24
1
-7
/
+7
*
Fix RuboCop offense Style/For (#32530).
Go MAEDA
2020-10-20
2
-3
/
+3
*
remove empty line at class body beginning of lib/redmine/export/csv.rb
Toshi MARUYAMA
2020-08-09
1
-1
/
+0
*
Export to PDF fails when subject of parent task is included in issue list (#3...
Go MAEDA
2020-03-24
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
4
-4
/
+4
*
tmp/pdf directory is no longer necessary (#32924).
Go MAEDA
2020-02-29
1
-2
/
+0
*
Right-aligned TOC tag is displayed in exported PDF if the text formatting set...
Go MAEDA
2020-01-30
1
-1
/
+1
*
Issue list: long text custom field missing in PDF export (#32859).
Go MAEDA
2020-01-26
1
-12
/
+16
*
Exporting issue as PDF fails when the issue has private journal (#32858).
Go MAEDA
2020-01-25
1
-1
/
+1
*
FrozenError when exporting gantt to PDF in some languages (#32832).
Go MAEDA
2020-01-18
1
-0
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/export/pdf/wiki_p...
Toshi MARUYAMA
2019-11-25
1
-13
/
+13
*
cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wi...
Toshi MARUYAMA
2019-11-25
1
-3
/
+5
*
cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/e...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/issues_...
Toshi MARUYAMA
2019-11-09
1
-13
/
+18
*
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/wiki_pd...
Toshi MARUYAMA
2019-11-09
1
-8
/
+11
*
code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rb
Toshi MARUYAMA
2019-10-22
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issu...
Toshi MARUYAMA
2019-10-17
1
-1
/
+1
*
code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/export/pdf...
Toshi MARUYAMA
2019-10-17
1
-6
/
+2
*
code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/export/pdf/iss...
Toshi MARUYAMA
2019-10-17
1
-19
/
+20
*
Update copyright year.
Go MAEDA
2019-05-25
4
-4
/
+4
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
*
Use #b shortcut instead of #force_encoding (#31059).
Go MAEDA
2019-03-20
1
-3
/
+1
*
Support frozen_string_literal in lib/redmine/export/*.rb (#26561).
Go MAEDA
2019-03-17
2
-8
/
+9
[next]