Search
Results (12389)
- Defect #1563 (Closed): PDF export in russian language
- If any data is written in russian language an ... 03) ruby 1.8.6 rails 2.0.2 redmine 0.7.2
- Defect #1562 (Closed): Changing any data for an admin removed admin privilege
- Redmine 0.7.2 MySQL 5.0.51a Ruby 1.8.6 Rai ... not a problem. Didn't find this as an open issue.
- Feature #1561 (Closed): Totals for estimated/spent time and numeric custom fields on the issue list
- I am constantly juggling tasks to try and ass ... one. I would like to request a total row on issues lists when estimated time column is shown. ... ority with this request but as the number of issues at hand increases I really dont need to be squinting at the screen adding up numbers in my head...
- Defect #1559 (Closed): r1592 breaks issue view
- There is a problem with custom fields: <pre> NoMethodError in Issues#show Showing issues/_form_custom_fields.rhtml where line #3 raised: undefined method `custom_field_values' for #<Issue:0x3992bd8> Extracted source (around line ... entleft"> 2: <% i = 1 %> 3: <% split_on = @issue.custom_field_values.size / 2 %> 4: <% @issue.custom_field_values.each do |value| %> 5: <p><%= custom_field_tag_with_label :issue, value %></p> 6: <% if i == split_on -%> Trace of template inclusion: /issues/_form.rhtml, /issues/_edit.rhtml, /issues/show.rhtml RAILS_ROOT: D:/Dev/InstantRai ... ethods.rb:205:in `method_missing' app/views/issues/_form_custom_fields.rhtml:3:in `_run_erb_47app47views47issue...
- Feature #1556 (Closed): Copy users to new projects
- I am busy adding projects and subprojects as ... diting OR let me pick the ones to copy first.
- 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.
- 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
- 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.
- 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.
- 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.
- 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.
- 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.
- 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).
- 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.
- 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!
- 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*
- Feature #1531 (Closed): Add notification system
- Hi, Redmine is really useful for me, also ... tion is better. Thanks for your attention.
- Feature #1529 (New): board privilges
- Can you add privileges to every board? For example I hope some members cannot view some board.
- 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 :)
- 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>
- 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
- 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.
- 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
- 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?
- 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).