Project

General

Profile

Search

Results (12479)

Patch #31110 (Closed): Raise an exception if the plugin directory name differs from the plugin id
If the plugin directory name and the plugin i ... work well. <pre> Partial "my/blocks/new_issues" missing for block "new_issues" found in admin (id=1) preferences Partial "my/blocks/neglected_issues" missing for block "neglected_issues" found in admin (id=1) preferences Partial "my/blocks/doing_issues" missing for block "doing_issues" found in admin (id=1) preferences </pre> ... the plugin id. I attached a patch for that. 2019-03-28 08:07
Feature #31109 (New): Make the assignee more prominent in email notifications
I think the assignee's name in email notifica ... projects. Currently, the assignee of the issue is already shown in a notification email but ... e to add the assignee's name to labels @text_issue_added@ and @text_issue_updated@ as follows: *[Before]* <pre> text_issue_added: "Issue %{id} has been reported by %{author}." text_issue_updated: "Issue %{id} has been updated by %{author}." </pre> *[After]* <pre> text_issue_added: "Issue %{id} (assignee: %{assignee}) has been reported by %{author}." text_issue_updated: "Issue %{id} (assignee: %{assignee}) has been updated by %{author}." </pre> *[Example]* > Issue !#2 (assignee: Dave Lopper) has been updated by John Smith. > ... 2019-03-28 03:46
Feature #31107 (Resolved): How to disable email subject processing
Hello! We run redmine 2.4.2 and use rdm-mail ... his string mostly does not belong to redmine issue - it is from another ticket system and we need always to create new issue from that email. Unfortunately, as is writte ... [#123]. And if redmine can not find existing issue #123, email is returned and no new issue is created. Is any chance to disable this ... ected project/mail-handler? Thanks, dan 2019-03-27 15:14
Feature #31106 (New): Issue import should allow for importing the author and creation date fields, too.
When importing issues, many of the issue fields can be mapped to the columns of the source CSV file. However, all imported issues are "authored" by the current user and are ... p. This is not usefull in case of importing issues (e.g. from another data source) created ear ... tunity to map it to a column in the CSV-file. 2019-03-27 14:35
Feature #31104 (Closed): Show the total number of open issues in a reminder
It is useful if email reminders show the total number of open issues next to "View all issues" link like the following picture. The infor ... many tasks the user has without opening the issues list with a web browser. !{width: 334px; border: 1px solid #ccc;}.reminder-with-open-issues-count@2x.png! 2019-03-27 10:05
Defect #31102 (Needs feedback): The parent ta ... is automatically updated by subtask creation.
The history of the parent task does not recor ... or due date is updated within the preceding issue or following issue. The updated history needs to remain in the parent task field when the subtask is added. 2019-03-27 08:02
Defect #31094 (Closed): Failure Upgrade from ... le exec rake db:migrate RAILS_ENV=production"
Hello, have problems updating from version 3 ... (0.0930s) ====== == 20161010081301 ChangeIssuesDescriptionLimit: migrating ================ ... ter_name() -> 0.0000s -- change_column(:issues, :description, :text, {:limit=>16777216}) -> 3.6314s == 20161010081301 ChangeIssuesDescriptionLimit: migrated (3.6322s) ======= ... === == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrating ================ -- add_index(:changesets_issues, :issue_id) -> 0.0339s == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrated (0.0348s) ======= == 20161220091118 AddIndexOnIssuesParentId: migrating ========================= -- add_index(:issues, :parent_id) rake aborted! StandardError: ... er migrations canceled: Index name 'index_... 2019-03-25 11:26
Defect #31092 (Closed): svn repo create command not working
After upgrading from RedHine from 3.4.4 to 4. ... projects is normal. Screenshots are attached. 2019-03-24 16:56
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
(2226-2250/12479)