Search
Results (18264)
- We have that issue - I'm configured to receive IMAP on our goo ... er=create folder=INBOX move_on_success=INBOX'
 - Hi When clicking on "view all issues" on the issues tab on a project the filter is "open", show ... ilter that is not collapsed Regards Picht
 - Help: RE: How to display the IP address in an Issue
 - Similar topic: https://www.redmine.org/boards/3/topics/56027
 - Hi How can i change the name of a custom field on the frontend (where I create an issue)? I need the same name for different fields in different projects. Regards Picht
 - Plugins: RE: Weekly Timesheet entry plugin?
 - thanks for your feedback ok, we will send yo ... erpmine to hide the extra fields on user and issue No Additional Details for Issue No Additional Details for User
 - Plugins: RE: Weekly Timesheet entry plugin?
 - Hey Danasingh - I did get the timesheet part ... ser screens it has loads of extra fields, in issues etc. - even without enabling any other modu ... t was to enter and display time. Very good.
 - We just completed an upgrade from 3.4.1 to 4. ... getting duplicate email notifications on new issue creation/updates. We determined it was beca ... andler.rb that would be fantastic! Thanks!
 - I need to get the String of the PDF of issue without clicking the PDF link in the Issue Show. I know there is a function called issue_to_pdf in the issues_pdf_helper.rb file under lib/redmine/export ... ionalities, must read the PDF content of any issue PDF. Even if I add the 'require name_of_the_ ... ss this function using Redmine::Export::PDF::IssuesPdfHelper, I get this error when I tested in rails console: > Redmine::Export::PDF::IssuesPdfHelper.issue_to_pdf(Issue.find(17842)) > NoMethodError: undefined method `issue_to_pdf' for Redmine::Export::PDF::IssuesPdfHelper:Module Does anyone know how to use run this function "issue_to_pdf"? Thanks in advance for your help.
 - The error appeared after installation "a_comm ... dmineup_tags 2.0.4 unread_issues 2.2.4
 - Hi, Recently we upgraded our Redmine to ve ... found this post: https://www.redmine.org/issues/26791 which says that from version 4.0, ... Linux release 7.7.1908 DB - Mariadb Ver 15.1
 - Hi, I have taken over administration of ou ... XN="$2" SVNLOOK=/home/svn/csvn/bin/svnlook ISSUE_PRESENT=0 MESSAGE_PRESENT=0 ISSUES_OPEN=1 MYSQL=mysql MESSAGE=$($SVNLOOK l ... rd} =~ "#"([0-9]+) ]]; #search string for an issue match of form #nnnn then #matched an issue# check it's valid and store the fact that we've found at least 1 issue# ISSUE_PRESENT=1 REDMINE_ISSUE=${BASH_REMATCH[1]} REDMINE_ISSUE_OPEN=$(${MYSQL} -u readonly -h whl-redmine3.mycompany.com -D redmine -sN -e "SELECT COUNT(*) FROM issues I INNER JOIN issue_statuses S ON S.id = I.status_id WHERE S.is_closed = 0 AND I.id = ${REDMINE_ISSUE};") REDMINE_ISSUE_NEW=$(${MYSQL} -u readonly -h whl-redmine3.mycompany.com -D redmine -sN -e "SELECT COUNT(*) FROM ...
 - 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