Project

General

Profile

Search

Results (12601)

Feature #6062 (New): Meeting tracker...
In discussion with one of our users the oth ... ng in the Subject and/or description * Some issue fields (i.e. percent done, etc.) don't reall ... ould correct most of the downsides by making Issues and Meetings subclasses of a common type th ... ake Meetings have a few differing fields. 2010-08-06 17:12
Defect #6060 (Closed): restricted user can access projects list and issue contents
Hello, I did add a new user with the permi ... en entering project via the project list all issues are accessable (of every project). * when ... to access data within non-public projects. 2010-08-06 17:01
Feature #6059 (New): Global links
On the right there is "issues" and "custom queries". The custom queries ... cts with custom queries, that would be great. 2010-08-06 16:03
Feature #6058 (New): better sub project support
I use a lot of sub projects in redmine. Sub- ... e two (or just the first) would greatly help. 2010-08-06 15:53
Defect #6056 (Closed): Bulk copying of issues does not preserve relations
When bulk copying a set of issues, relations between issues are lost. Example: *500: Issue A* <parent_issue_of> *501: Issue B* after *copying* these issues (to another project), i would expect to see there: *502: Issue A* <parent_issue_of> *503: Issue B* But the relationship is lost. 2010-08-06 11:31
Defect #6055 (Closed): Missing Translatione error when logging time without Activity
When logging time from the "update issue" form, and not selecting an Activity, the re ... rsion) seems to be missing a translation. 2010-08-06 11:25
Defect #6054 (Closed): Error 500 on filenames with whitespace in git reposities
Getting a directory listing from GIT crashes ... 1.0rc and trunk as well. A patch fixing this issue is attached. 2010-08-06 11:20
Patch #6053 (New): Fixed issue list context menu overflow
I found some content overflow when context su ... ct result: !fixed-context-menu-overflow.png! 2010-08-06 11:12
Defect #6052 (Closed): My Page / Calendar shows wrong day when week starts on Monday
The Calendar block in "my page" misses a day ... date is one day off See attached picture. 2010-08-06 11:08
Patch #6050 (Closed): Add plugin hooks to view_issues sidebar rendering...
After updating from 0.9 to 1.0 and noticing t ... ar partial, before Watchers). Diff attached. 2010-08-06 00:46
Feature #6049 (Closed): Option to search archived projects
At my company, we are maintaining quite a lot ... e checkbox option 'Search archived projects'. 2010-08-05 21:55
Defect #6045 (Closed): Repository file Diff view sometimes shows more than selected file
I think this is related to issue #4186 You can actually reproduce by using issue #4186: * go to issue #4186 * click on Revision 3028 in the Assoc ... tionally files instead of just the one file 2010-08-05 19:35
Feature #6043 (Closed): Prevent from leaving unsaved "New Issue" page.
After leaving a partial filled "New Issue" page by accident, the "Description" text fi ... ble to find a solution for the very annoying issue. Using Firefox 3.6. 2010-08-05 17:13
Feature #6041 (Closed): subtask duplicate gets parentless
When duplicating a subtask the clone is creat ... main as the original. So the according "New Issue" form should contain the "Parent task" field filled with originals parent's issue id. 2010-08-05 17:01
Feature #6040 (Closed): Translation custom fields, issue status, activities.....
Hi, it could be nice to have the possibility ... admin like custom fields, activities, roles, issue statuses, trackers and enumerations... 2010-08-05 09:48
Defect #6038 (Closed): wiki formatting in spent time comments
very often i specify a revision/changeset in ... 0 formatting will not be displayed as a link. 2010-08-05 08:36
Feature #6036 (Closed): user permission is changing as the workflow state is changed
We are researching now if redmine can be used ... any. There is a special requirement. As the issue state is changed the user/role permission should be changed. For detail: issue state is new developer is allowed to change issue properties and tester is not allowed to change issue properties. But when issue state is changed into resolved developer can not change issue properties and tester can change issues properties. How can I implement such function? 2010-08-05 05:26
Patch #6035 (Closed): Migration from redmine_subtasks to core subtasking feature
If you use redmine_subtask plugin and are mig ... he migration and keep the parent relations 2010-08-05 04:51
Feature #6034 (New): sorting should disregard blank fields
When sorting something in ascending order all the issues that have a blank value for this field are ... sking to see the lowest version number first. 2010-08-04 20:51
Feature #6033 (Closed): Allow addition/removal of subtasks to show in parent's history
The subtask feature has been working as expec ... rom the parent's perspective, how many child issues came and went. Seeing history like this vi ... that makes sense. Bravo Zulu on Redmine. 2010-08-04 16:50
Defect #6032 (Closed): Internal error 500
Hi all, I have just migrated to 1.0.0 and I am getting the following error while viewing issues: Processing IssuesController#index (for 192.168.100.157 at 201 ... eporting", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: <% previous_group = 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 ... <tr class="group open"> app/helpers/issues_helper.rb:28:in `... 2010-08-04 13:42
Defect #6028 (Closed): Bulk Edit labels aren't connected to their fields
2010-08-03 20:22
Defect #6023 (New): All members are displayed in issue summaries, even if they cannot be assigned
Hi ! Issues cannot be assigned to some users, but these users are still displayed in issue summary (first column, third row). 2010-08-03 14:48
Defect #6017 (Closed): "This installation of ... gick 6.5.5 but ImageMagick 6.5.7-8 is in use"
I installed redmine on an ubuntu 10.04 box. I ... o lib/redmine.rb (see attached patch to this issue ticket) and the rake db:migrate went through ... ter ruby hands to answer. Thanks! Yuval 2010-08-03 00:14
Defect #6016 (Closed): Missing project in issues list... very strange
Hi, On my local machine I get a 403 message on every issues. I start digging and noticed that the project is not listed in the issues list I did the following at the console. Notice I get a *nil* value as the issue's project at the end. But the issue *has* a project. Something seems going wrong ... development environment (Rails 2.3.5) >> @i=Issue.find :first, :include=>[:project] => #<Issue id: 1, tracker_id: 2, project_id: 1, subject ... I'm working with Redmine 0.9.6.devel.3847 2010-08-02 23:57
(9376-9400/12601)