Search
Results (18279)
- Help: RE: How to show custom field in add filter in "View all issues" page?
- How do I do that?
- Help: RE: Limit new issue types to certain users
- For me, i use this plugins http://www.redmin ... l It seems to work for me with redmine 2.3.2
- Help: RE: How to show custom field in add filter in "View all issues" page?
- It seem to me that the field must be marked for "all project"
- How to update automatically issues status when due date?
- Open discussion: RE: Changing the project by email
- Here is the entry line in /etc/aliases: <pre> issues: "|/opt/srv/www/redmine-2.3.2/extra/mail_ha ... iority,project --key <key> --project incomingissues --no-permission-check" </pre> I have atta ... st update for switching project from incomingissues to our own project identifier </pre>
- Does anybody know what this red line mean? !private-comment-in-issue-history.png!
- Open discussion: RE: installation issue: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
- Please note that ruby 1.8 is EOL: http://www. ... ot be the reason for the error you're seeing.
- Is it possible to have the links just automat ... on a Mac] to have it open on another window.)
- Help: RE: CRM Plugin Installation Problem on ubuntu ppa-redmine
- Hi, Had the same issue this morning. Add to your gemfile; gem ... s RAILS_ENV=production This worked for me.
- Help: RE: My Page is broken.
- I solved this issue by editing *user_preferences* table in DbVisualizer.
- Sometimes I have the following error when I u ... e> I have to restart redmine to solve the issue. Redmine is installed on MacOSX <pr ... dmine plugins: no plugin installed </pre>
- Plugins: RE: Problems cloning project using http
- probably a bug in the git plugin for gitosis. https://github.com/kubitron/redmine_git_hosting/issues/106
- Hi. I've a redmine 1.3.2 install on Ubuntu 1 ... I've been using this for long time without issue. Today I was asking a collegue to clone the ... s setting is! any help is welcome. thanks
- Hello Y'all, I'm looking to see if anyone ... will alert users who would like to close an issue that it cannot be closed due to a blocked issue. Yes, I know that a simple glance at the list of related issues would show this, but I have users who don't seem to remember to look. Thanks! Arin
- Hello, I am new to redmine and rails Tryi ... e me some suggestions ? thanks in advance
- Hi, I've searched the forum and google for ... e_note_images_plugin 0.0.1 redmine_issue_checklist 2.0.5 redmine_ ... ny.com are not being added. Thanks Eileen
- I have installed Redmine CRM plugin(contacts) ... t? Currently I see only one solution to this issue is to delete records related to Redmine CRM ... light redmine_people 0.1.6
- Title says it all... Is it possible to make unopened Redmine issues bold? Thanks in advance.
- Help: RE: Problems with search results and pa ... mine 2.3.2 on Bitnami stack and SQL Server DB
- Thanks for the tip. I did find several issues that where out of sequential order or that ... records and I am still experiencing the same issues. I checked Issues, News, Documents, CHnagesets, Wiki-pages, M ... index the content? Thanks for your help!!!
- Plugins: RE: Time & Expense 1.6
- Hello, I'm having two issues with your Time & Expense plugin: 1. It's ... more positions with the same project, blank issue but different custom field, export to pdf me ... s that needs to be repaired. Regards Adam
- Hi, I am setting up Redmine however i encountered an issue. If a add a new user with all three roles an ... t highlighted. has anyone encountered this?
- I spent all day to installing redmine on fres ... esetsScmid (20100221100219) Migrating to AddIssuesNestedSetsColumns (20100313132032) Migrating to AddIndexOnIssuesNestedSet (20100313171051) Migrating to Cha ... sType (20110401192910) Migrating to AddRolesIssuesVisibility (20110408103312) Migrating to AddIssuesIsPrivate (20110412065600) Migrating to Add ... 0110902000000) Migrating to AddUniqueIndexToIssueRelations (20111201201315) Migrating to AddR ... engthTo255 (20130215073721) Migrating to AddIssuesClosedOn (20130215111127) Migrating to PopulateIssuesClosedOn (20130215111141) Migrating to RemoveIssuesDefaultFkValues (20130217094251) Migrating ... (20130729070143) </pre> What should I do?
- Open discussion: RE: Improving performance
- Etienne Massip wrote: > Did you follow any o ... 194. What's intersting is that the number of issues in the system or total number of users don' ... pful to see what they're doing differently.
- For one of my Redmine projects, I want to be able to create new issues without having to put anything on the subje ... be possible, you think? Thanks in advance.
- Hello, I am trying to create an issue with a relation in Ruby with the RestAPI. Creating the issue following this page (http://www.redmine.org/ ... //www.redmine.org/projects/redmine/wiki/Rest_IssueRelations) like creating a Relation class fro ... url is wrong. Can anyone help me? The issue code <pre><code class="ruby"> require 'rubygems' require 'active_resource' # Issue model on the client side class Issue < ActiveResource::Base self.site = 'http: ... self.password = '...' end # Creating an issue issue = Issue.new( :subject => 'Some subject', :proj ... , :description => 'Some desc', ) if issue.save puts issue.id else puts issue...