Project

General

Profile

Search

Results (12572)

Defect #29684 (New): when using export issues to csv format, notes fields contain html flags, making text quite hard to read / use
users need to make reporting based on notes f ... files. html flags make the text unreadable. 2018-09-27 10:24
Defect #29681 (New): "x%x%" is rendered as "&" in Textile formatter
The character sequence described in the subje ... ile formatter. You can easily reproduce this issue by entering the sequence in a description field of an issue. You see '@=> "&"@' in the second line of ... ['x', '%', 'x', '%'].join => "x%x%" </pre> 2018-09-27 03:17
Patch #29674 (Closed): Missing validation for custom field formats based on RecordList
No validation is performed on input given to ... .6) adds a validation function to RecordList. 2018-09-25 13:24
Feature #29664 (Resolved): Webhook triggers in Redmine
To have Redmine be able to at least use POST ... munication. Trigger event examples: * On Issue Created * On New Repository Commit * On Fo ... ng problems and result in a rejected request. 2018-09-23 18:43
Feature #29663 (New): Select a JavaScript library to handle tags
I would like to continue my work on #1448 an ... el. In my second patch from the mentioned issue, I've proposed "Selectize.js":https://github ... e Lang, please let me know what do you think. 2018-09-23 14:03
Defect #29661 (Closed): Internal server error when trying to reply to forum topic
Forum topie: https://www.redmine.org/boards/1/topics/51899 Please see attachment. 2018-09-22 22:57
Feature #29660 (Closed): Add Referrer-Policy ... s from sending private data to external sites
Currently Redmine sets no HTTP Referrer confi ... could be a source of securiy and/or privacy issues. See https://moz.com/blog/meta-referrer-tag ... he referrer setting to other possible values. 2018-09-22 11:38
Patch #29644 (Closed): Add a link to issues summary to issue tracking box on overview page
[[RedmineIssueSummary|Issue summary]] is useful to understand the curren ... o the page are placed only in the sidebar of issues list and issues page. I think not a few people don't know Issue summary page. It is a great loss for them. ... suggest adding a link on the overview page. "Issue tracking" box on the page looks like a subset of the issue summary, so it is very natural and consistent to place a link to the issue summary in the box. With this change, beginners can get a chance to know the issues summary, and experts will be able to access ... 618px;}.summary-link-on-overview-page@2x.png! 2018-09-19 10:39
Defect #29643 (New): Issue filter broken for custom fields that are 'remote'
The issue filtering is broken for all plugins that pro ... hen a plugin creates new tab with customized issue filtering, it may implement new query class that inherits from IssueQuery. Unfortunately, the changes made fo ... s and all plugins that do so stopped working. 2018-09-19 09:51
Patch #29632 (Closed): Redmine::SortCriteria# ... oes not limit properly the number of elements
Only three sorting criteria can be selected o ... , 3)". The attached file is a patch for fix. 2018-09-18 09:46
Defect #29625 (Closed): application.css imported by themes not covered by cache control versioning
The subject and #24617-12 pretty much says it ... hould be given for how to avoid that as well. 2018-09-17 17:47
Feature #29624 (Closed): Possibility of auto updates to the latest stable version?
As an example, Simple Machines Forum software ... anything like this be possible with Redmine? 2018-09-17 13:40
Defect #29622 (New): Adding a 'Custom Field' ... cking)' prevents time entry on project change
Two projects have identical values for time t ... ng_settings.png But if you try to move an issue from one project to the other and create a t ... low dictates to create a time entry on every issue update, regardless of the content of the update. So moving the issue to another project, then creating a time ent ... | | | </pre> 2018-09-17 10:36
Defect #29621 (Closed): I can not attach a file to a ticket (there is no button)
I want to attach a file to the ticket, but I ... Roles and permissions → Permissions report → Issue tracking → Add notes ↑However, if you check ... ts to respond and improve Redmine's problems. 2018-09-17 09:51
Feature #29615 (Closed): Add has source revisions/check-ins to issue filters
it would be very handy to have a filter crite ... e code revisions/check-ins. If set, the issues list would only contain tickets that are associated with source code Revisions. 2018-09-16 04:14
Defect #29611 (Closed): search result not working
search result not working 2018-09-14 14:31
Defect #29607 (Closed): Allow project column to break into new line in time entry table
When adding the project column to the time en ... content break into new lines, just like the issue's name. This patch takes care of it. Before: !before.png! After: !after.png! 2018-09-13 17:40
Patch #29606 (Closed): Support self-signed LDAPS connections
With the introduction of certficate checks to ... e.pm's LDAP authentication. h4. Related issues * #24970 introduces server certificate c ... The attached patch is targeted at r17480. 2018-09-13 15:35
Defect #29605 (New): Redmine doesn't recover from DB timeouts with TinyTds and MS SQL
From time to time Redmine fails with messages ... ion timed out: EXEC sp_executesql N'SELECT [issues].* FROM [issues] WHERE [issues].[id] = @0 ORDER BY [issues].[id] ASC OFFSET 0 ROWS FETCH NEXT 1 ROWS O ... likely to happen in application_controller, issues_controller or projects_controller. I'd exp ... SQLServer (TinyTds 1.0.5) </pre> 2018-09-13 14:08
Defect #29602 (Closed): Broken icons in context menu on spent time page
Icons in the context menu on spent time page ... 1px solid #ccc;}.broken-context-menu@2x.png! 2018-09-13 04:17
Defect #29601 (Closed): Redmine::VERSION::revision may return wrong value
Currently, Redmine::VERSION::revision return ... end rescue </code></pre> 2018-09-13 03:45
Defect #29596 (Closed): Filter by subproject not working
Hello, When I use the filter "Subproject" ... mine_extended_watchers 1.0.5 redmine_issue_history 1.0.0 redmine_issue_templates 0.2.0 redmine_query_shar ... dmine_refresh 0.2.0 unread_issues 2.2.0 This is the trace ... <pre> Started GET "/redmine/projects/it/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc& ... at 2018-09-12 14:37:58 +0200 Processing by IssuesController#index as HTML Parameters: {"ut ... es/_query_form.html.erb (18.0ms) Rendered issues/_list.html.erb (256.6ms) Rendered plugins/redmine_issue_templates/app/views/issue_templates/_issue_template_link.html.erb (0.7ms) Rendered issues/_sidebar.html.erb (12.5ms) Rendered issue... 2018-09-12 14:40
Patch #29594 (New): Add view hook to insert content between issue details associated changeset section
I created a plugin that renders links to asso ... view hook is needed. Patch is attached. 2018-09-12 10:09
Feature #29588 (New): There should be a way to avoid adding paragraph to a Textile block
Currently I can see no appropriate way of avo ... ... </p> tags One of the cases where the issue is important is when using the @{{include}}@ ... , which makes a workaround for the described issue. When you start the line with some other tag ... is a line started with a space character. 2018-09-11 23:59
Defect #29581 (Closed): Issues in paginated views may be lost because sorting criteria are not unique
This is a problem that the issue that should be present is not displayed on the issues/index. The same problem may exist even at index other than issues/index. This problem occurs when using Po ... g criteria, there is a possibility that some issues will not be displayed on pagination views. ... greSQL, that test will fail. ( Non-paginated issue ids and paginated issue ids should be the same. ) <pre> Failure: ... 2, 11, 8, 7, 5, 3, 1, 13] # Non-paginated issue ids +[11, 12, 12, 7, 7, 5, 3, 1, 13] # Paginated issue ids </pre> 2018-09-10 07:37
(2551-2575/12572)