Search
Results (31861)
- Patch #1471 (Closed): Lua syntax highlighter for CodeRay
- Attached is a patch that will add lua lexer syntax highlighting to coderay.
- Patch #1470 (New): Projects Info Block for MyPage
- This patch will add a projects block to the M ... es, it will also list the number of assigned issues, reported issues, and spent time for a given project.
- Patch #1463 (Closed): Spanish translation for the admin and user manual
- Translated by Eduardo Vega zen.edu@gmail.com
- Feature #1462 (Closed): Access control to trackers by user roles/profiles
- This request works in conjuction with user's ... le or whatever, based on user profile/role.
- Feature #1461 (Closed): Issues linking by a combo box or similar
- Actually, you need to know de request identifier to set a link.
- Feature #1460 (New): Project Plan import/export utility
- It would be very useful a Project Plan import ... esktop tool and then, imported into Redmine
- Feature #1459 (New): Global Holidays calendar
- A global Holidays calendar should be desirable in order to plan a project.
- I've been testing Redmine to work with privat ... blic projects and grant access by role. Only issue we found out was that if you have public sub ... anagement + customers) So what's the real issue to have a private flag? How does it handle things differently apart from being in same project?
- Hi all, I'd like to print a report with all details (especially all comments) of the issues, resulting from a query. The report would be like that |Issue# 1|Title|status| |\3. description| |\3. comment1| |\3. comment2| |Issue# 2|Title|status| |\3. description| |\3. co ... the query result display ? cheers gabriel
- Defect #1457 (Closed): Undefined method "length"
- See http://www.redmine.org/boards/2/topics/show/1346
- Hello, In Version v0.7.0 you have made th ... an i notify other project memebers about one Issue. Thanks for your help. Ina.
- Feature #1455 (New): Create reports from Custom Fields
- I'd like the capability of creating issue_reports from Custom Fields. I think this would only apply to List and Boolean types.
- Feature #1450 (Closed): Automaticaly add project creator as manager
- I have noticed an issue with automatic repository creation, if you h ... he project as a manager during its creation.
- Defect #1449 (Closed): gpl version issue
- the link to the gpl on www.redmine.org goes t ... /old-licenses/gpl-2.0.html Thanks, marc
- Feature #1448 (New): Add tags to issues
- Many of our issues span multiple categories -- or more specifi ... d be great if there was a way to add tags to issues.
- Feature #1447 (Closed): Resource management
- It would be great if possible for the users t ... are involved in a specific project, who have issues assigned and who don't.
- Feature #1446 (Closed): Allow notification on editing of a message
- There's no way to notify when a message is edited.
- Feature #1445 (Closed): add new permission 'edit issue planning'
- A permission 'edit issue planning' can be added which allows or disal ... roject. Otherwise, reporters can pollute the issue overviews, like demonstrated by the current redmine roadmap.
- Hi, I am new to redmine, but so far I like ... e number of ours on the starting date of the issue, for example in a row below the days (column ... d if so point me in the right direction?)
- Open discussion: RE: Dealing with Version/Releases in Redmine
- I was also wondering how to handle Trac way version/milestone when reporting issues, specially bug reports. There would real ... that marks when bug is about to be fixed.
- Open discussion: RE: Contributing code to Redmine
- Hopefully Redmine will be running on Rails 2. ... t happens, migrations should no longer be an issue.
- Help: RE: How to create a link with pre-filled parameters?
- Found the way to do that (maybe it will help to somebody): <pre><%= link_to l(:label_issue_new), :controller => 'issues', :project_id => @project, :action => 'new', :issue =>{:assigned_to_id => User.current.id} %></p ... oes not work!!! <pre><%= link_to l(:label_issue_new), :controller => 'issues', :project_id => 1, :action => 'new', :issue =>{:status_id => 2} %></pre>
- Hi, The Redmine interface to my svn reposi ... ve me an idea what's wrong? If it is a paths issue, how can I correctly set up the svn path in Redmine? Thanks!
- Help: RE: New issue url to preload some fields
- Well.. I found the way.. <pre>http://myredmine.com/projects/myproject/issues/new?issue[assigned_to_id]=<%= User.current.id %></pre> ... <pre>http://myredmine.com/projects/myproject/issues/new?issue[status_id]=2</pre> does not work.. :-( A ... f there is such a functionality in Redmine).
- Open discussion: RE: Contributing code to Redmine
- hi Clay, The standard way to contributing is to create a patch issue, or a feature request issue and a patch issue, if you think you need discussion around it. ... tor is a grown-up and can modify it :) HTH