Project

General

Profile

Search

Results (31866)

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
Patch #38792 (New): Allow removing some watchers via bulk edit context menu
It's needed sometimes to remove some watchers ... ature, but does not contains related tests! 2023-06-28 18:37
Defect #38788 (Closed): "has been" and "has never been" filter operators can be very slow
The two filter operators "has been" and "has ... ) AND journals.journalized_type = 'Issue' AND journals.journalized_id = issues.id AND journal_details.property = ... urnal_details.old_value = '?' ) OR issues.status_id = '?' ) </code></pre> <pre> (228880.7ms) SELECT COUNT(*) FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" INNER JOIN "issue_sta tuses" ON "issue_statuses"."id" = "issues"."status_id" WHERE (projects.status <> 9 AN ... ERE em.project_id = projects.id AND em.name='issue_tracking')) AND ((NOT EXISTS (SELECT 1 FROM ... tus <> 10)) AND journals.journalized_type = '... 2023-06-28 06:45
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
Defect #38784 (Closed): Problem with access REDmine
Hello, when i try to connect to my http: ... llowing error message tha you see in attached 2023-06-27 10:26
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
Patch #38772 (Closed): <=> should return nil when invoked with an incomparable object
`<=>` method of Ruby's standard classes retur ... <pre><code class="irb"> irb(main):002:0> [IssuePriority.first, nil].sort Traceback (most re ... : <pre><code class="irb"> irb(main):001:0> IssuePriority.first <=> nil Traceback (most recen ... sition' for nil:NilClass) irb(main):002:0> [IssuePriority.first, nil].sort Traceback (most re ... osition' for nil:NilClass) irb(main):003:0> IssuePriority.first <=> Tracker.last => -1 </cod ... : <pre><code class="irb"> irb(main):001:0> IssuePriority.first <=> nil => nil irb(main):002:0> [IssuePriority.first, nil].sort (irb):2:in `sort': comparison of IssuePriority with nil failed (ArgumentError) irb(main):003:0> IssuePriority.first <=> Tracker.last => nil </code></pre> 2023-06-25 06:37
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
Patch #38732 (New): Adjusting elements position on Issue Edit View
Currentry, elements are not same position on Issue Show View and Issue Edit View. I think it will confuse people w ... {{thumbnail(adjusting_elements_position_on_issue_edit_view.png, size=300)}} Note: You can ... <pre><code class="javascript"> $("#parent_issue").insertAfter($('#issue_project_id').parent()).css({float: "right"}); $('#issue_description_and_toolbar').parent().insertAfter('#attributes'); $('#issue_done_ratio').parent().insertAfter('#due_date ... r('#attributes'); $('<hr>').insertAfter($('#issue_subject').parent()); </code></pre> 2023-06-16 12:29
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
Feature #38730 (Closed): Generate snake-case file name by redmine_plugin_migration
redmine_plugin_migration must generate snake- ... ration behavior. FYI: There was a similar issue that https://www.redmine.org/issues/28668 2023-06-16 06:42
Defect #38728 (Closed): Correctly escape issue text in Gantt PNG export for ImageMagick convert
According to https://imagemagick.org/Usage/dr ... amely a shell) which results in errors if an issue subject contains a single quote character. ... launch a shell but runs the command directly. 2023-06-15 17:30
Defect #38725 (Closed): 500 Internal Server Error on opening the setting of one Project
Hi, I will need help to solve a problem i ... iced a few 302 in the log. Please help me, 2023-06-15 10:43
Defect #38717 (Closed): internal error
F, [2023-06-14T11:34:36.951404 #3418] FATAL - ... any project, can someone help me please..? 2023-06-14 11:48
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
Patch #38709 (Closed): Update Persian translation to Redmine-5.0-stable
I arranged patches in 3 step. The first patc ... e as en.yml. And the last one, will changed Issue translation spelling. Thank you. 2023-06-13 23:15
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
Defect #38707 (Closed): Fix order of loading plugins' config/routes.rb
When loading @init.rb@, uses sort (source:tag ... 's @config/routes.rb@ are different. This issue includes following patches: * attachment: ... simply-code.patch : refactor related codes. 2023-06-13 14:36
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
(1676-1700/31866)