Search
Results (18298)
- 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?
- 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.
- 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!
- 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...
- 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} })
- 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?
- 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...
- 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>
- 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 :(
- 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
- 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...
- 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.
- 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
- 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
- Help: RE: 'Issues' TAB giving internal error
- I am using redmine version 1.0.1 and the productionlog in ~/redmine is empty.
- 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)
- 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/...
- 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>
- Help: RE: 'Issues' TAB giving internal error
- What redmine version? Please also post the error trace from @log/production.log@.
- 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 ..
- Open discussion: RE: Unable to start redmine
- Done, http://www.redmine.org/issues/6784
- 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
- 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.
- 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 ?
- 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.