Project

General

Profile

Search

Results (18291)

Help: RE: Add watcher does not show on updating issue
Egbert Koomen wrote: > In the roles & permis ... ose from the monitoring & controlling plugin? 2013-10-17 16:20
Help: Add watcher does not show on updating issue
In the roles & permisson all monitoring items ... ossibility to add watchers while updating an issue does not show? (It does show when creating a new issue but that is not what I'm looking for) Can anyone tell me what is wrong? 2013-10-17 16:05
Help: Redmine login issue from different application
Hi, I have a rails application and I want to ... o login). Can anybody please help me on this issue. 2013-10-17 08:11
Help: RE: Parent task is invalid
Project 100 > Project 120 > > Issue 100 > > Issue 102 2013-10-16 16:57
Help: RE: Parent task is invalid
Yes both issues are part of a same project within a project. Project 100 Project 120 Issue 100 Issue 102 2013-10-16 16:56
Help: Fields autocomplete and filtering by fileds comparioson
Hello. My aims are: 1). To make some field on issue creating page to be dependent on some other ... le and generic solution. 2). To filter my issues in more flexible way. Specifically, I need ... to find something there. Any suggestions? 2013-10-16 15:41
Help: RE: Parent task is invalid
Are both Issues in the same project? 2013-10-16 07:07
Help: Parent task is invalid
I am receiving this message after I assign mo ... Example Parent Task 239 to 72 Attach Issue 240 to 72 receive Parent task is invalid when saving. 2013-10-15 22:25
Help: RE: How do I add "affected version" and "target version"?
Jason, * To add Target Version: Add a versi ... for example) Create a new custom field for Issues such as: !affectedversions.jpg! So you ... rsion without being Administrator. Cheers, 2013-10-15 12:53
Development: RE: Redmine Reports
This works fine @def time_entry_to_csv( ... project.name, (time_entry.issue.subject if time_entry.issue), if time_entry.comments == ... ime_entry.hours, time_entry.issue.estimated_hours, time_entry.issue.spent_hours ]@ 2013-10-15 11:04
Development: RE: Redmine Reports
I need help with this: I have a code: @ ... project.name, (time_entry.issue.subject if time_entry.issue), time_entry.comments, ... ime_entry.hours, time_entry.issue.estimated_hours, time_entry.issue.spent_hours ... y the character "-"* Thanks for your help 2013-10-15 09:54
Help: RE: Git repository browser: display branch information
Such a feature is not (yet) implemented in Re ... ested (and patched) in #5386 and its related issues. 2013-10-15 04:04
Help: Git repository browser: display branch information
I have set up Redmine for the FreeNAS project. If I click on the links at the bottom of this issue: https://bugs.freenas.org/issues/3185 It takes me to the Repository brows ... Git behave the same way, that would be cool. 2013-10-15 00:56
Help: How do I add "affected version" and "target version"?
With my last company we used redmine and had: ... ion" which we put the current version of the issue "target version" which we would set when we ... g is hosted on http://www.hostedredmine.com/) 2013-10-15 00:30
Help: RE: Error While saving Wiki (Arel::Table failed) acts_as_versioned
The patch in the issue #14773 fixed my problem. Direct link to the patch: https://github.com/edavis10/redmine/pull/51 2013-10-14 15:07
Open discussion: RE: Boards / Forum topic history + forum message extra filed
James (go2null) wrote: > Krzysztof: > > ... ndicated. > # Next solution would be to use issues in the same project, but assigned to Client. > # Other solution would be to use issues in a seperate client project. > > Take a ... > > Overall, wahtbI'm suggestimg is that issues is the way to go, not forums, for what you ... s sense however using Forums is simpler than Issues for my clients. I will think about it. 2013-10-14 13:00
Help: RE: Error While saving Wiki (Arel::Table failed) acts_as_versioned
FTR: this is reported as issue #14773. Please elaborate on that issue and add some more information about how this issue can be reproduced. Thanks in advance. 2013-10-14 03:21
Help: RE: Redmine does not work with SELinux enabled (using FCGI)
Well, this doesn't seem to be a redmine issue, perhaps an SELinux expert may be able to get passenger up and running... 2013-10-12 22:39
Help: RE: Error While saving Wiki (Arel::Table failed) acts_as_versioned
Hello Leandro, It seems that there is a "p ... github.com/edavis10/redmine/pull/51 for that issue. I checked, this patch is not applied in Redmine 2.3.3 Cheers, Martin 2013-10-12 14:27
Open discussion: RE: Show assignee on chart in better gantt plugin
pls check [home]/lib/redmine/helpers/gantt.rb. Something like below. if issue.due_before coords = coordinates(issue.start_date, issue.due_before, issue.done_ratio, options[:zoom]) # label = "#{ issue.status.name }" label = issue.assigned_to.present? ? "#{ issue.assigned_to.name }" : "" label += " #{ issue.done_ratio }%" if issue.done_ratio > 0 && issue.done_ratio < 100 else coords = coordinates(issue.start_date, issue.start_date, 0, options[:zoom]) # label = "#{ issue.status.name }" label = issue... 2013-10-12 13:05
Plugins: RE: CustomFieldFormat
According to what I see in the "source code": ... r.rb you can do project substitutions on the issue text but not on header. It would be quite ... o implement it yourself. Cheers, Martin 2013-10-12 07:55
Development: RE: Hook plugin help
Hello Pedro, You could try: <pre> <code class="ruby"> new_project = Projet.new( :name => issue[:subject], :description => issue[:subject], :homepage => issue[:subject], :is_public => false, :parent_id => issue[:project_id], :identifier => issue[:subject], :tracker_ids => [ 2, 6 ] ) if ... me to look for its name. Cheers, Martin 2013-10-12 07:25
Open discussion: RE: Effective Time Logging
Анна Лосева wrote: > hi guys, i dont now, ho ... c OS) for counting and logging time spent on issues in Redmine. Because of this I think that th ... nd (3) is shown on Administration -> Plugins. 2013-10-12 03:05
Open discussion: RE: Adding + sign in a custom field
Supposing you are talking about the add icon ... category_ and _target version_ fields on the issues new/show/edit views, while being logged-in ... such feature is not available for any other issue fields other than the two I've mentioned before nor for custom (issue) fields. HTH 2013-10-12 02:19
Help: RE: Work Break down Structure for Project Planning
Your question was answered a month ago in #14 ... mine, you could use hierarchically organized issues to create a WBS, but from my experience, a ... the form of a tree structure is recommended. 2013-10-11 19:15
(6876-6900/18291)