Search
Results (18307)
- Help: RE: Due date column "Issues assigned to me" in My Page
- Pieter Pabst wrote: > Or does this require c ... ing that should always be there ;-))? Yes.
- Help: RE: Notifications occur for Issue creation but not News item or Document creation
- I'm seeing these same problems with @Redmine 1.0.5.stable.4662 (MySQL)@.
- Hello, How to add due date column to Issues assigned to me block in My Page? Or does t ... I am asking something stupid. Best regards
- Help: RE: Can I reopen a closed ticket?
- > New -> Assigned -> Resolved -> Closed -> ... ey misunderstood me, so I want to reopen the issue. So that's not possible?
- I've create a role similar to the Reporter role, with only these Issue Tracking permissions: Add notes Save queries View Issues Edit own notes Yet, users in that role (and not part of another role) can change Issue properties such as Status, Assignee, and %Done. Any ideas? Thanks for any help. Lee
- I configured the advanced reminder plug in to send emails when issues are due within the next five days. All user ... mail when watcher and author but not when an issue is assigned to that user. Could there be something wrong with that user's account?
- Help: RE: Unable to run rake commands
- After a number of hours of searching, I was a ... f the redmine rake command. To solve the issue, I created a bash script that first runs the ... f the rake. Hope that helps someone else
- Plugins: RE: Sidebar Issue Control
- If not already done (I can't find them), coul ... ugins in the [[plugins|Plugin Directory]] ?
- Plugins: RE: Show Issue Descriptions plugin
- Luis Serrano Aranda wrote: > If do you put m ... e scroll bar please edit the file /app/views/issues/_list.rhtml > Inte tree line before <table ... ll down to the end of the page to use it).
- 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)