Search
Results (18306)
- Hi, We've been using Redmine at a developm ... While it's possible to log time spent on an issue within a project, it's not possible (as far ... this seems to defeat the object of using the issue system to plan out project tasks in advance. ... useful to us! Thanks in advance, Rick.
- Is there a way to comment documents? Or is t ... n available to do so? As that is the only issue I have before using this script :( Kind regards Peter
- Plugins: RE: Can a plugin modify the view of the projects page?
- Hi! I have a similar question - see at htt ... iew or partial eg. in redmine-0.8/app/views/issues/_form.rhtml my_pluginA: replace the default partial with <pre code="ruby"> # new row <% @issue.assigned_to ||= User.find_by_id(8) %> <% if User.current.allowed_to?(:manage_issue_assignment, @project) -%> <p><%= f.select :assigned_to_id, (@issue.assignable_users.collect {|m| [m.name, m.id] ... label><%=l(:field_assigned_to)%></label><%= @issue.assigned_to ? link_to_user(@issue.assigned_to) : "-" %></p> <% end %> </pre> ... :start_date, :size => 10 %><%= calendar_for('issue_start_date') %></p> <p><%= f.text_field :due_date, :size => 10 %><%= calendar_for('issue_due_date') %></p> # new row <p><%= f.text_field :done_date, :size => 10 %><%= calendar_for('...
- A new release of the "Redmine Timesheet plugi ... treamsoftware.com/projects/redmine-timesheet/issues is open to the public and you are welcome t ... s and patches for the next version. Eric
- Help: RE: Error during "rake db:migrate RAILS ... when updating to latest trunk (3556 to 3586)
- Got help in the Redmine IRC channel in the meantime. Issue was caused by a former install of the subtas ... to remove lines from the 20100313132032_add_issues_nested_sets_columns.rb file as already desc ... ove. Thanks to Eric Davies for his help.
- Plugins: RE: XLS export plugin
- First of all, does the plugin utilize local f ... orting. Here is the error: Note, I have a issue that start with "Setup new email..." <pre> Iconv::IllegalSequence in IssuesController#xls_export_action "\223setup n ... ne_default_columns/lib/xls_export.rb:203:in `issues_to_xls2' /Users/marton/development/rails_a ... e/vendor/plugins/redmine_default_columns/lib/issues_controller_xls_patch.rb:43:in `xls_export_a ... ne_default_columns/lib/xls_export.rb:203:in `issues_to_xls2' </pre>
- Help: RE: Problems upgrading from 0.8.7 to 0.9.3.
- sorry adding system info: About your app ... 0090406161854 About your Redmine plugins Issue Due Date 0.1.0 Redmine Graph ... harts Plugin 0.0.14 Redmine Issues Group plugin 0.1.6
- Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
- *To ensure we dont lose bugs please log all issues at the site http://code.google.com/p/redmine-projects/issues/list* Thanks
- Hello, I'm trying to delete a file attachment that was added to a comment in a issue ticket. I can delete the text ok but it seem ... ve the attachment itself. Any ideas? Thanks!
- Hi, I have a ticket in Redmine 'that does ... know. So if you'd like to help me with this issue you may request further information. Thanks, Robert
- hi all again! i was wondering if there is ... o display all datails with logged time of an issue. i need this for 2 reasons: 1. i need to ... activity on paper. so if i worked 5h on some issue i need to print this and leave it to her. 2. i need to print time spent on some issue to sent a copy to a client to make it signed ... e. it would be great to have a filter on 'issue details report' to select by date, user.... ... th this functionality? thanks in advance!
- I'm trying to upgrade from 0.8.7 to 0.9.3. ... e installed the folowing plugins: redmine_issues_group awesome_nested_set redmine_graphs open_flash_chart redmine_charts redmine_issues_due_date <pre> rake db:migrate RAILS_ ... e by running task with --trace) </pre>
- Open discussion: RE: ticket tracking
- it could be a solution. but if i receive a c ... great to have ticket system. something like issues but not 'under' projects.
- There are a number of patches on the issue tracker concerning Trac import, many of whic ... led across these because I was searching for issues which addressed shortcomings I needed to ha ... h attempts to address the entire set of open issues while resolving redundancies. At the end of the effort, hopefully all the issues can be closed simultaneously. The relevant set of issues are: #5110, #5065, #5035, #2748, #2504, #2114, #2054, #1008
- Open discussion: RE: Is the REST webservice a ... le rest web service' exist in admin settings?
- AFAIK 0.9.3 doesn't have the REST API for issues.
- Help: RE: Is there a way for a non-user to email issues into redmine?
- It does, I hope you were able to make things work :-)
- Open discussion: RE: Bulk update Start/End Date
- Please see the [[RedmineIssueList#Bulk-editing-issues]] bulk edit feature, although that will onl ... astly, the start/end dates are only tied for issues linked by a "precedes" relation, but make sure you look up the guide to confirm that.
- Help: RE: is it possible to show the date rather then days ago in issues?
- You get the exact date when hovering over lin ... the time to look it up for you at the moment.
- I've searched for a while and surprising retu ... tly, the query builder only allows filtering issues on the intersection of specific fields. But ... uld like to have a custom query such as "All issues that have "High" priority or have "In Progr ... e the filter that would modify the SQL query.
- When you look at an issue on the screen it shows Added by John Smit ... ng the date and time. I know when you print issues as a pdf it shows them with data and time, ... to also do this on the main page. thanks.
- Guys, I'm in need to update all my version's issues to change the start date 1 week forward. Ho ... found a way. It would be great to move those issues that are blocked too. Can anyone give me a hint on this? Thanks
- hi, i am really intrested in redmine as we ... icket tracking. i can create projects and issues, but is it possible to have something that ... will see this on his dashboard. so, project/issues is working nice. what i need is to have ticket system... i hope i made me understand thanks
- Help: RE: Is there a way for a non-user to email issues into redmine?
- I am using the IMAP connector, but it looks l ... ository/entry/tags/0.9.3/lib/tasks/email.rake
- Open discussion: RE: Is the REST webservice a ... le rest web service' exist in admin settings?
- Is anything in the actual release of .9.3? All I really need to do is be able to insert an issue. But when trying to just use the 'GET http://redmineserver/redmine/issues.xml', I get errors similar to these two for ... tation just needs to be able to submit a new issue to a project it already knows. Is this possible with the current .9.3 release?
- Help: RE: Is there a way for a non-user to email issues into redmine?
- Thats just what I needed, thank you.