Project

General

Profile

Search

Results (18279)

Help: Receive 403 from API while having access
I'am doing some API calls to the time_entries and issues endpoints of the API. I receive a 403, whil ... rojects does not contain any time_entries or issues. Am I doing something wrong or is this the ... 403 doesn't seem the correct response to me. 2017-12-07 14:00
Plugins: Redmine Activity Report Error
After enabling Redmine Activity Report in Pro ... l.erb (1.0ms) Rendered projects/settings/_issue_categories.html.erb (1.0ms) Rendered proj ... edmine/sudo_mode.rb:63:in `sudo_mode' </pre> 2017-12-07 13:09
Open discussion: RE: Ideas on how to handle Projects and Applications in RM
You could make a top project for your release ... the top project you also have access to all issues of the subprojects together. So you can keep track of both projects at the same time. 2017-12-07 06:23
Open discussion: RE: If the added role does n ... y for the workflow that is granted by default
This is expected behaviour. source:tags/3. ... consider_workflow? has_permission?(:add_issues) || has_permission?(:edit_issues) end </code></pre> 2017-12-07 03:33
Plugins: RE: Is there a plugin that allows you to create types of projects?
Yes, I explainned wrong I want to have custo ... ppears in all the projects. I can do this in issues, but not in projects Thanks! 2017-12-06 15:52
Plugins: RE: Is there a plugin that allows you to create types of projects?
What do you mean? Projects can have custom fields and Issues can have separate custom fields. 2017-12-06 15:40
Plugins: RE: Is there a plugin that allows you to create types of projects?
Thank you!, but is it possible to add fields to projects in addition to issues? Text fields, for example? 2017-12-06 15:15
Open discussion: If the added role does not h ... y for the workflow that is granted by default
Hello, I am Red Mine user. An error has been ... wanted to create. However, there are some issues that arise when the role add-in is excluded ... hank you. it is automatically set to default 2017-12-06 02:25
Help: RE: Help me find in the Ruby code when the task is updated
Artiom Shurupov wrote: > I solved the proble ... rked out well. As the same as with the other issue, this has been part of several other issues and patches already: #13407, #14969, #18496 ... orted for newer upstream releases these days. 2017-12-05 09:48
Help: RE: Help me find in the Ruby code when the task is updated
There are several problems that I solved on m ... ] = p.id p.enabled_module_names = ['issue_tracking', 'news', 'wiki'] p.tracke ... I Have To Say About That"_ *Forrest Gump*(c) 2017-12-05 09:44
Help: RE: Help me find in the Ruby code when the task is updated
I solved the problem like this: * created a ... # Bugs print "Migrating bugs" Issue.destroy_all issues_map = {} keep_bug_ids = (Issue.count == 0) MantisBug.find_each(:batc ... ] && users_map[bug.reporter_id] i = Issue.new :project_id => projects_map[bug.project_ ... _map[bug.reporter_id]) i.category = IssueCategory.find_by_project_id_and_name(i.projec ... me.at(bug.last_updated).to_datetime issues_map[bug.id] = i.id print '.' ... updated_on_New* to *updated_on* * Profit! :) 2017-12-05 09:17
Help: RE: PDF Download in "time entries" gone after update to 3.4.3
Guillermo ML wrote: > We have 3.1.1.stable [ ... o and even the last 3.1.x releases contained issues (see eg. my comment on news#115). I can't t ... h that particular set of software. HTH. 2017-12-05 07:37
Help: Help me find in the Ruby code when the task is updated
I'm not Ruby's programmer. For a week now I h ... was one problem - the dates for *updated_on* issue are not copied. Rather, they are somewhere r ... # Bugs print "Migrating bugs" Issue.destroy_all issues_map = {} keep_bug_ids = (Issue.count == 0) MantisBug.find_each(:batc ... ] && users_map[bug.reporter_id] i = Issue.new :project_id => projects_map[bug.project_ ... _map[bug.reporter_id]) i.category = IssueCategory.find_by_project_id_and_name(i.projec ... bug_ids next unless i.save issues_map[bug.id] = i.id print '.' ... ow+ instead +last_updated+ *Please, help!* 2017-12-04 17:52
Open discussion: RE: Redmine.org tickets vote count list
Hi, Marius. I deleted items completed in 3 ... ed. But,it took me an hour to download 4700 issue XML files. (^^; 2017-12-03 18:57
Help: RE: Plugin Dev - Add a transient field to a model (Issue, in this case)
bump. nobody? 2017-12-01 03:49
Help: RHEL Installation
Hi, I'm working more than one week to insta ... thanks to Bernhard Rohloff I solved a lot of issue.. but redmine is not working.. Has someo ... ial to share? Thanks in advance Maurizio 2017-11-30 15:20
Open discussion: RE: When to use subprojects?
Senguttuvan Ganesan wrote: > I use to put al ... cts is that you can see (roll-up) all of the issues for that customer in one place AND if you u ... an control users at the parent project level. 2017-11-29 20:57
Help: RE: Unable to start application
Ok... I got the issue... sudoers has a different path... now it is pointing to right ruby version next issue :) on redmine_error_log I have <pre> [W ... </Directory> </VirtualHost> </pre> 2017-11-29 16:28
Help: RE: LDAP login execution expired
Sorry for the slow reply. Yes the issue seems to be resolved for me, see another dis ... rather than just Host: @COMPANY.DOMAIN.NAME@) 2017-11-29 13:12
Help: RE: Migrate from Mantis - rake aborted
I'm did it! ...had to sacrifice categories ... project.categories.each do |category| #g = IssueCategory.new :name => category.category[0,30] ... .category] = g.id #end ... #i.category = IssueCategory.find_by_project_id_and_name(i.projec ... egory.blank? ... #puts "Categories: #{IssueCategory.count}/#{MantisCategory.count}" @ ... nsferred *I think this is a small bug too* 2017-11-29 07:37
Help: RE: Redmine sort of executes, but is mired in error 500 and 404s
Additional update: - I'm attempting to run ... d that is an Error 500 with similar redirect issues as above. 2017-11-28 21:50
Help: Redmine sort of executes, but is mired in error 500 and 404s
Hi all, I'm attempting to install Redmine ... see that there's some sort of a redirection issue occurring that will be causing at least some of the issue but I haven't the foggiest idea how to fix i ... dmine plugins: no plugin installed </pre> 2017-11-28 21:43
Plugins: RE: All plugins failing on db migrate
This issue is related with rails 5.1: https://github.co ... ls/blob/5-1-stable/activesupport/CHANGELOG.md 2017-11-28 16:00
Help: RE: Unable to start application
Hi, thanks for your feedback, I know I've no ... Your feedback helped me to find a lot of issues, but still now it doesn't work yet... I've ... ion raise exceptions. Have you suggestion? 2017-11-26 14:39
Development: RE: How to change the corresponding menu_item of a core module with a plugin?
To round this up and make it last forever... ... r.class_eval do def current_menu_item :issues end end </code> </pre> Cheers! 2017-11-24 16:24
(3076-3100/18279)