Project

General

Profile

Search

Results (18279)

Help: Broken POST Request via REST API
Hi, I'm upgrading the redmine from 2.3.1 t ... <pre> Started POST "/redmine/projects/1/issues" for 10.164.37.53 at 2014-04-01 16:06:01 +0800 Processing by IssuesController#create as HTML Parameters: {"issue"=>{"project_id"=>1, "tracker_id"=>1, "subjec ... ine plugins: no plugin installed </pre> 2014-04-01 11:09
Open discussion: RE: Custom Field --- LINK doesn't work.
hello, same issue after upgrading from 2.4 to 2.5 plus the ... ields is no longer working on 2.5 thanks 2014-04-01 11:05
Open discussion: Email Problem on Redmine for Windows version 2.5.0.stable
Hi, Everyone. I quite new in Redmine but I ... ication type ) I know that this is simple issue concerning credentials but I would like to s ... with this. Thanks a lot a more power! 2014-03-31 17:44
Help: Redmine Upgrade from 0.8.0 to 2.4.3
Hi, I'm trying to migrate all the data fro ... se LDAP for some accounts - would this be an issue? Any help appreciated. 2014-03-31 16:20
Help: Custom checkbox visibility formating
Hi, I have added an Issue for this under: Defect #16476 After mig ... mine_image_clipboard_paste 1.0.0 redmine_issue_checklist 2.0.5 redmine_knowledgeb ... e_wiki_books 0.0.3 timelog_on_issue_page 0.0.1 unread_issues 0.0.1 @ 2014-03-31 13:47
Plugins: Redmine Plugin People - undefined local variable or method `current_theme'
Hello, Since i use the Redmine plugin Peop ... > 7: <meta name="keywords" content="issue,bug,tracker" /> 8: <%= csrf_meta_ta ... ne 2.1 and People plugin v.0.1.8 Thanks :) 2014-03-31 11:26
Help: RE: Create Notes (Journals) via the python API
Ahh.. but the apidocs dont give me much: http://www.redmine.org/projects/redmine/wiki/Rest_IssueJournals -- bk 2014-03-29 17:50
Help: RE: Custom Field is missing after update from 2.3.3 to 2.5.0
There's nothing in migration scripts that see ... t that custom field : especially which type (issue custom field I presume ?), does it have any ... and depending on your answers we may open an issue directly (core developers don't follow the forum a lot I think). Thanks for your patience 2014-03-29 08:45
Plugins: RE: Redmine boards/wiki/issues watchers management plugin
I installed the one from https://github.com/h ... ow I can fix this will be greatly appreciated 2014-03-28 18:57
Help: RE: How to backup redmine?
I also think that this issue is much under-documented and taken care of. ... t new futures without these kind of problems. 2014-03-28 18:14
Help: RE: How to backup redmine?
Does anyone else see an issue with this type of a database backup and scal ... I think this is something worth documenting. 2014-03-28 17:55
Help: Attachments uploading issue
Hi, guys! We try to use rest api to create an issue and attach some files to it. The requests c ... he problem is that files are uploaded and an issue has been created but there is no link between an issue and attachment files. When files are added m ... eam as body>@ # The second request posts an issue itself: @POST, URL=<srv>/issues.xml Content-Type = application/octet-strea ... API-Key = <apikey> < ?xml version="1.0"?> <issue> <project_id>3</project_id> <tracker_id>13 ... -type</content_type></upload> </uploads> </issue>@ 2014-03-28 14:57
Help: Send email to arbitrary address
Hi, I sometimes get phone call support issues from users, and I create the ticket myself. ... can't seem to do it from Redmine. Gerald 2014-03-27 21:37
Open discussion: POST new issue through API with code samples inside description
Hi. Is it possible? I want to have some forms on a website and use it to submit an issue. That works. But if the user wants to submit a debug report which contains tags? 2014-03-27 17:29
Help: Email from Wordpress contact form not received in redmine
We are working on a Wordpress site with a plu ... is setup to receive emails and to create new issues out of them. That works well. For whatev ... ny suggestion where to start looking? 2014-03-27 14:39
Help: Projekt View for a specific User only
Hello everyone, im new to redmine and just ... I also got another Problem with setting and Issue Description as Required. I only found a pos ... ce. Is there any possibility of setting the Issue Descripton as a required field or maybe set ... ealy appreciated it. Thanks a lot BaKo 2014-03-27 11:29
Help: Repository tab under settings to configure repositories missing
I can no longer see a way to configure or rem ... Project settings is gone Anyone have this issue? Any suggestions on how to fix it? Detail ... review 0.6.1 redmine_issue_checklist 2.0.4 redmine_issue_due_date 0.2.0 redmine_ ... iking 0.0.2 2014-03-26 22:59
Help: RE: Attaching files results in a 500 error
Cloned our Redmine VM to an Amazon host and w ... t suggests to me that this is not a firewall issue, but something in Redmine or Debian. Still plugging away at this when I can. 2014-03-25 16:01
Help: Sympa Email Server Email Rejection
I installed Redmine 2.5 on my local server. I ... mine_image_clipboard_paste 1.0.0 redmine_issue_favicon 0.0.1 redmine_issue_monitoring 0.0.1 redmine_monitoring_controlling 0.1.1 2014-03-24 17:41
Open discussion: Not RatioDone but EstimatedHoursToGo
In the issue screen it is possible to enter the "estimete ... hours we planned before we started with the issue. The "estimated hours" should be a fixed nu ... is kind of budget control we are looking for. 2014-03-24 11:36
Plugins: RE: I just wrote a plugin for ordering issues by manually determined number
qhwa q wrote: > I just noticed that this boa ... I apologize. Can anyone move it ? Done. 2014-03-23 23:39
Help: RE: Upgrading from 2.4.x to 2.5.0
I have had an issue with this... The update went fine...except I'm now missing every single image in Redmine. 2014-03-23 06:33
Help: Mantis 1.2.16 to Redmine Conversion - Here is an updated script & instructions
Our office recently made the transition to Re ... ate_from_mantis.rake file that fixes several issues related to schema changes in the newer vers ... sbt.mantis_bug_table LEFT JOIN redmine.issues on redmine.issues.id = mantisbt.mantis_bug_table.id WHERE redmine.issues.id IS NULL </pre> Finally, the migration script does not preserve issue created and update date/times. We simply upd ... he following query. <pre> UPDATE redmine.issues INNER JOIN mantisbt.mantis_bug_table ON redmine.issues.id = mantisbt.mantis_bug_table.id SET ... ated_on = FROM_UNIXTIME(last_updated) </pre> 2014-03-21 22:29
Plugins: RE: redmine anonymous authors.
Hi, I'm running redmine 2.4.3, and in orde ... module InstanceMethods - def issue_add_with_anonymous(issue) - mail = issue_add_without_anonymous(issue) + def issue_add_with_anonymous(issue, to_users, cc_users) + mail = issue_add_without_anonymous(issue, to_users, cc_users) redmine_headers 'Issue-Author' => issue.author.anonymous? ? issue.author.mail : issue.author.login mail end - def issue_edit_with_anonymous(journal) - mail = issue_edit_without_anonymous(journal) + def issue_edit_with_anonymous(journal, to_users, cc_users) + mail = ... 2014-03-21 22:11
Help: Internal Server Error (500) when I save view
Hello, I want to add new cloumn on Issues view (Issues tab). In Options section I choose the new c ... lugin_views_revisions 0.0.1 redmine_smart_issues_sort 0.3.1 redmine_spent_time ... > Any idea, how do I resolve this problem? 2014-03-21 20:35
(6276-6300/18279)