Search
Results (18305)
- Hi all I have just installed Redmine and a ... ected by postfix to the handler command, but issues are not added to a test project. The produ ... : {"action"=>"index", "allow_override"=>"", "issue"=>{"project"=>"helpdesk"}, "controller"=>"ma ... greatly appreciated. Thanks in advance Vito
- Thanks for the great app, and excuse me if th ... ched auth_source_ldap.rb. I had some initial issues with authenticating over SSL, but these wer ... ewhere on this forum (http://www.redmine.org/issues/3358). # I tried setting the Encoding in the environment.rb but still faced multiple issues with basic issue editing and updating. I've had to make some ... h is easily patched. There are also other issues with encoding and PDF generation, but I've ... mments/suggestions would be welcome. Mezza
- Help: RE: I can't receive email when i add the news, please help me.
- when i query the settings table: select * ... s where name like '%notif%' Text --- - issue_added - issue_updated - news_added - document_added - message_posted
- i can't receive email when i add the news. ... ail when i add users/add forums comments/add issues/update issues. But when I add the documents, add news, ... so, anyone could help me please? thanks.
- hi all, Sometime, it is very helpful if user can specify creator during issue creation (I notice that JIRA has such featur ... e this? Anyone can help? Regards, Michael
- Help: RE: Receiving emails - cutting signature
- Got the answer or better, the Issue: #3199 (found it after I found the category "Email receiving").
- I am receiving emails via [[RedmineReceivingE ... me would be if while adding a comment to an issue only the mailbody before the signature would ... .rb and searching for that is very difficult.
- I just started with a Bitnami virtual Redmine installation and I like to import the issues from our TRAC system. The Import Howto fo ... e sqlite db on the new system. regards Ron
- Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- hi guys, i get the error: ActionView::T ... 0.4.2 Stuff To Do Plugin 0.3.0 Issue Due Date 0.1.0 Redmine Work ... edmine Status Updates 0.1.1 Redmine Issues Group plugin 0.1.4 Project Scores Plugi ... 0.1.0 Redmine Graphs plugin 0.1.0
- Plugins: RE: Error graph plugin
- At a guess I'd say this is because the graphs ... o provide different approaches to solve this issue, my preference is one that was suggested in ... topics/4510#message-9403 Hope this helps.
- Hello Everyone, Over the past several days ... eme/redmine-3095-ecoyellow-09-firefox-gecko--issue-item.png Ecogreen: http://www.krishnan.c ... heme/redmine-3095-ecogreen-16-rekonq-webkit--issue.png Ecoorange: http://www.krishnan.cc/de ... ine-3095-ecoorange-09-firefox-gecko--project-issue-item.png Ecoblue: http://www.krishnan.cc ... theme/redmine-3095-ecoblue-10-firefox-gecko--issue.png Ecopurple: http://www.krishnan.cc/d ... ine-3095-ecopurple-09-firefox-gecko--project-issue-item.png Ecored: http://www.krishnan.cc/ ... ks again, Sincerely, -Rajesh Krishnan
- Help: RE: Error after updating to Version 0.8.7 SVN
- i have seen that this issue is already reportet.
- I'm thinking of a role where the client can post issues,but it has a separate communication line for the issue. So there are two categories of notes- the c ... plugins, but nothing seemed to achieve that.
- Help: RE: installation issue with 0.8.7
- yeah, I figured that out too yesterday. It ... dows, but I finally managed, thank google! :)
- Help: RE: installation issue with 0.8.7
- Ha, now that's funny! It seems my original i ... ation and everything works fine now. Thanks.
- Help: RE: installation issue with 0.8.7
- There seems to be two different but related issues discussed here: @ andrew semeniuk, Diana ... Hannes Horneber: You are correct that the issue can be triggered by (incompatible) plugins t ... or also while fixing an (further unrelated) "issue":http://www.redmine.org/boards/3/topics/7130 ... Collapse]] plugin, which learned me that the issue can also be generated when several plugins, ... -out a while ago due to some personal health issues. I'll start debugging my plugin soon aft ... up tasks. Kind regards, Mischa.
- Help: RE: Stuff To Do Plugin -- install error
- IIRC Eric confirmed this issue already on IRC. Have you tried contacting ... tlestreamsoftware.com? Regards, Mischa.
- Help: RE: Error after updating to Version 0.8.7 SVN
- Florian Krauthan wrote: > Ah ok that was the ... it works. Good. Could you also report the issue to the author of the plugin? TIA! Regards, Mischa.
- Hello, after i have updatet my redmine insta ... SVN trunk version) i get a error if i view a issue. All the other Parts works. The error: <pre> A ActionView::TemplateError occurred in issues#show: Can only render or redirect once ... 47layouts47base46rhtml' app/controllers/issues_controller.rb:124:in `show_without_todo' app/controllers/issues_controller.rb:123:in `show_without_todo' ... erver.rb:195:in `start_synchronously' </pre>
- Help: RE: redmine tries to access subversion through proxy
- Hello. I'm not much knowledge about web serv ... oblem. I suppose this is some of permission issue.
- Help: RE: installation issue with 0.8.7
- I have the same problem with installing redmi ... .rb file in the config/initializers directory
- I have just installed the current stable vers ... wanting to let you guys know of this display issue.
- Plugins: RE: Extended Schedules plugin with scheduling issues option
- Hello, Being very interested in the extra ... o access my Redmine site. Investigating this issue, I tested my Redmine installation through th ... .2) * Question (0.3.0) * Graphs (0.1.0) * Issues Group (0.1.4) * My Widgets (0.1.0) * Sche ... Notification (0.2.0) * Timesheet (0.5.0)
- Help: RE: Alter /views/reports/_details.rhtml
- I solved it by adding two SQL queries in the view (ugly, but works...). [code] <% @all_unsigned_issues ||= ActiveRecord::Base.connection.select_a ... as tracker_id, count(i.id) as total from #{Issue.table_name} i, #{IssueStatus.table_name} s, #{Tracker.table_name} t ... oup by i.id") %> [code] <% @all_assigned_issues ||= ActiveRecord::Base.connection.select_a ... as tracker_id, count(i.id) as total from #{Issue.table_name} i, #{IssueStatus.table_name} s, #{Tracker.table_name} t ... [code] <%= aggregate_link @all_unsigned_issues, { field_name => row.id, "status" => 5 }, :controller => 'issues', :action => 'index', :project_id => ((row. ... [code] <%= aggregate_link @all_assigned_issues, { field_name => row.id, "status" => 5 }, :controller => '...
- Plugins: RE: Code Review Plugin 0.2.7 Released.
- Hello, great thanks for your plugin, it's gre ... s. We have added required custom field to issues «client». When code review task is being cr ... he form. How can this trouble be solved?