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.
- 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 -%>
- 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.
- 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.
- 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.
- Help: RE: Checkbox in Issue list
- WOW I had no idea about this batch feature. O ... out" unless there is at least one checkmark.
- 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
- 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?
- 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
- Open discussion: RE: Add field to Issue
- I have found the answer by myself. [[http:// ... I looks at plugin code and make similar one.
- 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 .
- I've recently downloaded and installed the CM ... y ideas or help would be greatly appreciated.
- 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"
- 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>
- 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.
- 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)
- 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
- 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)
- 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
- 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>
- Help: RE: graph of inter-dependency of an issue
- See: http://www.redmine.org/issues/2448
- Plugins: RE: Redmine Issue History Tabs Plugin
- Great, it works perfectly well, thanks a lot!
- 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
- 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.
- 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?