Project

General

Profile

Search

Results (18291)

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
Help: Cannot delete issue relation, unwatch issue
Hi, I am using Redmine 2.3.2. I can create issue, update issue, delete issue, create issue relation, watch issue. Batch function also works fine. However, I cannot delete issue relation and unwatch issue. When I try to delete issue relation, after confirm to delete, I can see ... Same thing happens when I try to unwatch an issue. Anyone has clue on how this happens? Any log that I can check? 2014-03-20 06:22
Open discussion: RE: How to import/update issues from csv file
James, Thanks! I current use a python script to import the csv file. Thanks, Lusu. 2014-03-20 02:26
Open discussion: Custom Field --- LINK doesn't work.
Hi Expert, I am using 2.5.0, but I see the Custom Field of "LINK" doesn't work in issue/ticket list. but it really works in ticket page. I attached two snapshot. in the issue page, I see there is a URL link after I move ... . and it works when I clicked. but in the issue list page, I just see text of the custom fie ... onse for mouse moving on and click. (But in issue list, the "subject" and "assignee" field is clickable to a web page) Thanks! 2014-03-20 02:14
(6301-6325/18291)