Project

General

Profile

Search

Results (18292)

Plugins: RE: How to create history with update issues by plugin redmine import task
This is controller of plugin import issue 2014-11-17 05:51
Plugins: RE: How to create history with update issues by plugin redmine import task
No. I update issue not create. Are you understand???issue = Issue.find(row_content[0]) In redmine I have issue ID=93. In file excel I have a row with column[A]=93. I import file excel. Issue id 93 in redmine was update with params form file excel. But History of issue in redmine not update. OK? 2014-11-17 05:49
Plugins: RE: How to create history with update issues by plugin redmine import task
By default, Redmine does not create a new journal when a new issue is added. Only later issue attribute changes, issue relations changes and new notes generate jou ... sage#15134 about topics suitable for forum#4. 2014-11-17 05:44
Development: RE: How to export issues into excel fog redrmine 2.5.1
Hi Martin. Can you give me skype or facebook of you. Thank you very much!! 2014-11-17 03:53
Plugins: How to create history with update issues by plugin redmine import task
Hello every body, I am newbile develope plugin for redmine. I want to update issues by import file excel. I override plugin red ... this. Code in plugin: <pre> issue = Issue.find(row_content[0]) #issue.update_attribute(:subject,row_content[settings_conf['task_column'].to_i]) issue.subject=row_content[settings_conf['task_column'].to_i] issue.tracker_id=settings_conf['save_task_as'].to_i #Bug/Feature/Support issue.status_id=1 #New issue.description=row_content[settings_conf['task_description_column'].to_i] issue.estimated_hours=row_content[settings_conf['average_hour_column'].to_i] issue.custom_field_values={"1"=>row_content[settin ... age_hour_column'].to_i].to_i} ... 2014-11-17 03:43
Development: RE: How to export issues into excel fog redrmine 2.5.1
OK. thank you very much!!!! 2014-11-17 03:33
Help: RE: configure freebsd+redmine+subversion
According to the screenshot, it looks like a path issue. You need to find out the full path to where ... he path using a command like @whereis svn@. 2014-11-16 23:52
Open discussion: Due date in e-mail notification
Right now due date is only included in the em ... ight now to include it in the summary of the issue in the e-mail? (or any other filed for that matter?) 2014-11-16 10:25
Help: RE: No permission to acces issue, created by the same person
In your case the project @New-Tickets@ is most-likely not public. The issues are being created (because non-member role has @:add_issues@ permission) and because you use @no_permis ... ) non-public project. In Redmine version#81 issue #17976 is implemented, which seems to be able (haven't tested this personally yet) to solve your issue if you add the build-in non-member group wit ... arting with Redmine version#60, which solved issue #13340. With that available you could place ... as a project member of project @New-Tickets@. 2014-11-15 07:52
Help: RE: How to disable attaching files in issues ?
Sébastien Pochiero wrote: > thanks, > > i ... Upload Files > > edit the file \app\views\issues\new.html.erb by adding this test : > [...] > > edit the file \app\views\issues\_edit.html.erb by adding this test : > [.. ... I rewrite this lines to create/manage an " *Issue Delete Attachment Permission* " ? Is it possible? Thanks :) 2014-11-14 18:58
Development: RE: How to export issues into excel fog redrmine 2.5.1
Hello Anhkoa, In issue listing, at the bottom right of the page you ... asked but I hope it will help. Cheers, 2014-11-14 13:52
Help: RE: No permission to acces issue, created by the same person
! 2014-11-14 10:13
Help: RE: No permission to acces issue, created by the same person
I solved the problem. Somehow the "Non Membe ... is doesnt work, if the user isn't in a group. 2014-11-14 10:13
Open discussion: RE: Disable copy button
Dominique Deschenes wrote: > Is there a way ... ll, effectively you need to revoke the @:add_issues@ permission from user roles to remove it án ... ut line five of source:/tags/2.5.2/app/views/issues/_action_menu.html.erb@13591#L5. 2014-11-14 08:07
Open discussion: RE: improve the readably and clarity of the Issue Page
Moritz Koehler wrote: > Does any one has an idea how I can structure the issue page better? Since I have a lot of custom f ... tricky. If you look at the html source of issues/show (meta-code) you can see that the related parts are like[1]: <pre> <div#content> <div.issue.details...more.attributes...> <table.at ... stom.field.rows... </pre> As you see the issues attributes are wrapped in a table where eac ... like: <pre><code class="css"> #content div.issue.details table th.cf_3 { border: 1px solid black; } #content div.issue.details table td.cf_3 { border: 1px solid ... like: <pre><code class="css"> #content div.issue.details table th.cf_3 { border-top: 1px; ... ; border-color: black; } #content div.issue.details table td.cf_3 { border-top: 1px; ... using <pre><code class="css"> #content div.... 2014-11-14 07:58
Help: RE: Help: Why is mailer.rb in app/models
Hi Martin, Thanks for offering a help. Eve ... clipboard_image_paste 1.8 latest_issues 0.0.1 </pre> Any clue? Thanks. 2014-11-14 04:53
Plugins: Plug-in-issue statistics usage questions & features
https://github.com/efigence/redmine_issue_statistics I think it is a potential plug-in for issue statistics, we use redmine for defect management, and we need to get issue statistics manually now, e.g. we need to get total number of issues classified by each tracker,each priority we ... plug-in has implemented week,month,year,all issue statistics, and I hope to introduce this plu ... plug-in author firstly:) I put the first issue here: About graph period not consistent with issue list period,detailed description is in the a ... ,month,year,all if they are not consistent. 2014-11-14 03:11
Plugins: CKEditor File upload internal 500 server error in Redmine 2.6.0
Hi all, Has anyone been able to get the CK ... ocking it. Any ideas on how to solve this issue, or has anyone else run into something simil ... .0.0.1:3002 Host will lot allow it. Thanks 2014-11-13 23:28
Help: [Need Help]Redmine Email notification Issue---In One Project with 204 users
So frustrated to find we have met the same problem before, news, new post, new issues are not notified to the project members in ... the members. Last time, I met with this issue in July, at that time, I checked with all ac ... ut after July, I am not sure which day, this issue occures again. I updates all accounts aft ... in one project to notify by email? or other issues I donot realize for that problem? It is really very important issue, for if redmine cannot support email notific ... ormus email... My env. is redmine 2.3.2. 2014-11-13 08:35
Open discussion: improve the readably and clarity of the Issue Page
Hi everyone, @ Redmine Dev Team: first of ... nd I was surprised how identical an software issue tracking and a issue tracking system for products are. So Thank y ... any one has an idea how I can structure the issue page better? Since I have a lot of custom f ... w to improve the readably and clarity of the Issue Page. Thanks you in advance Kind Regards Moritz 2014-11-13 04:43
Development: How to export issues into excel fog redrmine 2.5.1
What is plugin can help to me expoer issues into xls 2014-11-11 10:07
Plugins: Redmine Bulk edit doesn't work when extended_field plugin is installed
I'm new to to ruby and redmine. I use extened ... n redmine 2.4.6 and when I select on several issues and right click on it and choose edit. it g ... bel> 96: <= custom_field_tag_for_bulk_edit('issue', custom_field, @projects, @issue_params[:custom_field_values][custom_field.id.to_s]) > 97: </p> 98: < end %> 99: app/views/issues/bulk_edit.html.erb:96:in `block (2 levels) in app_views_issues_bulk_edit_html_erb__1466857573327355685_70119411110820' app/views/issues/bulk_edit.html.erb:93:in `block in app_views_issues_bulk_edit_html_erb__1466857573327355685_70119411110820' app/views/issues/bulk_edit.html.erb:25:in `_app_views_issues_bulk_edit_html_erb___1466857573327355685_70119411110820' Can anybody please help me with this issue. 2014-11-11 07:03
Help: RE: Strange formatting problem when creating issue from email
I have the same problem with Redmine 2.5.2 an ... the Exchange 2003 the problem did not occur. 2014-11-10 16:33
Help: RE: RedminePM (Invalid API key - please register the account again)
I'm experiencing the same issue with a clean installation of Redmine 2.6 ... > > Thanks for your help! > > Stefan 2014-11-10 13:59
Help: RE: Can't access changeset page
Please check http://www.redmine.org/issues/18275 This is because I'm being careless not using the stable branch. 2014-11-10 10:01
(5426-5450/18292)