Search
Results (18317)
- 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
- Plugins: RE: Better Gantt Chart
- Alexey Kuleshov wrote: > 5 is really an issue of #2024, I hope Hiroyuki Yoshioka will catc ... you combine this patch and your plugin?
- Help: RE: Missing i18n 0.4.2 Error when Installing Redmine on HostGator
- Issue has been resolved. http://d3fin3.me/web- ... e feel free to delete this post if you want.
- Help: RE: installation problem - Missing the i18n 0.4.2 gem - but it's installed
- I am running into the same missing i18n 0.4.2 ... as of now i have no idea how to resolve the issue and am completely dependent on the tech support at hostgator to figure out what's going on.
- Hi all, I've followed all the steps in in ... that more then a few people have had similar issues and have followed guides made by some peopl ... error. Any help or tips to resolve this issue would be appreciated. I have already contact ... might provide some useful leads as well.
- Plugins: RE: Doodle Plugin
- Alfredo Bonilla wrote: > Hi, > > related ... ith the: > > [...] > > I have the same issue... and the only way for solving it is by cop ... class. Once solved, the problem dissapeared.
- I would like to see files available anywhere ... -Upload file1 to files area. -Create new issue. -Select file1 from option one of two options: 1)Project files, 2)Local computer -Attach to the issue without having to upload a new file Use case 2: -Create a new issue. -Upload file2 as an attachment to the issue -file2 is automatically added to the projec ... le from the files section or to add to other issues, wikis, or documents as needed. Would anyone else like to see this implemented? etech22