Search
Results (18203)
- Hi! I have writte a plugin to hide custom fields in Issues with a collapse checkbox. Since upgrade to ... s require_dependency 'redmine_mp2/patches/issue_patch' require_dependency 'redmine_mp2/pa ... require 'redmine_mp2/patches/issue_helper_patch' require 'redm ... "plugins/redmine_mp2/lib/redmine_mp2/patches/issue_helper_patch.rb" <pre><code class="ruby"> module RedmineMP2 module Patches module IssuesHelperPatch def self.included(base) ... ethods module InstanceMethods class IssueFieldsRowsMP2 include ActionView::Helpe ... options end end def issue_fields_rows_mp2 r = IssueFieldsRowsMP2.new yield r r.to_html ... def render_half_width_custom_fields_rows_mp2(issue, rows) values = ...
- Help: RE: Difficulties in reproducing the behavior of the input field of the "Spent time" screen.
- Hi Rafael, Now, I fully understand your pr ... . :) I recommend to check the following issues: 1. Shows your browser the ids (#pyhsical_project_id, #physical_issue_id) you refer to? => Seems o.k. for me s ... lly debug your code. Regards, Liane
- Help: RE: Difficulties in reproducing the behavior of the input field of the "Spent time" screen.
- Hi Liane. Initially, thank you for your t ... w, that is, when I type the code, id, of the issue I would like the span field to be changed to the issue subject. This only works when I save and ref ... "box tabular"> <p> <%= f.text_field :issue_id, :size => 6, :required => true %> <span id="physical_issue"> <%= link_to_issue(@physical.issue) if @physical.issue.try(:visible?) %> </span> </p> </di ... _id').change(function(){ $('#physical_issue_id').val(''); }); $('#physical_project_id, #physical_issue_id').change(function(){ $.ajax({ ... }); observeAutocompleteField('physical_issue_id', function(request, callback) { var url = '<%= j auto_complete_...
- Help: RE: Difficulties in reproducing the behavior of the input field of the "Spent time" screen.
- Hi Rafael, If I get it right, you like to have the autocomplete functionality for the issue_id text field in your view. Three things ... ript best in your browser. Regards, Liane
- Hello gentlemen, I am developing a plugin and I would like to add the same behavior as the issuer_id input field in the t, but I am having difficulties. In my plugin I will also have the issuer_id field, so when I type in an issuer_id I would like the screen to search for the subject of the issuer. This is done with Jquery and ajax, I belie ... works when loaded, but if I type a different issuer_id I see a loading, but nothing happens. If ... "box tabular"> <p> <%= f.text_field :issue_id, :size => 6 %> <span id="physical_issue"> <%= link_to_issue(@physical.issue) if @physical.issue.try(:visible?) %> </span> </p> </di ... ocument).ready(function(){ $('#physical_issue...
- Help: RE: Cannot delete issue statuses nor use new ones in 3.1.1
- Just some feedback: 1) My predecessor had cr ... atus. 2) This worked. Thanks Guillermo.
- I am new to Redmine and Ruby, and also apolog ... S t2_r4, roles.permissions AS t2_r5, roles.issues_visibility AS t2_r6, roles.users_visibilit ... S t2_r4, roles.permissions AS t2_r5, roles.issues_visibility AS t2_r6, roles.users_visibilit ... blem? I would be very grateful for any help.
- Open discussion: RE: Have history filter in "available colomn" of options to display it on issue
- Hello, I didnt find solution for the moment. Karine
- I am running redmine on linux using the bitna ... . I do not know if it is a folder permission issue or something else. Can anyone describe ho ... tem administration rights in Redmine for now.
- Help: RE: Cannot delete issue statuses nor use new ones in 3.1.1
- Related to 1): See #31361, the message was n ... default for some tracker, maybe there is an issue with that status. See #4367#note-1, even an issue in an archived project could prevent the sta ... is tracker_ option and enable the new status.
- Hello everyone, I am an admin user of Redmine 3.1.1 (mostly for issues). I have two issues, which I think are probably related: 1) I cannot delete existing issue statuses when I go in the admin section of R ... up with the error message "unable to delete issue status". It only worked with a status I created moments before (and did not apply to any issue). 2) When I create a new issue status, it does not show as a choice in an actual issue, new or current. Any clues as to how to resolve these? Any help would be appreciated. Thanks!
- Help: RE: Migrate DB from redmine 2.5.2 to 4.1.0
- Hi Paul, I just migrated a database from 2 ... essages you can try this: * Rename column issues_visibility (and other double columns) to something like issues_visibility2 * Do the update again * remove new column issues_visibility and rename the issues_visibility2 back to issues_visibility Klaus
- Help: RE: Redmine - Windows - Technical issue - Upgrade
- Hi Fernando, Congratulations! Rather br ... n thing is, it works for you. Best, Liane
- Help: RE: Redmine - Windows - Technical issue - Upgrade
- Hey Liane, I found a way to make it work in m ... e And it worked :) BR Fernando Sampaio
- Help: RE: Installation Error on rake generate_secret_token
- Hi Olaf, Sorry for that. This is a known issue, see #31230#note-4. You need to wait for Redmine 4.1.1 and 4.0.8. Best, Liane
- Help: RE: Edit Gannt plugin of Redmine
- An additional benefit is also the fact that R ... your development task. More information on issue relations can be found [[RedmineIssues#Related-issues| here]].
- I am trying to export PDF's with images. I ha ... g the copy/paste and upload when creating an issue and specifying the file name; all seem to fa ... rmagick would be installed to help solve the issue. From Redmine install page I read that the r ... Redmine plugins: redmine_issue_templates 1.0.1 </pre>
- Help: RE: Upgrade from 3.2.0 to 4.1.0 - encoding ??
- I now can see all my issues and contacts. I did not ALTER all the tabl ... dle exec rake db:migrate I can now access issues and contacts. As I said, I did not ALT ... y advice. Thanks in advance, Anne
- Hi all, I pass a journey for understand ho ... ut with same configuration When one open an issue he can choose Tracker. But the second no ! ... configuration workflow. Thx for your help
- Help: RE: Redmine - Windows - Technical issue - Upgrade
- Fernando Silva wrote: > Hi Liane, this plan ... We all do that. :) Good luck! Liane
- Help: RE: Redmine - Windows - Technical issue - Upgrade
- Hi Liane, this plan was in my mind, but I was ... Thank you for your help. BR, Fernando
- Help: RE: Migrate DB from redmine 2.5.2 to 4.1.0
- Hi Liane, I'll try that. But what I don ... like "Mysql2::Error: Duplicate column name 'issues_visibility': ALTER TABLE `roles` ADD `issues_visibility` varchar(30) DEFAULT 'default' N ... migrate can't complete... Regards, Paul
- Help: RE: How to hide the issue not assigned to myself?
- Hi Steve, No, I am sorry. I have not stumpled on such a plugin yet. Best, Liane
- Help: RE: Redmine - Windows - Technical issue - Upgrade
- Hi Fernando, Unfortunately it is impossibl ... aving no better help for you. Best, Liane
- Help: RE: How to hide the issue not assigned to myself?
- hi Liane, do you know any plugin can do this ... ne, and there is no label to filter plugins.