Search
Results (12713)
- 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?
- Feature #31043 (Closed): Search/filter users in backend
- Users can have multiple email addresses. S ... elpful, probably by custom fields also.
- 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>
- 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'.
- 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.
- 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
- 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 ...
- 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
- 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>
- 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?
- 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!
- 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.
- 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!
- Feature #30985 (Closed): Add CSS class to user custom fields
- User custom fields displayed in the profile p ... ields should have a class as already done in issue and project custom fields. *[The current ... ection: 07/19/2006</li> </ul> </code></pre>
- Feature #30978 (New): Issue rating plugin
- Hello, I need a plugin that will allow any user to rate any issue, plus, to leave the feedback. There is al ... e -> https://www.redmine.org/plugins/vote_on_issues Could you please help me to find this plugin?
- Feature #30975 (Closed): New My page block: Updated issues
- "Updated" filter added in Redmine 3.4.0 (#17720) is useful to understand the issues you involved in the past. I think it would be great if the My page has a new block "Updated issues" that lists issues the user updated recently.
- Patch #30971 (New): principals_options_for_select does not select user when user id is numeric
- +To fix it+ : In application Helper L487 con ... element.id.to_s == selected_s </code></pre>
- Defect #30964 (Closed): 500 appears when trying to filter by last updated by
- *OS* <pre> Operating System: Fedora 26 (Twe ... sion of IN/ALL/ANY': SELECT COUNT(*) FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` INNER JOIN `issue_statuses` ON `issue_statuses`.`id` = `issues`.`status_id` WHERE (projects.status <> 9 ... ERE em.project_id = projects.id AND em.name='issue_tracking')) AND ((issues.status_id IS NOT NULL) AND EXISTS (SELECT 1 FROM journals sj WHERE sj.journalized_type='Issue' AND sj.journalized_id=issues.id AND (sj.user_id IN ('205')) AND sj.id ... journals WHERE journals.journalized_type='Issue' AND journals.journalized_id=issues.id AND ((journals.private_notes = 0 OR ... endencies versions in attached Gemfile.lock
- Feature #30963 (Closed): Update simplecov gem (~> 0.17.0)
- simplecov 0.16.1 has been released on 2018-03-16.
- Defect #30955 (Closed): "View all issues" link in email reminders points to issues list which does not include issues assigned to a group
- Email reminders list issues assigned to the recipient or groups of the recipient. But the issues list opened with a web browser by clicking the "View all issues" link in the reminder does not include issues assigned to groups. *[Reminder]* !{widt ... solid #ccc;}.reminder@2x.png! *[Expected issues list]* !{width: 777px; border: 1px solid #ccc;}.expected@2x.png! *[Actual issues list]* !{width: 777px; border: 1px solid #ccc;}.actual@2x.png!
- Defect #30952 (Closed): Trying to watch an issue without javascript enabled leads to 404
- Recently on Alpine's redmine I've encountered an issue where when I have javascript disable (noscript extension) and try to watch some issue, I get 404 error. That is not completely exp ... 's bug tracker: https://bugs.alpinelinux.org/issues/10033
- Defect #30950 (New): Issue#clear_disabled_fields can still lead to a nil done_ratio in some cases
- This seems to occur on all Redmine versions s ... atabase constraint + model constraint, where Issue#done_ratio cannot be nil. Yet, in a specific case, Issue#clear_disabled_fields will not properly read ... e_status_for_done_ratio to true - Create an IssueStatus "test_status", give it a default done ... ck* done_ratio field - Attempt to create an issue with tracker "test_tracker", with status "te ... 0 Error h3. Why it happens Because of "Issue#done_ratio":https://github.com/redmine/redmi ... a69cc3bee7fb1cd3261046995db55bfdf/app/models/issue.rb#L696 <pre> <code class="ruby"> def done_ratio if Issue.use_status_for_done_ratio? && status && stat ... atio) end end </code></pre> and "Issue#clear_disabled_fields":https://github.com/re ... a69cc3bee7fb1cd3261046995db55bfdf/app/models/...
- Defect #30949 (Closed): Roadmap shows 100%, but one of its tasks is still set to 90%
- I am using Redmine for controlling the develo ... se and realised that, even though one of the issues included in this version is still at 90%, t ... mine_extended_watchers 1.0.5 redmine_issue_history 1.0.0 redmine_issue_templates 0.2.0 redmine_query_shar ... dmine_refresh 0.2.0 unread_issues 2.2.0 </pre> We use Ma ... interesting fro you to know. All the best
- Defect #30945 (Closed): No email notification
- Dear Team, I setup email notification and ... ication emails alert when I updated project, issue, note, etc. Could you please advise me how ... you in advance team! Best regards, Khanh
- Defect #30944 (Closed): Redmine Custom Email ... not work / or i just cant install it properly
- i have a problem with this plugin, i did all ... tom_reminder 0.6.3.db261d5 redmine_issue_dynamic_edit 0.6.5 redmine_lightbox2 ... redmine_wysiwyg_editor 0.3.2 </pre>