Project

General

Profile

Search

Results (18264)

Plugins: RE: Graphs plugin
The following may become the hint of the usag ... > "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css", :width => 720, ... > "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css", :width => 720, ... use 'data' <pre> *** app/views/graphs/old_issues.html.erb Sat Jun 13 16:02:58 2009 --- app/views/graphs/old_issues.html.erb Mon Oct 26 22:35:25 2009 *************** *** 1,7 **** <h2><%= l(:label_graphs_old_issues) %></h2> <% unless @issues_by_created_on.empty? %> ! <%= tag("emb ... url_for(:controller => 'graphs', :action => 'issue_age_graph')) if @project.nil? %> ! <%= ... url_for(:controller => 'graphs', :action => 'issue_age_graph', :project_id => @project.id)) unl ... --- 1,7 ---- <h2><%= l(:label_graphs_old_... 2009-10-28 14:55
Plugins: RE: Ticket grouping plugin
Further to that, here's a patch against raldr ... b-task. <pre>diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index e49bbe6..93618df 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -55,6 +55,7 @@ class IssuesController < ApplicationController @issues.each do |issue| issue.init_journal(User.current) issue.subject = params[:new_subject] + issue.description = params[:new_description] #unsaved_issue_ids << issue.id unless i2 = issue.move_to(@target_project, new_tracker, params[:copy_options]) @@ -98,4 +99,4 @@ class ... 2009-10-28 07:56
Plugins: RE: Ticket grouping plugin
raldred's fork at http://github.com/raldred/redmine_issues_group provides some fixes for trunk, and mi ... installs without the re-branching malarkey ;) 2009-10-28 07:53
Help: undefined method 'css_issue_classes'
Hello, I'm developing a plugin to enable live recording of the time spent on issues and projects My idea was to use a grid very much like the *_list.rhtml* of the *issues controller*. But i get this *error undefined method 'css_issue_classes'* at this line: <pre> <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= css_issue_classes(issue) %>"> </pre> In my controller i included ... helper :sort include SortHelper include IssuesHelper </pre> Ruby version ... ldn't find any resource on that. Might be an issue(yes, i know redmine is all about issues :D ) with the way helpers are loaded or i might be missing an include in the controller? 2009-10-28 02:22
Open discussion: Best way to handle issues when spent time passes estimated time
We´re running into this situation lately. In some issues, the spent time is greater than estimated t ... e of how much time is needed to complete the issue. But when spent time is greater than estimat ... loss how much time is needed to complete the issue. How do you advice to approach this situa ... lf clear (english is not my primary language) 2009-10-28 01:08
Help: RE: Status "feedback"
Hi The status feedback is used in my company to comment what's being done on an issue : if i create an issue, someone work on it and explain his work, i ... o you think you will be done" etc. Regards 2009-10-27 16:07
Help: subversion connect issue on windows server, bitnami stack
I cannot get redmine to connect to an existin ... give me a clue as to what is going wrong? 2009-10-27 16:00
Help: RE: Bitnami stack install windows sbs2003 active directory problem
andy copsey wrote: > I'm a newbie to a lot o ... k, adding users works and I can add and edit issues. However I cannot get active directory to w ... been through this pain before and sorted it! 2009-10-27 15:40
Plugins: RE: Graphs plugin
sunday walker wrote: > sunday walker wrote: ... lated (Need SIE) > > http://www.redmine.org/issues/3414#note-2 > > I forgot some changes. ... ox, but the same circle duplicated in Ie6!!? 2009-10-27 15:20
Plugins: RE: Graphs plugin
sunday walker wrote: > ciaran jessup wrote: ... >> Related (Need SIE) http://www.redmine.org/issues/3414#note-2 > > Or, Please deploy below ... d approach using svgweb, no flash dependency! 2009-10-27 14:34
Plugins: RE: Graphs plugin
sunday walker wrote: > Patch for MS IE (No n ... Related (Need SIE) > http://www.redmine.org/issues/3414#note-2 I forgot some changes. 2009-10-27 14:27
Help: RE: Virtual Timer Expired
I experienced the same problem on my CentOS x ... he mysql 2.8.5 gem. I was able to solve this issue by uninstalling the mysql gem and replacing ... ninstall gem@ @gem install mysql -v=2.7@ 2009-10-27 13:46
Plugins: RE: Graphs plugin
Japanese lang files. config/locales/ja.yml ... _graphs: グラフ label_graphs_total_vs_closed_issues: 全チケットと終了チケット label_graphs_old_issues: 放置された未完了チケット label_graphs_issue_growth: 全チケットの時間変化 label_graphs_issue_status_flow: 最近のステータス変化 (24時間以内) label_gr ... status_flow: 最近の担当者変化 (24時間以内) warning_no_issues: グラフに対応するチケットがありません。 </pre> lang/ja.yml ... el_graphs: グラフ label_graphs_total_vs_closed_issues: 全チケットと終了チケット label_graphs_old_issues: 放置された未完了チケット label_graphs_issue_growth: 全チケットの時間変化 label_graphs_issue_status_flow: 最近のステータス変化 (24時間以内) label_grap ... o_status_flow: 最近の担当者変化 (24時間以内) warning_no_issues: グラフに対応するチケットがありません。 </pre> 2009-10-27 12:15
Plugins: RE: Graphs plugin
ciaran jessup wrote: > This would be a bette ... >> Related (Need SIE) http://www.redmine.org/issues/3414#note-2 Or, Please deploy below an a ... b253bd3b84697c16cd988cb2c5,t20091028072944, 2009-10-27 11:41
Open discussion: Estimated time and spent time in issue list
Currently, when you view a version with the t ... ls for estimated time and spent time for all issues in that version. I would like to see these ... would like the time totals displayed in the issues list. I made a plugin which shows these totals in the issue list. I would like these totals to be displa ... html. This simply shows the totals below the issue list. It doesn't look very nice. Any ideas for a better place to show these totals? <% if @issues %> <% if User.current.allowed_to?(:view_sh ... ours) %>: <%= html_hours(lwr(:label_f_hour, @issues.inject(0){|sum,issue| sum + (issue.estimated_hours or 0)})) %><br/> <%=l(:label_spent_time) %>: <%= html_hours(lwr(:label_f_hour, @issues.inject(0){|sum,issue| sum + issue... 2009-10-27 11:32
Help: RE: !!!!Perfomance issue when using with remote SVN!!!!!
yes, i setted up to run every 10 min on backg ... matic fetching when click the repository tab? 2009-10-27 03:46
Open discussion: RE: Global project roadmap
You might want to follow the development on # ... - default, the version can only be assigned issues from it's own project * hierarchy - the version can be assigned issues from parent or child projects * system - the version can be assigned issues from any project in the system This shou ... with some "system" versions and then assign issues to them from anywhere. Eric Davis 2009-10-27 03:40
Help: RE: !!!!Perfomance issue when using with remote SVN!!!!!
Đức Tạ wrote: > localhost:8888 -> 17 KB -> 8 ... to run this in another process. Eric Davis 2009-10-27 03:29
Help: RE: Plugin Permission Issues (Rails? Ruby?)
I think this is the problem: <pre><code cl ... => :member end </code></pre> Eric Davis 2009-10-27 02:29
Help: RE: Wrong encoding after update to trunk
I converted the data with this piece of code. Now the issues look ok in redmine and phpmyadmin. <pre> ... ql_query('SELECT id,description,subject FROM issues'); while($r = mysql_fetch_assoc($res)){ mysql_query('UPDATE issues SET subject="'.utf8_decode($r['subject']).' ... Is it a bug from a previous redmine version? 2009-10-27 01:49
Help: Wrong encoding after update to trunk
Hi, Today I upgraded to the latest trunk v ... ing worked except the encoding/output of the issues and other data from the mysql database. ... And this is what my phpMyAdmin output of the issues table looks: !pma.png! Everything worke ... e, everything looks ok. Any Ideas? Thx! 2009-10-27 01:23
Plugins: RE: Graphs plugin
sunday walker wrote: > Patch for MS IE (No n ... Related (Need SIE) > http://www.redmine.org/issues/3414#note-2 This would be a better solut ... e and I speak no japanese what is it exactly? 2009-10-26 15:29
Plugins: RE: Graphs plugin
Patch for MS IE (No need the SVG plugin) . Related (Need SIE) http://www.redmine.org/issues/3414#note-2 2009-10-26 15:11
Help: Users permisions
Dear Redmine community, First of all I wan ... ers, the only permision of only watching the issues which they are involved with. In other words, make that they only can be able to see the issues of their activities in a specific project. ... o your comments Thanks in advance Marta 2009-10-26 11:53
Help: Bitnami stack install windows sbs2003 active directory problem
I'm a newbie to a lot of this and would great ... k, adding users works and I can add and edit issues. However I cannot get active directory to w ... l!) Any help greatly appreciated. Coppo 2009-10-26 11:44
(15726-15750/18264)