Project

General

Profile

Search

Results (12110)

Defect #31986 (New): Error selecting issues between dates after upgrading redmine 2.3.2 to 4.0.x
Hi, I'm having problem to upgrade redm ... nge this behavior of redmine. If I create issues in a new database, Redmine behaves correctl ... ve any idea how or why this problem occurs? 2019-08-30 19:14
Feature #31984 (Closed): Permission to add timelogs in past
There is permission to edit time logs, Bu ... in past, which should be good to forbid. 2019-08-30 13:58
Feature #31978 (Closed): Multiple trackers id and multiple status id in get issue rest api redmine
It would be great to have possibility of inse ... status id via the REST API. Example: GET /issues.xml?project_id=2&tracker_id=1,2,9 and GET /issues.xml?status_id=3,5,7 2019-08-30 03:08
Defect #31972 (New): An empty group_count badge is displayed when grouped with created_on
Reproduction procedure * Use MySQL * "Time ... to something else * Group by created_on at issues/index When the above conditions are met, ... ml.erb#L25). This is a problem with trunk. 2019-08-29 04:09
Defect #31968 (Resolved): MIME Content Type is not properly handled while attaching the files
Recently upgraded to 4.0.4. While doing the I ... om* to *.pdf*, Redmine allows file upload in issues as attachment and stores contenttype as "*application/pdf*" in table. Due to this issue we are unable to roll out new version. Urgent help required. Thanks 2019-08-28 08:19
Patch #31967 (Closed): IssueCustomFieldTest randomly fails
@IssueCustomFieldTest@ fails in the following proce ... NV=test bundle exec rake test TEST=test/unit/issue_custom_field_test.rb Run options: --seed 7200 # Running: E Error: IssueCustomFieldTest#test_changing_visible_to_true ... ActiveRecord::RecordNotFound: Couldn't find IssueCategory with 'id'=1 test/unit/issue_custom_field_test.rb:29:in `setup' bin/rails test test/unit/issue_custom_field_test.rb:41 E Error: IssueCustomFieldTest#test_custom_field_with_visibl ... ActiveRecord::RecordNotFound: Couldn't find IssueCategory with 'id'=1 test/unit/issue_custom_field_test.rb:29:in `setup' bin/rails test test/unit/issue_custom_field_test.rb:32 Finished in 0 ... ><code class="diff"> diff --git a/test/unit/issue... 2019-08-28 07:54
Patch #31966 (Closed): Add missing fixtures to Redmine::Helpers::GanttHelperTest
@Redmine::Helpers::GanttHelperTest@ has faile ... rs::GanttHelperTest#test_#column_content_for_issue: ActiveRecord::RecordInvalid: Validation fa ... lperTest - fixtures :projects, :trackers, :issue_statuses, + fixtures :projects, :trackers, :projects_trackers, :issue_statuses, :enumerations, :users, :issue_categories include ProjectsHelper </code></pre> 2019-08-28 07:19
Patch #31964 (Closed): VersionsControllerTest#test_show randomly fails
<pre> Failure: VersionsControllerTest#test_ ... atus-locked', :text => 'locked' - # no issue avatar when gravatar is disabled - assert_select 'img.gravatar', :count => 0 + # no issue avatar when gravatar is disabled + ass ... end end def test_show_should_show_issue_assignee </code></pre> 2019-08-28 04:11
Defect #31957 (New): ActionMailer need to limit how many maximum connections it opens
Microsoft office 365 smtp server has made som ... dapter Mailer delivery smtp 2019-08-27 10:44
Feature #31956 (New): All members of project as watchers
Hi, after discussion I post here my idea for ... have define members 1) When I create new issue, all members of project will be set as watch ... ew project will be add = for example: I have issue in Project A. Dave, Mark, George and Diana are members = watchers of Project A. I edit an issue in project A and change project to Project B ... ana, Frank and Peter are set as watchers for issue, which move from Project A to Project B * ... you want all members define as watchers for issues?" YES/NO It will be easy to manage and all ... about this idea. With best regards David 2019-08-27 10:42
Patch #31951 (Closed): German translation update for 4.0-stable
Extracted some translated strings from #31256 ... gest: Checksumme - setting_close_duplicate_issues: Close duplicate issues automatically - error_exceeds_maximum_hou ... e - deleted. + setting_close_duplicate_issues: Duplikate automatisch schließen + error_ ... view: Keine Vorschau vorhanden </code></pre> 2019-08-27 02:58
Patch #31950 (Closed): Add CSS class to "journal" and "reply" headers
There is no class attribute in each header of issues and forum comments. The attached patch add ... ned, problems like #31742 should not occur. 2019-08-26 08:15
Defect #31946 (Closed): No log message when MailHandler ignored a reply to a nonexistent issue, journal, or message
MailHandler silently ignores a reply to a nonexistent issue or reply. It makes troubleshooting really difficult. 2019-08-25 10:16
Defect #31945 (Closed): Japanese translation for text_no_subject
<pre><code class="diff"> Index: config/local ... yml (作業コピー) @@ -1291,4 +1291,4 @@ label_issue_history_notes: コメント label_last_tab_visit ... ject + text_no_subject: 題名なし </code></pre> 2019-08-25 02:25
Defect #31943 (Closed): page_modify_ <%= render_main_menu(@project) %>
I try to modify the main menu of the page. I ... one who know how this line of code works? 2019-08-24 04:14
Patch #31941 (Closed): ThemesTest may fail if a third-party theme with a favicon is installed
Steps to reproduce: 1. Add a theme with th ... ions, 4 failures, 0 errors, 0 skips </pre> 2019-08-23 09:56
Defect #31937 (Closed): HTML-Tags are not interpreted correctly / removed from the Ticket.
Environment: Redmine version ... e with that? Thanks in advance! Dominik 2019-08-22 16:24
Defect #31936 (New): Cannot download issue-attachments that contains one or more “+” (Plus Sign) characters
To recreate it - just create an Issue, create a text file with any name containing ... "Test+File.txt" and attach that file to the issue and submit. After that open that issue, and try to download that file. It will show ... ding it - it will get downloaded without any issues. 2019-08-22 14:16
Defect #31932 (New): Add Sponsor in the Group Results By Drop Down for Custom Queries
Is it possible to add the Sponsor in the Grou ... sor per ticket so I don't know if that's the issue. 2019-08-21 18:22
Defect #31929 (Closed): MarkdownFormatterTest ... upport_underlined_text is declared as private
#28169 introduced @Redmine::WikiFormatting::M ... method @#assert_section_with_hash@. _This issue was reported by Martin Cizek in issue #22323#note-5._ 2019-08-20 19:37
Defect #31924 (Closed): Paging misses some entries
I've just been using the API to batch-update ... , as mentioned here: https://www.redmine.org/issues/20479 --- Some example code: ```py ... ocker image](https://hub.docker.com/_/mysql). 2019-08-19 17:15
Feature #31921 (Closed): Changes to properly ... yte characters (emoji) when database is MySQL
Currently, Redmine with MySQL as database doe ... of tickets that I'm going to relate to this issue later. I would like to work on this in o ... tallations. - Adds a test to ensure that an issue can be created using a emoji in description ... stallation or at least some useful links. 2019-08-17 18:10
Defect #31917 (Closed): Tracker management and auto close issues
Is there a way to put new issues into different trackers based on keywords? Also looking for a way to auto close issues. Found some plugins but they are very old and doesn't work. Thanks! 2019-08-16 16:09
Defect #31912 (New): ActionView::Template::Error (undefined method `name' for nil:NilClass):
Got this error and didn't know, what to do. ... v class="wiki"> 88: <%= textilizable @issue, :description, :attachments => @issue.attachments %> 89: </div> 90: </ ... helper.rb:664:in `textilizable' app/views/issues/show.html.erb:88:in `_app_views_issues_show_html_erb___1321938688800518045_47270008401700' app/controllers/issues_controller.rb:106:in `block (2 levels) in show' app/controllers/issues_controller.rb:99:in `show' lib/redmine/s ... dmine plugins: no plugin installed </pre> 2019-08-16 07:31
Feature #31911 (Closed): Update request_store gem to 1.4
Redmine 4.0 and the current trunk depend on r ... ns, 6 failures, 0 errors, 0 skips </pre> }} 2019-08-16 04:23
(1651-1675/12110)