Project

General

Profile

Search

Results (18279)

Help: Url with show
How to activate url with show? Exemple: <pre> http://localhost/issues/show/5667 </pre> url with show print ... 't exist or has been removed. Back </pre> 2015-01-13 12:14
Help: I need multipleselection for assigned to
Hi, I need change this code for multiple selection: <% if @issue.safe_attribute? 'assigned_to_id' %> <p><%= ... signed_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), :include_blank => true, :required => @issue.required_attribute?('assigned_to_id') %></p> <% end %> Can anyone help me with this? 2015-01-13 08:10
Development: How Can view parent task is subject not ID
When I create new issue and select parent by Autocomplete in redmine. The textbox of parent task view Issue.id. But My customer do'nt like this. They do'nt know What 's ID. They only know subject of issue. How Can view parent task is subject not ID.Thanks all 2015-01-13 04:05
Help: RE: redmine.repositories & redmine.auth_sources password hashes
Is it worth raising this as an issue - is this a known problem? 2015-01-12 11:39
Open discussion: How to upgrade 2.3.2 To 2.6 (On Windows)
Hi, we are using redmine version 2.3.2 stable ... version 2.6, everythings looks fine but some issues getting 500 internal server error. Sorry my poor english. Thanks. +*Issue error (Just one projects issues getting this error)*+ Started GET "/redmine/issues/49" for 127.0.0.1 at 2015-01-12 10:06:15 +0200 Processing by IssuesController#show as HTML Parameters: {"id"=>"49"} Current user: yphit (id=12) Rendered issues/_action_menu.html.erb (15.6ms) Rendered issues/show.html.erb within layouts/base (46.9ms) ... 34: <table class="attributes"> 35: <%= issue_fields_rows do |rows| 36: rows.left l(:field_status), h(@issue.status.name), :class => 'status' 37: rows.left l(:field_priority), h(@issue.priority.name), :class => 'priority' 38: 39: unless @... 2015-01-12 09:36
Plugins: redmine macro to fetch an issue's last note or description (if no note exists)
Hi there, I am new to redmine macro develo ... ote or description (if no note exists) of an issue. Any clue will be helpfull... (which object ... ccomplish this task... Thanks in advance. 2015-01-11 20:00
Help: How to hide "New issue" tab, but still giving the user the permission of creating issues
Dear all, The context is: fisrt, we have anonymous users creating issues in only one project. Then, we have a certain type of user whose only task is opening these issues and copying them to different projects. We ... g the right destination project, and copying issues there. For that, we need to give the "distributors" the permission of creating issues, so that new issues can be created in other projects, via "Copy ... er, when allowing distributors to create new issues, a tab named "New issues" is visible. But we don't want distributors to create new issues from scratch, but only copy issues created by anonymous. Everything would work fine if, even allowing distributors to create issues, the tab "New issue" could be hidden. Could anybody please g ... adapter Mysql2 Thank you! 2015-01-10 20:14
Help: RE: Email notification on issue link mis-match
Hi Alessandro, I have no feedback to my qu ... eposity. thanks for help. Best regards! 2015-01-09 07:41
Open discussion: Unable to start Redmine with apache/passenger
Hi, I have followed the installation steps ... lowing error when i run from apache. This issue is similar to http://www.redmine.org/boards/ ... ails / mod_rack for Apache and Nginx. </pre> 2015-01-09 07:05
Plugins: RE: Time & Expense 1.6
Hello, thank you Adam for your constructive feedback, this indeed solves the issue. Thanks again Stefan 2015-01-08 20:32
Help: Configuring Workflow and default 'New' Issue status
Hi, I've been tasked with streamlining the ... dmine projects. I've created a number of new Issue Statuses and setup the workflow correct (as ... t Role. However, when I come to create a new Issue I still get the same available statuses as b ... e old statuses. Also, when I create a new issue, I only want 'New' to be selectable, but as ... elp would be massively appreciated! Chris. 2015-01-08 17:06
Help: [Solved] RE: Cannot add a new user either internal or via LDAP "Login is invalid"
Well I'm going to say it is solved although i ... h some 5 years ago http://www.redmine.org/issues/811 but looks like the developers felt it was not a good idea !!! Not sure i agree...... 2015-01-08 15:25
Plugins: RE: CKEditor: What should I know about it?
Roman Pickl wrote: > this has just been fixe ... ost links in this forum?) For reference: "issue 132":https://github.com/a-ono/redmine_ckeditor/issues/132 If you need help with posting links, ... s Wiki engine will make it a link for you. :) 2015-01-08 14:04
Help: ActionView::Template::Error (undefined ... nil:NilClass after data migration from Mantis
Environment: Redmine version ... mine/ I get the error when trying to view issues migrated from Mantis, all other functions w ... install. Thanks for your help, John 2015-01-07 23:26
Help: RE: Issue status
Yes but you can only manage it at Role level. ... d, the user will not be able to vert it back. 2015-01-07 21:24
Plugins: Time & Expense 1.7a
Hi everyone, I'm happy to say that there is ... ly time and expense sheets to alleviate this issue. This has allowed my employees to submit tim ... is functionality isn't immediately necessary. 2015-01-07 19:06
Help: REST API : Get project status in API response
There's an issue in Red Mine 'REST API : Add project status i ... tus? What I have to do in order to get that? 2015-01-07 16:41
Help: Page not found or Internal error after create issue or register users
Please tell me, who faced with such problems, ... to some of the projects and click link *"New issue"*, then fill fields and press the button *"C ... e and can be seen in the project. Thanks.. 2015-01-07 03:10
Help: RE: How to assign multiple members
Hi, you need to enable _Allow change assignment to groups_ under Administration -> Settings -> issue tracking and you need to add the group to t ... ossible to assign more than one member to an Issue without using groups. But you could use Custom Fields (user) to link different user to an Issue. What are your Requirements? Regards Moritz 2015-01-06 19:22
Help: How to assign multiple members
Hi, Is it possible to assign multiple members during issue update? I've tried to define a group but it' ... n" scroll menu. Thanks for your attention. 2015-01-06 13:54
Help: How to rebuild Issue nested set tree
I had a case with the issue tree (quite large - over 50,000 issues) being corrupted. I tried the @rebuild@ fu ... n. <pre><code class="ruby"> [9] pry(main)> Issue.update_all(root_id: nil, lft: nil, rgt: nil) [9] pry(main)> Issue.rebuild! </code></pre> Also tried, but no different. <pre><code class="ruby"> [9] pry(main)> Issue.update_all(root_id: nil, lft: nil, rgt: nil) [9] pry(main)> Issue.rebuild!(false) </code></pre> Found "this":http://www.redmine.org/issues/3722#note-4 on Redmine forums and adapted for issues. It ran in 1/2-hour and worked. It is wri ... code class="sql"> -- http://www.redmine.org/issues/3722#note-4 DROP PROCEDURE IF EXISTS rec ... rect for roots. Do it quickly here. UPDATE issue... 2015-01-05 16:26
Development: RE: How to search issues by their historical status?
The backlogs plugin has solved that issue by patching the Issue class and maintaining additional History for the changes of the important properties on issues. Simply using "plain" SQL without progra ... to request such reports). I have the similar issue and I'm planning to fix it by modifying one ... e could look like this: status_history (id, issue_id, status_id, from_date not null, to_date null). 2015-01-05 12:32
Help: RE: Posting new lines in the description of an issue through the API
How can i get a new line when creating an wik ... ried multipul text tags,but it's still worse。 2015-01-05 09:12
Plugins: mylyn connector status/login problems
Hi, I just installed redmine, together wit ... repository connector. This way, I can see my issues, and synchronization works. Login however ... dmine-mylyn-connector: 0.4.0-201409181113 2015-01-02 01:26
Plugins: RE: XLS export plugin problem ckeditor
Nguyen Ba Tan wrote: > I use ckeditor for wi ... p me resolve problem. Does description on issue page have html tags like <p>? If yes, it's not problem of this plugin. 2014-12-31 06:37
(5276-5300/18279)