Search
Results (18279)
- Help: RE: Ubuntu 14.04 - Redmine install breaks on any attempt to run bundle install
- I have tried to install redmine plugins on ub ... ose other guys, who have been reporting this issue for 2 years now without any resolution. Coul ... to make this work? Thanks for any help!
- Plugins: RE: XLS export plugin
- Nikolay Baranov wrote: > I use version 0.2.1 ... hould check? I have no idea ;( Cloud you issue your problem with details like redmine veris ... tps://github.com/two-pack/redmine_xls_export/issues
- Plugins: RE: XLS export plugin
- Nikolay Baranov wrote: > First the configura ... tps://github.com/two-pack/redmine_xls_export/issues/64 > Secondary, I can not activate rubyz ... s *bundle install* if you use github version?
- Help: RE: can I change default tracker for new issue?
- that is not real solution, rather workaround, ... ers influences the way they are presented in issues list, on project summary page and other places that present trackers in order...
- I want to override the model method with my p ... <code class="ruby"> require_dependency 'issue' module IssuePatch def self.included(base) # :nod ... .configuration.to_prepare do unless Issue.included_modules.include? IssuePatch # Issue.extend(InstanceMethods) Issue.send(:include, IssuePatch) end end </code></pre>
- Help: RE: Quick Question
- Jasen Burkett wrote: > There is a form that is already being used for other issue creation. A form in redmine? > I am goin ... derstood your question in the first place :-)
- Help: RE: Не удается загрузить redmine для Windows с сайта
- Please use English language so we can help yo ... slate, I get the impression that you have an issue downloading redmine. I verified that this works, please re-check.
- Here is the situation. There is a form that is already being used for other issue creation. I am going to have an email sen ... c fields that are existing, but there is the issue of who to assign the ticket to, and who are ... m in the from location? Thanks in advance.
- I seem unable to activete Issue editing. I am aware of [[http://www.redmine.org/projects/redmine/wiki/RedmineIssues#Editing-an-existing-issue]], but something is wrong. I am Manager o ... "admin") and I checked it includes the "Edit Issues" permission. In spite of that the "(more)" ... ot@redmine www/redmine# </pre> TiA Mauro
- Plugins: RE: Organizing a Git Repository for redmine plugin
- I've decided to implement a different mechanic. My views/issues/ directory has a show.html.erb for every re ... te show.html.erb.revision as show.html.erb.
- Hi All, As I go through the upgrade instru ... ========= I have no idea what caused this issue. I configured redmine 2.4.2 on the target sy ... atly appreciated! Thanks in advance! Kai
- Dear all, I am struggling with this issue for a long time now but having no experience with Ruby on Rails I cannot identify and solve the issue so far. I would really appreciate if you ca ... ly dissappear. In my attempt to solve the issue, I have then installed thin and configured r ... ards and many thanks in advance, Andrejs
- Help: RE: Attachments are updated but never shown in issue, images and office docs are being accepted
- Just in case someone else faces this problem. ... security settings and its working sweet now.
- Well, i actually don't know how to show the ... www.redminecrm.com/attachments/download/3668/issues_left_menu.png. ----------------- As s ... gins: sidebar 0.1.2
- I am trying to use the API to import projects and issues using curl, i have read you need the access ... the key just a button to reset it. any ideas?
- Hi! I am working on rails_workflow and yes ... case which I can implement? For example new issue created - engine creates something else, doi ... ple right now I have dummy example: when new issue is created engine start process for it. If issue's tracker is 'Bug' - then it creates child issue for this one. Any advises appreciated. Thanks :) Maxim
- Hi! I am working on rails_workflow engine ... ht now it's pretty stupid example - when new issue created - it starts process and for some conditions it creates child issue (http://www.youtube.com/watch?v=ocTo0IsYUJM) ... case that I can implement? For example when issue is created then .... or may be when something other happens? Thanks :)
- I'm coming from an SVN background. My plugin is overwriting the Issues Show View. I would organize my repository s ... thub.com/TravisSpangle/redmine_spent_time_in_issue_description
- Help: RE: Attachments are updated but never shown in issue, only images and office docs are being accepted
- Additional data. What I noticed in the files ... that help to figure out what might be wrong?
- Help: RE: Recieving Email not working
- The final steps, or what ended up working for ... n. that is the current challenge, the inital issue is solved. thank you to all who helped.
- Strange issue, when I upload images or office docs as part of the issue I can see the attachment list. If any other ... ever the attachments are never listed in the issue list. I am running the latest 2.6.1 with ... ttpd/passenger. Thanks for the help Srini
- Open discussion: RE: Wrong links for attachments
- I found the same issue, and issue is fixed now. http://www.redmine.org/issues/13564 Thanks.
- Hi, I'm gonna try to explain what I want t ... my customers an access to Redmine to create issues, but I don't want to offer the possibility to assign an issue, viewing estimated time and so forth. Cre ... work with lastest redmine version. Thanks
- Hi, Is there a plug-in or way I could send ... et, to any address? I have a user with an issue, and I need to contact an outside company fo ... rack all those emails in RedMine. Gerald
- Dear all, I'd like to add a ruby onSave ha ... right hook / place? Thank you a lot! Oleh