Project

General

Profile

Search

Results (12400)

Defect #1578 (Closed): Right floating image formats badly in some places
When a right image is added to a project desc ... aces, some example screen shots are attached. 2008-07-04 04:41
Defect #1577 (Closed): Editing subversion log message does not update 'Repository' view
If you make a commit to subversion then updat ... ing the "Repository.fetch_changesets" script. 2008-07-04 04:26
Defect #1576 (Closed): Google Calendar Plugin Installation Trouble
HI, I'm trying to install the Google Calen ... may be causing this error? Thanks, Lee 2008-07-04 03:58
Feature #1575 (Closed): Toolbar button to insert a table
When you open the formatting help popup it la ... no table icon it means there is no tables. ;) 2008-07-04 00:21
Feature #1574 (New): Deployments - new module
In large projects you have multiple versions ... ious location/branches and then relate it to issues. It can be done with custom fields but t ... stems rollouts do not occur in the same time. 2008-07-04 00:13
Feature #1572 (New): Delete Users and automatically ticket change
1) In order to free the username for other us ... to deactivate their own account. 2.1) New issues can't be accidently assigned to unactive me ... delete their own account. 3.1) All unclosed issues of deleted users will change to the default pause status e.g. "On-Hold". 2008-07-03 22:37
Defect #1569 (Closed): 500 Internal error for some journal entries
I'm using the following configuration with re ... ceive Internal error when I try to open some issues http://localhost:3000/issues/show/29: <pre> Internal error An err ... he following trace: <pre> NoMethodError in Issues#show Showing issues/_history.rhtml where line #11 raised: und ... : <% end %> Trace of template inclusion: /issues/show.rhtml RAILS_ROOT: /home/vvlad/redmi ... ls_helper.rb:29:in `render_notes' app/views/issues/_history.rhtml:11:in `_run_erb_47app47views47issues47_history46rhtml' app/views/issues/_history.rhtml:1:in `each' app/views/issues/_history.rhtml:1:in `_run_erb_47app47views47issues47_history46rhtml' vendor/rails/actionpack/ ... tion_view/base.rb:352:in `render' app/views/issue... 2008-07-03 14:45
Feature #1567 (Closed): Make author column sortable and groupable
Is it possible to make the author-column sortable in source:/trunk/app/views/issues/_list.rhtml ? Right now I only got it to wo ... e> QueryColumn.new(:author, :sortable => "#{Issue.table_name}.author_id") </pre> 2008-07-03 12:58
Feature #1566 (New): Linking and Wiki syntax
Using a Wiki syntax is sufficiently efficient ... ing to linking to other wiki pages, or other issues, other projects etc. Most of us are power u ... type content in a text-box at the top) *** issue (check boxes for open, closed, etc, then cho ... s think ? Does someone has a plan for that ? 2008-07-03 12:20
Feature #1565 (Closed): Custom query on My page
Should be nice to add on my page folder a saved custom query. 2008-07-03 09:59
Feature #1564 (New): PDF export of all issues with all information
The pdf export of "issues" exports a synthetic lists of the issues, with few information about them. This is g ... thout internet for several days, for example. 2008-07-03 01:12
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 2008-07-02 22:42
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. 2008-07-02 18:44
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... 2008-07-02 12:16
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... 2008-07-02 10:01
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. 2008-07-01 10:21
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
(11551-11575/12400)