Project

General

Profile

Search

Results (12430)

Defect #34772 (Closed): edit in issues has wrong date format for due date/start date
I've set in Administration -> Settings -> Dis ... er. While it's now displayed correctly in issues, the edit field in issues is still in the wrong weird US-format. 2021-02-19 21:24
Defect #34771 (Closed): Calendar start day doesn't change the calendar in due/start date
I've set in Administration -> Settings -> Dis ... ion with my regular user. The calendar in issues where I can set the start and due date of a ... ch is confusing when you're not used to that. 2021-02-19 20:29
Feature #34766 (Closed): Better error message when no API format is recognised
At Planio sometimes see users trying to make ... ? yield(builder) </code></pre> 2021-02-18 21:29
Defect #34743 (Closed): Hooks for queries helper
Plugin developers very often overwrite querie ... no need for overwriting this method anymore. 2021-02-14 08:06
Feature #34715 (Closed): Filter issues by file description
Currently, Redmine has a feature to filter issues by attachment file name (#2783). I think it would be even useful if it is possible to filter issues by attachment file description. Using both ... iption makes it much easier to find files or issues. 2021-02-12 09:31
Feature #34714 (Closed): Move delete button for issues and journals to the dropdown menu
I would like to include infrequently used lin ... _15.41.37.png! The reason for making this issue: * There are many icons on the view, so I w ... icon is used for the context menu of related issues on the page, and it may be misunderstood th ... added this time also opens the context menu. 2021-02-12 07:53
Defect #34709 (Closed): No Images in PDF export of issue list (with option show description)
This error is shown in current release 4.1.1 ... .org. Steps to reproduce: # Create a new issue, upload an attachment - e.g. "example.png" (like in this issue) # Link the attachment in the description like this: !example.png! # Create the issue, show the issue list # Click on options, check show description and apply # Now the issue list images are shown # Click on (also avai ... his: # open the file lib/redmine/export/pdf/issues_pdf_helper.rb # search for: <pre> pdf.RDM ... e> pdf.RDMwriteHTMLCell(0, 5, '', '', text, issue.attachments, "LRB") </pre> 2021-02-11 19:22
Feature #34703 (Closed): "Copy link" feature for issue and issue journal
When you are looking at a issue with Redmine and want to share the URL, if y ... URL with many unnecessary parameters such as issue_count and prev_issue_id. I think it would be convenient to be ... a simple URL from the view. * URL of the issue to be copied: @https://<your redmine>/issues/1@ * URL of the issue journal to be copied: @http://<your redmine>/issues/1#note-1@ 2021-02-10 09:01
Feature #34700 (Closed): Allow to use watch_by filter in the global issues list
In #8160, we introduced the ability to filter ... ly available inside a project. In the global issues view, the filter still only offered "me". ... lso offer all visible watchers on the global issues view. The patch is a git patch which can be ... 1-Allow-to-use-watch_by-filter-in-the-global-issues-li.patch </pre> 2021-02-09 19:12
Feature #34695 (New): Allow editing the issue description immediately (issue editing form)
Currently, the issue editing form will not display the descriptio ... y problem and no other, modern, notable task/issue manager implements it this way. I have b ... safely say that it unnecessarily slows down issue editing in a very big percentage of cases. ... or field immediately when the editing of the issue starts, together with all of the other editing fields. 2021-02-07 12:30
Defect #34694 (Closed): Progress bar for a sh ... when the tree is collapsed and then expanded
Example: 1. Initial state. !initial.png! ... stable/public/javascripts/gantt.js@19434#L262 2021-02-07 12:11
Defect #34682 (Closed): Internal error 500 after updating to r20735
error in the log: Creating scope :system. Ov ... ib/redmine/sudo_mode.rb:61:in `sudo_mode' 2021-02-04 06:44
Defect #34673 (Closed): Author of ticket still gets update when ticket changed to private
Author of ticket still gets updates on ticket ... redmine_wiki_extensions 0.9.2 </pre> 2021-02-01 20:59
Defect #34657 (Closed): Where is the view to change the header h1
Where is the view to change the header h1 where "Redmine" is written? 2021-01-29 19:00
Patch #34654 (New): Accounting for the closing date of the issue when calculating the overdue
When calculating the overdue for issues, the closing date of the issues is not taken into account, despite the availability of relevant information. An overdue issue remains overdue even after it is closed. ... Redmine plugins: no plugin installed 2021-01-29 09:14
Defect #34652 (Closed): [Creating Issue] Subject Text Input Field is limit to 50
Hi, Trying to create an issue but the subject is limited only to 50. Any h ... patching? if yes, please explain. Thank you. 2021-01-29 02:05
Patch #34650 (Closed): Button browse fix
This is a patch that fixes the browse button so that it doesn't cut off. 2021-01-28 10:30
Patch #34643 (Closed): Cleanups and fixes after Wiki tab removal from project settings (#26579)
This is a series of patches that includes cle ... i and reset the @start_page@. ** This fixes issue #34634. * *5. Changed wiki @:start_page@ na ... ine plugins: no plugin installed </pre> 2021-01-27 10:00
Defect #34641 (Closed): When editing an issue, the Log time and/or Add notes does not show or hide dynamically
I changed the project when editing an issue, but the Log time does not show or hide dyna ... the Time tracking module enabled or disabled. 2021-01-27 02:32
Patch #34639 (Closed): Plugin develop, every change need to start server
I am a plugin developer. i update file(plugi ... user.rb to define it): how can i fixed it. 2021-01-26 07:26
Defect #34634 (Closed): Deletion of project w ... inaccessible (404) until module reactivation
This issue is inspired by a thread in the forum (messag ... d be made inactive when this page is deleted. 2021-01-25 09:34
Patch #34619 (Closed): Update Nokogiri to 1.11
A security issue CVE-2020-26247 has been fixed in Nokogiri 1. ... ~> 1.20.0" gem 'addressable' </code></pre> 2021-01-23 09:23
Defect #34618 (Closed): Cannot sign in when b ... entication and changing password are required
If a user is required to both enable two-fact ... p/activate/confirm. You can reproduce the issue by the following steps: 1. Set "Two-facto ... Found in 7ms (ActiveRecord: 1.7ms) </pre> 2021-01-23 08:12
Defect #34615 (Closed): 'Search' falsy parameters are not respected
I'd like to implement search feature using RE ... ://www.redmine.org/projects/redmine/search?q=issue&issues=0&news=0&changesets=0&wiki_pages=1&messages ... return results of only wiki pages with word 'issue' (because for other parameters i passed fals ... pe). P.S.: Tested on Redmine version 4.1.1 2021-01-21 21:29
Feature #34609 (New): Setting for partially independent start-date, end-date in parent tickets
In issue #5490 the global settings option for an inde ... ect schedules e.g. Gantt-Chart more useful. 2021-01-20 12:22
(1351-1375/12430)