Search
Results (12519)
- Defect #35655 (Closed): Create duplicated follows relations fails with 500 internal error
- It seems that the relation validations are no ... e request fails with 500 internal error. The issue reproduces only on 4.2.* versions and it's c ... ysql2::Error: Duplicate entry '1-2' for key 'issue_relations.index_issue_relations_on_issue_from_id_and_issue_to_id'): app/controllers/issue_relations_controller.rb:67:in `block in create' app/controllers/issue_relations_controller.rb:51:in `each' app/controllers/issue_relations_controller.rb:51:in `create' </pre>
- Patch #35648 (Closed): Changelog generator should allow merging two or more versions
- The script used to generate the changelog for ... rised requests in order to pull the security issues which are private at the time of the releases. The authorization should use environment variables.
- Feature #35647 (New): Allow the user to properly override Setting.display_subprojects_issues on Issue Reports if a project has subprojects
- I'd like to know if there is interest in a fe ... : !{width:95%;}.2021-07-31_10-49-52.gif!
- Feature #35645 (New): Request for reconsideration of removal of 'View all issues' link
- Yesterday I started doing some development wo ... that I stumbled upon was that the 'View all issues' link in the issues sidebar was removed in r18304. Although I s ... ed a "small plugin":/plugins/redmine_add_all_issues_link_in_issues_sidebar to restore it on the issues show view). The reason for this annoyance ... e current, not-saved query straight from the issues show view without first going back to the issues index view and then subsequently clicking on the clear button. With the link on issues show it is possible to go back to the default issues list without the need of an additional clic ... rrently available) links that go back to the issues index view (project menu and query links on ... nu. This request is just about the 'View all issue...
- Defect #35642 (Closed): Long text custom field values are not aligned with their labels
- See the screenshot below. You will see an unn ... tom field The attached patch fixes the UI issue. !{width: 346px; border: 1px solid grey;}.custom-value-is-not-aligned-with-label.png!
- Feature #35640 (New): select / deselect watchers with one click when I copy a single issue
- I have issues with more than 10 watchers and I want to copy the issues without watchers . It would be better not ... watchers with one click when I copy a single issue Also, I would like to have the option to ... eckbox to copy watchers when I copy a single issue
- Defect #35634 (Closed): Attachments deletable even though issue edit not permitted
- If role A has permission to edit issues in tracker X but not in tracker Y, members of this role can delete attachments in issues with tracker Y. This commit fixes this f ... Likewise this should be done in @/app/models/issue.rb@: <pre> # Overrides Redmine::Acts:: ... attributes_editable?(user) end </pre>
- Patch #35628 (Closed): Bulgarian translation
- Translated several texts related to several issues
- Defect #35621 (Closed): Bundler fails to install globalid when using Ruby < 2.6.0
- The latest version of "globalid":https://ruby ... d build as failure Finished: FAILURE </pre>
- Feature #35616 (Closed): Remove "Delete" from the context menu for related issues and subtasks
- A related issue has a context menu that is invoked by right-clicking the issue. It contributes to improving usability, b ... ation. This is the accidental deletion of an issue. Sometimes users misunderstand "Delete" in the context menu as a menu item to delete the issue relation, and accidentally delete the issue. I have seen such users many times. I don't think there are many cases where you want to delete issues in the "Related issues" section. In my opinion, It is rather harmf ... 1px solid grey;}.delete-in-context-menu.png!
- Patch #35612 (Closed): Applied patches from #23894
- Hello all, I applied the patches from https://www.redmine.org/issues/23894 because I needed them. Pull reques ... tps://github.com/redmine/redmine/pull/128
- Patch #35610 (Closed): Cleanups after Wiki tab removal from project settings (#26579)
- This is extracted from #34643. > * *1. Rem ... can better set the @menu_item@ accordingly.
- Defect #35608 (Closed): ActionView::Template::Error
- <pre> ActionView::Template::Error (Tried to ... els/query.rb:129:in `initialize' app/models/issue_query.rb:227:in `new' app/models/issue_query.rb:227:in `block in available_columns' app/models/issue_query.rb:227:in `collect' app/models/issue_query.rb:227:in `available_columns' app/mod ... uery_columns_selection' app/views/settings/_issues.html.erb:42:in `block in _app_views_settings__issues_html_erb___3907273758105470640_70343526728380' app/views/settings/_issues.html.erb:1:in `_app_views_settings__issues_html_erb___3907273758105470640_703435267283 ... mine/sudo_mode.rb:65:in `sudo_mode' </pre>
- Defect #35605 (Closed): image upload error
- Hi, my colleague has some problems using redm ... has been checked and there is no abnormality
- Defect #35596 (Closed): Server Error 500 Can't see redmine tasks
- Hi I am really new to redmine and ruby on rai ... went wrong. >We've been notified about this issue and we'll take a look at it shortly. I fo ... ?(sidebar_tags) && !sidebar_tags.empty? && !@issue %> 2: <%= stylesheet_link_tag 'jquery ... %> 4: <h3><%= l :tags %></h3> </pre>
- Feature #35589 (Closed): issue assignee limitation to a group or a role
- I have a large population in my projects >200 ... list of assignee to be customize base on the issue position within a given workflow. But, never ... redmine 4.1/4.2 : https://www.redmine.org/issues/8313 https://github.com/luisr9/redmine_filter_assignable/blob/master/lib/Issues/patches/IssueController_patch.rb
- Defect #35582 (Closed): Error: Template::Erro ... ss: ActiveSupport::HashWithIndifferentAccess)
- Started GET "/redmine/roles/3/edit" for 192.1 ... lib/redmine/sudo_mode.rb:63:in `sudo_mode'
- Defect #35579 (Closed): Label search for watcher shows all users of all projects when adding an new issue
- If you want to add an *new* issue with some watchers, than you can use the f ... ights. So the users who is adding the new issue sees all users even he is not allowed to (da ... Using the similar function on an *existing* issue seems to work alright. !Watcher_function.png! !Working_on_existing_issue.png!
- Defect #35571 (Closed): Redmine rest API
- Hi, I am using Redmine rest API and with ... PI. Or is there any alternative to use it?
- Feature #35570 (New): Dynamically adjustable template options
- At the moment I use the template Purplemine ... used to highlight the respective IDs in the issue overview. It would be even better if I coul ... the tracker (Administration-> Tracker) myself
- Defect #35560 (Closed): Relations in issue CSV Import appear to be ignored
- I have set up a simple CSV file with "Related ... The csv file is attached. On import, the issues appear, but they are not related in any way. Even the fourth line, which relates to an existing issue has no relationship in it. This is our se ... atch 0.1.0 wiki_graphviz_plugin 0.8.0 @
- Feature #35559 (Closed): Query links for related issues on issue page
- Redmine 4.2.0 and later have query links for subtasks on an issue page (#28471). I think the "Related issues" section should also have similar links. ... filter that can extract all types of related issues as mentioned in #28471, I think the new links can be implemented by using the issue ids filter (#4806). !{width: 769px; border: 1px solid grey;}.query-links-for-related-issues.png!
- Feature #35558 (Resolved): Add button "Send notification again"
- It happened today. I wrote issue's note wrong and saved it. Users got notific ... you add button *Send notification again* for issue journal and protect it with permission. How I think about: On issue head will be new button. When I click on it - it send notification about issue like I save it like a new. On issue's notes will be new button. When I click on it - it send notication about issue's note like I save it like a new. Feel fr ... Maybe I didn't to describe it perfectly....
- Defect #35555 (Closed): Import Issue failing with NoMethodError undefined method `spent_on'
- When trying to Import issues, even when using the issues.csv file found in the "How To Import Issues" wiki [[HowTo_import_issues]], it fails with 0/1 (in this case). I h ... Items" tab. This is the log when using issues.csv from the wiki (also attached) : @ I, ... "=>"", "cf_41"=>"", "unique_id"=>"", "parent_issue_id"=>"", "relation_duplicates"=>"", "relatio ... :36:55.305364 #486340] INFO -- : Rendered issues/_sidebar.html.erb (5.7ms) I, [2021-07-12T14:36:55.305639 #486340] INFO -- : Rendered imports/_issues_sidebar.html.erb (6.5ms) I, [2021-07-12T14 ... thodError (undefined method `spent_on' for #<Issue:0x00007f82239c1650> Did you mean? spent_ho ... wiki_graphviz_plugin 0.8.0 @
- Defect #35545 (New): Fix css class assignment in issue custom field rendering in show view
- Rendering the issue custom fields in the show view is done by the class IssueFieldsRow, which can be found in issues_helper.rb. The method IssueFieldRow#to_html has an error because the cl ... f the helper method. Thus, it is a one liner.