Project

General

Profile

Search

Results (18298)

Plugins: RE: Sidebar Issue Control
Hello, I'm afraid it was quite a long time w ... dmine.org/projects/redmine/wiki/PluginSidebarIssueControl Mischa, thanks for the update - at ... .yml for your version. Feel free to use it. 2011-02-18 15:09
Plugins: RE: Show Issue Descriptions plugin
If do you put more columns redmain dont'make the scroll bar please edit the file /app/views/issues/_list.rhtml Inte tree line before <table c ... the tag before the final tag <% end -%> 2011-02-18 14:49
Plugins: RE: Show Issue Descriptions plugin
Hello, We've posted an update (0.0.3) of th ... .redmine.org/projects/redmine/wiki/PluginShowIssueDescriptions . No issues like above were observed in FF3.6, Chrome 8 and MSIE 8 on Redmine 1.03 and 1.1.0. Please check. 2011-02-18 13:53
Plugins: RE: Blocks Layout plugin
We've posted an update of this plugin to its ... ine/wiki/PluginBlocksLayout . Should fix the issue with subprojects, and several other issues with storing pages' settings. Please check. 2011-02-18 13:31
Plugins: Trying to get whining working
Have been trying to get Whining plugin workin ... ctory, and cronjob set up. The cron email issues a error: cd /Applications/redmine-1.0.2-0/ ... thoughts? Help would be greatly appreciated. 2011-02-18 02:13
Help: RE: Checkbox in Issue list
WOW I had no idea about this batch feature. O ... out" unless there is at least one checkmark. 2011-02-17 22:19
Help: Individual Email Addresses for Redmine projects
Hello all, We are running the BitNami Redmin ... (i.e. programming@mycompany.com) generate an issue on the corresponding project (i.e. "Programm ... wing bat file to check for emails and create issues under our "Help" project. @@echo off@ @ ... dual projects. Is this possible? Thanks 2011-02-17 21:37
Open discussion: Hidden Ramifications Removing member e-mail uniquness constraint?
We're authenticating our Redmine installation ... e side-effects I can't anticipate. I read an issue where the problem is discussed to some degree (#688: http://www.redmine.org/issues/688), but came away from it unsure how I wa ... so came across #7599, http://www.redmine.org/issues/7599, which talks about using blah+somethin ... blems I'll cause if I remove the constraint? Issue 688 mentions problems with Lost Password and ... system). What are some of the other problems? 2011-02-17 17:58
Help: Hiding issue fields?
Hello Im using redmine for internal issue management, time- and efforttracking and all ... and let them view and create project related issues. Therefore I created a specific customer ro ... these informations. Especially the standard issue field: „estimated time“ and some custom fiel ... l roles. Is there a way to hide specific issue fields for specific roles? If not, what i ... achieve these requirements? Thanks Robin 2011-02-17 14:12
Open discussion: RE: Add field to Issue
I have found the answer by myself. [[http:// ... I looks at plugin code and make similar one. 2011-02-17 13:58
Development: RE: Home page redesign
I like the big demo link, you don't even know the number of test issues opened in redmine trackers. I agree with ... s globally less austere, but maybe less pro . 2011-02-17 13:43
Plugins: CMI plugin translation issues
I've recently downloaded and installed the CM ... y ideas or help would be greatly appreciated. 2011-02-17 12:31
Help: Email keywords Start fields
Hi How can i set the Start fields in issues list, then sending mails to redmine. The ... But how to set the "Start" and "Due Date" 2011-02-17 10:52
Open discussion: Add field to Issue
I need to add additional field to Issue which will work like the 'Assigned to' field ... ed migration: <pre> class AddControllerToIssue < ActiveRecord::Migration def self.up add_column("issues", "controller_to_id", :integer) end def self.down remove_column("issues", "controller_to_id") end end </pre> 2. I have added this line of code to Issue model: <pre> belongs_to :controller_to ... pre> 3. I have added field to view (views\issues\_attributes.rhtml): <pre> <p><%= f.select :controller_to_id, (@issue.assignable_users.collect {|m| [m.name, m.id] ... rue %></p> </pre> I have my field on New Issue form and I have the list of users on it, but ... y english and my rails knowledge :) </pre> 2011-02-17 10:42
Help: RE: SVN Integration Switch from PAM/NSS to DAV_SVN
David Higgins wrote: > * If I want to do thi ... to go with the DAV method, will it cause any issues with the already created PAM/NSS repositori ... t your user authentication happens elsewhere. 2011-02-17 09:49
Help: RE: redmine connect to svn has a question
If I remember well, if you are running your s ... e to check if this is a environment variable issue (@ruby scripts/server -e production -p <port>@ from your redmine dir) 2011-02-17 09:14
Development: RE: gantt chart filtering
All problems I said in http://www.redmine.org/issues/7456#note-9 seems to be solved Thank you f ... l apply it in production redmine install soon 2011-02-17 08:11
Help: SVN Integration Switch from PAM/NSS to DAV_SVN
I have redmine installed and working with the ... his is working fine for me, but there is one issue. If a user has 'Reporter' access to a projec ... to go with the DAV method, will it cause any issues with the already created PAM/NSS repositori ... of all project URLs from svn+ssh to just svn) 2011-02-17 02:43
Help: RE: Installation Issues on Dreamhost
Redmine is not working well with Dreamhost. It has an issue with a memory limit. So if you want Redmine ... (see attachment) I began to hate DreamHost 2011-02-17 02:06
Help: RE: After Upgrade to 1.0.0
Ryan Lovelett wrote: > Since upgrading to 1.0.0 I cannot list issues on one of my projects. I can view individual issues but clicking on the issues tab and going to the list view ends with a ... to the proper Redmine instance. I had an issue when upgrade was done into new directory, bu ... l was running from the old directory and the issues were created without parent task properly set. Query to fix issues created by old version of fetch mail: <pre> select * from issues where root_id is NULL; -- update issues set root_id = id, lft = 1, rgt = 2 where root_id is NULL; </pre> 2011-02-16 19:37
Help: RE: graph of inter-dependency of an issue
See: http://www.redmine.org/issues/2448 2011-02-16 14:41
Plugins: RE: Redmine Issue History Tabs Plugin
Great, it works perfectly well, thanks a lot! 2011-02-16 12:57
Plugins: RE: Redmine Issue History Tabs Plugin
I forked the project and pushed a fix at https://github.com/tastapod/redmine_issue_history_tabs/commit/7f8c724e8c879d96368375f7 ... git clone git://github.com/tastapod/redmine_issue_history_tabs.git vendor/plugins/redmine_issue_history_tabs 2011-02-16 10:54
Help: Help I need a way to get into Redmine when LDAP server is down
I have become system admin for our redmine in ... and serving pages just fine. The remaining issue is that users can not log into the projects. ... cal authentification from outside of redmine. 2011-02-15 22:39
Help: transfer db
Hi experts.. We are using Trac issue-tracking system and now we want to use Redmi ... le to transfer old data in Trac to Redmine? 2011-02-15 20:34
(12226-12250/18298)