Project

General

Profile

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 2012-05-18 17:49
Help: Assigned issue to group.
Hello, Is it possible assigned issue to group? What I can do for this? 2012-05-18 12:45
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. 2012-05-18 12:24
Help: Active Directory intergration
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. 2012-05-18 01:08
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 :) 2012-05-17 17:31
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. 2012-05-17 17:30
Open discussion: Error after upgrading 1.2.1 to 2.0.0
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 CACHE (0.0ms) ... [36m (4.0ms) SELECT 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" = "... 2012-05-17 16:30
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 2012-05-17 14:15
Plugins: Redcase Execution Suites
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. 2012-05-17 10:45
Help: NoMethodError (undefined method `new' for "sendmail":String) after update to 2.0
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... 2012-05-17 10:03
Development: Update a attribute inside the Database
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 2012-05-17 08:54
Open discussion: Use login instead of user name for CSV export
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? 2012-05-17 03:37
Help: 1.4.1 - How to make report filter links site wide / available for all users?
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 2012-05-17 02:23
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. 2012-05-16 13:59
Plugins: RE: Weekday in calendar
Weekend issue should be fixed with plugin version 1.1.0 2012-05-16 11:28
Development: What is the meaning of the safe_attribute value ?
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, 2012-05-16 09:00
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 2012-05-16 04:12
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. 2012-05-15 21:38
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. 2012-05-15 18:38
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 2012-05-15 16:59
Plugins: RE: Rails 3 porting issues
So, you want methods from your app/helpers/co ... Helper module and use include ContactsHelper? 2012-05-15 16:49
Plugins: RE: Rails 3 porting issues
@RedmineApp::Application.routes.draw@ works for me 2012-05-15 16:48
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 2012-05-15 16:40
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 2012-05-15 16:34
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> 2012-05-15 16:19
(9576-9600/18298)