Project

General

Profile

Search

Results (12477)

Patch #32109 (New): Obey sub-task sharing settings on new issue creation
There have been previous efforts to improve s ... <pre><code class="diff"> Index: app/models/issue.rb =================================================================== --- app/models/issue.rb (revision 18330) +++ app/models/issue.rb (working copy) @@ -1509,7 +1509,18 @@ ... a scope of projects that user can assign the issue to def allowed_target_projects(user=User ... rrent_project = nil else </code></pre> 2019-09-22 07:31
Patch #32106 (New): Slightly restyled ajax loading indicator
This patch sticks indicator to the very top and adds some new styling to it. !ajax-indicator.PNG! 2019-09-22 00:20
Defect #32104 (Closed): Calendar layout doesn't fit with the width
On Redmine4.0.3, If i set the display resolut ... the layout of Calendar will overflow. This issue pass on 4.0.2 2019-09-21 09:08
Patch #32100 (New): Fixed and added roundiness to the "plus" (+) flyout menu and it's child elements
This patch is a follow up to #32013 and fixes ... -menu1.PNG! !plus-menu2.PNG! !plus-menu3.PNG! 2019-09-20 21:14
Patch #32099 (New): Fix inconsistent gap sizes on My page
Very small patch, but fixes gaps on my page to be the same. !gapfixmypage.png! 2019-09-20 18:08
Feature #32090 (Closed): REST API: users: add support for status=*
Currently, [[Rest Users|the /users.:format RE ... users, similarly to how it works for [[Rest Issues]] with @status_id=*@, but this is apparently not the case. 2019-09-18 18:34
Defect #32088 (Closed): Redmine crashes in attempt to install Redmine Mylyn Connector
Linux server. Log attached. Link to Mylyn d ... se Redmine doesn't authentificate Klaros for issue connection. 2019-09-18 12:54
Feature #32085 (New): Allow newline as a sepa ... attachments by name" field in Administration
Currently, those fields are displayed as text ... line in order to separate values in textarea. 2019-09-18 03:32
Feature #32080 (Closed): Merge as much styles ... sible into one file to decrease http requests
I think application.css, context_menu.css, co ... scm.css should be merged. What do you think? 2019-09-17 14:04
Feature #32072 (Closed): Can we generate ticket through mail without Project keyword in mail body
We want to generate ticket automatically thro ... ,it should generate ticket through any word 2019-09-16 12:49
Defect #32071 (Closed): FrozenError in assert_save in test/test_helper.rb
You can reproduce the error by modifying test ... do a = Attachment.new(:container => Issue.find(1), :file => ... rue, saved, message end </code></pre> 2019-09-16 11:11
Defect #32063 (Closed): 'use strict' in inlineAutoComplete causes error on Poltergeist
'use strict' in inlineAutoComplete causes err ... ails). </pre> I attach a patch to fix it. 2019-09-15 09:58
Feature #32052 (Closed): Auto-complete issues #id in search form
I think it would be useful to be able to auto ... h: 500px; border: 1px solid #ccc}search2.png! 2019-09-12 08:59
Defect #32047 (New): Do not delete parent issues that have child issues
Do not delete parent issues that have child issues please --jp-- 子チケットがあるチケットを削除した場合、子チケット含めて消えてしまいます 子チケットがある親チケットを削除できないような制限をかけてもらえませんか? ーーー 2019-09-11 09:19
Defect #32046 (Closed): SQL to get counts when using created_on in MySQL to group issues does not work correctly
Reproduction procedure * Use MySQL * "Time ... to something else * Group by created_on at issues/index "query.result_count_by_group":http ... s format is different than expected. This issue is related to #13803. 2019-09-11 02:36
Feature #32042 (New): Show in summary
Add "Show in summary" when creating/editing c ... in summary (report) which is accessible via issues sidebar. 2019-09-10 11:23
Feature #32040 (New): Create LDAP Type Custom Field
We use Redmine with our LDAP server. The on-t ... ering, is that in order for us to connect an issue with a person they would have to sign in to ... ct. It would be nice to be able to relate an Issue to the LDAP profile (by searching by email f ... Redmine they would see all of their related issues. 2019-09-09 19:03
Feature #32030 (New): Show Gravatar icons in the Members tab in the project setting
It makes easier to distinguish users. In addi ... border: 1px solid #ccc;}.members-tab@2x.png! 2019-09-08 10:10
Feature #32029 (New): Replace gantt and calendar tooltips with jquery tooltips
I think jquery tool-tips should also be used ... y brief information when rolling cursor over issue lines of the timeline/calendar cells, becaus ... spawn on the left, right, below or over the issue lines, depending on which side a free space ... 0/gantttooltip.png! Patch is to be posted. 2019-09-07 23:21
Patch #32025 (Closed): mail_body method in te ... an exception if the message is not multipart
<pre> $ RAILS_ENV=test bundle exec rake db:m ... or: RepositoryTest#test_scan_changesets_for_issue_ids: NoMethodError: undefined method `body' ... rb:275:in `block in test_scan_changesets_for_issue_ids' test/unit/repository_test.rb:271:i ... ory_test.rb:271:in `test_scan_changesets_for_issue_ids' bin/rails test test/unit/repositor ... e end def test_scan_changesets_for_issue_ids - Setting.default_language = 'en' - Setting.commit_ref_keywords = 'refs , references, IssueID' - Setting.commit_update_keywords = [ ... => 'fixes , closes', - 'status_id' => IssueStatus.where(:is_closed => true).first.id, - ... ::Base.deliveries.clear - - # make sure issue 1 is not already closed - fixed_issue = Issue.find(1) - assert !fixed_issue... 2019-09-06 06:56
Defect #32024 (Closed): Broken gzip icon in the repository view
<pre> Redmine::MimeType.css_class_of('foo.gz') # => "application-gzip" </pre> 2019-09-05 09:52
Patch #32023 (Closed): Add missing fixtures to IssueStatusesControllerTest
@IssueStatusesControllerTest#test_index_should_show ... t bundle exec rake test TEST=test/functional/issue_statuses_controller_test.rb Run options: --seed 33320 # Running: ......F Failure: IssueStatusesControllerTest#test_index_should_show_warning_when_no_workflow_is_defined [test/functional/issue_statuses_controller_test.rb:54]: Expected e ... ctual: 6 bin/rails test test/functional/issue_statuses_controller_test.rb:48 ........ ... class="diff"> diff --git a/test/functional/issue_statuses_controller_test.rb b/test/functional/issue_statuses_controller_test.rb index e46e807b9..a67ae87d7 100644 --- a/test/functional/issue_statuses_controller_test.rb +++ b/test/functional/issue_statuses_controller_test.rb @@ -20,7 +20,7 ... ath('../../test_helper', __FILE__) class Issue... 2019-09-05 09:52
Defect #32022 (Closed): IssueSubtaskingTest fails with high probability
<pre> $ RAILS_ENV=test bin/rake db:migrate:r ... /rails test --seed 21196 . . . Failure: IssueSubtaskingTest#test_parent_total_estimated_ho ... [/Users/maeda/redmines/4.0-stable/test/unit/issue_subtasking_test.rb:345]: Expected: 12 Actual: 21.0 bin/rails test test/unit/issue_subtasking_test.rb:335 </pre> 2019-09-05 04:38
Patch #32019 (Closed): Remove unnecessary scroll indicator from Gantt page
!Capture.PNG! 2019-09-04 19:18
Defect #32012 (Closed): Broken JavaScript icon in the repository view
Related to #11621 2019-09-04 18:50
(1976-2000/12477)