Search
Results (31865)
- Defect #3163 (Closed): Large inline images overflow
- attached images that are larger than the curr ... erflow? Is there a simple way around this?
- Plugins: RE: Troubleshooting plugins
- I'm having a problem with the schedules plugi ... app/controllers/issues_controller.rb:67:in `index' </pre>
- Defect #3162 (Closed): line through / cross out in IE6
- Is there a workaround for IE6 and displaying ... ed to be closed: <pre> <li><a href="/issues/show/473" class=" issue closed">Support #473</a>: error1</li> <li><a href="/issues/show/503" class=" issue closed">Bug #503</a>: error2</li> <li><a href="/issues/show/510" class=" issue closed">Bug #510</a>: error3</li> </pre> ... -1233 (note: works fine in Firefox / Safari)
- I think we are down to the last step with "re ... here is some kind of server root permissions issue that is preventing the generation of these t ... Furthermore, if this has been a permissions issue then none of the other folders/files would h ... ebdialogs (0.2.0) rubyzip (0.9.1, 0.5.8)
- Hi, I've opened an issue about it, but finally got around using a simple patch. The patch is at http://www.redmine.org/issues/3072#note-5. I'm posting here to get fee ... ft, but probably others) would need this too.
- Defect #3161 (Closed): wrong "self" and "alternate" links in issues feed
- In the Atom feed for a project's issues, <code><link rel="self"></code> points to the issues HTML page, and <code><link rel="alternate"> ... e of the Redmine instance. When I add the issues feed as a Firefox bookmark, the "alternate" ... ntext menu. When I click on it, I expect the Issues page to open, but what I get is Redmine's w ... urce equivalent to the containing element.
- Hello! I'm running redmine on an ubuntu 8.0 ... g Redmine with webrick, after i managed some issues i got everything working. I have an SSL-sec ... ata User, in case there is an accept-ssh-key-issue that doesn't show up (i had to do that with ... he problem. Any idea how i can solve this issue? What differences are there between webrick ... anks very much in advance for your answers!
- Plugins: RE: Installation of Graph plugin in the redmine application.
- I still cant view the Graphs link on the abov ... reenshot of the plugin installation page and Issues list page where the Graph needs to be displayed. Awating for your reply. Thank you
- Defect #3156 (Closed): Right click edits reset filter parameters in issue list
- We have encountered something and it strikes ... d anything relating to right click edits and issue filters. Basically the problem is this - If I view a list of issues, I can apply filters, and everything is great. Works fine for both viewing all issues and for saved searches. The problem comes ... filters to my search since first opening the issues tab, and then go to right click edit, my fi ... m both before and after applying the patch.
- Help: RE: gmail and email.yml
- I'm having problems with this as well. I've f ... occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. 5sm3990637ywl.38 ) ... his. Anybody have any luck with this problem?
- *Adding Support Issues/Tickets to Overview page* First I love R ... ews for project pages. We also print out the issues to sort individual issues. But what we manually do is write in the support numbers for the issues on the main Project Overview page. I was ... ion to include a list of the support numbers/issues to the main Project Overview page. That wou ... oser to being Perfect! ;) Thanks Dwayne
- Plugins: RE: Installation of Graph plugin in the redmine application.
- If we are talking about the same plug-in, it will be on the issues list on the right hand column under Graphs.
- Feature #3154 (Closed): Remove default fields on new issue form
- It will be great that Redmine allows end-user ... nd congratulations. You are doing a nice job.
- Thank you for redmine, guys. I try to custom ... for stuff and clients. For example in new_issue dialogue my clients can see only status and ... <pre><%if User.current.allowed_to?(:delete_issues, @project) %></pre> to _app/views/issues/_form_ _Delete_issues_ used as flag - user is stuff member. <pre> <div class="splitcontentleft"> <% if @issue.new_record? || @allowed_statuses.any? %> <p ... ><label><%= l(:field_status) %></label> <%= @issue.status.name %></p> <% end %> <%if User.current.allowed_to?(:delete_issues, @project) %> <p><%= f.select :priority_id ... e %></p> <p><%= f.select :assigned_to_id, (@issue.assignable_users.collect {|m| [m.name, m.id]}) %></p> <% unless @project.issue_categories.empty? %> <p><%= f.select :category_id, (@project....
- Help: RE: Adding files inside issues.
- No one??? Anyone??? nothing in the logs and it's driving me crazy.
- Plugins: RE: Troubleshooting plugins
- Alexander Kirillov wrote: > The solution for ... > https://projects.littlestreamsoftware.com/issues/1910#note-2 That was fixed back in Janua ... n "GitHub":http://github.com/edavis10 Eric
- Hello, i am expiriencing strange issues with ruby/redmine on our server. I am tryin ... # killall -s 2 ruby eend $? }
- Hello, I need to add 1 field for each proj ... write a migration that adds a column to the issues table? Instead is it preferred to make a new table that :belongs_to :issues and add the field via a join? The former m ... upgrades, etc). Thanks in advance! Adam
- Help: RE: 422: Unprocessable Entity in mail_handler
- Hi Henrique, I had the same problem with 4 ... tallation from Java environment to create an issue). I can suggest the following: 1) Make s ... \n "}</pre> Please, note the absence of "issue" HTTP parameter. I do not know if these tri ... job for me quite well and no more 422 errors
- Plugins: RE: What set of plugins do you use?
- This is what we have running (and testing). ... is especially helpful in finding all of the issues I worked on, even if I am not currently the assigned person).
- Hi, Any idea when this feature will make i ... e it in a next release. Regards, Eric
- Feature #3146 (New): Optional Filters in custom queries
- Currently custom queries in the issues list are defined as a list of filters conca ... E.g. a custom query would be to show only issues where the Status is OPEN AND the Target Ver ... . We have some custom fields to priorize issues from different point of views. E.g. the cus ... w the formulation of OR concatenated filters?
- Plugins: RE: Troubleshooting plugins
- Hi Eric, The solution for the problem I wa ... : https://projects.littlestreamsoftware.com/issues/1910#note-2 There should be an easier wa ... for plugin devs. IMHO. Thank you, Sasha
- Plugins: RE: Issue status flow graph
- Brad Beattie wrote: > > It could be used to ... this in a single graph seems too much...
- Help: RE: Plugin not loaded when server starts [but loaded fine in script/console and tests]
- It's because in development mode, Rails unloads all of it's classes in the application (e.g. Issue) after each request but not in plugins. On ... y plugins and writing about this soon Eric