Search
Results (18307)
- Development: RE: redmine development - overide model getter
- Should be fixed as follows (answer given by t ... <pre> module RedmineDoneRatioFix module IssuePatch def self.included(base) un ... d end end end end </pre>
- Help: RE: Watcher list on New Issue
- Thanks for your answers, For the moment I ha ... me with the feature : http://www.redmine.org/issues/8050 where we want to select attributes to ... Definitely the most awaited feature I think.
- Help: RE: Watcher list on New Issue
- Gurvan Le Dromaguet wrote: > I have about 20 ... and I want to avoid that when creating a new issue there are these 200 reporters as selectable ... fy the Redmine core yourself. To remove the issue-watcher selection on issues/new view, you need to remove (or comment out) lines 30-36 from source:/trunk/app/views/issues/_form.html.erb: <pre><code class="erb"> <% if @issue.new_record? && User.current.allowed_to?(:add_issue_watchers, @project) -%> <p id="watchers_form"><label><%= l(:label_issue_watchers) %></label> <% @issue.project.users.sort.each do |user| -%> <label class="floating"><%= check_box_tag 'issue[watcher_user_ids][]', user.id, @issue.watched_by?(user) %> <%=h user %></label> <% end -%> </p> <% end %> </code></pre>
- Help: RE: Watcher list on New Issue
- Terence Mill wrote: > There is a plugin whic ... aware of any plugin providing such feature...
- Plugins: RE: Customized fields related among them
- Not supported by a plain vanilla Redmine. ... lds":http://www.redmine.org/projects/redmine/issues?set_filter=1&f%5B%5D=status_id&op%5Bstatus_ ... y&c%5B%5D=subject&c%5B%5D=category&group_by=.
- Open discussion: RE: Information on setting Subprojects
- Pablo Chacin wrote: > Therefore, I've been u ... e parent, like: > - versions > - wiki > - issues > - repositories As far as I know only ... ions]]. Each project has its own modules for issues, wiki and repository which cannot be shared ... > Also, I would like to have cross project issues. For example, open a bug in a project that ... ion of another project. See above...
- Open discussion: RE: Change parent task Start Date
- Szymon Nowak wrote: > I don't know it's a bu ... expected behavior. The start date of parent issues (along with some other issue attributes) is read-only and its value will ... start date attribute (and others) for parent issues. Some references: * #443 - Subtask im ... ate whenever subtasks are removed from parent
- Help: RE: Update issue problem
- Looks like a possible plugin issue.
- Open discussion: RE: Source code editor?
- It is not possible to edit directly in reposi ... ) or clone repository (git) on your PC. This issue is not related to Redmine.
- Help: RE: Watcher list on New Issue
- There is a plugin which will transform checkb ... which then is positioned at the the sidebar.
- Help: RE: Issue update permission for all projects
- Furthermore, after playing around I wonder wh ... ted manually (it as ID 8). Thanks Steffen
- Hi, we have a "Gerrit":http://code.google. ... stem connected to our Redmine, which updates issues, as soon as an issue is referenced in a change set. Gerrit uses the REST API to update issues, however there is one problem: The user (re ... y to give the user a global rights to update issues (comments + issue status) in all projects? Making it an admin also doesn't help. Thanks in advance Steffen
- We've used Redmine for a while now. We added ... in Urgent. This is tedious because if one Issue gets completed, we have to manually update all the other Issues' Ranks to be appropriate. Also, sorting do ... l than Priority - i.e. if you've got 20 High Issues, how do you know which one to work on first ... ter would be if you could just drag and drop issues and their Ranks would get updated. Thanks...
- Hi all, I'm trying to overide model getter ... r.to_prepare and see the debugger go to the "Issue.send" line every time but I keep getting the ... <pre> module RedmineDoneRatioFix module IssuePatch def self.included(base) bas ... her.to_prepare :redmine_done_ratio_fix do Issue.send(:include, RedmineDoneRatioFix::IssuePatch) end </pre> link to my stack ove ... ails-debugging-redmine Please help me.
- Hi, I was running some automatic testings ... > Linux Server Any idea want might be the issue? Thanks Regards T
- I have about 200 reporters for my project in Redmine, and I want to avoid that when creating a new issue there are these 200 reporters as selectable watchers in the page. Can i Deactivate this ? thanks
- Hello, I discovered Redmine several months ... of importance. h3. All fields of the “New issue” form are visible to every role This is w ... ty, the assignee or the estimated time of an issue. Moreover, it unnecessarily complicates the ... . There was no clean way to indicate that an issue was affecting a shipped version or the curre ... rsion version:1.2.0. h3. The author of an issue and its reporter are the same user For mo ... s probably not a problem, as users enter new issue reports directly into Redmine, so the report ... r. However, it is common that clients report issues by email, and these issue reports are entered into Redmine by a develo ... ll not receive email notifications about the issue. * The issues for which a user is a reporter don’t show u ... request #9701 about this. h3. No standard issue...
- Hi I'm quite new to redmine. My main drive ... of the parent, like: - versions - wiki - issues - repositories Also, I would like to have cross project issues. For example, open a bug in a project that ... o the right documentation Regards Pablo
- I don't know it's a bug or it should work in ... ate == current date, but later most of those issues were grouped in more general parent tasks a ... ty if every children has empty start/end date
- Hello, I have a problem adding git repos t ... em as reported here: http://www.redmine.org/issues/9128 although I am on Linux (CentOS 6) not Windows. Thanks
- Hi, My redmine install is on a subdomain r ... lled by vps support personnel) there are two issues : 1- Once logged in, unable to logout 2 ... at ruby/rails, so a few hints will also do :)
- Help: RE: Update issue problem
- the problem make that automatcly changed from task to error
- Development: RE: Redmine ruby rest API error `instantiate_collection': undefined method `collect!'
- if seems that there is an error with the json ... format and it's working ... <pre> class Issue < ActiveResource::Base self.site = 'http: ... d = 'test' self.format = :xml end </pre>
- After i updated from 1.04 to 1.2.2 (Windows s ... und error. What would you advice for this issue? Thank you
- Hi, I have just installed redmine 1.2.2 an ... e 'rubygems' require 'active_resource' # Issue model on the client side class Issue < ActiveResource::Base self.site = 'http: ... self.password = 'test' end # Retrieving issues issues = Issue.find(:all) puts issues.first.subject </pre> But when i run thi ... .2 ? Someone can help me on this ? Thanks