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
*
Fix redmine:plugins:assets rake task fails (#36287, #32938).
Go MAEDA
2021-12-08
1
-0
/
+14
*
MenuManagerTest randomly fails (#36241).
Go MAEDA
2021-11-29
1
-1
/
+1
*
Fix plugin assets are no longer copied under plugin name (#36218, #29914, #32...
Marius Balteanu
2021-11-25
2
-0
/
+47
*
Download all attachments in a journal (#35462).
Go MAEDA
2021-11-22
2
-0
/
+30
*
You can configure default project queries in the following places (#35795):
Marius Balteanu
2021-11-15
4
-3
/
+107
*
Add missing fixtures to UserTest (#35975).
Go MAEDA
2021-11-11
1
-1
/
+2
*
Fix typo in class 'icon-expended' (#36149).
Marius Balteanu
2021-11-08
1
-3
/
+3
*
Allow addition/removal of subtasks to show in parent's history (#6033).
Go MAEDA
2021-11-08
4
-27
/
+99
*
Fix RuboCop offense Naming/MethodName due to r21269 (#29076).
Go MAEDA
2021-11-08
1
-1
/
+1
*
Adds button to "Create and follow" when adding a subtask from the parent issu...
Marius Balteanu
2021-11-06
1
-0
/
+24
*
Change the "Edit" label in the context menu to "Bulk Edit" when multiple issu...
Go MAEDA
2021-10-20
1
-6
/
+6
*
Fix random failing test introduced in r21130 (#35957, #34169).
Marius Balteanu
2021-10-09
1
-2
/
+3
*
Add tests for #35764.
Marius Balteanu
2021-10-05
2
-0
/
+12
*
Tokenize search parameter in order to allow multiple search terms in:
Marius Balteanu
2021-10-05
1
-0
/
+27
*
Use sanitize_sql_like in Query#sql_contains (#35073).
Marius Balteanu
2021-10-03
1
-0
/
+15
*
Use sanitize_sql_like in like scopes (#35073).
Marius Balteanu
2021-10-03
4
-0
/
+64
*
Use sanitize_sql_like on search tokens (#35073).
Marius Balteanu
2021-10-03
1
-0
/
+24
*
Removes '%' signs from test strings in search test (#35073).
Marius Balteanu
2021-10-03
1
-3
/
+3
*
Add information about whether an issue is open or closed to Issues API respon...
Go MAEDA
2021-10-02
1
-2
/
+14
*
Fix NoMethodError when generating a link to a locked user (#12795, #35823).
Go MAEDA
2021-09-07
1
-5
/
+17
*
Fix that deleting a closed or archived projects not working anymore after r20...
Marius Balteanu
2021-09-06
1
-0
/
+38
*
Return 404 when filtering by a non-visible user in activity view (#35789).
Marius Balteanu
2021-09-06
1
-0
/
+12
*
Remove references to deleted user from "user"-Format CustomFields when destro...
Marius Balteanu
2021-09-06
1
-0
/
+35
*
Allow Roadmap view without any related issues (#6432).
Go MAEDA
2021-09-04
1
-0
/
+38
*
Fix that test_link_to_principal_should_link_to_user does not actually test an...
Go MAEDA
2021-08-31
1
-1
/
+2
*
Query links for related issues on issue page (#35559).
Go MAEDA
2021-08-23
1
-0
/
+38
*
Don't unlink files before closing them (#35539, #35721).
Go MAEDA
2021-08-18
1
-4
/
+8
*
Unify code block and add "data-language" attribute with the user-supplied lan...
Marius Balteanu
2021-08-15
3
-11
/
+37
*
Add "data-language" attribute to code block with the user-supplied language f...
Marius Balteanu
2021-08-15
2
-15
/
+36
*
Update failing test after hardbreaks enabled by default (#35754, #32424).
Marius Balteanu
2021-08-15
1
-2
/
+2
*
File upload fails when run with uWSGI (#35715).
Go MAEDA
2021-08-14
1
-0
/
+25
*
Password and Confirmation fields are marked as required when editing a user (...
Go MAEDA
2021-08-13
1
-0
/
+2
*
Fixed failing test on CommonMark by striping the trailing whitespace returned...
Marius Balteanu
2021-08-11
1
-1
/
+1
*
Fixed Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by...
Marius Balteanu
2021-08-11
1
-11
/
+11
*
Relax allowed protocols in links by denying specific protocols for CommonMark...
Marius Balteanu
2021-08-11
2
-5
/
+60
*
Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#...
Marius Balteanu
2021-08-11
7
-0
/
+755
*
Fixed "Layout/IndentationWidth: Use 2 (not 4) spaces for indentation." introd...
Marius Balteanu
2021-08-10
1
-7
/
+7
*
Fixed create duplicate follow relation fails with 500 internal error (#35655).
Marius Balteanu
2021-08-10
1
-0
/
+25
*
Add missing fixtures to Redmine::ProjectJumpBoxTest (#35727).
Go MAEDA
2021-08-10
1
-1
/
+1
*
Fixed attachments deletable by user without edit issue permission on tracker ...
Marius Balteanu
2021-08-05
2
-0
/
+34
*
Adds tests for issue attachment edit by user without edit issue permission on...
Marius Balteanu
2021-08-05
2
-0
/
+30
*
Fix that updating an issue from context menu to a none value do not set the f...
Marius Balteanu
2021-08-05
1
-0
/
+27
*
Update custom field path on the context menu (#33521).
Marius Balteanu
2021-08-03
1
-9
/
+29
*
Fix update status path on the context menu (#33521).
Marius Balteanu
2021-08-03
1
-10
/
+10
*
Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).
Marius Balteanu
2021-08-01
11
-161
/
+152
*
Link to the profile page from users on the group page (#12795).
Go MAEDA
2021-07-31
1
-0
/
+2
*
GroupsController#show should only display visible users (#12795).
Go MAEDA
2021-07-31
1
-0
/
+14
*
Removes unused column trackers.is_in_chlog (#31132).
Marius Balteanu
2021-07-28
1
-7
/
+4
*
Adds test for #35417.
Marius Balteanu
2021-07-28
1
-0
/
+26
*
Inline image in Textile is not displayed if the image URL contains ampersands...
Go MAEDA
2021-07-28
1
-0
/
+2
[next]