Search
Results (18296)
- 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?
- Help: RE: installation issue with 0.8.7
- Ok, hold on.. I just checked it again and it ... ;-) Sorry for the misleading previous post.
- Help: RE: installation issue with 0.8.7
- I just got the same problem solved by checkin ... rything works now. Perhaps this solves your issue too.
- Help: RE: installation issue with 0.8.7
- Hm, I don't see how the links you provided so ... nstall docs again I see no changes in step 4.
- Help: RE: How to add an new issue as #11 in a project?
- Thank you! Mischa. I find if delete all of the projects, the issue counter is start from #1! so now I decide ... project(setting, wiki pages etc) in redmine?
- Plugins: RE: ToDo lists plugin
- Maxim Kostenko wrote: > Hello > I'm have the same issu with ToDo lists plugin > > Processing IssuesController#show (for X.X.X.X at 2009-11-26 1 ... action"=>"show", "id"=>"116", "controller"=>"issues"} > Rendering template within layouts/base > Rendering issues/show.rhtml > > ActionView::TemplateError ... -%> > 20: </head> > > any decision ?
- I already reported this as an issue: https://projects.littlestreamsoftware.com/issues/3311 This seems to be a PostgreSQL error ... ut syntax for integer: "<" : SELECT * FROM "issues" WHERE ("issues"."project_id" = E'<') ) on line #15 of vend ... Request('#{url_for :action => 'load_assigned_issues'}', { parameters: { project_id: 'X', entry_ ... 3: </p> 14: <p id="entry_<%= rnd %>_issues"> 15: <% @issues = controller.get_issues projects.first %> 16: <%= render :partial => 'issues_selector', :locals => { :issues => @issues, :f => f, :rnd => rnd } %> 17: </p> 1 ... s/bulk_time_entries_controller.rb:19:in `get_...
- Help: RE: project activities no longer shown for issues
- I almost gave up on Redmine but I guessed it ... lso converted to Mongrel and its much faster.
- Help: RE: project activities no longer shown for issues
- There seems to be a bug in Postgres 8.4 which ... mizes a query and screws up. :( IssuID #4259)
- I want to query weekly issues by user. Could you provide some rhtml files for example? Thanks in advance