Project

General

Profile

Search

Results (12601)

Feature #6642 (New): anonymized issue numbers
Hi This is a minor issue.. I'd like to see issue numbers anonymized, so that the number of issues opened in project X does not pollute the "id space" of the numbers assigned to issues in project Y. Proposition 1 ----------- ... e, instead of a sequential auto incrementor, issues could be numbered with a unique, random 128 ... could be people that would prefer sequential issue numbering across projects. Proposition 2 ------------- Issues could be assigned per-project sequential numbering, so that within each project, the first issue is numbered 1, then 2, 3 etc. 2010-10-12 14:39
Feature #6641 (New): creating project-specific activities
Hi I have a couple of projects (one for each organizational unit), where people can create issues that we then handle. Sometimes someone wan ... ybe I should instead work on my own plugin? 2010-10-12 13:58
Feature #6639 (Closed): custom fields missing in time reports
I've added some custom fields to time registr ... ouple others which are less relevant to this issue. The problem is that I would like to gene ... meone to provide me with a bit of guidance. 2010-10-12 13:33
Defect #6638 (Closed): Authentication popup during loging in
Hi there, Just made an upgrade form 0.9.5 to 1.0.2 and got an annoying issue. When a person opens a webpage with the redm ... 3.5 * Redmine version - Redmine 1.0.2.stable 2010-10-12 13:23
Feature #6637 (Closed): "unwanted" features as plugins
We started using Redmine for issue tracking (but not for a software development ... features still present when you create a new issue, for example "start date", "due date", "esti ... the easiest way / best solution / whatever. 2010-10-12 13:17
Defect #6634 (Closed): Zlib::DataError (incorrect header check) in Wiki history viewer
Database: Postgresql 9.0.1 Ruby: ruby 1.8.7 ... e that: \x68312e205a6(...)0a6272616b 2010-10-12 11:59
Feature #6633 (Closed): Calendar across mulitple projects
As there wqas a discussion on gantt chart across more projects (http://www.redmine.org/issues/1484) I wnat to stretch that topic for the ... and controlling the resources. Thank you. 2010-10-12 09:36
Defect #6632 (New): Incomplete migration from Trac to Redmine
When projects [[RedmineMigrate|migrated]] fro ... al Server Error when attempt to see imported issues:<pre>ActionView::TemplateError (comparison of Fixnum with nil failed) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: ... roup = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %> 18: <% reset_cyc ... 3 SQL queries:<pre><code class="sql">UPDATE issues SET lft=1 WHERE lft IS NULL; UPDATE issues SET rgt=2 WHERE rgt IS NULL; UPDATE issues SET root_id=id WHERE root_id IS NULL;</code ... http://www.redmine.org/boards/2/topics/18087 2010-10-12 06:00
Feature #6631 (Closed): Provide security (e.g. display only) for custom fields
It would be nice to be able to assign permi ... o specify some custom fields as display only. 2010-10-12 05:29
Feature #6629 (Closed): Change field-name of issues start date
Currently the start field of issues is named @Start@. I'd suggest to rename the issue-property to @Start date@ which seems more co ... <pre> field_start_date: Start date </pre> 2010-10-12 01:53
Feature #6628 (Closed): Improvements in truncate email
Rather than hunting for a correct regexp, why ... ompatible, this could be an additional option 2010-10-11 19:20
Defect #6627 (Closed): missing "add new file" in Files section
after upgraded to 1.0.2, i found that i could ... r, uploading via attachment is still working. 2010-10-11 16:19
Defect #6626 (Closed): Erro ao acessar uma ISSUE
Processing IssuesController#index (for xxx.xxx.xxx.xxx at 201 ... "projeto", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml Completed in 275ms (View: 254, ... [http://site.com.br/redmine/projects/projeto/issues] Processing IssuesController#show (for 200.213.60.130 at 2010- ... {"action"=>"show", "id"=>"6", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError (nil is not a valid locale) on line #12 of app/views/issues/show.rhtml: 9: 10: 11: 12: . 13: ... tion_helper.rb:318:in `authoring' app/views/issues/show.rhtml:12:in `_run_rhtml_app47views47issue... 2010-10-11 15:31
Defect #6625 (Closed): Attachments lost when activity field error occures
If there is activity field error (set Timelog ... tached files and I need attach it once again. 2010-10-11 15:09
Defect #6624 (Closed): Project horizontal menu layout doesn't wrap
The Screenshot attachment:defect.png show the ... 0px; position: relative; left: 0px;} </pre> 2010-10-11 12:06
Defect #6621 (Closed): Multibyte symbols are wrongly displayed in issues CSV export (ISO-8859)
Some issues in a Redmine 1.0.2 project contains multiby ... play name (as "Iñaki"). When exporting these issues to CSV I get a ISO-8859 text file in which ... tubre de 2010 18:07:17 +0200;asasdasd </pre> 2010-10-11 00:04
Defect #6620 (Closed): RMagick error
Using Centos 5.5 I've installed two versions ... in `show' </pre> I've found some similar issues searching in Google, but all of them not clear without providing a resolution. 2010-10-10 23:59
Feature #6619 (Closed): Allow assigning a issue to more than one user
Sometimes it's useful to assign a task to mor ... to do it in Redmine. I suggest this feature. 2010-10-10 22:16
Feature #6618 (Closed): Global Gantt and Calendar view (for all projects)
I manage various projects in a Redmine instan ... ext days/weeks which makes it a bit unuseful. 2010-10-10 22:12
Feature #6616 (Closed): Select All watchers
When adding a new task/issue, the watcher list should allow select all. ... ble to set the watcher list at project level. 2010-10-10 19:09
Feature #6614 (Closed): icons per tracker for ... tional or as replacement for ticket type text
I nice fature would to be able to define a ic ... nding which tickets are of what tracker type. 2010-10-09 13:43
Defect #6612 (Closed): SortHelper missing from CalendarsController
I just tried to show a calendar with a custom query, so something like: @http://my.redmi.ne/issues/calendar?query_id=13@, which causes redmine ... include SortHelper@ in @CalendarsController@. 2010-10-08 22:04
Defect #6609 (Reopened): % Done for Parent Tasks [2]
If I have parent tasks and sub tasks and I use manual (per issue) % done values, then the parent gets the ave ... asks in both modes (note that when using per-issue Done% values I do not get the option to pick ... ted the parent would be at 80% and not 66%. 2010-10-08 09:36
Defect #6608 (Closed): Disable not-available options in administration instead of hiding them
I confess I have just spent an hour searching Redmine issues and Wiki to find out how to make my % Done bars reflect Issue Status rather than manually entered % (which ... in the UI when you enable the 'Calculate the issue done ratio with: Issue Status' option and save first. I had been ... ut you would never discover for yourself... 2010-10-08 09:29
Defect #6607 (Closed): Unclear caption for german button_update
button_update currently translates to "Aktual ... refresh". In the context of editing existing issues this should be "Ändern" 2010-10-08 07:35
(9051-9075/12601)