Search
Results (12572)
- 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.
- Defect #29881 (New): Issue in visibility level
- We have created new Role "ADMIN" and added 2 ... that users in the role SUPPORT can see "only issues created or assigned to them". How is it possible ? Please help me
- Feature #29872 (New): REST API - Timesheet - Allow ability to Include issue details for the timesheet api
- When using /time_entries.json api allows the ability to include issue details. e.g. /time_entries.json?include=issues
- Defect #29855 (Confirmed): add_working_days returns wrong date
- @Redmine::Util::DateCalculation#add_working_d ... Nov 2018 </pre> Tested with @trunk@17598@
- Defect #29852 (Closed): Cannot use Wiki link with a different name in the table of markdown
- Using a Wiki link with a different name in th ... base adapter PostgreSQL </pre>
- Defect #29848 (Closed): Query to determine role ids is incorrect
- After migrating to stable branch 3.4, the issues page stopped listing entries except for adm ... ach do |user_id, role_id, project_id| </pre>
- Defect #29838 (Closed): Time logging via comm ... vity has been overridden on the project level
- This happened with a client at Planio, we cam ... activity in the activities of the associated issues' project. Test case included to illustrate ... ves the activity finder to the Project model.
- Patch #29830 (New): Issue CSV export options: checkboxes have no effect for columns activated in query
- The csv export option modal for issues has checkboxes for the description and last ... e the description and last_notes columns for issues. Patch works for Redmine 3.4 and 4.
- Defect #29826 (New): Can't use back_url in Documents
- Hello, I'm developing an feature for existing ... ccounts, and leads with projects, documents, issues etc. What now I'm trying to is to allow creation of new document, issue, project etc. from ERPMine CRM. > <%= link_to l(:label_new_item, l(:field_issue)), url_for(controller: "issues", action: "new", project_id: 'project_id', "issue[custom_field_values][#{wkcustomfield.custom_ ... oject_id" with project id) And it works for issues. After I create new issue it redirect me to lead/account/contact as it ... to do it without editing DocumentsController?