Search
Results (12479)
- Patch #30026 (New): macros and textile at pdf export in custom field
- Redmine in version 3.4.6 don't fully support ... d formatted text. I did some changes in the issue_pdf_helper.rb to do that.
- Feature #30014 (New): Refferencing keyword to skip actions related to the rest of commit message
- In some use-case scenarios, like code merge, ... cular keyword, except referencing code to an issue. Here is sample scenario: [[https://sta ... tings can look like this: !download (5).png!
- Defect #30009 (Closed): Empty sort criteria for issue query gives error
- When saving an Issue query,provide the sort criteria like below, ... gives error. Bug occured on redmine: 3.4.6
- Defect #30001 (Closed): CSV importer ignores shared version names of other projects
- When importing issues from CSV, you cannot set a target version for an issue if the specified version name in the CSV is a shared version of another project. This issue was reported to "redmine.tokyo community":https://redmine.tokyo/issues/892.
- Defect #29990 (Closed): Add missing fixtures for test_create_should_send_notification
- The bellow test fails when it is run in isola ... ached a patch that adds the missing fixtures.
- Defect #29981 (Closed): "% Done" should be rounded down to the 1
- In the following case, "% Done" of the issue A is shown as 100% because "% Done" is rounded. As one issue doesn't be completed, "% Done" should be sho ... : 100% ├ C9: 100% └ C10: 100% </pre>
- Defect #29971 (Needs feedback): [Receiving emails] Redmine cannot create new issue after fetching the mail.
- Attached file is the log after fetching the mail. The issue only occurs with this mail. I saw this mess ... tion Database adapter Mysql2
- Feature #29958 (Closed): Issue creation via email automatically
- Morning guys, I need a little help with creating issues via email. I've read the RedmineReceivingEm ... nction, and i can't do it by myself. Thanks.
- Patch #29951 (Closed): Quick design fix/proposals for projects index page
- I'm attaching two proposals for the projects ... tion is considered by many users a defect (7 issue reported since then) and is one of the most reported issue lately. !{width:75%;border: 1px solid gre ... l add the patch for review/testing very soon.
- Feature #29946 (Closed): Update i18n gem (~> 1.6.0)
- The latest version of i18n gem is "1.1.1":htt ... e error and should follow the recent version.
- Feature #29935 (New): Edit authored issues and Edit assigned issues in issue tracking permission
- Please provide "Edit authored issues" and "Edit assigned issues" in issue tracking permission of Roles and permissions ... hod to achieve the same if already available.
- Defect #29933 (New): Strange status jumping in issue workflow
- *How to reproduce the bug:* We knew that when a role with "Edit issues" right could change contents under issues, including status field. You could easily f ... following steps: # define a role with "Edit issues" rights. name it "ABC_Role", # add a new issue status, name it "Temp_Status", # in a exist ... ate status to Temp_Status, # tick off "Edit issues" rights for role "ABC_Role" Now you will ... ould still jump to "Temp_status" in relevant issues, even you can't find "Temp_status" in workf ... in "workflow" table after ticking off "Edit Issues" rights. *Solution:* When ticking off "update issue" right for certain role, the corresponding r ... me@"davidcdx@163.com", Best Regards, Dave
- Defect #29920 (Closed): Email has already been taken/Login has already been taken
- I know i have already used the same username ... Redmine plugins: no plugin installed
- Defect #29918 (Closed): Related issues section ignores the date format setting
- Start date and due date in the related issues section are always displayed in the format ... px solid #ccc;}.incorrect-date-format@2x.png!
- Defect #29915 (New): Text in PDFs generated from issues show wrong glyphs when copied in Acrobat Reader DC
- Exporting a PDF in the issue view results in a perfectly viewable PDF in ... e text. Searching through rbpdf and tcpdf issues did not result in anything useful. I also t ... lated to #26034. A sample PDF is attached.
- Feature #29914 (Closed): Migrate to Rails 6.1 with Zeitwerk autoloading
- Defect #29913 (Closed): Adding image with same name as previous one replaces embedded image
- Copied from #4618 which is closed but still a ... ken that produce this behavior, > > # An issue has an attachment made to it (usually in my ... isplace the old one. Very problematic for issue comments with embedded screenshots: the newe ... Database adapter Mysql2 </pre>
- Defect #29912 (Closed): Missing closing tag in app/views/roles/_form.html.erb
- Just find a missing html tag in @roles/_form. ... f @role.new_record? && @roles.any? %> </pre>
- Defect #29911 (Closed): [Email Notification] _involved in_ clarification
- Hi Everybody, First of all, I want to apolog ... anks you for any feedback. Regards, Nicolas
- Feature #29897 (Closed): hook: controller_issues_bulk_edit_after_save
- From https://www.redmine.org/issues/8757 To avoid the problems with stopping ... ng fails on the hook, iterate over the saved issues after saving them
- Feature #29894 (Closed): View watchers on the issue list
- Currently, you have to go to the detail page of an issue if you want to see the list of watchers. ... d be nice if Redmine shows watchers for each issue on the issues list. With this feature. This feature is a bit similar to #25515.
- Feature #29889 (New): Hide issue field in time log form when the user cannot view any issue
- I configured today some projects only with th ... ng module enabled and I've observed that the Issue field is shown in the time log form (attache ... I think we can improve the UI if we hide the issue field when the user doesn't have the possibility to select any issue. I'll add a patch soon, but until then, any feedback is welcome.
- Defect #29886 (Closed): Redmine doesn't know how to count up to 5
- I was looking at what issues are left until version 4.0 is released. On ... p page of https://www.redmine.org, it says 5 issues. When we click on the "5 issues" links, suddenly there is only 4 issues left. I was doing a demo to convince a c ... me when to expect 4.0.0? Thanks, Cédric
- Patch #29885 (New): Fix 403 error while adding new watchers when selected issues in context_menu from different projects
- Tested issue on trunk; Steps to reproduce: 1) Select 2 or more issues from different projects 2) Open context me ... name 5) In dev tools you will see 403 error;
- Defect #29883 (Closed): AttachmentsVisibility ... il randomly due to uninitialized User.current
- It looks like test/functional/attachments_vis ... same to `teardown` in authorization_test.rb.