Project

General

Profile

Search

Results (18202)

Help: How can I get issue reporting for released versions?
We need the ability to do issue reporting for defects in released versions o ... or even better have a filter option for open issues in a particular version 2009-04-16 09:38
Plugins: RE: Localization Failing for all plugins
I would have bet that I've done that before . ... d* running rake db:migrate_plugin solved the issue. Brad you've won a French translation ;) 2009-04-16 09:28
Plugins: TortoiseSVN plugin to visualise the issue list in Commit windows
This is a short sample of an Issue tracker plugin for TortoiseSvn (1.5.3 and up ... The config is useful : Tortoise Settings -> Issue tracker integration -> Add "Working copy path" is the SVN referential in relation with Redmine issue list "Provider" is the my TortoisePlugin ... eters" is the adress of the Atom Feed of the issue list When you commit, a new button allow you to open a window with the list of issue (see images). I made this plugin a long t ... se me if you find some bugs. Bertrand 2009-04-15 18:59
Plugins: RE: Localization Failing for all plugins
Your assumption is good ;) The on-the-fly ... d with a fr.yml file and it did not solve my issue. Is there something else to do (than creating a yml file) ? 2009-04-15 18:53
Plugins: Redmine Google Analytics plugin v 0.2.0 released
I've uploaded a new release of the "Redmine G ... treamsoftware.com/projects/redmine-analytics/issues is open to the public and you are welcome t ... s and patches for the next version. Eric 2009-04-15 01:18
Help: email notification fails with error
Hi, When I use the "Send a test email" lin ... ccessfully forwarded. When I create a new issue no email is sent even though notifications a ... the top. Also, when adding or changing an issue no email is sent and the attached lines from ... e latest Bitnami stack. Best Regards mc 2009-04-14 23:48
Plugins: RE: Issue status flow graph
Mischa The Evil wrote: > Brad Beattie wrote: ... I play with it I can't seem to get it right. 2009-04-14 18:11
Plugins: RE: Issue status flow graph
Brad Beattie wrote: > Mischa The Evil wrote: ... hat it doesn't need _that_ much padding... :) 2009-04-14 17:18
Plugins: RE: Issue status flow graph
Mischa The Evil wrote: > Brad Beattie wrote: ... ult to track in the activity tab is how many issues have moved from one status to another in th ... d it to Github yesterday and noticed a small issue. The top of the graph is cut-off using the l ... > > I'll attach a screenshot showing the issue. HTH... > > Regards, > > > Mischa. ... to have too much padding. But yes, thanks. :) 2009-04-14 17:04
Plugins: RE: Ticket grouping plugin
Can't install it - froze for a while on db mi ... -skipped other plugins--- Migrating redmine_issues_group... and that's all :( Redmine 0.8.3 - latest production release 2009-04-14 17:02
Plugins: RE: Issue status flow graph
Brad Beattie wrote: > One bit of information ... ult to track in the activity tab is how many issues have moved from one status to another in th ... d it to Github yesterday and noticed a small issue. The top of the graph is cut-off using the l ... . :) I'll attach a screenshot showing the issue. HTH... Regards, Mischa. 2009-04-14 10:03
Plugins: RE: Schedules 0.3.0 released
Very nice plugin. Two requests: * global sch ... showing the user's name * Link with user's issues : in each project cell of the chart, a link to the user's assigned issues form Attached a french translation of version 0.3.2 PS: I've also added these issues in your Redmine LittleStreamSoftware (don't know what's better) 2009-04-13 22:58
Plugins: RE: Troubleshooting plugins
I'm having a problem with the schedules plugi ... app/controllers/issues_controller.rb:67:in `index' </pre> 2009-04-13 18:06
Help: HELP!!! Dispatch files are not getting created!!
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) 2009-04-13 13:36
Help: Allowing <div style=".."> in posts
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. 2009-04-12 10:23
Help: Subversion access works with Webrick, b ... "Rails application failed to start properly")
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! 2009-04-11 22:29
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 2009-04-11 08:19
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? 2009-04-11 00:53
Open discussion: Project Overview
*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 2009-04-10 21:15
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. 2009-04-10 19:58
Open discussion: how to
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.... 2009-04-10 01:06
Help: RE: Adding files inside issues.
No one??? Anyone??? nothing in the logs and it's driving me crazy. 2009-04-10 01:02
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 2009-04-10 00:41
Help: Redmine dying / ignoring incoming connections
Hello, i am expiriencing strange issues with ruby/redmine on our server. I am tryin ... # killall -s 2 ruby eend $? } 2009-04-10 00:09
Plugins: Adding a field to Project
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 2009-04-09 22:53
(16826-16850/18202)