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
*
Render PDF thumbnail using ImageMagick/GhostScript (#22481).
Go MAEDA
2019-05-12
1
-3
/
+30
*
Generalize issues imports (#28234).
Go MAEDA
2019-05-09
1
-1
/
+1
*
Remove the :ssl option which is not used anymore (#31022).
Go MAEDA
2019-05-08
1
-3
/
+0
*
Allow a bigger range for the gantt timeline (#14654).
Go MAEDA
2019-05-08
1
-1
/
+1
*
Don't output ImageMagick version information to stdout (#31125).
Go MAEDA
2019-05-05
1
-1
/
+6
*
Add avatar_server_url configuration option in order to support Libravatar (#9...
Go MAEDA
2019-05-04
2
-1
/
+2
*
Attachment preview does not work for some source files such as JavaScript and...
Go MAEDA
2019-05-04
1
-1
/
+13
*
Redmine::SyntaxHighlighting.highlight_by_filename may not be able to determin...
Go MAEDA
2019-05-03
1
-1
/
+1
*
Code cleanup: use safe navigation operator in lib/redmine/mime_type.rb
Go MAEDA
2019-05-02
1
-5
/
+4
*
New My page block: Updated issues (#30975).
Go MAEDA
2019-04-30
1
-0
/
+1
*
New Permission: Edit own issue (#1248).
Go MAEDA
2019-04-25
1
-0
/
+1
*
Code cleanup: Use Loofah.remove_extraneous_whitespace instead of deprecated L...
Go MAEDA
2019-04-21
1
-1
/
+1
*
Raise an exception if the plugin directory name differs from the plugin id (#...
Go MAEDA
2019-04-19
1
-0
/
+4
*
Garbage lines in the output of 'git branch' break git adapter (#31120).
Go MAEDA
2019-04-07
1
-0
/
+1
*
code clean up GitAdapter
Toshi MARUYAMA
2019-04-05
1
-1
/
+1
*
scm: git: fix non ascii branch and tag browsing (#16881)
Toshi MARUYAMA
2019-04-05
1
-5
/
+14
*
scm: git: add new one latin1 tag to test repository (#16881)
Toshi MARUYAMA
2019-04-05
1
-1
/
+1
*
scm: git: add new two latin1 branches to test repository (#16881)
Toshi MARUYAMA
2019-04-05
1
-1
/
+1
*
code clean up GitAdapter
Toshi MARUYAMA
2019-04-04
1
-3
/
+1
*
code clean up GitAdapter
Toshi MARUYAMA
2019-04-04
1
-2
/
+2
*
Updates for 4.0.3 release.
Jean-Philippe Lang
2019-03-31
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
19
-34
/
+34
*
Remove frozen_string_literal magic comment from files which are not used when...
Go MAEDA
2019-03-21
32
-64
/
+0
*
Remove extra #dup (#26561).
Go MAEDA
2019-03-21
1
-3
/
+2
*
Fix FrozenError in BazaarAdapter.branch_conf_path (#26561).
Go MAEDA
2019-03-20
1
-10
/
+3
*
Use #b shortcut instead of #force_encoding (#31059).
Go MAEDA
2019-03-20
7
-17
/
+11
*
Support frozen_string_literal in lib/**/*.rb (#26561).
Go MAEDA
2019-03-17
40
-98
/
+99
*
Support frozen_string_literal in lib/redmine/export/*.rb (#26561).
Go MAEDA
2019-03-17
2
-8
/
+9
*
Remove trailing whitespaces from lib/redmine/export/pdf/issues_pdf_helper.rb
Go MAEDA
2019-03-17
1
-23
/
+23
*
Enable frozen_string_literal for files which don't contain string literals (#...
Go MAEDA
2019-03-17
7
-7
/
+7
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
51
-51
/
+51
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
5
-9
/
+0
*
Fix RDMwriteFormattedCell destroying an argument (#26561).
Go MAEDA
2019-03-16
1
-2
/
+2
*
Fix that methods in Redmine::CodesetUtil destroy the original string (#26561).
Go MAEDA
2019-03-16
1
-5
/
+11
*
Include plugin name in the exception when the plugin required by requires_red...
Jean-Philippe Lang
2019-03-15
1
-1
/
+5
*
Add plugin lib directory to rails autoload paths (#30753).
Jean-Philippe Lang
2019-03-15
1
-0
/
+1
*
Always use HTTPS when accessing gravatar.com (#31022).
Go MAEDA
2019-03-15
1
-2
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
139
-3
/
+280
*
Remove trailing whitespaces from lib/plugins/gravatar/lib/gravatar.rb
Go MAEDA
2019-03-14
1
-11
/
+11
*
Reverts r17891 (#30099).
Go MAEDA
2019-03-10
1
-5
/
+4
*
Allow collapse/expand in gantt chart (#6417).
Go MAEDA
2019-03-05
1
-10
/
+42
*
Reverted r17925 (#6417). The change breaks GanttHelperTest.
Go MAEDA
2019-03-04
1
-41
/
+10
*
Allow collapse/expand in gantt chart (#6417).
Go MAEDA
2019-03-04
1
-10
/
+41
*
Add plugin directories to rails autoload paths (#30753).
Go MAEDA
2019-03-04
1
-5
/
+6
*
URLs end with "-" are rendered incorrectly in Textile (#30259).
Go MAEDA
2019-03-03
2
-4
/
+4
*
Updates for 4.0.2 release.
Jean-Philippe Lang
2019-02-21
1
-1
/
+1
*
Multiple blank lines in pre tags are not preserved in Textile (#30099).
Go MAEDA
2019-02-20
1
-4
/
+5
*
Update i18n gem to 1.5.3 (#29946).
Go MAEDA
2019-02-19
1
-2
/
+3
*
Refactor GitAdapter#default_branch not to unnecessarily iterate through all e...
Go MAEDA
2019-02-18
1
-5
/
+5
*
Preview URL in Wiki Toolbar should be escaped (#30758).
Go MAEDA
2019-02-11
2
-2
/
+2
[next]