Search
Results (18215)
- I installed a plug-in (redmine 0.8.3) and got ... a. ArgumentError in GraphsController#old_issues A copy of ApplicationController has been ... id: 1 :query: :project_id: 1 :id: 1 issuesindex_sort: :key: id :order: desc fl ... {"cookie"=>[], "Cache-Control"=>"no-cache"}
- Help: RE: How to close an Issue
- Go to Administration -> Issue statuses. You will see all the statuses. If you see a status has "Issue closed" checked, that one won't show up in your issue list. You can have multiple "Statuses" t ... to a task, that won't show up on the default issue list. "Won't Fix" "Resolved" "Closed" "C ... tails : http://www.redmine.org/guide HTH
- Help: RE: How to close an Issue
- I got solution from irc #redmine problem w ... ion to set status in update page. When an Issue is resolved, i have to set it to Resolved ? ... losed" means ? If i set to show only open Issues, then if a Resolved issue reopened by a user will become Open ?
- Plugins: RE: Issue Vote Plugin
- I made some development mode fixes. Find it o ... ://github.com/jimmyz/redmine_vote/tree/master
- Hi, How do i mark an issue as resolved ? I can't see an option in Issue page. Thanks, Yujin
- Open discussion: RE: Writing plugins or altering source code???
- Patrick, Thanks for the reply, I was referring to a summary of all issues from all projects in the form of a summary ... - http://www.redmine.org/projects/redmine/issues/report We have set up Redmine with sever ... one of the main projects it doesn't show the issues of the sub projects (except in the sub project list) Thanks for your advice anyway Andy
- Plugins: RE: Schedules 0.4.0 beta1
- Nanda Palaniswamy wrote: > Hi Brad, > > W ... er:0x8562194>" > > [...] Please log an issue in "the associated bug tracker":https://proj ... treamsoftware.com/projects/redmine-schedules/issues/new. Thanks.
- Open discussion: RE: Writing plugins or altering source code???
- Hey Andy, For the Summary of all issues, are you talking about a list of ALL issues for ALL projects? If so, you can access /issues from the root of redmine to see that list eg: http://www.redmine.org/issues Hope this helps!
- Help: RE: issue import (email or csv)
- to Benjamin, Yes, you should install "fast ... dependence in the intallation guide, sorry!
- Help: RE: issue import (email or csv)
- Hi, I am trying to use your brilliant plug ... importer, should I get it myself. Thanks.
- Help: RE: Post Commit Hook Help
- Sorry for resurrecting an older thread. I fo ... d while searching for an answer for the same issue. I don't know if the original poster figure ... e post-commit script gets run under for me.
- This may be a rails issue, but I've the number of files in my redmine/ ... lity design problem. Anyone else hit this?
- Help: RE: Redmine and Gmail
- I am using the Bitnami stack as well, runnnin ... S X Leopard. I'm running into the exact same issue, and have been pulling my hair out. Did you ... it is the same Action Mailer plug in....
- Help: RE: Accessing account/show/4 results in a 500 internal server error
- Just found that we have one boolean custom ... rate worked it seems there are some database issue, maybe with a custom field. > ...
- Hi, Some day in april we downloaded and in ... rate worked it seems there are some database issue, maybe with a custom field. So the questi ... public/500.html (500 Internal Server Error)
- Plugins: RE: Problem with redmine-charts plugin (with trunk)
- I came across this issue also while doing a sort of plugin round-up. I've reported it by opening an "issue":http://github.com/mszczytowski/redmine_charts/issues#issue/6 on it's GitHub. Regards, Mischa.
- Plugins: RE: Plugin Graphs 0.1.
- There's a patch on github that I'll apply today that addresses this issue. Pull the latest from there after that commit.
- Hi all, I've recently installed Redmine (usi ... get a 502 exception. I managed to track the issue down in the Mongrel log file to the followin ... s fine again, anyone any idea about what the issue is? Is there another version of the actionma ... ready installed by default? Thanks, Johan
- Redmine 0.8.3 Safari stable and public beta When trying to change tracker while creating an issue I get a 500. /!\ FAILSAFE /!\ Fri May 08 ... :10 Happening for both me and my client.
- When i want to look at the charts/burndown g ... own alias: select sum(journal_details.value*issues.estimated_hours)/sum(issues.estimated_hours) as ratio_done from (select ... urnal_details_id, journals.journalized_id as issue_id from issues left join journals on journals.journalized_id = issues.id and journals.journalized_type ='Issue' left join journal_details on journals.id = ... ournal_details.prop_key = 'done_ratio' where issues.project_id in (7) and (journals.id is null ... reated_on <= '2009-03-07 23:59:59') group by issues.id) left join issues on issues.id = issue_id left join journal_details on journal_deta ... Can anyone help me out here? Thnx
- Help: RE: translation missing: en, field_watcher_users is invalid
- Mischa, After upgrading to the trunk version (revision# 2714) the issue is been fixed as well. Thanks a lot for your support. Really appreciated -Nanda
- Help: RE: Error when trying to add a CustomField for User
- Mischa, After upgrading to the trunk version (revision# 2714) the issue is been fixed. Thanks a lot for your support. -Nanda
- Help: RE: Error when trying to add a CustomField for User
- Hey, Most-likely you are running on Redmine trunk < r2698...? I bet your issue is fixed with that revision... Regards, Mischa.
- I've tried creating new users by talking to t ... e with one exception: When creating a new issue, the users created with the above are presen ... atcher users » is invalid </pre> And the issue won't be created. After the issue is created (without those users), I can add ... individually as watchers without a problem.
- Help: RE: Remove non-required fields from New Issue Screen
- It seems this not possible yet. See feature #3154.