Search
Results (18298)
- Help: RE: Assigned issue to group.
- valentin polozov wrote: > Hello, > Is it possible assigned issue to group? What I can do for this? Yes. If ... w up in the "Assignee" field when editing an Issue. // Rolf
- Hello, Is it possible assigned issue to group? What I can do for this?
- Plugins: RE: Rails 3 porting issues
- Another problem I had is that there is no rep ... one folder. So I was forced to split them.
- So I'm sure it's something simple but I've go ... s using and it can make ldap queries without issue. Although, I'm sure it's something silly tha ... n the domain, that I just created in redmine.
- Plugins: RE: XLS export plugin
- Karel Picman wrote: > Vitaly, > Why you haven't included export_history.patch providing issue history options into the new release v014? ... include it in the next release, i promise :)
- Plugins: RE: XLS export plugin
- Bhavin Shah wrote: > Hi Vitaly, > > I am ... do it, depending on how you made those extra issue details appear. If you organized your data a ... column class and add it before export.
- I am getting this error after Upgrading to 2. ... r4, "roles"."permissions" AS t2_r5, "roles"."issues_visibility" AS t2_r6 FROM "members" LEFT OU ... r4, "roles"."permissions" AS t2_r5, "roles"."issues_visibility" AS t2_r6 FROM "members" LEFT OU ... ERE "settings"."name" = 'display_subprojects_issues' LIMIT 1[0m [1m[35mCACHE (0.0ms)[0m ... [36m (4.0ms)[0m [1mSELECT COUNT(DISTINCT "issues"."id") AS count_id, tracker_id AS tracker_id FROM "issues" LEFT OUTER JOIN "projects" ON "projects"."id" = "issues"."project_id" LEFT OUTER JOIN "issue_statuses" ON "issue_statuses"."id" = "issues"."status_id" LEFT OUTER JOIN "trackers" ON "trackers"."id" = "...
- Help: RE: cannot upgrade database to redmine 2.0
- Same issue for me. winfred zhu wrote: > I just wa ... 23 Tasks: TOP => db:migrate => environment
- Hi, I'm investigating using Redmine as an ... I've installed Redcase but have a strange issue with it. Every time I go to the Test Cases ... n in both Firefox and IE8. Thanks, Rob.
- Hi folks, I set out to install Redmine 2.0 ... version in it, but when I want to create an issue, I get an internal server errors and my prod ... 405:in `mail' app/models/mailer.rb:48:in `issue_add' app/models/mailer.rb:416:in `initial ... ler.rb:429:in `method_missing' app/models/issue_observer.rb:20:in `after_create' app/controllers/issues_controller.rb:148:in `create' </pre> To ... is trying to send me an email about the new issue, but that fails somehow. My second guess wou ... rsion 1.4.0, but I am not 100% sure creating issues worked in 1.4, as I have not used my redmin ... coding if the changes to be made are small...
- I want to update a atribute inside the table issues I write this code (to udate only the with the id 121) issue = Issue.find(121) issue.update_attribute(:status_id, 6) And Redm ... tack level to deep I have also tested issue = Issue.find(:last, :conditions => { :id => 121 } ) issue.update_attribute(:status_id, 6) and has ... you help me ? Thanks in advance
- Currently, Redmine uses user names for user c ... https://github.com/leovitch/redmine_importer/issues/22 ) To fix this, one solution is to cha ... a reasonable tradeoff. What do you think?
- Hi all, I can't find out how to save a customized issue report filter for all users, only for myself ... inters about how that can be done? // Rolf
- Help: RE: Trying to install Redmine 2.0 on a windows 2008 server as a service
- For what is worth, I've dropped using Mongrel ... and quick dirty code though, might have some issue when stopping service but it works. Also no ... e PID in Windows is unique. Hope it helps.
- Plugins: RE: Weekday in calendar
- Weekend issue should be fixed with plugin version 1.1.0
- Hi, In all the core views of redmine, I see if statements that check this : @issue.safe_attribute? 'string' My question is : ... ond effects ? Thank you ! Best regards,
- Open discussion: RE: Notification of high priority issues
- did you get any further with this? I see sam ... have an option to set it to 'alert' when an issue is set to a specific priority. seems like a really useful feature
- Plugins: RE: Rails 3 porting issues
- John Yani wrote: > Now I have another issue: routes. Apparently I can't use > > [...] ... look at extra/sample_plugin/config/routes.rb.
- Plugins: RE: Rails 3 porting issues
- Kirill Bezrukov wrote: > I want to use contacts_helper methods in app/views/issues/_contacts.html.erb partial. So use them. They are required automatically.
- Plugins: RE: Rails 3 porting issues
- I want to use contacts_helper methods in app/views/issues/_contacts.html.erb partial. Maybe it is not ... nclude, require or :helper inside lib/patches
- Plugins: RE: Rails 3 porting issues
- So, you want methods from your app/helpers/co ... Helper module and use include ContactsHelper?
- Plugins: RE: Rails 3 porting issues
- @RedmineApp::Application.routes.draw@ works for me
- Help: RE: SOLVED: Cannot upgrade to 1.4.1 Warning about "You cannot specify the same gem twice"
- Same issue here, I just upgraded to the latest version ... edmine.org/plugins/redmine_better_gantt_chart
- Help: RE: bundle install problems
- I think I found the issue in my install - was with the "redmine_better ... edmine.org/plugins/redmine_better_gantt_chart
- Plugins: RE: Rails 3 porting issues
- Sorry just mistake. and <pre><code cl ... mineContacts module Hooks class ViewsIssuesHook < Redmine::Hook::ViewListener require "contacts_helper" render_on :view_issues_sidebar_planning_bottom, :partial => "issues/contacts", :locals => {:contact_issue => @issue} def view_issues_index_bottom(context={}) styleshee ... end end end end </code></pre>