Search
Results (12433)
- Feature #32657 (Closed): Arranging Redmine
- Hello, we are planning to use Redmine in o ... very much in advance! Best regards, Anna
- Defect #32656 (Closed): Drag and drop objects from Outlook to Redmine deletes the objects
- There is a issue: why when we drag and drop the letters from ... om outlook. Will be pleased for promt reply.
- Defect #32654 (Closed): How to integrate with gitlab
- When I use SVN as SCM, add refs #id when comm ... e corresponding changes on the corresponding issue. Using the same method, when commit on Gitlab, the issue on Redmine cannot be tracked to the changes on Gitlab. what should I do?
- Defect #32644 (Closed): 配置renmine时,无法识别renmine数据库
- 错误详情: C:\redmine>set RAILS_ENV=production ... password: "" encoding: utf8 求大神指教
- Feature #32641 (Closed): "general_csv_encoding:" should be "UTF-8" in en.yml.
- When language on "My Account" is set to “Engl ... special and different from other languages.
- Patch #32635 (Closed): How to write wrapper for timelog_controlller "create" method in my plugin?
- I write experimental code inside the core tim ... lude, TimelogControllerPath) end </pre>
- Feature #32628 (Closed): Notify users about high issues (only)
- This feature introduces a setting in each use ... t a new option labeled *Also notify me about issues with a priority of high or higher*. If this option is set, users will be notified about issues that have a high priority even if they're n ... lementation works akin to the CSS classes of issues (for colouring in some themes) in the issue list. For this, Redmine already computes "po ... Tests for all relevant parts are included.
- Defect #32625 (Closed): mysql2-0.3.21/mysql2/mysql2.so: [BUG] Segmentation fault
- /home/utsapkota/.rbenv/versions/1.9.3-p0/lib/ ... etop (1.4.15) tzinfo (0.3.56) yard (0.9.20)
- Defect #32610 (New): A inner join can be removed
- There is a query <pre> SELECT DISTINCT(issues.id) FROM issues INNER JOIN projects ON projects.id = issues.project_id INNER JOIN issue_statuses ON issue_statuses.id = issues.status_id LEFT OUTER JOIN users ON users.id = issues.assigned_to_id LEFT OUTER JOIN trackers ON trackers.id = issues.tracker_id LEFT OUTER JOIN enumerations ON enumerations.id = issues.priority_id AND enumerations.type IN ('IssuePriority') LEFT OUTER JOIN versions ON versions.id = issues.priority_id WHERE (projects.status <> 9 AND ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND ((issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0)) AND projects.id = 3821) ORDER BY ...
- Defect #32609 (New): PRE: texts in PRE of issue mail will be renderred as large font and with multiple line break
- texts in a pre block will be renderred with l ... break, in the notification mail. h2. View issue from browser: !Browser.png! h2. View issue in mail: !Outlook.png!
- 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