Project

General

Profile

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 2010-04-21 07:20
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 2010-04-20 19:06
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. 2010-04-20 18:01
Help: Uploading large files fails for some users
I got an issue similar to #3116: uploading larger files fai ... is. Any hints, how to tackle this problem? 2010-04-20 14:46
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> 2010-04-20 11:47
Plugins: nil object exception after hack issue model
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... 2010-04-20 11:08
Help: how to add issue.status in roadmap
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 2010-04-20 08:05
Plugins: Custom fields importer
Hi all, I've tonnes of issues in excel spreadsheet to be imported to redm ... ty. I hope anyone here could help me. Thanks! 2010-04-20 03:43
Help: Redmine Home page
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? 2010-04-19 17:29
Help: Test email works, but notifications do not
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? 2010-04-19 16:54
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. :) 2010-04-19 15:04
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/... 2010-04-19 11:37
Help: RE: 500 Internal Error after update an Issue
Can anybody help me? Should I open an issue? 2010-04-19 11:29
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? 2010-04-19 11:11
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. 2010-04-19 11:02
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. 2010-04-19 11:01
Help: I can see nothing in default columns displayed on the issue list
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! 2010-04-19 09:27
Help: I can see nothing in default columns displayed on the issue list
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! 2010-04-19 09:27
Help: I can see nothing in default columns displayed on the issue list
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! 2010-04-19 09:27
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. 2010-04-19 08:57
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 2010-04-19 03:33
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. 2010-04-18 23:15
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. 2010-04-18 17:07
Help: When are Object Mailer created?
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....:) 2010-04-17 07:40
Help: 500 Internal Error after update an Issue
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 2010-04-16 22:06
(14576-14600/18267)