Search
Results (18279)
- 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>
- 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
- 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!
- Hi, I'm trying to migrate all the data fro ... se LDAP for some accounts - would this be an issue? Any help appreciated.
- 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 @
- 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 :)
- 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
- 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
- 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
- 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.
- 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.
- 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>@
- 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
- 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?
- 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?
- 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
- 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
- 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.
- 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
- 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.
- 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.
- 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.
- 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>
- 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 = ...
- 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?