Project

General

Profile

Search

Results (12109)

Patch #35769 (New): Add a Revision (Changeset ... int with support for inclusion of associated issues
This is a small patch to add an API call to get details about a revision and the linked issues. It should be reviewed by someone with som ... epository_name}/revisions/{revison_name}.json 2021-08-17 01:22
Feature #35764 (Closed): Multiple search terms in the "contains" operator of text filters
I extracted the attached patch from #35073#no ... eliminary patch that implements this for the Issue.like scope (used by the autocompleter) and t ... o Support":https://support.plan.io/news/200 2021-08-15 07:22
Feature #35762 (New): Add an optional, explicit Project#start_date and Project#due_date to projects
This can be useful for projects that don't use issues and/or versions but nevertheless have expli ... be in line with an implementation of #15180. 2021-08-14 11:58
Feature #35760 (New): Add a fallback-mechanism to Version#due_date similar to Version#start_date
This is extracted from #15180#note-19 as it's out-of-scope for that issue and can be a useful feature on its own indep ... havior? The due data is now independent from issues. Should it be also changed in the way for consistency? 2021-08-14 11:52
Feature #35758 (Closed): Add some space around the versions on the Roadmap
Currently it somewhat looks like versions are ... er-versions.action-show div#roadmap .related-issues {width:70%;} +div#roadmap .version-arti ... e above given diff is against trunk @ r21131. 2021-08-13 18:42
Feature #35755 (Closed): Drop OpenID support
Redmine currently supports OpenID authenticat ... s time to remove OpenID support from Redmine. 2021-08-13 08:49
Defect #35752 (Closed): Warning message "nokogumbo: Using Nokogiri::HTML5 provided by Nokogiri"
You will see a warning message "nokogumbo: Us ... ee https://github.com/sparklemotion/nokogiri/issues/2205 for more information. </pre> It ca ... adapters found in the database </code></pre> 2021-08-13 03:28
Feature #35749 (New): Call Redmine::Hook.call_hook(:model_changeset_scan_commit_for_issue_ids_pre_issue_update) not only in case of a fixed issue with 'fixes' keyword
In app/models/changeset.rb there is a hook _:model_changeset_scan_commit_for_issue_ids_pre_issue_update_ which is called only if an issue was marked as fixed ('fixes' keyword) within ... un an own adapter or do other things when an issue just changed within a commit message with 'r ... k.call_hook(:model_changeset_scan_commit_for_issue_ids_pre_issue_update, {:changeset => self, :issue => issue, :action => action}) </pre> in the <pre> def fix_issue(issue, action) </pre> function after the fix_issue() and log_time() call <pre> un ... _on < repository.created_on fix_issue(issue... 2021-08-12 09:42
Feature #35742 (Closed): Enable task list items for CommonMark text formatting
The task list extensions will be a very nice ... github.com/gjtorikian/commonmarker#extensions 2021-08-12 00:08
Defect #35731 (Closed): Password and Confirmation fields are marked as required when editing a user
Password and Confirmation are marked as requi ... der: 1px solid grey;}.marked-as-required.png! 2021-08-11 07:40
Patch #35729 (Closed): Update jQuery to 3.6.0
https://blog.jquery.com/2021/03/02/jquery-3-6-0-released/ 2021-08-10 21:56
Defect #35726 (Confirmed): Time Formatting does not apply to CSV exports
When you export time report to CSV, formattin ... on hours field. Attached patch can fixed it. 2021-08-09 18:25
Defect #35715 (Closed): File upload fails when run with uWSGI
Hello, Attachments are broken since I have ... t.body to request.raw_post the error is fixed 2021-08-06 10:50
Feature #35686 (Closed): Add configured theme and whether it includes JavaScript to Redmine::Info.
Given that a fair amount of (UI) issues are caused by a third-party theme (see e.g. ... I'll leave a patch against current trunk. 2021-08-05 01:47
Feature #35685 (Closed): Support for MySQL > 5.7 or MariaDB
Given that I cannot see anything on the roadm ... iaDB is not supported at all. Any insight? 2021-08-04 22:23
Feature #35683 (Closed): PDF rendering improvements when exporting an issue or a list of issues
Two PDF generation improvements: 1. Currently, when rendering an issue PDF, macros are only expanded in the descrip ... cro output was not rendered properly (in the issue description and elsewhere) because the thumb ... or "Planio":https://plan.io/redmine-hosting . 2021-08-04 13:01
Defect #35680 (New): Error while using local hashes gitlab-repository
In our company we have many small projects wi ... , everything is set up, we see the following issue: * Set up a repository in redmine and use t ... our system So I dont think this might eb an issue with access-rights. To verify I changed the ... older. also no change. Maybe there is an issue with the @ in the path? System-Informatio ... sproject_import 0.6 redmine_issue_evm 5.5.1 redmine_local_avat ... time_logger 0.5.4 </pre> 2021-08-04 09:40
Feature #35676 (Needs feedback): Optimize performance of syntax highlighting implementation
* re-implement performance optimizations of # ... highlighted, or ** can not be highlighted 2021-08-03 12:11
Patch #35674 (New): Several improvements (with fixes of inconsistencies) for the issues show view
I'll leave an untested WIP-patch against curr ... hange descriptions by file: * +_app/views/issues/show.html.erb_+ ** blank (unset) value rendering of issue core attributes (currently a dash [@-@] is r ... ibutes): *** consistently render a dash for issue core attributes with a blank (unset) value ... t rendered when there's no spent time on the issue): *** consistently show the field and render a dash when there's no spent time on the issue (if spent time module is disabled the field ... scription core attribute) * +_app/helpers/issues_helper.rb_+ ** blank (unset) value rendering of issue core attributes for related issues and subtasks sections (currently nothing is rendered): *** consistently render a dash for issue core attributes with a blank (unset) value for related issue... 2021-08-03 04:33
Feature #35671 (Closed): Move subtasks section on issues show view into a separate partial
Subject says it all. I'll attach a patch that does this. 2021-08-03 01:30
Defect #35670 (New): Graphs in the Issues Report details are too large.
I think the subject says it all. They should ... they are cut-of when they exceed page sizes). 2021-08-03 01:04
Defect #35669 (Closed): Prints of Issues Report details are messed-up due to the size of the graphs
When printing the Issues Report details I get lots of unwanted pages ... dditionally be decreased independent of this issue, though [see #35670]) that are beneath the t ... % end %> </tbody> </table> -<div class="issue-report-graph"> +<div class="issue-report-graph hide-when-print"> <canvas id="issues_by_<%= params[:detail] %>"></canvas> </div> -<div class="issue-report-graph"> +<div class="issue-report-graph hide-when-print"> <canvas id="issues_by_status"></canvas> </div> <%= javascript_tag do %> </code></pre> 2021-08-03 00:56
Feature #35667 (New): Consider generalization of My page block mechanism for use on the Issues Reports view
Given the current implementation of the Issues Reports view it might be sensible to generalize the My page block mechanism and re-implement the Issues Reports view to use that generalization. Th ... : * addition of user personalization of the Issues Reports view * addition of plugin extensibility of the Issues Reports view 2021-08-02 18:08
Defect #35666 (New): Review incorrect usage of Setting.display_subprojects_issues
@Setting.display_subprojects_issues@ was originally intended to provide a defau ... es should be reviewed and fixed if necessary. 2021-08-02 15:42
Defect #35664 (New): Inconsistencies in rendering of subproject data on Issues Reports
There are several inconsistencies in rendering of subproject data on Issues Reports after the addition of subprojects-i ... =1 | = | @Setting.display_subprojects_issues == 1@ | 2021-08-02 15:26
(826-850/12109)