Project

General

Profile

Search

Results (12110)

Defect #33417 (Closed): Updating an issue via REST API causes internal server error if invalid project id is specified
Hello! With a redmine instance up and runn ... ts.post('http://user:password@localhost:3000/issues.xml', json={'issue': {'project_id': 0, 'status_id': '', 'tracke ... able_users' for nil:NilClass): app/models/issue.rb:941:in `assignable_users' app/models/issue.rb:742:in `validate_issue' app/controllers/issues_controller.rb:143:in `create' lib/redmine/sudo_mode.rb:64:in `sudo_mode' </pre> This issue was found while trying out https://meeshkan. ... to automatically scan API using projects for issues, on open source repositories. Feel free to ... ng more reports from our scans in the future! 2020-05-08 09:44
Defect #33415 (New): Issue#closable? doesn't handle the case of issues with open subtask(s) ánd being blocked by other open issue(s)
Subject says it all. Given the current incarnation of @Issue#closable?@, the transition warning for an issue instance that is being blocked while simulta ... including only the 'open subtask(s)' reason). 2020-05-08 07:41
Defect #33407 (Closed): Update failed
Dear All, We wanted to updragde 4.07, but ... can we upgrade to this verison? BR Andris 2020-05-06 15:07
Defect #33402 (Closed): Receive email problem - inserting unwanted p tags
I have problem with receiving emails after up ... p that email should be parsed as plain text, issues are created with the text and there are unw ... em Redmine plugins: issue_color_label 0.1 localizable ... fdsa fsd as </pre> This is a issue created: <pre> <p>safsad sa</p> <p> f</ ... an somebody help me where could be a problem? 2020-05-05 15:50
Patch #33393 (Closed): Remove unused i18n key "notice_no_issue_selected"
The code that used the i18n key "notice_no_issue_selected" has been removed in r1130 (12 years ago). 2020-05-03 06:58
Defect #33392 (Closed): Fix invalid selector in function displayTabsButtons()
Below it's a snippet from @displayTabsButton( ... laces some inline styles with class @hidden@. 2020-05-02 16:18
Feature #33383 (Closed): Update jQuery to 3.5.1
jQuery 2 is end of life and we should update the code to support latest jQuery 3.5.0 (at this time). 2020-05-01 14:02
Defect #33382 (Confirmed): Support importing of already closed issues
I tried to import already closed issues, since we're migrating from another system. ... for the "status" field it still imported the issue as "New". Also there does not seem to be a f ... stamp. So how can it be imported as well? 2020-04-30 18:10
Defect #33381 (Closed): Possible double includes in issue query in gantt helper
The following @include@ line source:/tags/3.4 ... ing. This affects all versions since 3.4.0 2020-04-30 17:27
Patch #33376 (Closed): Add missing fixtures to VersionsHelperTest
VersionsHelperTest has failed. <pre> $ RA ... Error: VersionsHelperTest#test_link_to_new_issue_should_take_into_account_user_permissions_on ... sion_helper_test.rb:103:in `test_link_to_new_issue_should_take_into_account_user_permissions_on ... Error: VersionsHelperTest#test_link_to_new_issue_should_return_nil_if_user_does_not_have_permission_to_add_issue: ActiveRecord::RecordNotFound: Couldn't fin ... rsion_helper_test.rb:81:in `test_link_to_new_issue_should_return_nil_if_user_does_not_have_permission_to_add_issue' bin/rails test test/helpers/version_he ... Error: VersionsHelperTest#test_link_to_new_issue_should_return_link_to_add_issue: TypeError: no implicit conversion of nil i ... rsion_helper_test.rb:65:in `test_link_to_new_issue_should_return_link_to_add_issue' bin/rails test test/helpers/version_he ... Error: VersionsHelperTest#test_link_to_new_... 2020-04-30 04:20
Feature #33352 (New): Enable inline issue autocomplete in issue id query filter fields
The query filters on issues and related issues accept issue ids. I see several use-cases/benefits of enabling the inline issue subject autocomplete functionality added by #31989 for these fields. 2020-04-25 10:12
Patch #33342 (Closed): Remove unused i18n key ... rall_activity" and "label_overall_spent_time"
Those keys have been removed in r15983 for Redmine 3.4.0 and are no longer in use. 2020-04-22 16:06
Defect #33339 (Closed): Broken layout of the ... ting due to unexpectedly applied padding-left
See the screenshots below. The preview tab ha ... r: 1px solid grey;}.welcome-text-preview.png! 2020-04-22 12:10
Defect #33338 (Closed): Property changes tab ... journals with both property changes and notes
<pre><code class="javascript"> case 'pr ... b for this entry. Patch added to fix this issue. 2020-04-22 12:03
Defect #33336 (New): Send notification when new issue created by email ?
I am using Redmine in my company. Everything ... em. When user send an email to create an issue in Redmine, there is no notification sent while the issue is created. I can not find any parameter to set this feature. "Email Notification"-> "Issue Added" , "Issue Updated" in the settings are enable. If i create an issue directly in Redmine, i receive a mail notifi ... edmine_lightbox2 0.4.5 </pre> 2020-04-21 19:30
Defect #33334 (Closed): bump i18n for advisory: CVE-2014-10077
Please update i18n from 0.7.0 to 0.8.0 <pr ... to >= 0.8.0 Vulnerabilities found! </pre> 2020-04-21 16:37
Feature #33330 (Closed): Import of issue relations when imported from csv
There is no ability to import Issue relations when importing from csv. Perhap ... , or provided in json form inside csv field. 2020-04-20 20:26
Patch #33329 (Closed): Improve watchers funct ... ot return watchers that cannot see the object
The scope of this issue is to decrease the confusion created by the ... tation which allows you to add to an object (issue, wiki, news) a watcher who doesn't have permissions to view that object. There are multiple open issues generated by this issue, but I opted to create a new issue, clean, to discuss some proposal that I have ... ing on what it's implemented, we close those issues. I made three patches: *1. 0001-Fix-t ... when the search is made for one object (eg: issue), not for multiple objects (add bulk watcher ... or 30 objects in order to avoid performance issues (we need to iterate through each object to ... a watcher is added to an object not visible. 2020-04-20 16:22
Feature #33328 (New): Ability to import watchers when importing issues from csv
Importing watchers while importing from csv is important because it is used in many scenarios. 2020-04-20 13:45
Defect #33327 (New): Import issues project tree not displaying correctly
Third or more level of nesting is not displayed on project drop-down while importing issues. I suggest using the same code used for project dropdown from filter on /projects URL 2020-04-20 13:40
Feature #33325 (Resolved): Export spent time report as PDF
Is it possible to have a patch that will add ... ime report as PDF including the custom fields 2020-04-20 04:20
Patch #33315 (Closed): IssuesSystemTest#test_bulk_watch_issues_via_context_menu randomly fails due to Capybara clicks out out of context menu
Sometimes, the IssuesSystemTest#test_bulk_watch_issues_via_context_menu test fails for click_link ... , this seems to be a known sporadic Capybara issue. Solution seems to use find().hover.click in ... le exec rails test:system TESTOPTS="-n '/^(?:IssuesSystemTest#(?:test_bulk_watch_issues_via_context_menu))$/'" Attached my proposed path. Thanks 2020-04-19 16:18
Defect #33303 (Closed): CustomField float 2.000,55 instead of 2,000.55
Hello, I have created a custom field. Sele ... created 10 years ago. Thanks in advance 2020-04-17 13:50
Feature #33301 (Closed): Add option to include enabled issue custom fields in projects#show API response
This is helpful in case the custom fields of ... assigned fields in order to update that list. 2020-04-17 06:42
Defect #33299 (Closed): "404 error" issue
Hi, I just installed Redmine (last version ... ect, I have an "404 error" when accessing to issues, Gantt or calendar page, anybody could help? Thanks 2020-04-16 21:23
(1301-1325/12110)