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
*
Load default custom queries when running redmine:load_default_data rake task ...
Go MAEDA
2020-04-28
1
-1
/
+81
*
Fix UI issues in the setting page of some plugins that have arisen after r19720.
Go MAEDA
2020-04-28
1
-1
/
+2
*
Fix time entry user is shown twice in the User drop-down (#33341).
Go MAEDA
2020-04-27
2
-2
/
+2
*
Use scope assignable_watchers (#4511).
Go MAEDA
2020-04-25
4
-9
/
+12
*
Use principals in acts_as_watchable (#4511).
Go MAEDA
2020-04-25
1
-1
/
+1
*
Use Principal to get users and groups for watchers in watchers controller (#4...
Go MAEDA
2020-04-25
1
-10
/
+5
*
Get the list of new issue watchers using single query and limit the results t...
Go MAEDA
2020-04-25
1
-6
/
+4
*
Remove unused i18n key "label_overall_activity" and "label_overall_spent_time...
Go MAEDA
2020-04-24
49
-98
/
+0
*
Broken layout of the preview tab of "Welcome text" setting due to unexpectedl...
Go MAEDA
2020-04-23
1
-1
/
+1
*
Show open/closed badge on issue page (#33254).
Go MAEDA
2020-04-23
7
-4
/
+29
*
Show groups in members box on project overview page (#33174).
Go MAEDA
2020-04-22
4
-13
/
+23
*
Fix warnings while running redmine:load_default_data rake task (#33310).
Go MAEDA
2020-04-22
1
-1
/
+0
*
Adds option to include issue custom fields in projects#show API response (#33...
Go MAEDA
2020-04-21
2
-0
/
+14
*
Fix that thumbnail support for PDF attachments may not be detected (#33283).
Go MAEDA
2020-04-20
2
-1
/
+7
*
add Redmine::Database.sqlite? as with postgresql? and postgresql?
Toshi MARUYAMA
2020-04-20
2
-1
/
+6
*
remove duplicate mysql? and postgresql? logic
Toshi MARUYAMA
2020-04-20
1
-2
/
+2
*
use CGI.unescapeHTML instead of CGI::unescapeHTML in test/test_helper.rb as w...
Toshi MARUYAMA
2020-04-20
1
-1
/
+1
*
use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rb
Toshi MARUYAMA
2020-04-20
1
-1
/
+1
*
Bulgarian translation update (#33298).
Go MAEDA
2020-04-18
1
-6
/
+4
*
Fix a RuboCop offense Style/ColonMethodCall due to r19699 (#24030).
Go MAEDA
2020-04-18
1
-1
/
+1
*
Update Rouge to 3.18.0 (#32468).
Go MAEDA
2020-04-15
1
-1
/
+1
*
Test for r19702 (#33273).
Go MAEDA
2020-04-15
1
-0
/
+16
*
Total estimated time column shows up as decimal value regardless of time sett...
Go MAEDA
2020-04-15
1
-2
/
+2
*
scm: git: replace test repository text file content meaningfully (#24030)
Toshi MARUYAMA
2020-04-14
2
-1
/
+1
*
fix source indent of previous commit (#24030)
Toshi MARUYAMA
2020-04-14
1
-1
/
+1
*
scm: git: add test of UTF-8 Emoji committer and comments (#24030)
Toshi MARUYAMA
2020-04-14
2
-0
/
+46
*
scm: git: add new test repository which has UTF-8 Emoji committer and comment...
Toshi MARUYAMA
2020-04-14
2
-1
/
+1
*
scm: subversion: use NUM_REV at RepositorySubversionTest#test_next_nil for ea...
Toshi MARUYAMA
2020-04-14
1
-1
/
+1
*
Show tooltip when hovering on repeat-value link in Field permission tab (#323...
Go MAEDA
2020-04-13
1
-1
/
+1
*
Fix issue inline auto complete in issues bulk edit page for custom fields wit...
Go MAEDA
2020-04-11
1
-1
/
+7
*
Show wiki toolbar in time spent form for custom fields with text formatting e...
Go MAEDA
2020-04-11
2
-1
/
+8
*
Show toolbar for full width custom fields with text formatting enabled on iss...
Go MAEDA
2020-04-11
2
-1
/
+6
*
Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...
Go MAEDA
2020-04-11
5
-6
/
+6
*
Use the same layout for custom fields in issue bulk edit page (#32471).
Go MAEDA
2020-04-11
1
-7
/
+31
*
Fix that bulk download raises Errno::EACCES on Windows (#7056).
Go MAEDA
2020-04-11
3
-26
/
+33
*
CodeCleanup: Fix a RuboCop offense Layout/LeadingCommentSpace introduced in r...
Go MAEDA
2020-04-11
1
-1
/
+1
*
Updates for 4.1.1 release.
Jean-Philippe Lang
2020-04-06
2
-1
/
+132
*
Persian translation update (#33219).
Jean-Philippe Lang
2020-04-06
1
-119
/
+108
*
Don't use User.current in TimeEntryImport model but #user instead (#32774).
Jean-Philippe Lang
2020-04-05
2
-8
/
+11
*
Set time entry author in controller (#32774).
Jean-Philippe Lang
2020-04-05
2
-0
/
+2
*
Creating time tracking entry for other user through rest API fails with 403 (...
Jean-Philippe Lang
2020-04-05
4
-16
/
+46
*
Reverted r19669 and r19670 (#32774).
Jean-Philippe Lang
2020-04-05
2
-49
/
+2
*
XSS vulnerabilities in textile links (#32934).
Jean-Philippe Lang
2020-04-05
1
-1
/
+9
*
Reverts r19489 (#32934).
Jean-Philippe Lang
2020-04-05
1
-2
/
+2
*
Creating time tracking entry for other user through rest API fails with 403 (...
Jean-Philippe Lang
2020-04-05
2
-5
/
+23
*
Creating time tracking entry for other user through rest API fails with 403 (...
Jean-Philippe Lang
2020-04-05
2
-0
/
+29
*
##123 syntax for linking to issues: Title cannot be distinguished from follow...
Jean-Philippe Lang
2020-04-05
2
-15
/
+12
*
Fixed assertion broken by r19654 (#3800).
Jean-Philippe Lang
2020-04-05
1
-1
/
+1
*
Adds a test for r19660 (#32793).
Jean-Philippe Lang
2020-04-05
1
-0
/
+33
*
Email address with Punycode top-level domain is not accepted (#32793).
Jean-Philippe Lang
2020-04-05
1
-1
/
+1
[next]