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
/
unit
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds favorites and recently used projects lists to project jump box (#31355).
Go MAEDA
2019-05-20
1
-0
/
+126
*
Small refactorization of avatar methods (#31391).
Go MAEDA
2019-05-19
1
-0
/
+2
*
Show selected columns in gantt chart (#27672).
Go MAEDA
2019-05-16
1
-0
/
+26
*
Code cleanup: remove a unused variable last_rev_author from test_last_rev_wit...
Go MAEDA
2019-05-06
1
-1
/
+0
*
Attachment preview does not work for some source files such as JavaScript and...
Go MAEDA
2019-05-04
1
-0
/
+12
*
Redmine::SyntaxHighlighting.highlight_by_filename may not be able to determin...
Go MAEDA
2019-05-03
1
-0
/
+53
*
fix source code indents in GitAdapterTest
Toshi MARUYAMA
2019-04-30
1
-4
/
+4
*
Raise an exception if the plugin directory name differs from the plugin id (#...
Go MAEDA
2019-04-19
1
-0
/
+8
*
Fix plugins test to use correct plugin name and directory (#31110).
Go MAEDA
2019-04-19
1
-26
/
+29
*
scm: git: fix non ascii branch and tag browsing (#16881)
Toshi MARUYAMA
2019-04-05
1
-0
/
+64
*
code clean up GitAdapterTest
Toshi MARUYAMA
2019-04-05
1
-1
/
+1
*
scm: git: add new one latin1 tag to test repository (#16881)
Toshi MARUYAMA
2019-04-05
1
-0
/
+1
*
scm: git: add new two latin1 branches to test repository (#16881)
Toshi MARUYAMA
2019-04-05
1
-4
/
+14
*
Support frozen_string_literal in test/**/*.rb (#26561).
Go MAEDA
2019-03-21
14
-14
/
+14
*
Use #b shortcut instead of #force_encoding (#31059).
Go MAEDA
2019-03-20
3
-12
/
+12
*
Decode hexadecimal-encoded literals in order to be frozen string literals fri...
Go MAEDA
2019-03-19
7
-72
/
+48
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
42
-42
/
+42
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
1
-1
/
+0
*
PluginRequirementError is now raised instead of PluginNotFound (#31030).
Jean-Philippe Lang
2019-03-15
1
-3
/
+3
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
56
-72
/
+184
*
Reverts r17891 (#30099).
Go MAEDA
2019-03-10
1
-12
/
+0
*
Allow collapse/expand in gantt chart (#6417).
Go MAEDA
2019-03-05
1
-5
/
+8
*
Multiple blank lines in pre tags are not preserved in Textile (#30099).
Go MAEDA
2019-02-20
1
-0
/
+12
*
"rake db:fixtures:load" does not work (#30811).
Go MAEDA
2019-02-19
1
-5
/
+5
*
Redmine::WikiFormattingTest#test_links_separated_with_line_break_should_link ...
Go MAEDA
2019-01-10
1
-0
/
+1
*
Remove trailing whitespaces from test/unit/lib/redmine/wiki_formatting_test.rb
Go MAEDA
2019-01-10
1
-2
/
+2
*
Add missing fixtures to several tests (#30276).
Go MAEDA
2019-01-09
1
-1
/
+2
*
Test for r17763 (#30171).
Go MAEDA
2018-12-17
1
-2
/
+3
*
Set User.current to nil before unit tests.
Jean-Philippe Lang
2018-12-16
8
-0
/
+18
*
Test failure.
Jean-Philippe Lang
2018-12-16
1
-1
/
+1
*
Adds a permission to log time for another user (#3848).
Jean-Philippe Lang
2018-12-16
1
-1
/
+3
*
Test failure.
Jean-Philippe Lang
2018-12-15
1
-0
/
+1
*
Tests failure with SQLite3.
Jean-Philippe Lang
2018-12-01
1
-1
/
+2
*
Tests for #29674.
Jean-Philippe Lang
2018-11-28
3
-0
/
+39
*
REST API with JSON content missing false values (#20788).
Jean-Philippe Lang
2018-11-28
1
-0
/
+9
*
Tags start with 'pre' are handled as 'pre' tag in Textile (#8395).
Go MAEDA
2018-11-26
1
-0
/
+16
*
Removes request and response accessors from Structure class (#28564).
Go MAEDA
2018-11-03
1
-0
/
+11
*
\f or \v character in Textile markup may cause RegexpError exception (#29756).
Go MAEDA
2018-10-28
1
-0
/
+6
*
Fix broken tests due to r17593 (#29739).
Go MAEDA
2018-10-11
1
-1
/
+1
*
Syntax highlighter: replace CodeRay with Rouge (#24681).
Jean-Philippe Lang
2018-09-29
3
-40
/
+3
*
Support migration context for plugins (#28934).
Jean-Philippe Lang
2018-09-23
1
-0
/
+9
*
Fix typo in test name: s/highligth/highlight/ (#29440).
Go MAEDA
2018-08-26
1
-1
/
+1
*
Test that Redmine::MimeType.css_class_of, main_mimetype_of and is_type? are c...
Go MAEDA
2018-08-15
1
-0
/
+3
*
Test that Redmine::MimeType.of is case-insensitive (#29359).
Go MAEDA
2018-08-15
1
-0
/
+1
*
Fix: Textile phrase modifiers break wiki macros (#29247).
Go MAEDA
2018-07-21
1
-0
/
+5
*
Image filename for HDPI monitors (image@2x.jpg) are misrecognized as email ad...
Jean-Philippe Lang
2018-06-17
1
-0
/
+12
*
Enable and add underline button to the toolbar for Markdown formatting (#28169).
Jean-Philippe Lang
2018-06-16
1
-0
/
+4
*
Allow switching the encoding to UTF-8 when exporting to CSV (#26279).
Go MAEDA
2018-05-07
1
-1
/
+16
*
Fix: Syntax highlighter does not work if language name is single-quoted (#284...
Go MAEDA
2018-05-02
1
-0
/
+3
*
Show renames in diff preview (#28295).
Go MAEDA
2018-04-27
1
-0
/
+50
[next]