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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix Redmine::Plugin.assets_directory is not working after r21283 (#36835).
Marius Balteanu
2022-03-24
2
-2
/
+7
*
Increase email address length limit from 60 to 254 (#36825).
Go MAEDA
2022-03-23
1
-1
/
+1
*
Add support for PUT API to journals (#10171).
Go MAEDA
2022-03-23
2
-0
/
+97
*
Fix that Log time and/or Add notes sections from issue form page do not show ...
Marius Balteanu
2022-03-22
5
-13
/
+55
*
Add tasks to prune registered users after a certain number of days (#30998).
Go MAEDA
2022-03-22
3
-0
/
+30
*
Revert undesired changes (#36593)
Marius Balteanu
2022-03-21
1
-2
/
+2
*
Skip validation of required custom fields when creating a project if user doe...
Marius Balteanu
2022-03-21
3
-2
/
+20
*
Traditional Chinese translation update (#36815).
Go MAEDA
2022-03-21
1
-2
/
+2
*
Do not fire a query to get user default query when user has no default query ...
Go MAEDA
2022-03-21
1
-1
/
+1
*
Reverts r21480 (#36503).
Go MAEDA
2022-03-21
1
-1
/
+1
*
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
2
-1
/
+4
*
Only check for @set_filter@ param when retriving the default query (#7360, 35...
Marius Balteanu
2022-03-20
2
-2
/
+2
*
Do not fire a query to get user default query when user has no default query ...
Marius Balteanu
2022-03-20
1
-1
/
+1
*
Add Chromium to the list of supported browsers (#34978).
Marius Balteanu
2022-03-20
1
-1
/
+1
*
Add supported browsers to doc/INSTALL (#34978).
Marius Balteanu
2022-03-20
1
-0
/
+3
*
Update RuboCop Rails to 2.14 (#35207).
Go MAEDA
2022-03-20
2
-1
/
+9
*
Japanese translation update (#36813).
Go MAEDA
2022-03-20
1
-2
/
+2
*
Add locales (#4347).
Marius Balteanu
2022-03-19
48
-0
/
+96
*
Add missing partial (#4347).
Marius Balteanu
2022-03-19
1
-0
/
+5
*
Automatically add the user to the watchers list after contributing to an issu...
Marius Balteanu
2022-03-19
8
-1
/
+63
*
Render mentioned users with leading @ and highlight (#36699, #13919).
Marius Balteanu
2022-03-19
4
-9
/
+15
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
36
-85
/
+114
*
Fix file drop feature not working in @documents#new@ (#36686).
Marius Balteanu
2022-03-19
1
-6
/
+4
*
Reindent code in documents/_form view (#36686).
Marius Balteanu
2022-03-19
1
-13
/
+12
*
Avoid passing ActionController::Parameters outside of MailHandlerController (...
Marius Balteanu
2022-03-18
2
-1
/
+29
*
Use @clipboardData.files@ instead of @clipboardData.items@ to get the images ...
Marius Balteanu
2022-03-18
1
-8
/
+6
*
Set the minimum required version of ROTP gem to 5.0.0 (#36795).
Go MAEDA
2022-03-18
1
-1
/
+1
*
Database migration from Redmine 0.8.7 or earlier fails (#36766).
Go MAEDA
2022-03-18
1
-1
/
+1
*
Show a custom field description as a placeholder (#14275).
Go MAEDA
2022-03-17
3
-0
/
+14
*
Use a variable to reference a CustomField object (#14275).
Go MAEDA
2022-03-17
1
-5
/
+6
*
Fix to use a correct exception class ActiveRecord::IrreversibleMigration in m...
Go MAEDA
2022-03-17
6
-6
/
+6
*
Comments for Textile text formatting (#20511).
Go MAEDA
2022-03-17
3
-1
/
+37
*
Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).
Go MAEDA
2022-03-14
3
-13
/
+3
*
Update Rails to 6.1.4.7 (#29914).
Go MAEDA
2022-03-12
1
-1
/
+1
*
Update RuboCop to 1.26 (#35136).
Go MAEDA
2022-03-10
2
-171
/
+171
*
Regenerate .rubocop_todo.yml (#35136).
Go MAEDA
2022-03-10
1
-22
/
+22
*
Polish translation update (#36493).
Go MAEDA
2022-03-07
1
-124
/
+87
*
Reorder keys in pl.yml to the same order with en.yml (#36493).
Go MAEDA
2022-03-07
1
-1068
/
+1012
*
Lazy load locales (#36728).
Marius Balteanu
2022-03-06
1
-1
/
+1
*
Improve performance of adding or removing members of a group (#36696).
Go MAEDA
2022-03-05
2
-27
/
+24
*
Update Chart.js to 3.7.1 (#36701).
Go MAEDA
2022-03-03
4
-28
/
+42
*
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
2
-0
/
+15
*
Fix rubocop offense (#36416).
Marius Balteanu
2022-02-27
1
-1
/
+1
*
Update roadie-rails to 3.0 (#36355).
Go MAEDA
2022-02-26
1
-1
/
+1
*
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
2
-8
/
+8
*
Update jQuery to 3.6.0 (#35729).
Marius Balteanu
2022-02-24
2
-3
/
+3
*
Add migration to delete orphaned time entry activities (#36416).
Marius Balteanu
2022-02-24
1
-0
/
+9
[prev]
[next]