Search
Results (18291)
- Help: RE: How to call and display a custom value of an issue ?
- Thank for your reply Martin. But the value ... custom_field_id = 2 and the customized_id = issue.id. Do you understand ? Here is my code : <pre> <table class="list related-issues"> <caption><%= l(:label_related_issues) %></caption> <%- @issues.each do |issue| -%> <tr class="issue hascontextmenu"> <td class="checkbox"><%= check_box_tag 'ids[]', issue.id, false, :id => nil %></td> <td class="subject"><%= link_to_issue(issue, :project => (@project != issue.project)) %></td> <td>Etape : </td> <td class="etape"><%= issue.custom_field_values[{:custom_field_id => 2, :customized_id => :...
- Help: RE: How to call and display a custom value of an issue ?
- Hello Alice, As far as I remember, it is: <pre><code class="erb"> <%= issue.custom_field_values[field_id] %> </code></p ... d_id@ is the id of the custom field. Cheers,
- Hi, My question is in the title : how to call and display a custom value of an issue ? Is there a function to do that ? Thank for your help, Alice.
- Hi! I've just published Issue History Filter Plugin. This plugin adds dial ... nterested in to let you quickly skim through issue history for the information you need. Fe ... history entries (i.e. changed values of the issue attributes) * Show/hide comment text in the ... s that contain modification for the specific issue attribute * Show only history entries from ... able here: https://github.com/allati/redmine_issue_history_filter Hope this plugin will be u ... tions and code review are welcome! ~ Vadim
- Open discussion: RE: Changing text in email object field ?
- Gui MOC wrote: > Dear All, > > Is it poss ... > I want to get : "[Project Name] [tracker] [Issue]" instead of the default text. I'm attach ... t Project Name] [Subproject Name] [tracker] [Issue]@* If creating or updating an issue within a top-level project it will take the default scheme: *@[Project Name] [tracker] [Issue]@* I've tested it on redmine 2.5.1. Joseph Rossi wrote: > I would like to use the @issue.project.parent.name to display the parent pr ... am in a sub project. But if I try to edit an issue in a root project, I have an error 500 as th ... a look at it, it should answer your question.
- Hi, if I create many new issues with its estimated time, their relations li ... calculate the start and the end date of each issue automatically . Is there any plug-in which distributes the issues based on this data, working hours per day a ... thanks for your recommendations, pioupus
- Migrating from ubuntu 12.04 with redmine 1.3. ... 14.04 with redmine 2.5.1.stable.13182 My issue is that once I had the 2.5.1 with ubuntu 14. ... version-ubuntu-14-04-apache2-rvm-passenger/
- Open discussion: RE: No import function = giving up on Redmine
- An idea for importer: # Read csv file line by line # use Redmine REST API to import issues.
- Hello, I am using Bitnami-Redmine (Redmine ... dmine-2.5.1-1/apps/redmine/htdocs/app/models/issue_relation.rb:73:in `<class:IssueRelation>' C:/Bitnami/redmine-2.5.1-1/apps/redmine/htdocs/app/models/issue_relation.rb:18:in `<top (required)>' C:/Bit ... in>' Tasks: TOP => db:migrate => environment
- Thanks a lot to developers! - Very useful plu ... entire groups... Is it possible to share issue with Group? If yes - how can I do it? If no - Can we expect? - Will any updates regarding Issue Sharing with entire Group be done in future? Thanks...
- Open discussion: RE: Redmine best practice fo ... anning and tracking (activities and tracker)?
- We are using the following trackers in our we ... ogether which can be easily filtered via the issues and reports core plugins really help us to ... status and time spent against each activity.
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Chrome 35 for me works also when pasting to Wiki: where FF 30 does not.
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Heiko Robert wrote: > Don't know if it's an browser or redmine issue but pasting from clipboard doesn't work with ... com/credativUK/redmine_image_clipboard_paste/issues/7 I too see it not working in FF 30 (on ... me in Chrome 35 (on Ubuntu). For both New issues, and adding to existing issues.
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Heiko Robert wrote: > Don't know if it's an browser or redmine issue but pasting from clipboard doesn't work with ... com/credativUK/redmine_image_clipboard_paste/issues/7 I too see it not working in FF 30 (on ... works OK for me in Chrome 35 (on Ubuntu).
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Page Images wrote: > Hi, if you just need a ... can save writing a load of words to explain!
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Don't know if it's an browser or redmine issue but pasting from clipboard doesn't work with ... com/credativUK/redmine_image_clipboard_paste/issues/7
- We often have some consecutive tasks with dur ... le previous task is not solved. I create and issue 1, set begin date for example 2014-06-19 and finish date 2014-06-19. Then I create issue 2 with the same begin and finish date - 2014-06-19. Then I mark issue 1 as preceding to issue 2. After that begin date of issue 2 became 2014-06-20. If I try to change date ... earlier than 2014-06-20 because of preceding issues". Looks like redmine does not imply tasks less than one day. I found row 162 in issue_relation.rb (issue_from.due_date || issue_from.start_date) + 1 + delay And changed it to (issue_from.due_date || issue_from.start_date) + delay Now I can put cons ... le to fix this in future versions of redmine?
- I am trying to install Redmine 2.5.1 on my se ... isting of the application. Could it be an issue with the version of all the dependencies (ru ... uccessful redmine installation on CentOS?
- Help: RE: Parent task is invalid
- To add to what Pierre is suggesting, I would ... this appears to have been giving me the same issue. I would assume that some relationships such ... what is happening at least in Redmine v2.3.1.
- Hi all, I know this issue has been discussed a hundred times before, b ... any help or advice Thank you in advance!
- Help: RE: Inline images show as data:image/png;base64
- Hi Martin, Hey -- that works! Thanks for t ... e data when it saves the node (I'm using the Issues module), so that the image isn't visible -- ... tings/editor from textile to CKeditor, View issue I just created above --> Image displays as c ... data-remote="true" data-method="post" href="/issues/254/quoted?journal_id=311"> <a title=" ... Textile, Raw image code appears. Edit the issue, editor displays: <p><img alt="" src="dat ... rrect "!" syntax's, etc. Thanks in advance
- Open discussion: RE: No import function = giving up on Redmine
- Is there a easier solution ? I want to import my exel data, wich looks like(File: "Example issue"). I dont understand that one form Juan.. ... has a solution and now what i mean see ja
- Hi everyone, I've been plagued by this for ... mine_image_clipboard_paste 1.0.0 redmine_issue_checklist 2.0.5 redmine_knowledgeb ... 0.0.3 Advice please? -Justin
- Help: RE: Changing the Issue ID
- IMHO, descriptive IDs are the root of all evi ... a way to make this kind of template for the issue id generation ? I don't think that's possib ... y distinct purpose, would only be needed for issues already present in the spreadsheet anyway: Redmine keeps track of the issue creation date. Perhaps you could add a co ... s to redmine tickets would easily be possibe?
- Open discussion: RE: Reset connection from apache when creating new project or add new task.
- Linux hosts - notebook(Intel Pentium dual cor ... both windows and linux hosts. I'll check issue on another ubuntu version. Thank.