Project

General

Profile

Search

Results (18215)

Help: RE: Where to start with performance analysis?
Hi Eric, I work with Michael and have some in ... . I'm now not sure if this is now a Redmine issue or simply a Rails issue... Any thoughts would be greatly appreciated. Thanks, Wade 2009-05-29 19:54
Help: RE: Hide issues/releases from certain roles?
Thanks a lot, Brad! The separation between in ... nal users is exactly what I am interested in. 2009-05-29 19:43
Help: RE: Hide issues/releases from certain roles?
Nope. There is "this issue":http://www.redmine.org/issues/337 though. Not in the core yet. 2009-05-29 19:11
Help: Hide issues/releases from certain roles?
Hi all, is it possible to make individual issues and releases visible only for certain roles ... s a bunch in advance! Best regards, Diana 2009-05-29 17:44
Open discussion: RE: Code posting and using Apache server?
Sorry but I am new to this. I don't need to d ... the redmine side (I'm using XP for unrelated issues). While thats an example what things woul ... ly use the IP address atm for accessing it). 2009-05-29 13:08
Open discussion: No tracker is associated to this project. Please check the Project settings.
Hi, I've installed redmine ok and gone thr ... hing turned on but when I go to create a new issue on the project I get the following message. ... all the modules turned on for the project ( Issue tracking, Time tracking, News, Documents, Fi ... Modules , * Members , *Versions , * Issue categories , * Wiki , * Repository , ... n't see anyone else posting this problem? 2009-05-29 11:11
Plugins: RE: Code Review Plugin
Haru Iida wrote: > Thanks Michael, Jens. > ... ode review module similar to the one in the Issue Tab. 2009-05-29 06:41
Plugins: RE: Ticket grouping plugin
<pre> ActionView::TemplateError (undefined l ... 68>) on line №15 of vendor/plugins/redmine_issues_group/app/views/queries/_form.rhtml: </pre ... oles* for example http://www.redmine.org/issues/3347 2009-05-28 20:31
Plugins: RE: Ticket grouping plugin
Jason Messmer wrote: > Another missing method sort_criteria in _subissues_list.rhtml, which is not in 0.8.4 in sort_h ... plugin work on Redmine 0.8.4 version tomorrow 2009-05-28 19:59
Plugins: RE: Ticket grouping plugin
Jason Messmer wrote: > It works...but for so ... to crash/hang whenever I try to show/edit an issue within the issue list. I had the same issue with the previous versions of the plugin but it happen when I try to show an issue in the Activity list. I will dig more into this when I have time. Another issue I saw was the lang/en.yml file was missing s ... Another missing method sort_criteria in _subissues_list.rhtml, which is not in 0.8.4 in sort_helper.rb. I think it is for 0.9 baseline 2009-05-28 18:54
Open discussion: RE: Issues Relationship
You need to create a version. When you do, a ... sion view page will appear called "Estimate". 2009-05-28 18:34
Plugins: RE: Ticket grouping plugin
It works...but for some reason it runs anothe ... to crash/hang whenever I try to show/edit an issue within the issue list. I had the same issue with the previous versions of the plugin but it happen when I try to show an issue in the Activity list. I will dig more into this when I have time. Another issue I saw was the lang/en.yml file was missing some fields... 2009-05-28 18:14
Help: RE: 500 Internal Server Error after accidental reconfig
Can you access it on other ports, say if you ... il them while you're debugging these sort of issues. Could you post any relevant information ... he logs or any other specific error messages? 2009-05-28 18:13
Plugins: RE: Ticket grouping plugin
Is project_tree_options_for select option imp ... <ActionView::Base:0x3f26790>) on line #73 of issues/_add_subissue.rhtml: </pre> 2009-05-28 16:54
Open discussion: RE: Issues Relationship
Brad Beattie wrote: > My plugin, Schedules, ... nd it will calculate start and due dates for issues (and the end date for the version too). ... en, estimate hours and due dates.. Thanks! 2009-05-28 11:32
Plugins: RE: Ticket grouping plugin
Sorry about my bad Engnlish. I'm install your plugins, but when I open page: /projects/cs/issues I see: <pre> NoMethodError in Issues#index Showing queries/_filters.rhtml whe ... : Trace of template inclusion: /app/views/issues/index.rhtml RAILS_ROOT: C:/red Applicat ... Trace | Full Trace vendor/plugins/redmine_issues_group/app/views/queries/_filters.rhtml:105:in `_run_erb_47vendor47plugins47redmine_issues_group47app47views47queries47_filters46rhtml ... tion_view/base.rb:277:in `render' app/views/issues/index.rhtml:8:in `_run_erb_47app47views47issues47index46rhtml' app/views/issues/index.rhtml:5:in `_run_erb_47app47views47issues47index46rhtml' app/controllers/issues_controller.rb:67:in `index' app/controllers/issues_controller.rb:66:in `index' </pre> 2009-05-28 10:55
Help: Is minimum version really Ruby 1.8.6?
Hi Redminers, A quick question - I'm abou ... 1.8.6"? I've looked through the forums and issues and it seems like people are happily runnin ... this setup. Thanks for any help, Dave 2009-05-28 10:49
Plugins: RE: Ticket grouping plugin
I had error on Redmine trunk(r2768) OK whe ... .. backtrace is below. ----- Processing IssuesController#show (for xxxxxxx at 2009-05-28 1 ... action"=>"show", "id"=>"xxx", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError ( ... e514>) on line #17 of vendor/plugins/redmine_issues_group/app/views/issues/_subissues_list.rhtml: 14: if User.current.admin? ... ew_project_id] 20: @target_project ||= @issue.project C:/Program Files/ruby-1.8.6/l ... `method_missing' vendor/plugins/redmine_issues_group/app/views/issues/_subissues_list.rhtml:17 C:/Program Files/ruby-1. ... `method_missing' vendor/plugins/redmine_issue... 2009-05-28 07:58
Open discussion: Auto Re-Assignment
I was wondering if anyone has ever implemented a mechanism where when a Issue is "Resolved", it automatically re-assigns the issue to the person who opened it. Looking forward, I would like to have a means to where a given issue in an area will be assigned to the QA owner ... would be very much appreciated. -Michael 2009-05-27 20:27
Help: RE: Change status due to subversion integration not working
I finally found the solution : The syntax must be Issue# 107 Resolved 107 Just need to search a little more. 2009-05-27 17:23
Help: Change status due to subversion integration not working
Hello, I just tried to use the integration with subversion to set the status of the issue to 'resolved' with 100% done. But it doesn't work. Redmine makes the link with the corresponding issue so that's not the problem. I think I don't use the right syntax : the issue keyword is configured as 'Issue#' and the fixing keywords is configured as ' ... herefore I put the following in comment : Issue# 107 resolved Blabla am I right ? If y ... roblem ? Regards Christophe Absil 2009-05-27 16:56
Help: RE: email notifications regarding news items, documents uploading etc
Looks like this is being tracked as an issue here: #2549. 2009-05-27 16:41
Help: Scrum plugin queries.
I have installed scrum plugin, issue_grouping and story decomposition. I have fol ... d ? 4. Scrum plugin just changed the old issue into product backlog and new issue into sprint backlog. isn't? Redmine detai ... nd sprint backlog which is fully implemented. 2009-05-27 14:37
Plugins: RE: Code Review Plugin
How can i delete a code review task assigned ... ose records are wrongly created due to some issue in the early version of the code review plug ... "Cache-Control"=>"no-cache"} </pre> 2009-05-27 14:32
Help: RE: recive email to create issues
You could try using the internal name for you ... efore the information tags? > here is the issue-text > > Project: test-projekt-demo > Tr ... So, I also created a private Uncategorised Issues project, which I set as the default to receive issues, if the project is incorrectly specified. ... s=Neu priority=Normal *project=uncategorised-issues* move_on_success=INBOX.read move_on_failure ... edmineReceivingEmails]]. Cheers, Jamie. 2009-05-27 03:06
(16551-16575/18215)