Project

General

Profile

Search

Results (18298)

Help: How to use Redmine API to create a project?
Hello. Is it any examples on how to use redmi ... redmine/Rest_Projects) states that i need to issue "POST /projects.xml" with a "hash of paramet ... ody, or something else? And in what format? 2010-11-03 08:50
Help: RE: Search does not return all custom field results
Figured out the issue. For those who imported data and are findin ... g) otherwise the results may not be complete. 2010-11-02 23:29
Open discussion: RE: Shared Issues and Milestones (or "MetaProjects") - best feature request ever
This is a great idea, especially allowing pro ... o component B. Then, it should show up as an issue when looking at Program A's issues as well as when looking at component A's issues. It should not show up in Program B's issues, as that Program can have its own issues registered with component A. The nesting ... shared components. The actual assignment of issues could be limited to 1, where each parent ca ... the team at the next level down reviews the issue, they can optionally assign it down the next ... supported today. I hope this makes sense! 2010-11-02 22:50
Help: RE: Estimated versus spent time report?
For the record, I found an answer at "StackOv ... tions/321403/redmine-add-spent-time-field-to-issues-display/4074299#4074299 and updated it for Redmine 1.0.3... 2010-11-02 22:42
Help: RE: Creating issue via api
Hi, Thanks for your reply, I have tried en ... updated code: response = self.class.post("/issues.xml", :body => {:issue => { :subject => issue_tracker_title, :description => issue_tracker_body, :project_id => issue_tracker_project_id, :tr ... :priority_id => 4} }) 2010-11-02 21:10
Help: How to get versions off of roadmap but leave them in new issues "Target Version"?
If I "Close" a version it removes the version ... rsions from the "Target Version" of the "New Issue" view. What should I be doing instead so tha ... lso showing up in the default "Roadmap" view? 2010-11-02 18:32
Help: RE: internal server errors on certain svn repositories
Hi we had the same Problem with our Test Pr ... me SVN Repository The problem is that the issues, related to the project TEST1, won't be de ... changeset.rb at line 171 tries to select all issues for a project. Now there are Issues related to a Project that was still removed (TEST1) - but the Issues are still there So issue.project (for these Issues) will be nil and you get the Exception. ... 171 (app/models/changeset.rb) project == issue.project || project.is_ancestor_of?(issue.project) || project.is_descendant_of?(issue.project to (issue.project != nil) && (project == issue.project || project.is_ancestor_of?(issue.project) || project.is_descendant_of?(issue... 2010-11-02 14:40
Help: RE: Redmine installation problem
You need to *remove* the i18n gem in version 0.4.2. This gem is what causes your issues. <pre>gem uninstall i18n -v=0.4.2</pre> 2010-11-02 12:17
Help: RE: Redmine installation problem
thank you for your answer :) My support ju ... /pre> Unfortunately that didn't fixed the issue for me :( I guess I'll have to wait for the issue http://www.redmine.org/issues/6784 to be resolved :( 2010-11-02 12:15
Help: RE: Redmine installation problem
hi, thank you for your answer, I've tri ... th little success. My support resolved the issue for me (I guess I had no permissions for gem ... dea what is causing this error? Best Regards 2010-11-02 10:59
Help: RE: 'Issues' TAB giving internal error
OK I got the wrong the log file , > Processing IssuesController#index (for 192.168.0.100 at 2010- ... "cair-vr", "action"=>"index", "controller"=>"issues"} > Rendering template within layouts/base > Rendering issues/index.rhtml > > ActionView::TemplateErro ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: > 13: </tr></thead> > 14 ... = false %> > 15: <tbody> > 16: <% issue_list(issues) do |issue, level| -%> > 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %> > 18: <% reset_c ... <tr class="group open"> > > app/helpers/issues_helper.rb:28:in `issue... 2010-11-02 10:32
Help: RE: Creating issue via api
It seems to me, you are missing some quotatio ... alid. As they would look when you create the issue by hand. 2010-11-01 23:45
Help: Redmine installation problem
Hi, I'm trying to install redmine 1.0.3 and I'm having rack issue My server is running cpanel I'm getting ... in, unfortunately that didn't resolved the issue :( Do you have any suggestions? what could I do? Thank you for your answers Best Regards 2010-11-01 22:56
Help: Search does not return all custom field results
Hello, I have an interesting issue. When I search for a custom field value usi ... could be causing this? When I search under Issues using a filter, I am able to view all resul ... hank you very much for your assistance! John 2010-11-01 21:42
Help: RE: 'Issues' TAB giving internal error
I am using redmine version 1.0.1 and the productionlog in ~/redmine is empty. 2010-11-01 19:06
Help: stack level too deep
Everything was working fine. Our server rebo ... r#start: pid=82308 port=3000 Processing IssuesController#index (for 198.65.168.24 at 2010- ... rameters: {"action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (S ... _locals_filters_object_query' app/views/issues/index.rhtml:17:in `_run_rhtml_app47views47issues47index46rhtml' app/views/issues/index.rhtml:11:in `_run_rhtml_app47views47issues47index46rhtml' app/controllers/issues_controller.rb:84:in `index' app/controllers/issues_controller.rb:83:in `index' /usr/local ... public/500.html (500 Internal Server Error) 2010-11-01 18:28
Help: RE: Migrate a project to redmine 0.9 to 1.0.2
when i go to myproject then in issues page, in production.log i had this : I ... org/projects/intranetsup] </pre> I go to issue page : <pre> Processing IssuesController#index (for 192.168.1.38 at 2010-1 ... ranetsup", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: <% previous_group = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %> 18: <% reset_cyc ... <tr class="group open"> app/helpers/... 2010-11-01 16:16
Help: RE: Migrate a project to redmine 0.9 to 1.0.2
the command works : <pre> # RAILS_ENV=pro ... /pre> but i have always my problem on the issues page <pre> Internal error An error o ... ine administrator for assistance. </pre> 2010-11-01 15:57
Help: RE: 'Issues' TAB giving internal error
What redmine version? Please also post the error trace from @log/production.log@. 2010-11-01 14:52
Help: 'Issues' TAB giving internal error
I have redmine installed on Suse . Before some days everything was working fine. Now the 'issues' TAB under some projects gives internal error. I am not getting any way to resolve this .. 2010-11-01 13:06
Open discussion: RE: Unable to start redmine
Done, http://www.redmine.org/issues/6784 2010-11-01 13:02
Help: RE: automatically update custom field value
Théodore Biadala wrote: > Indeed that would ... e this virtual attribute to order/filter the issue list ? No easy way. Then use an @after_in ... rg/v2.3.8/classes/ActiveRecord/Callbacks.html 2010-11-01 12:46
Open discussion: RE: redMine 500 error while saving new issue
Thanks Felix for pointing out the issue. I removed the mail configuration and it is working fine now. 2010-11-01 12:23
Help: RE: automatically update custom field value
Indeed that would be best. I choose to go wit ... e this virtual attribute to order/filter the issue list ? 2010-11-01 12:15
Help: RE: automatically update custom field value
You could use a virtual attribute instead of saving the attribute to the DB, i.e. extend the issue model with something like: <pre><code cla ... t be the correct value each time you call it. 2010-11-01 12:12
(13051-13075/18298)