Search
Results (18317)
- Help: RE: Forced Logout when adding parent Ticket
- I'm also having the same issue; I'm on version 1.0.5.stable (MySQL). If I t ... any progress finding out the source of this issue or a workaround?
- Help: RE: Can't login suddenly
- Is there a issue in a bug tracker i can track at which svn ve ... an't find "r1187695" in status site till now.
- Just in http://www.redmine.org/projects/redmine/issues/new, how can I add that information form (in yellow) ?
- There are multiple properties that can be changed when moving an issue between projects, i.e. Project: Tracker ... get the following error: Failed to save 1 issue(s) on 1 selected: <projectname> We've bee ... else run into this problem? Redmine 1.2.1
- Help: RE: Issue update permission for all projects
- Thanks for your answer! I've checked it ag ... harder thing to tackle..? Thanks Steffen
- Open discussion: RE: Redmine first impressions and missing features
- At first, thanks for sharing your findings af ... review in this forum-post and the referenced issues. I've already responded to some of the issues you've opened but wanted to reply to some t ... t outlined, feature request to include this (issue-voting) into the Redmine core. I (an issue-triaging contributor, not Redmine core devel ... n the core and I'd like to have at least one issue open for future feature additions unless cor ... rt” tracker. Also, the use of the “Feedback” issue status is unclear to me. I know that these a ... back" status can be used to indicate that an issue requires (more) feedback from the issue author / issue note author(s). > What is the best way to ... ability to display in a wiki page a list of issues matching a specific search (#9704). This wi ... oded (either as plugin or as a core feature).
- Help: RE: How to rank and sort issues numerically
- Alan Bowsher wrote: > [...] We added a custo ... ter would be if you could just drag and drop issues and their Ranks would get updated. It's ... t also has a drag and drop enabled interface.
- Help: RE: Watcher list on New Issue
- Gurvan Le Dromaguet wrote: > But I have more ... me with the feature : http://www.redmine.org/issues/8050 where we want to select attributes to ... I don't think so, cause it deals with the issue attributes and the issue watchers aren't attributes of issues. Nevertheless, I agree that it deals with an important feature.
- Help: RE: Issue update permission for all projects
- Steffen Gebert wrote: > Is there a way to give the user a global rights to update issues (comments + issue status) in all projects? Making it an admin ... projects with a role with includes the @Edit issues@ and @Add notes@ permissions. Admin or not. ... or any differences between the two roles.
- Help: RE: Issue update permission for all projects
- Steffen Gebert wrote: > Is the _Members_ rol ... f them is considered as "special" in any way.
- 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