Search
Results (18298)
- Help: RE: Install problems. rake generate_session_store fails
- I am facing the same issue. Ruby: 1.87, Gems: 1.7.2, Redmine: 1.1.2 ... ils -v=2.3.5' and 'gem install rack -v=1.0.1'
- Help: RE: Version Sharing
- I had the same problem. Have a look at the issue where this functionality is described. I hope it helps http://www.redmine.org/issues/465
- Hi I have been directed to post a message ... the error to Object is not missing constant Issue! Does anyone have any idea on how to solv ... p as I need redMine for my project. Thanks
- Plugins: RE: Default columns plugin
- I just tried the following fix and now get this error: <pre> NoMethodError in Issues#index Showing vendor/plugins/redmine_default_columns_plus/app/views/issues/index.rhtml where line #15 raised: undef ... if User.current.allowed_to_globally?(:filter_issues_option, issues = nil) %> 16: <%# VVK changes start %> 17 ... sed" %>"> 18: <%# VVK changes end %> </pre>
- Help: RE: How to make a project issue histogram?
- Ben Martinek wrote: > I have looked in to the Issue history, but this seems a terribly inefficie ... hink the only way currently to find how many issues where closed is to find all @IssueJournal@ containing a state change from an open to a closed state and find the corresponding issues, removing duplicates and looking if the issues are still closed or have been reopened since.
- Hi All, I have been modifying the Whining ... loves that kinda stuff). I have run into an issue though... I want to make a histogram of a ... day of a project. I have looked in to the Issue history, but this seems a terribly inefficie ... uld love some advice. Thanks in advance!
- Plugins: RE: Default columns plugin
- Put in the line 15 or something similar <% if User.current.allowed_to_globally?(:filter_issues_option, issues = nil) %>
- Plugins: RE: Contacts plugin
- Hans Bangkok wrote: > I tried to register fo ... st that it be possible to associate existing issues with contacts rather than being forced to r ... all the other changes required to integrate issues with contacts (custom fields, search, queries etc.) > > Thanks. It is already possible in issue show page in sidebar
- Help: RE: Creating issues with email - 422 Unprocessable Entity
- I mean line 253
- Help: RE: Creating issues with email - 422 Unprocessable Entity
- Looks like app/models/mail_handler.rb#258 is ... ject identifier, but I was never getting one.
- Help: RE: Creating issues with email - 422 Unprocessable Entity
- Guess that it should be in @MailHander#receiv ... app/controllers/mail_handler_controller.rb@).
- Help: RE: Creating issues with email - 422 Unprocessable Entity
- Nevermind... I can't spell my own project ide ... can try to patch in some more useful errors.
- Help: RE: Creating issues with email - 422 Unprocessable Entity
- bump, still no progress here
- Plugins: RE: Default columns plugin
- After installing v0.0.7 in Redmine v1.1.2 I recieve the following error when trying to view the issues tab for a project: <pre> ArgumentError in Issues#index Showing vendor/plugins/redmine_default_columns/app/views/issues/index.rhtml where line #15 raised: wrong ... if User.current.allowed_to_globally?(:filter_issues_option) %> 16: <%# VVK changes start %> 1 ... <%# VVK changes end %> </pre> Any ideas?
- Plugins: RE: ToDo lists plugin
- david lyons wrote: > @ivan and ricardo... > ... can think of - that its a javascript/browser issue. The last words are true :) And it helps ... [parent_object,:todo], :parent_id => todo, :issue_id => todo_issue), :method => :get, + :url => new_polym ... o], :only_path => true, :parent_id => todo, :issue_id => todo_issue), :method => :get, #{ :c ... ect.identifier.to_s + '/' if todo.project}#{'issues/' + todo_issue.to_s + '/' if todo_issue}#{todos_controller}/#{todo.id}", :action ... do_status_updated: Обновлено </code></pre>
- Plugins: RE: Sidebar Issue Control
- Thomas Ruffler wrote: > Hello, > > I have ... hope someone can help me. > > @Processing IssuesController#show (for 94.217.59.239 at 2011-0 ... "action"=>"show", "id"=>"19", "controller"=>"issues"} > Rendering template within layouts/base > Rendering issues/show.rhtml > > ActionView::TemplateError ... _url_options[:host]) on line #6 of app/views/issues/_sidebar.rhtml: > 3: <% if @project %> > ... mary), :controller => 'reports', :action => 'issue_report', :id => @project %><br /> > 5: <% end %> > 6: <%= call_hook(:view_issues_sidebar_issues_bottom) %> > 7: > 8: <% if User.current.a ... status section [*] Show reassignee section
- Help: RE: installation problem - Missing the i18n 0.4.2 gem - but it's installed
- I had this issue because i18n 0.5 was installed. It looks li ... d it at first!): gem install -v=0.4.2 i18n
- Hi All Our Redmine is sending email reminders for issues due in the next 7 days even for closed issues. Hoping that version 1.1.2 would fix this, ... ut we are still getting reminders for closed issues. Anybody else has this problem? Any solution? Thank you very much in anticipation. Gui
- Help: RE: Subtasks on Gantt chart are not properly displayed.
- I am also having the same problem. I see tha ... l. I have also attached a screenshot of the issues screen so you can see how the various items ... ot displaying as subtasks in the Gantt chart.
- Help: RE: Installing Redmine on Justhost
- Thanks Felix. I sent a support ticket to j ... installed correct version of Rails, I had an issue with rake tho. So just to make sure I made s ... tory hahaha.. hope everything goes well..
- Open discussion: RE: SVN Integration
- this is a SVN issue, not redmine - but what do you have in your ... svn.serverconfig.httpd.html for details.
- Open discussion: RE: What is going on with core developers/ment?
- Its true that community-driven projects that ... ying problem that might give rise to similar issues in the future. We can only expect less deve ... l us what happened, I'd like Jean-Philipe to issue a note that explains his vision for the futu ... hey feel like it). Whatever happens, this issue needs to be resolved and explained. Ignoring ... e disservice to the community behind redmine.
- Help: RE: Unable to create the anonymous user
- I played with the Apache configuration (and r ... ed to the alias vs sub-URI I was using. This issue has been resolved.
- Help: RE: How to work correctly with the permissions in a plugin?
- Hello, I have had the same problem. In my op ... the *index.html.erb* file. I have fixed this issue with *,:project_id => @project*. Now it is m ... the bug in a similar way. Good luck, Thomas
- Help: RE: Board permissions
- I need solution which allows some messages (f ... is way, cribbing some ideas from the private issues patch (#337). Also this does not cover maki ... eep working on it to make it more functional