Project

General

Profile

Search

Results (18319)

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
Help: Parent task In New Issue
How to pull only Features(Not Bugs) from Parent Task Field in New Issue Form. *<%= javascript_tag "observeAutocompleteField('issue_parent_issue_id', '#{escape_javascript auto_complete_issues_path(:project_id => @issue.project, :tracker_id => @issue.project.trackers, :scope => (Setting.cross_project_issue_relations? ? 'all' : nil))}')" %>* This code is in issues/_attributes.html.erb and pull all the track ... ers. Please help me out with this. Thanks. 2014-03-21 19:28
Help: Unable to save custom query
Hi all, I have created a new user role but ... www.redmine.org/projects/redmine/wiki/RedmineIssueList does not mention any special right either. Thanks, Mathieu 2014-03-21 14:04
Plugins: RE: Time & Expense 1.6
We get the following message: "Please Note: T ... as I can see I can still write hours on the issue. Does somebody knows why I see this message? 2014-03-21 13:07
Help: Translation missing for some locales and not others
Hello, After upgrading a redmine 1.4.4 to ... english local got error 500 when displaying issues, resulting in the following logs: <pre> Started GET "/issues/7701" for 194.167.18.244 at 2014-03-20 11:15:55 +0100 Processing by IssuesController#show as HTML Parameters: {"id"=>"7701"} Current user: dad (id=17) Rendered issues/_action_menu.html.erb (8.7ms) Rendered issue_relations/_form.html.erb (2.5ms) Rendered issues/_relations.html.erb (4.4ms) Rendered issues/_changesets.html.erb (15.3ms) Rendered issues/_history.html.erb (21.2ms) Rendered issues/_action_menu.html.erb (4.5ms) Rendered issues/_form_custom_fields.html.erb (5.1ms) Rendered issues/_attributes.html.erb (88.4ms) Rendered ... 2014-03-21 11:51
Help: spesific edit permission for only assigneed issues
Hi, I'm new redmine and i have a problem, M ... s İf it's possible to give privelege edit issues for only assigned issues of members. For example: (in Admisitrati ... there will be a checkbox) "Edit assigned issues" I have short time. Please help me.. 2014-03-21 09:17
Help: RE: Personalize My Page default setup
Yeah unfortunatly the page didnt scroll to th ... ph > - recent_status_changes_graph > - issuesreportedbyme > - issueswatched > top: > - my_schedule > - issuesassignedtome > :comments_sorting: asc > :n ... users preferences and users don't like that. 2014-03-21 09:09
Help: Hide other fields (not view-able) from Non Members and Guests
Hello. I plan to hide others fields from n ... to "Read Only" but when I tried viewing the issue, the rest of the fields are still displayed (the one in yellow section when I choose to click the issue number). Even guests are able to view the fi ... e from being viewed by nonmembers and guests? 2014-03-21 08:53
Plugins: redmine anonymous authors.
First i've had problems with installing this ... Error (undefined method `author_mail=' for #<Issue:0x00000007404ac8>): [App 47867 stderr] app/controllers/issues_controller.rb:418:in `build_new_issue_from_params') Can anyone help me get this plugin working :(? 2014-03-20 20:49
Help: When i do svn commit automatically change issue status
Hello, When i do svn commit automatically changed issues status with custom_values .I set up settin ... red) for the custom_field not able to change issue status any one can help me regarding the it is very urgent 2014-03-20 13:16
Open discussion: Removing Prority Attribute
Hi all,I want to remove priority attribute from new issue page. I have removed its name from administration >settings > issue tracking but stll I can priority attribute for new issues. The changed settings are just not reflecting. Please help. 2014-03-20 11:51
(6326-6350/18319)