Project

General

Profile

Search

Results (18047)

Help: RE: Reopen issue by mail - plugin for 4.0.6?
Hi, I found your post upon searching the i ... ps://github.com/openSUSE-Team/redmine-reopen-issues-by-mail/pull/3. 2023-07-23 04:09
Open discussion: RE: Select2 search box for assignee and custom (list) fields?
Looks like a bug in jQuery 3.6.0 https://github.com/select2/select2/issues/5993 Would be great to fix that issue by upgrade jQuery to 3.7 Used autocomplet ... b.com/asannou/redmine-selectbox-autocompleter 2023-07-13 09:10
Open discussion: Select2 search box for assignee and custom (list) fields?
Hi, upgrading from redmine 3 core includes ... le to add autocomplete / select2 features to issue fields too? Regards 2023-07-13 08:13
Help: RE: Access API through a url with domain
Hi, you can use the API URL as follow, in my ... http://my_site/projects/project_identifier/issues?key=place_your_api_here </code></pre> 2023-07-08 07:42
Help: RE: Modify default start date in Gantt Chart
Update: This is my updated file. The only pr ... e></pre> Obtaining the string of the oldest issue. Note: I assume the format given for the date is the same as issues "01/01/2023". After that, the idea is to ... ef initialize(options={}) # Returns issues that will be rendered def issues @issues ||= @query.issues( :order => ["#{Project.table_name}.lft ASC", "#{Issue.table_name}.id ASC"], :limit => ... ) end def sort_issue_logic(issue) julian_date = Date.new ancesters_start_date = [] current_issue = issue begin ancesters_start_date.unshift([current_issue... 2023-07-07 09:12
Help: Access API through a url with domain
I'm pretty new and I'm trying to access API t ... rtificate verify failed: unable to get local issuer certificate (_ssl.c:1002) This leads me to ... to specify something? Could you guide me? 2023-07-06 17:22
Help: RE: Performance issue - Issues list - Redmine 5.0.4
See #37962 2023-07-05 22:54
Plugins: Issue_id plugin not working in 4.0.6 version
Hello Team, When I install plugin "issue-id" and update the rail then Redmine is not ... re any other plugin that can be used same as issue-id plugin Please advise on the above issue. 2023-07-03 12:04
Help: Modify default start date in Gantt Chart
Hi! I have been trying to modify the Gantt Chart in order to start with the earliest issue date rather than the actual date. For that, ... r thought was to get the matrix used to sort issues (line 698) in the Gantt chart and get the e ... there: <pre><code class="ruby"> def sort_issue_logic(issue) julian_date = Date.new ancesters_start_date = [] current_issue = issue begin ancesters_start_date.unshift([current_issue.start_date || julian_date, current_issue.id]) current_issue = current_issue.parent end while (current_issue) ancesters_start_date en ... lp would be tremendously thankful! :) AF 2023-07-03 09:22
Help: Import Issues with multiple related issues
Hello, I am migrating an old problem-track ... and would like to know if importing related issue(s) with each issue imported is possible. I have over 200k entries, and many of them have associated issues listed with them. I have been looking for a ... figure it out. Thank you for any help! 2023-06-30 21:22
Help: RE: Email can not send, Email delivery error: 504 5.7.4 Unrecognized authentication type
First thing I would be checking is the SSL ce ... SSL as valid. If the SSL certificate was issued from a new provider (CA - certificate autho ... xxxxxx </code></pre> and restart the app. 2023-06-29 18:56
Development: RE: HTML changes to webpage?
Yes, you can edit the HTML/JavaScript files for the Issue Edit page in a Debian system. The files are ... home/war/static/ directory. You can edit the issue-edit.html file to modify the way the text boxes work, and the issue-edit.js file to modify the JavaScript code f ... u track down any errors in your code. 2023-06-27 13:14
Help: Gantt Chart start date
I would like to change to change the default ... the Gantt Chart, from the actual date to the issue with the earliest start date. Any ideas on how to do it? Thanks, AF 2023-06-26 10:15
Help: RE: Problems configuring email notifications
Have you had a look at /redmine/log/production.log to see if it give an indication of what the issue is? 2023-06-23 15:28
Help: RE: How to reply in an issue using python script
Try these changes: <pre> endpoint_url = f"{base_url}/issues/{issue_id}.json" payload = { "issue": { "notes": comment_text } } r ... url, headers=headers, json=payload) </pre> 2023-06-19 23:40
Help: How to reply in an issue using python script
Here is my sample python script import req ... "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" issue_id = 8100 comment_text = "Hello" endpoint_url = f"{base_url}/issues/{issue_id}/comments.json" headers = { "Cont ... y.back()">Back</a></p>\n</body>\n</html>\n' 2023-06-19 04:26
Help: RE: Email can not send, Email delivery error: 504 5.7.4 Unrecognized authentication type
salman mp wrote in message#68552: > Test cha ... but not work :( maybe not redmine config issue but exchange servers'. 2023-06-17 11:01
Help: RE: Users cannot edit issues
Never mind, I just noticed the separate "Issue tracking" table. 2023-06-16 20:45
Help: Users cannot edit issues
Using Redmine 5.0.5 (Docker). I tried creating a new role "Editor" and gave that role the "Edit issues" permission. However, users with the "Editor" role cannot edit issues - even their own! Is there some other pe ... can do other things I am trying to prevent. 2023-06-16 20:43
Help: Link url to currently logged in user
Hi Done a bit of googling but not found th ... do, but it's the url I want to build is the issue Basically I want the url below for whatev ... .com/activity?user_id=3 Thanks Donald 2023-06-16 10:00
Help: RE: How can I set different permission ... users on accessing svn repository via redmine
Hi, I've developed a "plugin":https://git ... h member of the project. Feel free to create issue or pull request there! 2023-06-14 11:34
Open discussion: User var in URL
Hi Done a bit of googling but not found t ... do, but it's the url I want to build is the issue Basically I want the url below for whatev ... in.com/activity?user_id=3 Thanks Donald 2023-06-13 18:01
Help: RE: Can't edit or quote issues because of "Unknown Format"
Thank you for clearing my mind, I was a little confused before. You saved my day. 2023-06-13 13:29
Open discussion: RE: Please look at issue 38278 Basename of repository and Branch/Tags in Changeset Description
Hi Julia, Thanks for looking at my issue! As I am already 67 years old and have ov ... ugger statement at the first line app/views/issues/tabs/_changesets.html.erb. But running @RA ... TC +00:00, comments: "A commit with wrong issue ids\nIssueID #666 #3", commit_date: Thu, 12 Apr 2007 ... ford. Grand-children have priority (sorry). 2023-06-12 21:15
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
(426-450/18047)