Project

General

Profile

Search

Results (12430)

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! 2021-07-27 15:19
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 2021-07-27 07:15
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. 2021-07-26 23:23
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> 2021-07-26 15:18
Defect #35605 (Closed): image upload error
Hi, my colleague has some problems using redm ... has been checked and there is no abnormality 2021-07-26 08:58
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> 2021-07-23 17:42
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 2021-07-21 17:12
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' 2021-07-19 18:32
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! 2021-07-19 11:35
Defect #35571 (Closed): Redmine rest API
Hi, I am using Redmine rest API and with ... PI. Or is there any alternative to use it? 2021-07-16 13:24
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 2021-07-16 09:42
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 @ 2021-07-13 05:48
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! 2021-07-13 04:02
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.... 2021-07-12 13:56
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 @ 2021-07-12 06:58
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. 2021-07-08 17:24
Feature #35544 (Closed): Define Workflow per Project
We are using Redmine for our project manageme ... gins: redmine_agile 1.5.4 2021-07-08 06:10
Defect #35539 (Closed): Race condition (possible filename collision) in Attachment.disk_filename
When two (or more) files with the same name a ... ioned in #34479-2 (but was unrelated to that issue and hence got "lost") The problem is that ... to be unique by the underlying file system. 2021-07-07 07:25
Patch #35538 (Closed): Traditional Chinese translation (to r21064)
* New tags added ** field_twofa_required, ... ed, twofa_text_group_disabled, field_default_issue_query, setting_default_issue_query, label_default_queries, for_all_projec ... for_all_users, text_allowed_queries_to_select 2021-07-07 03:47
Feature #35536 (Closed): Use webpack to improve javascripts and stylesheets management
I propose the use of webpack as a library man ... e a foundation for future npm package usage. 2021-07-06 12:00
Defect #35534 (Closed): After updating from version 3.3.2 to 4.1.1 Gantt chart has broken
After updating from version 3.3.2 to 4.1.1 Ga ... th just to see. Any idea of how to fix it? 2021-07-05 21:43
Defect #35531 (New): redmine unexpected undef ... " for mail handler , did you mean project_url
Hi, I am getting an error on Redmine while ... in Redmine. Could you guys please help us? 2021-07-05 14:22
Feature #35509 (Closed): Description of issue statuses
I think that issue statuses will benefit from an additional des ... users hover with mouse over the status names. 2021-07-02 19:18
Defect #35506 (Closed): Field Overrides Via Email Submission
I have successfully configured my Redmine instance to receive emails and create issues. I have all overrides allowed and this work ... seem to get it to work. Is this a Redmine issue or a matter of formatting? The way it the em ... te is: <pre> Due date: yyyy/mm/dd </pre> 2021-07-02 01:39
Patch #35500 (Closed): Add missing fixture to IssuesTest
IssuesTest has failed. <pre> % RAILS_ENV=test ... bundle exec rake test TEST=test/integration/issues_test.rb Run options: --seed 64650 # Running: .F Failure: IssuesTest#test_invalid_operators_should_render_404 [test/integration/issues_test.rb:334]: Expected response to be a <4 ... Actual: 200 rails test test/integration/issues_test.rb:326 ................. Finishe ... class="diff"> diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index 21b20759a0..9193e00889 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -33,7 +33,7 @@ class IssuesTest < Redmine::IntegrationTest ... :attachments # create an issue </code></pre> 2021-06-30 08:08
(1176-1200/12430)