Search
Results (18207)
- I recently upgraded our Redmine from 3.4 to 4 ... hout any results. Trying to reproduce this issue i added some logging output to the attachmen ... Does anyone has any ideas how to solve this issue?
- Help: RE: Cannot attach files larger than 1048576 bytes
- Udo Hain wrote: > Dear Bernhard, > > have ... checked upload size was 1KB * created a new issue and tried to load files smaller and bigger 1 ... max upload size to 10000KB * created a new issue and tried to load files smaller and bigger 1 ... file settings but I couldn't reproduce your issue in any way. Did I miss any step or setup de ... orld. My tests where done with Firefox 81.
- Help: RE: Sometimes mail notifications are lost with Net::SMTPServerBusy error
- Thank you for the feedback. After the upgrade we had a similar issue with another SMTP server so we decided to move to Office365 trying to solve the issue. That's why we thought the problem was on ... they have a throttle mechanism) Thank you.
- Open discussion: RE: Issue page style. Reverse chronological order
- The Edit and Watch buttons appear to hang beneath the bottom most header of the right column.
- mainproject - subproject 1 ... - subproject n I want to only see issues from subproject 1 - n and not from the main ... ually select subproject 1-n --> mainproject issues shown Any ideas?
- Hi Experts, I am trying to install the plu ... ake redmine:plugins NAME=redmine_xlsx_format_issue_exporter RAILS_ENV=production Error: === ... ake redmine:plugins NAME=redmine_xlsx_format_issue_exporter RAILS_ENV=production rake aborted! ... ake redmine:plugins NAME=redmine_xlsx_format_issue_exporter RAILS_ENV=production --trace rake ... ke:23:in `<main>' has anybody seen this issue? Can you please help? -Abhi
- Within an issue, I want to add a series of steps with requir ... n each step. What is the best way to do this?
- Hello, I have a problem that, maybe some ... one uses PostgreSQL. I have already put some issues on the new installation but I don't mind losing all of them if it means that we get the old issues on the new installation
- Before explaining your problem, please ... re: Defect #34038 https://www.redmine.org/issues/34038#change-99276
- Plugins: Repository was archived: Issue Template.
- Hi, all! Concerned about free-riding probl ... ed some plugin's repositories including this Issue Template. Thank you for all the support, feedback, and suggestions over the years.
- Hey guys, how are you? So, Currently I am ... and we have the checklist plugin e numerous issues with those checklists. My question is: Can ... s of those checklist ordered per Project and issues? I'm Currently Working with BI, and I want to use those datas. Thanks guys.
- Open discussion: RE: How to restore the deleted issue?
- Just had the same issue and could restore the issue description and the most important comments from @production.log@.
- Open discussion: RE: Notification sent to issue creator, but only if submitted by email.
- That looks like it would definitely fit the b ... seem justifiable given this is our only real issue with our setup. Unfortunately I have not ha ... stalls fine but no emails get generated upon issue creation. I have ensured notifications are on for issue creation and also added the owner-email fiel ... ed though. Guessing this is why there is no issue creation notification. Thank you for the recommendation. I will reach out to the developers.
- Help: RE: Redmine API, list of issues with spent_hours
- Oh boy... I'm a blind mole. Didn't read that ... ssible to get time entries inside the [[Rest_Issues#Showing-an-issue|issues API]], yet. Perhaps the [[Rest_TimeEntries| time_entries API]] is a better choice for you...
- Help: RE: Redmine API, list of issues with spent_hours
- I tried requesting with: /issues.json?status_id=*&include=spent_hours It didn't work I don't see the spent_hours getting added.
- Open discussion: RE: Notification sent to issue creator, but only if submitted by email.
- Hi Shane, maybe this can be done with a he ... e_helpdesk here. Kind regards, Bernhard
- Help: RE: Redmine API, list of issues with spent_hours
- Hi Dilivio, what exactly do you mean with "I don't get the spent_hours from every issue"? If you filter your list of issues you can add the column "spent hours" in the ... are looking for? Kind regards, Bernhard
- I am not able to update a project to change i ... e REST API (Redmine v3.3.3). I can update issues, but sending <code class="json"> { ... ves back a 404 error. Any hints welcome.
- Hi, When retrieving a list of issues I don't get the spent_hours from every issue. But when I retrieve a single issue I get the spent_hours. Is it possible to do this with a list of issues too? Kind regards, Dilivio Reply
- Hi, We use our redmine server for project ... If a user wants to ask for an update on the issue, their initial instinct is to send another e ... s. Users have their own set of projects and issues and setting a user up to receive updates fo ... to have a way to send a copy of the created issue to submitters if submitted by email OR if cr ... of the email script, but not necessarily for issues created from within redmine, or at least other redmine projects. Has anyone else had similar issues? If so what solution did you come to?
- Hi, When retrieving a list of issues I don't get the spent_hours from every issue. But when I retrieve a single issue I get the spent_hours. Is it possible to do this with a list of issues too? Kind regards, Dilivio
- Help: RE: missing translation
- I've created a daily script to clear cache, but issue is still happening english (and only it) disappears from the languages menu
- Help: RE: Don't see the page navigation links.
- Go MAEDA wrote: > You can change the behavior by increasing the number embedded in app/controllers/issues_controller.rb. See the following example. > > [...] Thank you very much. Works fine.
- Help: RE: Don't see the page navigation links.
- You can change the behavior by increasing the number embedded in app/controllers/issues_controller.rb. See the following example. ... class="diff"> diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index e2cc1505e..abd9ca497 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -478,10 +478,10 @@ class IssuesController < ApplicationController r ... limit = 500 + limit = 1000 issue_ids = @query.issue_ids(:limit => (limit + 1)) if (idx = issue_ids.index(@issue.id)) && idx < limit - if issue_ids.size < 500 + if issue_ids.size < 1000 @issue...
- Hi. When there are less than 500 issues, the page navigation link is shown as below, !show.JPG! but when there are more than 500 issues, the page navigation link is not shown as below. !dont_show.JPG! Is there any way to fix it?