Project

General

Profile

Search

Results (18317)

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
Plugins: RE: Rails 3 porting issues
Kirill Bezrukov wrote: > @PluginHelp_d_er@ Are you sure you spelled correctly? 2012-05-15 15:53
Plugins: RE: Rails 3 porting issues
I have problem with @include PluginHelper@ in ... elpers path does not added to the global path 2012-05-15 15:48
Help: RE: Redmine requires Bundler. But it's there!!
Diluen Cheong wrote: > Here's the screenshot ... e in my browser. Seems not to be the same issue: ??Redmine requires Redmine 1.0.21 (you're u ... a newer version with 'gem install bundler'?? 2012-05-15 14:17
Help: How to copy/duplicate issue with subtasks?
Hi all Is there any way how to duplicate issue with all subtask? (Redmine 1.4.x or 2.x would be perfect) 2012-05-15 10:25
Help: RE: Parent project in the mailer template
I need to add parent issue details to the mail template too. Any pointers? 2012-05-15 09:29
Plugins: RE: Issue Closed Date
Hi Guys, I'm going to update the plugin t ... suporting it to the new versions of redmine. 2012-05-14 16:22
(9601-9625/18317)