Project

General

Profile

Search

Results (31872)

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
Defect #4126 (Closed): Error trying to show repository when there are no comments in a changeset
* Redmine 0.8.4.stable * Ruby 1.8.6 * Oracl ... alled for nil:NilClass) on line #9 of mailer/issue_edit.text.html.rhtml: 6: <% end %> 7: </ul ... %> 10: <hr /> 11: <%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %> app/helpers/application_help ... :388:in `textilizable' app/views/mailer/issue_edit.text.html.rhtml:9:in `_run_erb_47app47views47mailer47issue_edit46text46html46rhtml' vendor/rails/a ... models/changeset.rb:116:in `scan_comment_for_issue_ids' app/models/changeset.rb:103:in `ea ... models/changeset.rb:103:in `scan_comment_for_issue_ids' app/models/changeset.rb:96:in `eac ... /models/changeset.rb:96:in `scan_comment_for_issue... 2009-10-27 19:36
Feature #4124 (New): LDAP integration
I have most users in my redmine system authen ... e LDAP * last name: idem Thanks, Lluis 2009-10-27 17:05
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
Defect #4121 (Closed): 500 internal server error when closing some issues
This is what I got in the log <pre> ActionView::MissingTemplate (Missing template next_issue_mailer/recommended_below_threshold.erb in vi ... r/plugins/stuff_to_do_plugin/app/models/next_issue_mailer.rb:12:in `recommended_below_threshold ... r/plugins/stuff_to_do_plugin/app/models/next_issue.rb:84:in `closing_issue' vendor/plugins/stuff_to_do_plugin/app/models/next_issue.rb:78:in `each' ... r/plugins/stuff_to_do_plugin/app/models/next_issue.rb:78:in `closing_issue' app/controllers/issues_controller.rb:203:in `edit' ... 08-11 patchlevel 72) [i486-linux] </pre> 2009-10-27 10:19
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
Feature #4119 (Closed): Use /raw/ for url instead of format=raw for showing raw repository files
Change the repository routes so http://www.re ... b References: * http://www.redmine.org/issues/1901#note-17 * http://www.redmine.org/issues/1901#note-20 2009-10-27 01:43
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
Patch #4118 (Closed): Traditional Chinese language file (to r2982)
* Tags added: ** field_active ** enumeration_system_activity ** permission_delete_issue_watchers * Tag changed: ** permission_add_issue_watchers 2009-10-27 01:15
Feature #4117 (Closed): Allow copy of multiple issues between project without using "move" interface
Summary: I would like to see a new way to copy multiple issues between projects which does not involve usi ... the "copy" check box and ends up moving the issues instead of copying them. Use case: I'm ... ord, etc.) I have created all these standard issues in a project with the idea that they can be ... it is quite easy to move all these standard issues by mistake instead of copying them. 2009-10-26 23:34
Feature #4116 (Closed): Automatic status propagation
Redmine is great, we had an idea on how to ma ... Perhaps this could be configurable to in the Issue Statuses settings to associate a field value (like non-blank or equal to 100%) with each status. 2009-10-26 22:02
(27051-27075/31872)