Search
Results (18298)
- Plugins: RE: Extra query operators plugin
- Hello Vitaly Klimov, We are using Redmine ... llation steps. Now When I click to show issues Redmine crash with this error <pre> Actio ... ze => 6 %></span> </pre> How to fix this issue ? Thanks, Avin Tokade
- Help: RE: Enabling 'Authentication Required' makes site inaccessible
- Siddharth Misra wrote: > Which particular lo ... serve Redmine. I know there are/were several issues with it running current Redmine versions, t ... ior. I think it is most-likely caused by the issues with mongrel itself or the way it is configured.
- Help: RE: Is it possible to make all new tickets default to private?
- It was requested here: http://www.redmine.org/issues/9432
- *Hello guys,* I have a mail like *admin@bl ... put the name of user that have changed some issue* +in the email notification+ like this: * ... olved* - _inserting in default header "From"_
- Hi, I am trying to determine if there is a wa ... based on the start date of the project or an issue that must be completed before the next can start. For example, Issue #1 might have a due date that is always 7 days after the project starts, but Issue #2 needs to be due 10 days after completion of Issue #1. Is there a way to set this to populate a ... ard, I then manually have to alter the other Issues' due dates. Any help would be appreciat ... found anything that will do this. Thanks.
- Help: RE: Forced Logout when adding parent Ticket
- SOLVED: If anyone has this issue, it's due to your login settings. When I log ... but I hope this helps anyone with a similar issue.
- 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.