Project

General

Profile

Search

Results (18019)

Help: Confirmed the problem, should it get entered as a bug?
I believe I have tracked this down to an issue with the IE browsers interacting with redmin ... es. Example of redmine respond_to code in issues_controller.rb: respond_to do |format| format.html { render :template => 'issues/index.rhtml', :layout => !request.xhr? } format.atom { render_feed(@issues, :title => l(:label_issue_plural)) } format.csv { send_data(issues_to_csv(@issues, @project).read, :type => 'text/csv; header ... format.pdf { send_data(render(:template => 'issues/index.rfpdf', :layout => false), :type => ' ... wing troubleshooting code in index method of issues_controller.rb. puts "**** HTTP Request t ... ould be entered as bug? Will 2008-04-30 00:40
Help: RE: Repository Problem
I checked again - @Thomas you are right - there is a certificate issue on my SVN server - I will try to get this resolved and test https again... Thanks, Andy 2008-04-29 18:34
Help: RE: How to get the TOC to work?
Upps correct is: http://www.redmine.org/issues/show/172 2008-04-29 17:03
Help: How to request help
Welcome in Redmine help forum. Feel free t ... your problem in the application (creating an issue, adding a project, etc.) Thank you. 2008-04-29 15:52
Help: RE: RE: Migration Mantis - Redmine
Mantis is configured with the host being loca ... rd from 10.201.0.111, you'll have connection issues. Read your docs carefully. 2008-04-29 13:15
Help: RE: Browsers automatically given a PDF of issue/issues target page by default.
Hello Will, Since that kind of problem nev ... version of redmine are you using? Thanks. 2008-04-29 09:56
Help: Browsers automatically given a PDF of issue/issues target page by default.
Problem: --------------- Some PCs/browsers cannot see issues or issue lists, the browsers are automatically given ... y default. Users therefore cannot access the issue pages or issue list pages. Examples: --------------- 1. User clicks Issues tab in project and download PDF box opens. - If opened the PDF contains the list of issues. 2. User clicks link to a single issue and download PDF box opens. - If opened the PDF contains the single issue. 3. User clicks "create" on new issue page after entering issue and download PDF box opens. - If opened the PDF contains the single issue just created. Server Details: ---------- ... eas would be appreciated, Thanks, Will 2008-04-29 00:27
Open discussion: RE: How to donate funds towards Redmine project?
Let me join the party and send a contribution ... company tons of hazzle of developing our own issue management system. Mark 2008-04-28 22:07
Open discussion: RE: RE: undefined function 'textilizable' when using mailer.rb
Version is 0.6.4. You can see what I did in ... atch, coming shortly) If you've fixed the issue, then perhaps you can remove the unnecessary ... ript if you include it with the distribution. 2008-04-28 06:04
Help: RE: RE: RE: How "Related issues" works exactly?
So, open a feature request, pointing to this thread. 2008-04-26 14:04
Help: RE: how to make log time as mandentory when issue or bug status is changed
Dinesh, Redmine is not directly able to do ... h an SVN hook: force your user to provide an issue reference in their commit, then in your hook, check that a log time exist for this issue. If not, refuse the commit. It's a little bi ... abreviation, internet is not a mobile phone. 2008-04-26 13:30
Help: how to make log time as mandentory when issue or bug status is changed
reader, when bug is submitted,developer ch ... lh: no need to make a code block for that...) 2008-04-26 07:37
Open discussion: undefined function 'textilizable' when using mailer.rb
I'm trying to use the Mailer.rb model, and when I try to send mail for an issue I get error stating undefined method `t ... r model object in an arbitrary ruby script? 2008-04-25 15:07
Help: RE: RE: How "Related issues" works exactly?
I agree with Maxim on this one. The automati ... duplicates left me unexpectedly with no open issues tracking my overly reported problem. In ot ... d in my other post. Best regards, Dan 2008-04-25 14:40
Help: RE: Data have been updated by another user
Seems like I'm having a conversation with mys ... o multiple browser windows but with relating issues as duplicates of each other. I have three issues eg. A,B and C that are all reporting the same bug. Issues A and B were entered first and related as d ... change the state of C successfully. 2008-04-25 14:32
Open discussion: Message history sort order
Hello! Is it possible to change the sort order for message history related to issues/forums. I wan't to have the newest reply first. Thanks! 2008-04-25 11:49
Open discussion: Due date reminder
Hello! Is it possible to have an e-mail sent to the owner of a issue when due date is less than for example 3 days? Thanks! 2008-04-25 11:43
Open discussion: Feature Request
Hello - I've tried Redmine for few days no ... I'd like to be able to assign tags to items (Issues, Documents..) 2. I'd like to see a feature ... ackages I'd like to be able to assign Risks, Issues, Actions, Documents. 3. Risks register cou ... d my PMP certification ! Merci! Vincent 2008-04-23 22:36
Help: RE: Upgrade from v0.6.1 to v0.7.0 RC1 - 500 Error
I get the same error from the latest in SVN: NameError in Issues#show Showing issues/_history.rhtml where line #11 raised: <pre> "issue" is not a valid constant name! Extracted ... ls_helper.rb:21:in `render_notes' app/views/issues/_history.rhtml:11:in `_run_rhtml_47app47views47issues47_history46rhtml' app/views/issues/_history.rhtml:1:in `each' app/views/issues/_history.rhtml:1:in `_run_rhtml_47app47views47issues47_history46rhtml' c:/ruby/lib/ruby/gems/1. ... tion_view/base.rb:352:in `render' app/views/issues/show.rhtml:87:in `_run_rhtml_47app47views47issues47show46rhtml' c:/ruby/lib/ruby/gems/1.8/ge ... chmarking.rb:51:in `render' app/controllers/issues_controller.rb:106:in `show' c:/ruby/lib/ru ... onds.rb:107:in `respond_to' app/controllers/... 2008-04-23 19:12
Help: Adding new tabs under the redmine "home" page
Hi I am testing the latest redmine from sv ... ulti-project support, but there is couple of issues that I would like to customize but I do not ... "generic forum", "about" and "news" for the issues which are whole site specific rather than i ... st some smarter way to do this? Mika 2008-04-23 17:24
Help: Upgrade from v0.6.1 to v0.7.0 RC1 - 500 Error
After a recent upgrade, we have one issue that results in a 500 error upon selecting i ... s to happen just for this one. Processing IssuesController#show (for 192.168.2.110 at 2008-0 ... "action"=>"show", "id"=>"24", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError ("issue" is not a valid constant name!) on line #11 of issues/_history.rhtml: 8: <li><%= show_detail ... elper.rb:21:in `render_notes' app/views/issues/_history.rhtml:11:in `_run_erb_47app47views47issues47_history46rhtml' app/views/issues/_history.rhtml:1:in `each' app/views/issues/_history.rhtml:1:in `_run_erb_47app47views47issue... 2008-04-23 16:49
Help: RE: Wiki help - double colon
It looks like a textile issue. Consider opening a defect. 2008-04-23 14:19
Help: RE: redmine very slow to respond when submiting issues
Try to turn off email notification in your co ... efore enable it again ;) PS: I think this issue is in the FAQ. 2008-04-23 14:10
Help: RE: Changing a project identifier?
Hi Andreas, I'm trying to do the same thin ... nformations of my project (wiki, repository, issues, ...). I will try to find how to modify the missing information for the project identifier. 2008-04-23 13:23
Help: redmine very slow to respond when submiting issues
I'm using Redmine 0.64. Every time I submit a issue or issue change there is a delay of 30s between submi ... I'm pretty sure this is some configuration issue, but I'm not sure how to debug this. Please advise. Thanks, Dan 2008-04-23 12:21
(17851-17875/18019)