Search
Results (12401)
- Feature #35103 (New): Administration Groups & Users Lags with Many Projects
- This applies to the Groups page, Users page, ... at makes sense? Ideally something like the issues viewing list would be most powerful, but mo ... ojects until you go into that tab or similar.
- Defect #35102 (New): Issue Tracking Details are showning issue statuses even if they are not used within the project
- The Issue Tracking Details show all issue statuses of all trackers used in the project ... t" and some of the projects have additional issue statuses. Because you get an really long ta ... ir project-role-workflows. !many_not_used_issue_statuses.png!
- Defect #35100 (Closed): MailHandler raises NameError exception when generating error message
- Issue #31899 improved errors clarity but it's actu ... _check] unless user.allowed_to?(:add_issue_notes, issue.project) || user.allowed_to?(:edit_issues, issue.project) - raise UnauthorizedAction, "not allowed to add notes on issues to project [#{project.name}]" + raise UnauthorizedAction, "not allowed to add notes on issues to project [#{issue.project.name}]" end end @@ ... if !message.locked? </code></pre>
- Defect #35090 (Closed): Permission check of the setting button on the issues page mismatches button semantics
- In source:/tags/4.2.0/app/views/issues/index.html.erb#L16 the link goes to the @issues@ tab of the project settings. The button is ... helper.rb#L28 Note that this is only a UI issue, the button might be shown to users that can ... information disclosure associated with this issue.
- Defect #35089 (Closed): My page issues block 404 on save
- <pre> Environment: Redmine version ... /pre> Steps: # open my page # select "Issues" in "Add" dropdown # select some custom qu ... happens, network post query got response 404
- Defect #35087 (Closed): Users without two-fac ... ut when two-factor authentication is required
- The issue was originally reported in #35086. Suppos ... o delete a cookie or use a different browser.
- Feature #35086 (Closed): Please consider changing the way how 2FA is set up
- Hey guys, I don't want to write too much, so it is not hard for you to handle this issue. Recently the ruby bug tracker has been c ... ay this is a smaller part. (2) The bigger issue is that I don't get any information about W ... y explained this on rubygems.org the github issue tracker, that mandatory 2FA means I can no ... rhaps you can understand my frustration here.
- Feature #35077 (New): Custom Strings as Unique Identifiers for issues
- Hello everybody, I am completely new to Redm ... em for numbering and codifying our tasks and issues. However, looking at Redmine i can see it automatically assigns numbers to issues. Is it feasible to assign our own numbering ... ve dozens of tasks and subtasks and relative issues are anticipated to amount to thousands. Any ... be able to have the header of the particular issue to be presented as "3.1.2 ISSUE TITLE" rather than "#34 ISSUE TITLE"? I will be very grateful for any help. All the best to all, DS
- Defect #35074 (Closed): Redmine 4.2.0 + Local ... : Internal Error entering Plugin Setting Page
- Sunding Wei found this sollution https://www.redmine.org/issues/3972#note-38
- Feature #35073 (Closed): Escape values in LIK ... to prevent injection of placeholders (_ or %)
- While not technically a security risk, LIKE q ... call since the called method is now public.
- Defect #35066 (Closed): Missing project_id in ... fter clicking "Create and add another" button
- While using *create and add another* button w ... ns/redmine_queries_for_time_report I have an issue with an empty drop-down in a custom field : ... erations_create_and_add_another2.png! The issue is caused by a missing intialisation of the TimeEntry. Here is a patch to fix this.
- Feature #35063 (Closed): Set values for reminder
- Is it possible to include in reminder settings such feature as selection of necessary status for issue? In my case I need to exclude the resolved issues from reminder as it done for the closed issues.
- Defect #35062 (Confirmed): Back URLs with <t+ operator break
- This is a problem we noticed but haven't been ... s. Steps to reproduce: - Navigate to the issue list in a project - Add the filter "Due dat ... an" "30 days" and apply, this should put the Issue Query in the parameters of the URL of the br ... ancel" This results in a @RuntimeError in IssuesController#index Unknown query operator <t@ ... ce in the URL. This confuses the Query model.
- Defect #35056 (Closed): Can't save "Default assignee" user for project.
- When I try to save some user as *“Default ass ... 5.2.5 Database PostgreSQL - 12.4
- Defect #35045 (Closed): Mail handler bypasses add_issue_notes permission
- Following #33689, the distinction between the @edit_issues@ permission and @add_issue_notes@ was increased in that the edit permis ... still possible for users with just the @edit_issues@ permission but without the @add_issue_notes@ permission to add notes to issues by "replying" to issue notification emails (if set up on that parti ... L228 In general, I believe that the @edit_issues@ permission was originally intended to also encompass the @add_issue_notes@ permission (since it doesn't make much sense to allow people to change any attribute of the issue but not to add notes). Instead, when the @add_issue_notes@ permission was added, I believe it wa ... ng in inconsistently applied permissions now.
- Feature #35044 (New): Show notice on project's overview page when the project is public
- I suggest that when a project is set to publi ... 1px solid;}.public-status-in-members-box.png!
- Defect #35039 (Closed): API create issue relation method returns undefined method `split' when issue id is sent as integer
- Extracted from #33418#note-20: > hi everyo ... for Redmine 3.x: > > <pre> {"relation"=>{"issue_to_id"=>576, "relation_type"=>"relates"}, "issue_id"=>"575"} > </pre> > > the error is: ... for 576:Integer): > </pre> > > because *issue_to_id* is now expected to be a string with c ... ultiple redmine versions in the java library.
- Defect #35038 (Closed): Error message when li ... time entry and change assignee for a private issue
- If a user(not admin) is assignee of a private issue, when he change it's assignee and add time_entry (at he same time) so that he can not access the issue after, redmine throws these error messages: * Log time is invalid * Issue is invalid This scenario also happens when the user's role is limited to see only own issues. I write a patch to fix it.
- Feature #35037 (New): Make wiki text section extraction less fragile
- The current approach to per-section text edit ... on the fully featured markup parser. The issue is going to be more significant after relaxi ... nare vel, posuere ac libero. </code></pre>
- Defect #35036 (Closed): Markdown text sections broken by thematic breaks (horizontal rules)
- A "thematic break":https://spec.commonmark.or ... the skipped test there to mark it as a known issue. Will create a dedicated issue for this.
- Patch #35034 (Closed): Improve loading speed of workflow page
- #34247 has fixed the issue that a web browser freezes when you try to edit a workflow that has a lot of issue statuses, by adding ".no-tooltip" class to c ... 50 seconds before the patch to 15-20 seconds.
- Defect #35033 (Closed): solar calendar for Redmine 4.2
- Hi dears I have been following the solar cal ... t possible to create a plugin in this regard?
- Feature #35032 (Closed): Get allowed Issue statuses by Issues API
- If you want to edit issues using API, you need to know the issue statuses that you can available.
- Defect #35028 (New): Deprecation message when executing 'bundle install'
- Here is a part of the console output when upg ... a ruby on rails programmer and cannot tell...
- Defect #35027 (Closed): Gantt PNG export ignores imagemagick_convert_command
- Gantt PNG export uses ImageMagick's convert c ... _convert_command is wrong, but it works fine.