Project

General

Profile

Search

Results (18264)

Help: RE: Developer shouldn't change status to 'Resolved' until QC determines it.
That's simple, but tedious :-). Go to the Administration page, then choose Issue Statuses. There you can add a new one, for e ... to appear in the status dropdown within the issue tracker. Then, again on the Administration ... it. No further configuration required. 2009-10-07 22:52
Help: Default Assignee and/or specify assignee in email-created issue
Hi all ! We've been using redmine for abou ... either set up a default assignee per project/issue type, or to be able to specify the assignee when submiting an issue via email (in the message with an "assignee: ... , I have made a custom query for "unassigned issues", and it would be a nice workaround to my p ... right terms. Thanks a lot for your help ! 2009-10-07 08:48
Plugins: RE: New plugin EmailWhining v0.0.1 released
Hi, i have planned to change your plugin a ... in does sent an email to assigned user of an issue if the due date of the issue is near to X days. I have not found an exist ... ed plugin when it's finished? best regards 2009-10-07 08:12
Help: RE: Plugin Permission Issues (Rails? Ruby?)
Sorry for the delay, I've been really busy. ... oller functions....well, that's probably the issue, since I didn't really add anything there related to authorization or permissions. 2009-10-06 20:35
Open discussion: Bizarre behavior with subver ... orking from local address vs outside address.
Anyone come across this scenario and know how to solve this issue below: Accessing Redmine repository page ... ee it. Seems like some type of permission issue, but I'm not sure what. Can anyone help please. 2009-10-06 19:08
Help: no such file to load -- tzinfo/definitions/Europe/...
Hello. I have issue with my Redmine installation. Remine cras ... login button press and on saving changes to issue (or saving new issue). But if i refresh the page after exception ... : @ TZInfo::InvalidTimezoneIdentifier in Issues#show Showing issues/show.rhtml where line #16 raised: no suc ... around line #16): 13: <%= avatar(@issue.author, :size => "64") %> 14: <h3><%=h @issue.subject %></h3> 15: <p class="author"> 16: <%= authoring @issue.created_on, @issue.author %>. 17: <%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) + '.' if @issue.created_on != @issue... 2009-10-06 10:38
Open discussion: RE: Auto assign new issue
You can watch activity or query with non-assigned issues by rss feed for example. 2009-10-06 08:47
Open discussion: Auto assign new issue
We give out access to clients to report issues, but they keep forgetting to choose a value ... ticket. Is there a way to autoassing new issue to a manager or whoever is first in the deve ... nformation - Redmine 0.8.4.devel.2848 (MySQL) 2009-10-06 07:58
Plugins: RE: Ticket grouping plugin
Hi Andrew. it seems that your plugin doesn't ... my plugin. he is attached. When I click in Issues show the error below happen. ActionView ... #<ActionView::Base:0x56ff8d8>) on line #9 of issues/_list.rhtml: 6: </th> 7: <%= so ... 12: <tbody> vendor/plugins/redmine_issues_group/app/views/issues/_list.rhtml:9:in `_run_erb_47vendor47plugins47redmine_issues_group47app47views47issues47_list46rhtml' vendor/plugins/redmine_issues_group/app/views/issues/_list.rhtml:8:in `each' vendor/plugins/redmine_issues_group/app/views/issues/_list.rhtml:8:in `_run_erb_47vendor47plugins47redmine_issues_group47app47views47issues47_list46rhtml' vendor/rails/actionpack ... 39:in `form_tag' vendor/plugins/redmine_... 2009-10-05 23:24
Plugins: RE: Bug cloud not working, missing something?
Kunal Ashar wrote: > I've the same problem. ... iteable by the webserver... Regarding the issue concerning the Bugcloud plugin: [[PluginBugc ... Hope it helps... :) Regards, Mischa. 2009-10-05 22:54
Open discussion: How to add another column to the issues table report?
I would like to know if someone can help me ... l http://0.0.0.0:3000/projects/my_project/issues I need to add another column, lets say " ... , where it reports the last date on which an issue became closed state. as I understand redm ... = 5 and the change would be somewhere in issues_controller, but given my ignorance on ruby ... any help would be very valuable Thank you. 2009-10-05 17:36
Plugins: AssociationTypeMismatch expected Project got Project
Hello, I'm developing a plugin. When I try to ... if @audit_test.save #attach_files(@issue, params[:attachments]) flash[:notic ... _successful_create) #Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added') redirect_to :action => 'ind ... , :query => @query} %> <% end %> Any tip? 2009-10-05 12:30
Plugins: RE: Ticket grouping plugin
Hi Andrew I did install the "awesome_nested_ ... Download from http://github.com/Ubik/redmine_issues_group/ into /vendor/plugins/redmine_issues_group 2.For Redmine 0.8.x install awesome_ ... tart Redmine (Apache, Mongrel, WEBrick e.t.c) 2009-10-05 12:17
Plugins: RE: Graphs plugin
Peter Fern wrote: > Peter Fern wrote: > > B ... on this branch until http://www.redmine.org/issues/3861 is resolved one way or the other , as ... lugin out there! Feel free to vote on this issue if you care about this (you should do! ) 2009-10-05 11:27
Plugins: RE: ToDo lists plugin
I have updated the plugin again. I am runnin ... [parent_object,:todo], :parent_id => todo, :issue_id => todo_issue), :method => :get, 26: 27: ... ect.identifier.to_s + '/' if todo.project}#{'issues/' + todo_issue.to_s + '/' if todo_issue}#{todos_controller}/#{todo.id}", :action ... blic/500.html (500 Internal Server Error) 2009-10-05 07:33
Plugins: RE: Graphs plugin
ciaran jessup wrote: > Eric Davis wrote: > > ciaran jessup wrote: > > > The other issue I have is, that the fork I took (Uwe Koloska ... ect.allowed_to_condition(User.current, :view_issues) unless @project.nil? ... P BY project_id" sql << " ORDER BY issue_count DESC" @@ -267,9 +266,7 @@ class GraphsController < ApplicationController def confirm_issues_exist find_optional_project ... active_children.collect(&:id) - @issues = Issue.find(:first, :include => [:project], :condit ... table_name}.id IN (?)", ids]) + @issues = Issue.find(:first, :include => [:project], :condit ... tion(true)}"]) else @issues = Issue.find(:first) end </pre> 2009-10-05 05:26
Plugins: RE: Importer plugin - Help
Nanda, i ran into similar problems with the p ... e to add special encoding to workaround this issue (the way i did) but this will affect more than one file. 2009-10-04 12:16
Help: Redmine SVN issue
Hello, I've follow the HowTO "HowTo config ... .. Some help would be really nice .... 2009-10-03 19:17
Help: redmine won't sent notification emails
Hi I'm using redmine rev. 2903 Here is ema ... of the production.log: <pre> Processing IssuesController#edit (for IP at 2009-10-03 07:06: ... s (DB: 6) | 302 Found [http://www.domain.com/issues/37/edit] </pre> When I try to run 'mail ... t works fine. Can anybody help? Thanks. 2009-10-03 16:15
Help: Redmine 0.8.5, Passenger, Ubuntu9.04, Apache2.2.... a recipe
I posted here about my installation problems: ... or (No route matches "/plugin_assets/redmine_issues_group/stylesheets/stylesheet.css" with{:met ... 1.3.1-1 2009-10-03 00:03
Open discussion: RE: View issues - order by
Sorry, i have just found a issue for that... 2009-10-02 10:44
Open discussion: View issues - order by
Hi, it's possible to order by a customer field in the issues view? I use 0.8.5 but there it seems not possible. Maybe it's planned for a future release? 2009-10-02 10:40
Help: RE: accept issues via mail from anonymous on non-public project
Some more info about my System: Ruby 1.8 ra ... em: latest version from SVN OS: Debian Lenny 2009-10-02 10:34
Help: accept issues via mail from anonymous on non-public project
Hi, i'm currently struggling with incoming ... on registered users should be able to open a issue via Mail. This also works when te project is ... orking? I'm using the latest svn Version 2009-10-02 10:31
Plugins: RE: Ticket grouping plugin
Lars Pehrsson wrote: > Any ideas as to the cause? See [[PluginIssuesGroup]]. You have to install _awesome_nested_set_ plugin. 2009-10-02 06:13
(15851-15875/18264)