Project

General

Profile

Search

Results (31866)

Open discussion: RE: Please look at issue 38278 Basename of repository and Branch/Tags in Changeset Description
Niklaus Giger wrote: > Hi > > I opened https://www.redmine.org/issues/38278 with a patch which is in use in our o ... enhanced version of https://www.redmine.org/issues/5386, which has also patches available since many years. > What can I do get a feedback to these issues? > Eg. I know my patch has no test case in ... for any failures or errors. Debug and fix issues: If the tests fail or encounter errors, ana ... test cases or patch as needed to resolve any issues. Iterate and refine: Continue iterating ... nd ensure the changes are properly validated. 2023-06-12 08:20
Defect #38697 (Closed): Exception during thumbnail macro to image tag conversion in emails
Example of the error message displayed in the ... ath) </pre> This started happening after Issue #37379 was addressed. And, I have created a patch, please check it out. Best regards. 2023-06-11 15:37
Help: RE: "Subject cannot be blank" issue with REST API
I struggled a while with that issue. The error message is not very clear. Be sur ... e). And finally wrong IDs might cause this issue also. 2023-06-10 20:45
Defect #38676 (Closed): I want to change the image of the pop-up window on the website.
Hi I want to replace the pop-up window ... http://www.dangjin.go.kr/narae.do 2023-06-08 09:00
Defect #38668 (Closed): Unable to retrieve custom fields set as "For all projects" via Projects API
Create a custom field for the Issue and check "For all projects". !{width:700 ... d-202306071923-sjvfc.png! When retrieving Issue custom fields in the Projects API, those wit ... * http://example.com/projects.xml?include=issue_custom_fields <pre><code class="xml"> <p ... nherit_members>false</inherit_members> <issue_custom_fields type="array"> <custom_field id="2" name="Per Projects"/> </issue_custom_fields> <created_on>2023-06-07T0 ... nherit_members>false</inherit_members> <issue_custom_fields type="array"/> <created_o ... or. * attachment:projects_helper.rb.diff 2023-06-07 12:29
Development: HTML changes to webpage?
If installed on a Debian system, is it possib ... want to modify the way the text boxes in the Issue Edit page works. Is it safe/simple? Where are the JS/HTML components located? 2023-06-06 18:12
Help: RE: Reset issue ID#
There's a plugin which tries to achieve this, ... 's the link: https://www.redmine.org/plugins/issue_id 2023-06-06 10:05
Help: Is it possible to install the same plugin twice?
I have a plugin that displays a bar in the gantt chart per issue but I would like to have another bar, would ... to be able to do it or maybe something else? 2023-06-06 09:08
Help: Creating issue does not work after upgrading Redmine to version 5.0.5
After upgrading Redmine to 5.0.5 my previousl ... ame = "My project name"; string issueType = "MyIssueType"; string priorityName = "Na ... var priorityList = manager.GetObjects<IssuePriority>(parameters); Issue issue = new Issue(); issue.Project = prijectList.Where(o => o.Name == projectName).SingleOrDefault(); issue.Subject = "example title"; issue.Description = "example description"; issue.Tracker = trackersList.Where(o => o.Name == issueType).SingleOrDefault(); issue.Priority = priorityList.Where(o => o.Name == ... ttachments.Add(attachment); //... 2023-06-05 10:22
Redmine SLA
h1. Redmine SLA Manage SLAs in Redmine ! ... pper/redmine_sla/main/doc/images/redmine_sla_issue_patch.png! h2. Digest Redmine SLA pl ... the project's configuration * View live in issue view, issue list and timelog list. h2. Localisation ... n : https://www.flaticon.com/authors/freepik_ 2023-06-04 22:59
Defect #38653 (Closed): Redmine Installation on windows server
Hi Team , iam facing issue with redmine installation on windows server ... e call to come on the screenshare to fix the issue . Regards, Ashish Jha 2023-06-02 12:29
Help: RE: Reset issue ID#
I don't understand the reason for this need e ... ke a backup of the database before the first issue is created - this way you can import this ba ... e project is completed and start over - with issue id 1 (forget not to delete all possible file attachments beforehand!) 2023-06-02 12:21
Help: RE: Reset issue ID#
Redmine is not designed to reset its issue numbers or to have numbering per project. Th ... he past that added this functionality though. 2023-06-02 06:33
Open discussion: RE: Redmine > time_entries slow, very slow! (timeout!!)
you can profile slow queries with https://dev ... e most likely culprit is https://redmine.org/issues/37268 even with a fix, it's much slower than before 2023-06-02 01:40
Patch #38646 (Closed): Remove unused locale entry: label_optgroup_others
@label_optgroup_others@ was born at r18181 , ... git format-patch HEAD^.. </code></pre> 2023-06-01 18:32
Defect #38643 (Closed): Issue ID reset
Hello, Attempting to reset the issue ID# when starting new project. Our curren ... restart from 1. Need any help to do this 2023-06-01 11:32
Help: RE: Reset issue ID#
Please kindly help, I face the same issue that is I also want to start Issue No.1 That above script can't work because ... ent Please kindly give another suggection. 2023-06-01 11:22
Defect #38642 (Closed): Starting Issue Number (1) automatic for new project after deleting old project
Dear All, I would like to start issue number (1) for new project. But is not start and continue old project's issue number. For Example, I stopped issue number (3) and delete that project and create new project. But it is no start issue number (1). It is continued start issue number (4) at new project. The records are saved from old project issue number. It is actually auto starting issue number (1) generally. Please kindly help ... sion 6.1.7.2 Thanks, KKK 2023-06-01 06:17
Plugins: RE: Budgets plugin set rate issues in the user rate tab
Hello, since this is an error from a plugin, ... east give the exact name (e.g. Git-Hub page). 2023-05-31 12:34
Defect #38638 (Closed): Redmine migration from v4.10 to 5.0.5
Hello, I've done the migration and I'm stuck to the following issue : In production.log for url www.mysitecom/r ... Ruby 2.5. See https://github.com/rails/rails/issues/45590 gem 'psych', '>= 3.1.0' if Gem.ruby_ ... gem "puma" <pre> </pre> </pre> 2023-05-31 09:59
Feature #38637 (Closed): Want to start issue number (1) for new project, after deleting old project
Hello, I would like to make Issue Number (1) for new project after creating ne ... bering" from the dropdown menu too. Thanks 2023-05-31 08:53
Defect #38636 (Closed): NoMethodError when creating/updating an issue if all issue priorities are disabled and no default priority is set
NoMethodError is raised when creating or updating an issue if all of the following conditions are met: * All issue priorities are disabled * No default priority is set Error when creating an issue: <pre> NoMethodError (undefined method `id' for nil:NilClass): app/models/issue.rb:2053:in `clear_disabled_fields' app/controllers/issues_controller.rb:152:in `create' lib/redmine/ ... sudo_mode' </pre> Error when updating an issue: <pre> NoMethodError (undefined method `position' for nil:NilClass): app/models/issue_priority.rb:63:in `high?' app/models/issue.rb:1124:in `notified_users' app/models/jour ... users' app/models/mailer.rb:134:in `deliver_issue_edit' app/models/journal.rb:357:in `send_notification' app/controllers/issue... 2023-05-31 07:40
Plugins: Budgets plugin set rate issues in the user rate tab
Set rate is 100 in the user rate tab, clicking Create and prompt the following error: #38635 2023-05-31 05:00
Defect #38635 (Closed): After deploying the widgets plugin user rate tab and user rate tab issue
After setting the rate to 100 on the user rat ... 30531102938.png! !微信图片_20230531102952.png! 2023-05-31 04:34
Defect #38634 (Closed): Context menu doesn't work when using filter
Since v5.0.5 the context menu (the 3 dots) do ... .js?1678052137:2 GET https://redmine.tld/issues/context_menu?utf8=%E2%9C%93&authenticity_to ... UHfZR9sfl3uuXGGCeQK0kQW2yw%3D%3D&back_url=%2Fissues%3Fquery_id%3D61&c%5B%5D=id&c%5B%5D=project& ... sion" below so I take the nearest I found.) 2023-05-30 13:23
(1701-1725/31866)