Search
Results (18335)
- 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)
- 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
- I cannot get redmine to connect to an existin ... give me a clue as to what is going wrong?
- 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!
- 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!!?
- 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!
- 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.
- 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@
- 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>
- 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,
- 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...
- 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?
- 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
- 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
- Help: RE: Plugin Permission Issues (Rails? Ruby?)
- I think this is the problem: <pre><code cl ... => :member end </code></pre> Eric Davis
- 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?
- 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!
- 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?
- Plugins: RE: Graphs plugin
- Patch for MS IE (No need the SVG plugin) . Related (Need SIE) http://www.redmine.org/issues/3414#note-2
- 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
- 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
- Help: RE: project activities no longer shown for issues
- No one is helping so I guess no one else has ... es? Should I convert to MySQL? Jeff
- Open discussion: RE: svn+ssh subversion browsing in project
- Looks like this is related to http://www.redmine.org/issues/3929
- Hi there Folks, I'm having a problem brows ... ay 'yes'... So I'm thinking this is a SSH issue. So anyway, I say yes, that adds devel.stuar ... ifferently to accommodate Redmine? If the issue is point 1) then I'm not too sure how to make redmine/SSH server work together in peace. If the issue is point 2) then I guess it should wait long ... om the svn+ssh list --xml command? If the issue is point 3) then do you have any idea what I ... l by the way :-) Kind regards, Stuart
- Something we would like to do is to be able to use the project roadmap on a global scale (issues across all projects), because our project r ... s all projects) would be greatly appreciated.