Search
Results (18267)
- Plugins: RE: Redmine Checkout Plugin
- I've added a patch[1] to optionally display t ... t a chance. [1] https://dev.holgerjust.de/issues/137
- Open discussion: RE: Software Requirements & Specifications, Test Plan, Tracability and Report
- FWIW I have some advice. I have been running ... much or too complex code, but thats a design issue... I don't have all the answers and every ... anyone wants to discuss it further. John
- Plugins: RE: Wiki Extensions Plugin
- Haru Iida wrote: > Roland Fehrenbacher wrote ... h Redmine core at r3632 . And also there is issue #4301 that is about toc for sidebar. So, I stopped any enhancement for sidebar. Sorry.
- I got an issue similar to #3116: uploading larger files fai ... is. Any hints, how to tackle this problem?
- Plugins: RE: nil object exception after hack issue model
- I've got how to make it <pre> Dispatcher.to_prepare do Issue.send(:include, ContactsIssuePatch) end </pre>
- I wrote one more customers plugin. But I have problem to join issues and customers. I use patch to add relation ... es exception undefined method `contacts' for issue It works great to link customer.issues, but issue. contacts raises error after first time, and ... ke this patches <pre> require_dependency 'issue' require_dependency 'issues_controller' # Patches Redmine's Issues dynamically. Adds a relationship # Issue +has_many+ to ArchDecisionIssue # Copied from dvandersluis' redmine_resourc ... /redmine_resources/blob/master/lib/resources_issue_patch.rb module ContactsIssuePatch def self.included(base) # :nodoc: ... end end end module ContactsIssue...
- hello everybody~~ my English is very poor~ in project‘s roadmap,how to add issue.status in roadmap <pre> <li><%= link_to_issue(issue,:project => (@project != issue.project),)%></li> </pre> i try to add #{issue.status} in this line ,but is not worked please help me~~thank you
- Hi all, I've tonnes of issues in excel spreadsheet to be imported to redm ... ty. I hope anyone here could help me. Thanks!
- Hello. I have a question. When I open a ho ... Redmine open an existing project on the tab Issues. Tell my what do I do?
- Hi, I have installed redmine 0.9.2. My pro ... luding the correct emailaddress. But the new issue action does not get the send mail to line in ... can't find any... anyone know a solution?
- Development: RE: Proposal: Regular Meeting of Redmine Contributors
- minkbear minkbear wrote: > I'd like to offer ... ready, I'm thinking a vote ability on either issues, the forums or both would be a nice plugin or core feature. :)
- Help: RE: 500 Internal Error after update an Issue
- This is the error log I got: Processing IssuesController#show (for 193.147.53.229 at 2010- ... "action"=>"show", "id"=>"13", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError (undefined local variable or method `issue' for #<ActionView::Base:0x7f26df0ce178>) on line #16 of app/views/issues/_history.rhtml: 13: <% end %> 14: </ul> 15: <% end %> 16: <%= render_notes(issue, journal, :reply_links => reply_links) unles ... %> 17: </div> 18: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %> 19: <% end %> app/views/issues/_history.rhtml:16:in `_run_rhtml_app47views47issues47_history46rhtml_locals_history_journals_object' app/views/...
- Help: RE: 500 Internal Error after update an Issue
- Can anybody help me? Should I open an issue?
- Plugins: RE: Ticket grouping plugin
- Hi, Andrew! Why you didn't upload the newer ... nd also, can u update the first post in this issue and add link to github, or on latest version fo u'r great plugin?
- Help: RE: I can see nothing in default columns displayed on the issue list
- Just tried that on a current redmine and I cannot reproduce this issue. Please update to current trunk a check again.
- Help: RE: I can see nothing in default columns displayed on the issue list
- Please don't multipost, I have locked the other 2 topics so that all answers are made here.
- I add some issues of custom fields and set these fileds "For ... nything in "default columns displayed on the issue list" of issue tracking of settings my vesion of redmine is 0.8.4. thanks!
- I add some issues of custom fields and set these fileds "For ... nything in "default columns displayed on the issue list" of issue tracking of settings my vesion of redmine is 0.8.4. thanks!
- I add some issues of custom fields and set these fileds "For ... nything in "default columns displayed on the issue list" of issue tracking of settings my vesion of redmine is 0.8.4. thanks!
- Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
- I'll go out on a limb here, but (seemingly) e ... f the (reverse) DNS is slow or not reachable.
- Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
- I think it isn't a network issue 'cause 0.8.7 works perfactly in the same environment. And it might not be a pure Redmine issue either. Seems somebody met similiar problem ... * mongrel_rails start -e production -p 3000
- Help: RE: Debian Lenny 5 Fastcgi Problems
- Found this @ google on top 10 results. Solution for this issue is: <pre> # aptitude install libfcgi-dev </pre> HTH.
- Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
- Are you sure it isn't a network issue then? I doesn't sound like a Redmine issue anyway, more of an issue with your webserver/network setup if accessing from localhost works fine.
- I was using a plugin named "redmine_messenger ... jabber message sent to anyone related to the issue or timer. Here's the problem : ======= ... n I restart the redmine server, I updated an issue ,and the message will be sent to a client ( ... ng to do the same operation (update the same issue or anything else that could trigger the Mail ... ================== thanks for help....:)
- Hi all, I have installed the last trunk re ... set up a couple of projects, define several issues I proceeded to upgrade an issue, so I included some text within the Note box ... Internal Error page appears. If I go to the Issues tab and click on the already updated issue it redirects me to the same Internal Error p ... reported bug? Thanks in advanced. Arturo