Search
Results (18279)
- 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.
- 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>
- 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.
- 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>
- 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!
- 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.
- 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?
- 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
- 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.
- 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)
- 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! :)
- 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.
- 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!*
- 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. (^^;
- Help: RE: Plugin Dev - Add a transient field to a model (Issue, in this case)
- bump. nobody?
- 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
- 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.
- 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>
- 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@)
- 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*
- 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.
- 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>
- 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
- 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?
- 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!