Project

General

Profile

Search

Results (12109)

Feature #1555 (Closed): Open vs. Closed Issues in Calendar / Activity
When issues are displayed in the Calendar (and other places, i noticed activity), it would be nice to see issue titles grayed out or crossed out like they are in the roadmap. closed issues in the roadmap are displayed crossed out, b ... ld also be nice to choose the style of those issues, grayed out vs crossed out. 2008-07-01 09:05
Feature #1554 (Closed): Private comments in tickets
Hi, private issues would be great, but I'd like to propose a f ... ery little line at bottom of file to fix the issue. Having such feature in redmine would be a real advantage for my company. Thanks, Philippe 2008-06-30 23:02
Defect #1553 (Closed): tracker_id isn't set on new issue creation
When I create new issue, no matter what tracker i chose, created issue has default (for project) tracker. I don' ... you need to change <pre> #app/controllers/issues_controller.rb:118 @issue.tracker ||= @project.trackers.find(params[:t ... t) </pre> To something like that: <pre> @issue.tracker ||= @project.trackers.find(params[:issue] ? params[:issue][:tracker_id] ? params[:issue][:tracker_id] : :first : :first) </pre> This change has fixed bug in my working copy. 2008-06-30 19:28
Defect #1551 (Closed): Copying issues resets Status
When an issues is copied from another one (using the copy ... preserved except Status that is reset to New. 2008-06-30 16:27
Defect #1550 (Closed): Comment too long message when updating issue
Revision r1607 Rails: 2.1 Mysql: 4.0 Err ... ule is not active while updating an existing issue, effectivly I cannot update issues anymore on projects with "Time tracking" di ... => 255 I have not found what broke this. 2008-06-30 11:56
Feature #1547 (New): Gantt chart on 'my page'
I think it would be handy to be able to view a gantt chart with all issues for all projects in the 'my page' section. 2008-06-29 10:31
Patch #1546 (Closed): Associated revisions ar ... wrong order for Git, Mercurial (SHA-1 DVCSs)
Associated revisions are currently sorted by ... n ascending order. (@source:trunk/app/models/issue.rb@1594#L31@) However, certain SCMs don't us ... the @revision@ as a secondary sorting column. 2008-06-29 02:50
Feature #1544 (Closed): Setting permissions for viewing trackers
It would be great to have permission control ... For example, I don't want my clients to see issues belonging to a specific tracker (say, Project Management tracker). 2008-06-28 01:47
Feature #1543 (New): Setting permissions for viewing the Activity page.
There should be a permission option for grant ... since they can infer the time spent in each issue and have a notion of the work being done by the developers. 2008-06-28 01:33
Feature #1538 (Closed): Adding "updates" information to CSV export
I'd like to be able to see the "updates" - th ... ot included, only the description. Cheers! 2008-06-27 13:20
Patch #1535 (Closed): Traditional Chinese language file (to r1591)
* Added & relocated tags: *text_enumeration_d ... es*, *field_redirect_existing_links*, *field_issue_to_id*, *field_is_filter*, *field_onthefly*, ... field_attr_lastname*, *field_possible_values* 2008-06-27 04:08
Feature #1531 (Closed): Add notification system
Hi, Redmine is really useful for me, also ... tion is better. Thanks for your attention. 2008-06-25 16:25
Feature #1529 (New): board privilges
Can you add privileges to every board? For example I hope some members cannot view some board. 2008-06-25 08:41
Feature #1521 (Closed): RSS Feed
It would be nice to have a RSS feed (any vers ... g many projects. So, please add a RSS feed :) 2008-06-24 09:20
Defect #1519 (Closed): Revision 1578 causes Rails 500 error
Hi - after checking out HEAD I've got a bug i ... /500.html (500 Internal Server Error) </pre> 2008-06-24 01:49
Feature #1518 (Closed): Log time via commit messages
Hello I use the log time feature quite oft ... would save me time in the long run. Jonas 2008-06-23 23:48
Feature #1517 (New): Cumulative flow diagrams of trackers as some sort of project burn down graph
I'd like to see some sort of burn down graph ... more thorough explanation of the diagrams. 2008-06-23 22:51
Defect #1516 (Closed): Issue loses custom field values
An issue may lose all its custom field values. Ste ... # create one required and one non-required issue custom field # create a tracker that uses these two custom fields # create a new issue using the tracker and enter values into both custom fields # when the issue is shown click on update # with (for exampl ... h field to reload the page Result: # the issue's custom fields are blank (and no journal details are written) Expected Result: # the issue should not have changed 2008-06-23 22:51
Feature #1515 (Closed): issue inherits custom fields values from its project?
Is there an option that an issue will inherit custom fields and values of custom fields from the project custom fields? 2008-06-23 19:57
Defect #1513 (Reopened): Fixing issues in commit messages can break the workflow
I have a redmine instances with trackers with ... d, I have the option "Referencing and fixing issues in commit messages" activated but I can onl ... ething like that, so when a commit closes an issue, the correct state can be set. It would be great too if one can specify how to close the issue in the commit message (something like "close ... ank you. Using Redmine 0.7.2.1557 (MySQL). 2008-06-21 02:50
Defect #1512 (Closed): Colons and whitespace wrapping
This is a pretty trivial issue, but... When looking at an issue in "read" mode, each field label has " : " a ... the colons from wrapping onto the next line. 2008-06-20 21:44
Defect #1510 (Closed): Hyperlink not generated when URL ends in parentheses
Adding a link in the wiki to @http://www.mich ... with the ")" following as plain text. This issue affects both the <pre>"title":url</pre> link ... Seems to be similar to #1225. I believe the issue is from the LINK_RE regular expression in @l ... e 0.7-stable branch r1565, with MySQL 5.0.51. 2008-06-20 20:51
Feature #1509 (Closed): Show new issue notes in the activity list
When a user comments on an issue without changing any of its properties, noth ... y timeline. If you're not subscribed to the issue, the only way I've found to keep tabs on this is to sort the issues by when it was updated. I think new notes on an issue should show up in the activity timeline even if the issue's properties haven't changed. I could proba ... ivity rather than being the same as Messages. 2008-06-20 18:26
Defect #1508 (Closed): Engines site unavailable
Trying to install some plugins. The engines p ... s only compatible with 2.0.2. How to proceed? 2008-06-20 17:42
Patch #1507 (Closed): Dynamic project selector
Dirty and ugly hack to make project selector ... > root)) %> + <% if params[:controller] != 'issues' %> + <%= content_tag('option', h(root. ... ojects', :action => root.identifier, :id => 'issues')) %> + <% end %> <% user_projects_b ... roject)) %> + <% if params[:controller] != 'issues' %> + <%= content_tag('option', ('& ... cts', :action => project.identifier, :id => 'issues')) %> + + <% end %> <% end %> <% ... t end def render_404 </pre> 2008-06-20 13:28
(11276-11300/12109)