Project

General

Profile

Search

Results (18210)

Plugins: RE: Plugin conflict: helper method i ... s to disappear when another plugin is present
There is no magic involved relating to the mo ... orted alphabetically - @require_dependency 'issues_controller@ in mega_calendar will cause IssuesController to be loaded. At this point, the view helpers available in issue views are loaded as well. Any later modifica ... nd call @helper :your_plugin_helper@ in your issue controller patch. I outlined that approach a ... project-settings-tab-for-your-redmine-plugin/ 2023-04-12 04:31
Help: Login via link
I'm looking for a way to log into the web-app ... meter. Like for example https://example.com/issues/?key=d91c7feb0537fa239e676621cf79a05b5e50b913 brings me successfully to the issue-page of the matching user. But then the use ... existing plugin? I couldnt't find anything. 2023-04-10 14:05
Open discussion: Default My Page layout for new users
Is there an easy way I can have new user ac ... :my_page_layout:   left:   - news   - issueswatched   - documents   right:   - issuequery   - issuesassignedtome   - issuesupdatedbyme   - issuesreportedbyme   top:   - calendar :my_page ... nning Redmine v5.0.5 in a Docker container. 2023-04-07 05:25
Help: RE: [SOLVED] 4.1.1: how to make Git commits show up inside an issue
OH MY GODS. Folks, I re-resolve it, there is ... usual Gitlab/Github-like syntax to refer to issues, so e.g. to refer a `777` the `#777` will w ... will appear on the commit's page as a linked issue. 2023-04-05 17:00
Help: RE: 4.1.1: how to make Git commits show up inside an issue
Update: the panel "associated revisions" is r ... e)_ is not required for a commit to refer an issue and Redmine to understand it. That is, if in ... es #777", the #777 will become a link to the issue 777. But! Redmine will not add the issue to the "Related issues" list of the commit _(and hence to the "ass ... y how Gitlab and Github users refer to their issues)_ seems to have to influence whatsoever. 3 ... RM` kinda works… But is actually tricky. The issue will only be "linked" if the syntax is used ... ing "RM #777". For example: `Fixes: RM #777`. 2023-04-05 16:32
Help: RE: 4.1.1: how to make Git commits show up inside an issue
Okay, another finding: if _(inside Redmine)_ ... ository, and then a commit that refers to an issue like #7777, you'll see it says "Related issues". That means Redmine has successfully linked the commit to an issue, for example: !clipboard-202304051702-o3zad.png! However, the issue linked still doesn't show the commit. But I ... opefully I'll find something by this keyword… 2023-04-05 16:03
Help: RE: 4.1.1: how to make Git commit history show up at Redmine issue tracker
Okay, so, a little bit of a progress: I found ... setting does not make commits appear in the issue page. It seems to simply improve navigation: ... eyword + number will be a link referring the issue. So the question still stands. 2023-04-05 14:52
Help: [SOLVED] 4.1.1: how to make Git commits show up inside an issue
Given a Redmine project myhost.com/projects/t ... s created in the repository that refer to an issue, to appear on the page of the issue. Currently nothing commits-related appears on the issue page. Version used is 4.1.1. The quest ... like: !clipboard-202304051535-ayvus.png! 2023-04-05 14:32
Open discussion: Please look at issue 38278 Basename of repository and Branch/Tags in Changeset Description
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 incl ... d improve/base on. Best regards Niklaus 2023-04-05 14:15
Help: RE: Redmine/git integration - how to link Redmine issues and git commits.
Mischa The Evil wrote in message#2823: > Chr ... > > How do I link git commits with Redmine issues? > > Take a look at http://www.redmine.org/wiki/redmine/RedmineSettings#Referencing-issues-in-commit-messages. This explains the feature in short. The link is 404 2023-04-04 10:09
Help: RE: Mass upload to “Aufgewaende Zeit”/ Time tracking
Redmine already has the feature. You can i ... "Import time entries" permission. Related issue: ##28234 2023-03-30 10:12
Help: Attachments directory writable (Administrator -> Information) is not enabled. Refer screenshot
Please refer to the image. Attachments di ... dmine but to no avail. How can I fix this issue? 2023-03-28 14:42
Open discussion: RE: Problem with gems and Agile plugin
you should know that downgrading or hacking psych internals this way could fix the issue, but it also brings back security problems f ... + new versions of rails that depend on it... 2023-03-23 01:46
Help: RE: Workflow modifications ignored
[[https://www.redmine.org/issues/18830]] years ago i moved from mysql to ms ... t change something in the workflows sections) 2023-03-14 18:52
Help: RE: Remove old issues from X project
why not selecting them via filter in Redmine itself and then delete? 2023-03-14 11:58
Help: Workflow modifications ignored
in the admin panel > Workflow I want to change the worflow for custom role, tracker and issue statuses. When I change an setting, no chan ... itten to database but couldn't be loaded. 2023-03-14 09:46
Help: read only permission for priority ignored
I use redmine 4.2.10.stable I want developer ... ponding role can still change priority. (see issue edit screenshot) The user has no admin priv ... d screenshot please What am I doing wrong? 2023-03-14 03:34
Help: RE: Import projects from Excel
Hi @OT did you had any success, I'm on the part of importing the issues on different projects, since projects can't ... of time for environments with many projects. 2023-03-13 12:57
Help: RE: Issues are all being imported as "New", even when statuses are provided
Hi @qawsed the issue in my case was because the status I was tryi ... dmine.org/projects/redmine/wiki/HowTo_import_issues to clarify the issue for others. 2023-03-13 12:48
Open discussion: RE: Import issues from a CSV file
For anyone looking for this, there's an offic ... dmine.org/projects/redmine/wiki/HowTo_import_issues 2023-03-13 12:15
Help: RE: Can't edit or quote issues because of "Unknown Format"
Oh my, where can I hide my face... Your ti ... ) Thank you very, very much for your help! 2023-03-11 13:27
Help: RE: Can't edit or quote issues because of "Unknown Format"
According to ChatGPT, the format of the reque ... onfirm that you are requesting HTML format. 2023-03-11 12:52
Help: RE: Can't edit or quote issues because of "Unknown Format"
Hi, I'm not a redmine core dev but I've been ... do |format| format.html {redirect_to issue_path(@journal.journalized)} format.js ... "edit as HTML" instead of "edit as JS". 2023-03-11 12:35
Help: Can't edit or quote issues because of "Unknown Format"
Hi, maybe someone here can help me, I'm to ... I try to edit (or even quote) an entry on an issue. So, the issue would be a bug, I've opened it with an initi ... ally at sea here, after 30+ years in IT :-) 2023-03-11 07:57
Help: Who can explain the issue property Category?
Dear Redmine community, I have searched this ... anation of the property ??Category?? of an ??Issue?? and the distinction to the property ??Trac ... tegory?? property. Appreciated! Cheers! 2023-03-10 12:13
(651-675/18210)