Search
Results (12477)
- Defect #32608 (Needs feedback): Watchers Invalid error when copying issue between project while users are member
- Project1: adding members one by one for each ... group contains all the users of Project1. Issue1 is created in Project1, with watchers of Project1. Copy issue, set project as Project2, Watchers Invalid error pop up when submitting.
- Feature #32605 (New): feature: option to set ... etween different filers enabled for the query
- Currently the default relationship between all filters enabled in Issue Query is "AND". But this kind of filter is ... ble for use. And together with my another issue https://www.redmine.org/issues/32561 to enable multiple add for a single filter, that would be pretty.
- Patch #32596 (Closed): fix image pasting for Edge
- The attached patch courtesy of "Planio":https ... nese files, that would still have to be done.
- Defect #32563 (Closed): Redmine 4 crashing with SEGFAULT under stress test when Markdown is used
- Disclosure: my real motivation is to provide even more ammunition for #32424. But this issue is still valid and represents also a DOS and ... stance is not thread-safe - I've found "this issue":https://github.com/vmg/redcarpet/issues/570, opened for more than three years atm. ... using standard Redmine stack, which is this issue. Expected result: everything is rendering ... rid of Redcarpet (yes, please! Plus #32424)
- Defect #32562 (Closed): Issue Private Journals deleted when accessed from api
- * An example request to trigger the issue : @/issues.json?assigned_to_id=me&include[]=journals@ ... l objects retrieved from a relation with the issues table. A fix for *app/models/issue* : <pre><code class="ruby"> # Returns th ... er with their index # Used to display the issue history def visible_journals_with_index(u ... tails.any?} result end </code></pre>
- Feature #32561 (New): feature: add support to add multiple instance for a single filter
- If i want to filter issues with filter of a multiple value allowed fie ... uch as OS1, OS2, OS3... If i want to filter issues has value OS1 AND OS2, with the feature, I ... ot contains string2 ... it's very useful.
- Patch #32548 (New): Add new hook in projects/settings/_issues.html.erb for custom fields
- This would be very helpful to add new feature ... atch <pre><code class="ruby"> <% unless @issue_custom_fields.empty? %> <fieldset class="box tabular" id="project_issue_custom_fields"><legend><%= toggle_checkboxes_link('#project_issue_custom_fields input[type=checkbox]:enabled') %><%=l(:label_custom_field_plural)%></legend> <% @issue_custom_fields.each do |custom_field| %> ... floating"> <%= check_box_tag 'project[issue_custom_field_ids][]', custom_field.id, (@project.all_issue_custom_fields.include? custom_field), ... <% end %> <%= hidden_field_tag 'project[issue_custom_field_ids][]', '' %> </fieldset> ... k -%> <%= call_hook(:view_project_settings_issues_custom_fields, { :issue...
- Defect #32546 (Closed): Issue relations filter lacks "is not"
- It seems the "is not" operator was omitted in ... rator to the list (applied to Redmine 4.0.5).
- Defect #32544 (Closed): Merge commits adding test fixtures for 4.1 features to 4.1-stable branch.
- The following commits fixes tests, which are ... s/4.1-stable. _Note 1: I've assigned this issue to version#127 just to make sure these commi ... r version#127._ _Note 2: I've assigned this issue to Go as he's the one who has committed these fixtures in the first place._
- Patch #32540 (Closed): Add missing fixtures to VersionTest
- VersionTest has failed. <pre> $ RAILS_ENV ... t::TestCase fixtures :projects, :users, :issues, :issue_statuses, :trackers, :enumerati ... setup User.current = nil </code></pre>
- Defect #32537 (New): Rake taks works on redmi ... on 4 while for Redmine 4 it works in console
- I have described problem here: https://stackoverflow.com/questions/59104015/saving-issue-custom-field-values-via-rake-task-in-redmine ... ved" but no actual database change occured.
- Defect #32536 (Closed): Certain issue description leads to HTTP 504
- I an experiencing a weird issue with Redmine not accepting some certain text in the issue description. The server returns HTTP 504 both when I attempt to create a new issue, or to change the description of an existing ... block of code to the description field of an issue in Redmine. It doesn't matter if the issue description contains only this block, or als ... ering of the page "@/redmine/projects/viking/issues/new@". The following setup is used: < ... advanced_roadmap 0.11.0 </pre>
- Defect #32532 (New): SQL to get count does not work correctly when grouping issues using created_on when setting config.time_zone
- * config.time_zone = 'Tokyo' # Other than UTC ... enshot.png! created_on of grouping target issues: <pre><code class="ruby"> [Thu, 20 Jul 20 ... kyo time zone): <pre><code class="ruby"> > Issue.all.open.group_by{|i| i.created_on.to_date}. ... e time zone set in config.time_zone. This issue is related to #13803.
- Defect #32529 (Closed): The end of the URL is replaced with "undefined" in IE11 and Edge
- Clicking "Administration > Users > [dlopper]" ... turn nil end diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index 2ea81d566..3d2a0041b 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -615,9 +615,9 @@ module IssuesHelper journals_without_notes = @jou ... , :label => :label_history, :onclick => 'showIssueHistory("history", this.href)', :partial => 'issues/tabs/history', :locals => {:issue => @issue, :journals => @journals}} - tabs << {:name => 'notes', :label => :label_issue_history_notes, :onclick => 'showIssueHistory("notes", this.href)'} if journals_wit ... << {:name => 'properties', :label => :label_...
- Patch #32527 (Closed): Fix ruby 2.7 warning: ... s will raise a TypeError in the next release
- the `request.env['HTTP_USER_AGENT']` may `nil ... -ones-only cf. https://bugs.ruby-lang.org/issues/13083
- Patch #32523 (Closed): Replace `for` loops with `forEach` in buildFilterRow function
- Hi, When building a query on the /issues page, if you use a filter on users (assigne ... improved on Firefox and Chromium. Regards
- Patch #32522 (New): Add Project.find_by_name to target_project
- Consider issue #6694, fix is trivial. Think about all those ... et_keyword(:project)) # just one new line
- Feature #32520 (Closed): Issues activity gnats calendar tabs - too much real estate in high hand panel
- Hi Just a thought - the right hand panel i ... hey contains. For example when I'm in the Issues view 1/3 of the screen is given to the righ ... y Hub VM and that's how it is out of the box.
- Defect #32515 (New): locales: the "task" should be named as "issue"
- Such as "Parent task", "Subtask". Actually they are all issues, and sometimes they are really tasks, but s ... in this world. So let's just leave them as "issue".
- Defect #32503 (Closed): Project jump box options are not extracted correctly after searching
- Reproduction procedure: * Step1. Check the o ... roject jump box options. related to #31355
- Feature #32501 (Closed): The English version ... n the page after clicking the "Помощь" button
- Preconditions: The localization of the site m ... n the page after clicking the "Помощь" button
- Defect #32500 (Closed): Spent time report csv ... on missing text if custom fields are involved
- To reproduce the error: # Create a spent tim ... dmine plugins: no plugin installed </pre>
- Defect #32497 (Closed): redmine3.4.5安装redmine_issue_to_email插件出现错误
- 执行命令:bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_issue_to_email 出现下面的报错: (in D:/Bitnami/redmine-3 ... (See full trace by running task with --trace)
- Feature #32496 (Closed): bulk edit issue by import CSV
- We can import CSV to batch creating new issues. But if we provided the Issue#id in the CSV, also some other columns which ... ed, we should be able to update the existing issues, but not to creating new issues.
- Feature #32491 (Closed): Watcher can see tickets independent from issue visibility
- Hello Redmine Team, we would need the foll ... ion: In our projects, our members have the issue visibility "Issues created by or assigned to the user". This ... , we would need to allow watchers to see the issue and also be informed via E-Mail about changes. But with above issue visibility this is not possible. We can add watchers, but of course, they do not see the issue. In contrast, setting the issue visibility to "All non private issues" would allow them to see too much tickets. ... be great: general setting for visibility is "Issues created by or assigned to the user" but wit ... be possible, that the watcher can see those issues, he has been added to. Thanks in advance.