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 RuboCop offense Rails/RefuteMethods (#36824, #30924).
Go MAEDA
2022-03-26
1
-1
/
+1
*
Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) (#36...
Go MAEDA
2022-03-26
1
-2
/
+2
*
Allow to filter issues by its version status with shared versions (#36824, #3...
Marius Balteanu
2022-03-24
1
-0
/
+15
*
Fix Redmine::Plugin.assets_directory is not working after r21283 (#36835).
Marius Balteanu
2022-03-24
1
-0
/
+5
*
Add support for PUT API to journals (#10171).
Go MAEDA
2022-03-23
1
-0
/
+95
*
Fix that Log time and/or Add notes sections from issue form page do not show ...
Marius Balteanu
2022-03-22
2
-0
/
+43
*
Add tasks to prune registered users after a certain number of days (#30998).
Go MAEDA
2022-03-22
1
-0
/
+10
*
Skip validation of required custom fields when creating a project if user doe...
Marius Balteanu
2022-03-21
1
-0
/
+7
*
Remove system test (#6432).
Marius Balteanu
2022-03-20
1
-38
/
+0
*
Fix that @tracker_ids[]@ field is rendered multiple time. Add some assertions...
Marius Balteanu
2022-03-20
1
-0
/
+3
*
Automatically add the user to the watchers list after contributing to an issu...
Marius Balteanu
2022-03-19
2
-0
/
+27
*
Render mentioned users with leading @ and highlight (#36699, #13919).
Marius Balteanu
2022-03-19
2
-8
/
+8
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
5
-20
/
+20
*
Show a custom field description as a placeholder (#14275).
Go MAEDA
2022-03-17
1
-0
/
+7
*
Comments for Textile text formatting (#20511).
Go MAEDA
2022-03-17
2
-1
/
+32
*
Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).
Go MAEDA
2022-03-14
1
-1
/
+1
*
IssuesControllerTest randomly fails (#36716).
Go MAEDA
2022-03-03
1
-1
/
+1
*
Add habtm relation between roles and queries_roles (#36416).
Marius Balteanu
2022-02-28
1
-0
/
+13
*
Update API test to use token based authentication when twofa is enabled for u...
Marius Balteanu
2022-02-25
1
-2
/
+7
*
Add class @user-mention@ to user classes when user is linked using @ (#36699,...
Marius Balteanu
2022-02-24
1
-7
/
+7
*
Destroy overridden time entry activities and rows from the habtm join table @...
Marius Balteanu
2022-02-24
1
-0
/
+10
*
Disable API authentication with username and password when two-factor authent...
Marius Balteanu
2022-02-24
1
-0
/
+9
*
Allow users to be mentioned using @ in issues and wiki pages (#13919):
Marius Balteanu
2022-02-23
4
-7
/
+236
*
Fix time entries of sub-projects are not listed when activity is specified in...
Marius Balteanu
2022-02-20
1
-0
/
+24
*
Fix import with issue relations and invalid issues hangs without any error me...
Marius Balteanu
2022-02-20
2
-0
/
+28
*
Fix code copying in common browsers (#36580).
Go MAEDA
2022-02-19
6
-19
/
+25
*
Fix WikiContentVersion API returns 500 if author is nil (#36494).
Marius Balteanu
2022-02-18
1
-0
/
+11
*
Return 404 if revision URL doesn't exist (#36561).
Marius Balteanu
2022-02-18
1
-0
/
+6
*
Structured Document list for more flexible UI design with CSS (#17924).
Go MAEDA
2022-02-08
1
-4
/
+4
*
Add "required for administrators" option to Two-factor authentication setting...
Marius Balteanu
2022-02-01
1
-0
/
+21
*
Fix autocomplete for users fails with 403 error when there are multiple objec...
Marius Balteanu
2022-02-01
1
-0
/
+35
*
Add test for #34766.
Marius Balteanu
2022-01-30
1
-0
/
+7
*
Explicitly specify text formatting in the tests (#35952).
Marius Balteanu
2022-01-22
8
-416
/
+601
*
Enable task list items for Common Mark text formatting (#35742).
Marius Balteanu
2022-01-22
1
-0
/
+21
*
Fix that I18nTest#test_custom_pluralization_rules randomly fails (#36396, #36...
Go MAEDA
2022-01-22
1
-1
/
+3
*
Add "Two-factor authentication" filter and column to Users list in administra...
Marius Balteanu
2022-01-22
1
-0
/
+44
*
Update session token only once per minute (#29041).
Go MAEDA
2022-01-22
1
-0
/
+13
*
Include avatar URL in Users API (#36303).
Go MAEDA
2022-01-21
1
-2
/
+12
*
Duplicate activities in time entry report when project-specific activies exis...
Go MAEDA
2022-01-19
1
-0
/
+13
*
Display source project for cross-project associated revisions for issues (#52...
Go MAEDA
2022-01-18
1
-0
/
+1
*
Custom I18n Pluralization rules are not applied correctly (#36396).
Go MAEDA
2022-01-15
1
-0
/
+9
*
Explicitly set Setting.cross_project_issue_relations to prevent random test f...
Go MAEDA
2022-01-13
1
-10
/
+12
*
Restore the value of Setting.cross_project_issue_relations to prevent random ...
Go MAEDA
2022-01-13
1
-27
/
+27
*
Permission check of the setting button on the issues page mismatches button s...
Go MAEDA
2022-01-10
1
-0
/
+16
*
Change the default value for "Time span format" from "decimal" to "minutes" (...
Go MAEDA
2022-01-08
10
-51
/
+51
*
Fix wrong variable name in Import#set_default_settings (#34718).
Go MAEDA
2022-01-07
1
-0
/
+3
*
Auto guess file encoding when importing CSV file (#34718).
Go MAEDA
2022-01-07
2
-0
/
+44
*
Change Delete button name to Delete issue (#31278).
Go MAEDA
2022-01-05
2
-9
/
+9
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
337
-337
/
+337
*
Test if the encoding drop-down in the import settings includes all CSV encodi...
Go MAEDA
2022-01-02
1
-1
/
+10
[prev]
[next]