Project

General

Profile

Search

Results (18279)

Open discussion: Fetching emails from an IMAP server Issue
Hi there, I've been asked to configure Redmi ... t really skilled, so I may have expressed my issues in a bad way: I am sorry for that. I am ... mail.rake]] could I use it for my purpose? 2016-05-16 09:30
Help: RE: How to change sort order for due date column on "Issues assigned" page
As a last follow-up, it seems someone has addressed this issue for Redmine in a plugin (perhaps it'll help ... ttps://www.redmine.org/plugins/redmine_smart_issues_sort Unfortunately this plugin is not co ... th Redmine 3.x (which is the version I run) 2016-05-16 06:44
Help: RE: How to change sort order for due date column on "Issues assigned" page
As a follow up to my last reply, it's interes ... fork of Redmine) has clearly addressed this issue in their time. Sorting on due date ascen ... her than a developer) and lists the dateless issues last: An example: https://community.ope ... n't translating properly as a clickable link. 2016-05-16 06:37
Help: RE: How to change sort order for due date column on "Issues assigned" page
> > > Rob D: One note: please do /not/ sugges ... d that we need to retain the ability to save issues without due dates, for a variety of reporti ... e order could be left as-is so that dateless issues continue to appear at the bottom of the results)? <pre><code class="sql"> SELECT COALESCE(issue_date, '2038-01-19'xx) AS sort_date, {other fields} FROM Issues ORDER BY sort_date ASC </code></pre> x ... how, consider this a +1 from me for ordering issues like this :) - it's how I work, and I was s ... redmine sorts on due-date in the way it does. 2016-05-16 06:16
Help: Estimated time gets rounded?
When trying to enter minutes into the Estimat ... sed these plugins for quite long without any issues, I just upgraded them a couple of weeks ago ... t tell (if) which plugins might be the cause. 2016-05-15 16:24
Help: RE: Incoming email: create issues with mandatory custom fields
Thomas Godard wrote: > You are trying to put ... custom fields with no default value for its issues, otherwise the creation of the issue will fail. 2016-05-13 22:29
Help: Cannot retrieve IMAP mails after upgrading Redmine to 3.2.1
Hi all, I'm facing a very weird issue. Getting mails with the Redmine command @re ... en I run @bundle install@ on a new version... 2016-05-13 09:28
Help: RE: [SOLVED] receive_imap errors
Thank you very much for your reply. I tried t ... ferent item on the forum to try and solve my issue. 2016-05-13 09:12
Development: Problems addissue DELPHI!
Hello everybody, my name is Kelvin, and livin ... facing major problems with the procedure addissue, last in the example with Delphi REST API. T ... ing Google translator. Thank you in advance. 2016-05-13 02:51
Open discussion: View changes from patch file applied on entire affected file, not just pure diff
Hi all, Current diff/patch viewer in Redm ... ent review system in place is that, for each issue, developer must create diff/patch file which ... ighly recommended :) Blue skies, Bojan 2016-05-12 16:35
Help: RE: Import information from excel to redmine
I've found the import function now. No idea w ... n't find an option to preset the status. All issues I import are set to the preset status new. But some imported issues are already finished which is written in th ... V file. The problem is only about the status. 2016-05-12 15:23
Help: RE: Cannot export issues to PDF (Redmine 2.6.5)
Hi Paul, I've identified the possible change ... rb And I can export the PDF, and the hidden issues doesn't appear in the PDF ;-) I've attac ... could solve your requirement. regs, Santi 2016-05-12 13:47
Help: RE: Cannot export issues to PDF (Redmine 2.6.5)
Hi Paul, I have the same issue after installing redmine_workflow_hidden_fields 0.1.3 plugin. regs, Santi 2016-05-12 12:59
Help: Home does not work, other links work fine
Hi guys, I've recently updated my server to ... ah.com/settings http://support.blahblah.com/issues/173 But if I try to go to home http://su ... ed some light on this ;) Thank you, Vic 2016-05-12 10:46
Help: All of a sudden redmine stopped working...
My apache log is saying this. <pre> [Wed ... ing scope :open. Overwriting existing method Issue.open. </pre> Any ideas where I could start looking? 2016-05-11 17:30
Help: Import information from excel to redmine
Hello, I've found some information about t ... to import a few values from excel to redmine issues. It is mainly about normal fields like d ... nami and it's the version 3.2.1-0) Thanks! 2016-05-11 12:22
Help: RE: How can I add notes when I changed the issue status?
FTR #22789 2016-05-11 09:07
Help: RE: help needed with making Redmine-Git integration working
Another update: - if you add a "*" to a list of "referencing keywords", then #ddd issue number will be processed wherever it is in a ... it on. Thanks everyone for their support! 2016-05-11 08:18
Help: How can I add notes when I changed the issue status?
I want to add some notes when I update the issue status. How? Is there some plugin can do it ? Thanks. 2016-05-11 05:39
Open discussion: On click PDF link on Project ... "Couldn't open PDF" in IE and Microsoft Edge
Hi, When i click on PDF link on Project bo ... s showing error "Couldn't open PDF". This is issue in IE and Microsoft Edge. Please help! 2016-05-10 14:24
Help: Migration from 2.1.2 to 3.2.1
Hi there, I have installed new Redmine a ... ng error on parts of the system for example issues: NameError (undefined local variable or method `options' for #<IssueQuery:0x007fca2ad14a38>): app/models/query ... .rb:253:in `build_from_params' app/models/issue_query.rb:124:in `build_from_params' app/h ... b:219:in `retrieve_query' app/controllers/issues_controller.rb:46:in `index' lib/redmine/ ... e' Has anyone an idea how to fix this? 2016-05-10 14:22
Help: RE: help needed with making Redmine-Git integration working
Seems like it is necessary to call /sys/fetch ... , afterwards I can see revisions added to an issue, and time logged accordingly. And yet, we're ... ion that this is not strictly necessary. 2016-05-10 12:34
Help: help needed with making Redmine-Git integration working
Hi all Another person is maintaining Redmi ... don't see any SCM-related information on the Issue page - Time-logging does not work, althoug ... ged to master. How do we troubleshoot the issue ? Many thanks for your support! EDIT: mea ... ble on the DB, but no records in "changesets_issues" table. Questions: 1) is it a require ... on_libs 1.1.3 csv_import_issues 0.0.2 custom_menu ... mine_favorite_projects 1.0.1 redmine_issue_detailed_tabs_time 0.1.0 redmine_lightbox ... debar_hide 0.0.7 unread_issues 1.0.0 usability 1.0.0 </pre> 2016-05-10 08:38
Development: "Unable to autoload constant CLA ... d FILE_PATH to define it" in development mode
I'm coding a plugin in redmine 3.2.1. If I ch ... l , will cause the error. I tried to change IssuesController, no error. So, I have to restart ... ic at home, so can't copy the track message.) 2016-05-09 03:20
Help: RE: Redmine 3.2.0.stable: issue import delimiter for multiple value custom field?
We've been using a redmine plugin for importing issues from other tracking systems from a CSV with ... //github.com/agileware-jp/redmine_importer/ 2016-05-06 15:09
(4101-4125/18279)