Search
Results (18279)
- 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.
- 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/)
- 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
- 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.
- 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.
- 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...
- 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
- 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...
- 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
- 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
- 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.
- 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
- 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.
- Hi, I installed the release note plugin for ... ------------- Release Notes: Type:Bug Issue: #5 subject: yyy Release Note: bla bla bla Type:Feature Issue: #6 subject: Release Notes Release Note: R ... ct title and description?* Thanks Richard
- Hi, we have installed the redmine_meeting pl ... y of our project management. we have some issues for the email notification, which is sent t ... ontent, which links directely to the meeting issue like: http://my-redmine-server-address/pr ... s, how to do, are welcome! Thanks Richard
- Help: RE: Redmine runs under webrick but not Apache
- Hello Ruari, I see 3 issues: # The passenger loading is commented in y ... he production environment? Cheers, Martin
- Hi dear, my english is bad. I need help wit ... for him with collumns number, user, project, issue, comment, spent time for selected week, esti ... from previous week Thanks for help me
- Sorry to post a common issue but I have been looking for days and not yet ... s the error I get when I try and visit it at issue.mydomain.com. <pre> Could not find mime- ... n/ruby <VirtualHost *:80> ServerName issues.mydomain.com DocumentRoot /var/www/htm ... ory> </VirtualHost> </pre> If I go to issues.mydomain.com:3000, I get the default Apache ... oss, any help would be massively appreciated!
- Open discussion: RE: New time tracking timer for redmine!
- I was able to resolve the issue, time tracking entity had activity as a mand ... be added to store the response from Redmine.
- Help: RE: Setting project_path & Default View to 'Issues' rather than 'Overview'/#show
- Jackie Pang wrote: > If you find out where ' ... onrails.org/routing.html#path-and-url-helpers
- Open discussion: RE: New time tracking timer for redmine!
- kartik s wrote: > I saw the error log this w ... ate as XML > Parameters: {"time_entry"=>{"issue_id"=>"18", "hours"=>"0.0475", "comments"=>"" ... discussion: rmclient doesn't work with https.
- Help: RE: Rest API Getting list of objects with multi parameter filters
- I tried <pre> .../redmine/issues.xml?author_id=[24,34] .../redmine/issues.xml?author_id=[24] </pre>This does not wor ... ou may want to open a feature request for it.
- Plugins: RE: Redmine Issue Reminder - Version 0.0.1
- I've so far had to work around it. Having no ... t quickly schedule a new task to point to it.
- Plugins: RE: Redmine Issue Reminder - Version 0.0.1
- Matthew Houston wrote: > This looks like suc ... and literally all of them were demanding it.
- I'm not sure if this is a help request or a f ... am trying to get a list of various objects (issues, users, etc...) with some flexible filter o ... ample, I would like to get a list of all the issues from 2 different authors .../redmine/issues.xml?author_id=24,34 Which doesn't work, it just returns the issues from author 24. I've tried a couple of variations but nothing returns more than one authors issues. Is there any way to filter with 2+ values for the parameter? Thanks Matt