Project

General

Profile

Search

Results (12572)

Patch #31088 (Closed): Remove useless code in TimeEntryQuery#sql_for_activity_id_field
I think we can safely remove the following tw ... y < Query "#{TimeEntry.table_name}.issue_id NOT IN (#{issue_ids.join(',')})" else "1=1 ... (#{ids})))" end end </code></pre> 2019-03-24 08:58
Defect #31087 (Closed): Deleting a version silently deletes its attachments
Deleting a version which has one or more attachments unexpectedly succeeds if no issues are associated with the version. You can ... chments/download/22618/versioned_files.patch. 2019-03-24 03:24
Defect #31085 (Closed): Hosting redmine at a suburl doesn't work anymore in 4.0
I'm trying to configure redmine for a suburl ... em were really working for 3.4 but ohh well). 2019-03-22 17:23
Defect #31081 (Closed): Internal error for open issues
Hi, Have upgrade my redmine to 3.2.x to 3. ... asy MindMup plugin Easy WBS plugin Redmine Issue Templates plugin LoginAttemptsLimit All ... ated, but now have a Internal error for open issues : Started GET "/projects/eurogiciel-euromine/issues/new" for 10.10.99.11 at 2019-03-21 16:28:30 +0100 Processing by IssuesController#new as HTML Parameters: {"proj ... erodark (id=953) Rendered plugins/redmine_issue_templates/app/views/issue_templates/_issue_select_form.html.erb (9.8ms) Rendered issues/_attributes.html.erb (19.3ms) Rendered issues/_form.html.erb (334.7ms) Rendered issues/new.html.erb within layouts/base (388.6ms) ... 15: <% end %> 16: 17: <% if @issue.safe_attribute? 'assigned_to_id' %> 18: ... signed_to_id, principals_options_for_select(@... 2019-03-21 16:38
Patch #31079 (New): Clean up login form with placeholders
I propose to replace the labels of the input ... ng!|!{width: 480px;}.login_after_change.png!| 2019-03-21 14:28
Defect #31077 (Closed): "Icon for Datepicker" does not appear after status was changed.
When editing the issue, fields are displayed for modification in "C ... of the string-fields normally. But, if an issue status is changed to another status the date ... ed another browser (for example Firefox) the Issue is not Appearing. Redmine configuration ... Could you please provide me help to fix the Issue 2019-03-21 12:35
Patch #31076 (New): Issues CSV / PDF export via ActiveJob
*Why?* Exporting large amounts of issues and/or issues with a lot of custom fields as CSV or PDF c ... should be fine). Exports with less than 1000 issues or exports that take less than 30 seconds t ... waiting and returns the user to the previous issues listing. An email with a download link will ... inst current master. Patch no 1 adds a @lazy_issues@ method to @IssueQuery@ which fetches issues in batches (to avoid high memory usage). Patch no 2 implements the background execution. 2019-03-21 11:35
Defect #31074 (Closed): TimelogTest#test_defa ... ils depending on the language of the browser
The test fails in some environment. <pre> ... cc;}.test_default_query_setting-fails@2x.png! 2019-03-21 03:58
Patch #31065 (Closed): Fix tests that has incorrect verification target
* "test_issue_edit_subject_should_include_status_changes_i ... trunk/test/unit/mailer_test.rb#L450 * "test_issue_edit_subject_should_not_include_status_chang ... L462 These two tests check Mailer.deliver_issue_add. I think those tests should check Mailer.deliver_issue_edit as described in the title. This patch fixes those tests. 2019-03-20 07:44
Defect #31063 (Closed): Can't uncheck Gantt chart options of custom queries
!{width: 70%; border: 1px solid #ccc}options. ... aw_progress_line option and the draw_related_issues option of the custom query to true, you can ... is problem is due to the influence of #29701. 2019-03-20 03:41
Defect #31057 (New): email notification not g ... gnee and users enabled otification in project
-email notification not going to assignee and ... roject -Only two users are getting the mails 2019-03-19 10:26
Defect #31053 (Closed): Some issue fixtures are set inconsistent tracker id which is not available in the project
Of the test data, issues_005, issues_013 and issues_014 use trackers which should not be available. <pre> [1] pry(main)> Issue.where(id: [5, 13, 14]).select(:id, :project_id, :tracker_id) => [#<Issue:0x00007fdab99315c0 id: 5, tracker_id: 1, project_id: 3>, #<Issue:0x00007fdab9903fa8 id: 13, tracker_id: 1, project_id: 3>, #<Issue:0x00007fdab9903d78 id: 14, tracker_id: 1, pr ... r applying the patch: <pre> [1] pry(main)> Issue.where(id: [5, 13, 14]).select(:id, :project_id, :tracker_id) => [#<Issue:0x00007fdab99315c0 id: 5, tracker_id: 1, project_id: 3>, #<Issue:0x00007fdab9903fa8 id: 13, tracker_id: 1, project_id: 3>, #<Issue:0x00007fdab9903d78 id: 14, tracker_id: 1, pr ... available for project 3 => [1, 2, 3] </pre> 2019-03-19 08:08
Feature #31050 (Closed): Issue view - allow all issue attributes to be shown for related tickets and subtasks
See the image attached. This is a sample tick ... ields. The feature request is now to make issue fields (standard fields or custom fields) co ... moment we put data that is already stored as issue attribute also into the ticket title as plai ... ybe this can be implemented as a new feature? 2019-03-18 16:09
Feature #31043 (Closed): Search/filter users in backend
Users can have multiple email addresses. S ... elpful, probably by custom fields also. 2019-03-18 13:23
Patch #31035 (Closed): Remove redefinition of ... ause of the removal of Setting.bcc_recipients
If the patch #30820 that drops "Blind carbon ... ove the workaround for #12090 that fixes the issue that email recipients are not logged when th ... Responds class Collector </code></pre> 2019-03-17 05:00
Defect #31028 (New): Get 200 response even when specifying an id value that does not exist.
At Redmine 4.0.1, I get 422 response when sp ... that does not exist in 'priority_id' --- issue.xml <pre> <?xml version="1.0"?> <issue> <project_id>99999</project_id> ... fixed_version_id>99999</fixed_version_id> </issue> </pre> <pre> curl -v -H "Content-Type: application/xml" -X PUT --data-binary "@issue.xml" -H "X-Redmine-API-Key: xxx" [URL]/issues/[id].xml HTTP/1.1 200 OK </pre> I ex ... riority_id, category_id, fixed_version_id'. 2019-03-14 08:43
Defect #31021 (Confirmed): Fullwidth characte ... <" and ">" are removed in email notifications
Hi, I'm using Redmine ver.3.4.7 and multi-byt ... is not used. See the attached for details. 2019-03-13 07:51
Defect #31010 (Confirmed): The query visibili ... only" actually behaves as "To the owner only"
If you change the display range of a shared c ... me only" to "to author only". Redmine3.4.6 2019-03-11 17:30
Patch #31004 (Closed): Decode hexadecimal-enc ... n order to be frozen string literals friendly
Currently, hexadecimal-encoded literals are u ... <pre><code class="ruby"> def test_add_issue_with_japanese_subject issue = submit_email( 'subject_japanese_1.eml', :issue => {:project => 'ecookbook'} ) assert_kind_of Issue, issue ja = "\xe3\x83\x86\xe3\x82\xb9\xe3\x83\x88".force_encoding('UTF-8') assert_equal ja, issue.subject end </code></pre> You will se ... . <pre> Error: MailHandlerTest#test_add_issue_with_japanese_subject: FrozenError: can't m ... t/unit/mail_handler_test.rb:721:in `test_add_issue_with_japanese_subject' </pre> So, we hav ... t < ActiveSupport::TestCase :issue => {:project => 'ecookbook'} ) assert_kind_of ... 2019-03-10 14:44
Defect #31002 (New): Can't change priority of tickets which are not "in Progress" (In Bearbeitung)
All of my tickets which do not have the statu ... de. Why is this so? When I created the issue the priority was urgent. After working a bit ... Redmine plugins: no plugin installed 2019-03-09 09:43
Patch #30999 (Needs feedback): Datepicker javascript files locale in uppercase not found
* In public / javascripts / i18n Files like ... iddleware/show_exceptions.rb:33:in `c </pre> 2019-03-08 17:50
Feature #30998 (Closed): Add an rake task to prune registered users after a certain number of days
Hello, Unfortunately I'm not enough skille ... r something like that). What do you think? 2019-03-08 15:45
Defect #30988 (Closed): Preformatted text overflows the preview area
Like the image below, the pre tag overflows f ... {width: 70%; border: 1px solid #ccc}note.png! 2019-03-07 09:42
Defect #30987 (Closed): Unnecessary empty lines are displayed when syntax highlighting
Unnecessary empty lines are displayed like th ... unk. r17891 may be involved in this problem. 2019-03-07 09:24
Feature #30986 (New): New toolbar button to insert wiki macros
Redmine has useful wiki macros such as "child ... 1px solid #ccc;}.wiki-macro-button@2x.png! 2019-03-07 08:15
(2326-2350/12572)