Search
Results (12665)
- 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
- 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.
- 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.
- 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...
- 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.
- 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?
- 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
- 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.
- 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.
- 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 `...
- Defect #6028 (Closed): Bulk Edit labels aren't connected to their fields
- 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).
- 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
- 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
- Defect #6013 (Closed): git tab,browsing, very slow -- even after first time
- I just installed Redmine for the first time t ... exact #s if you are interested. Any ideas?
- Patch #6012 (Closed): RTL layout
- Hello, Following #5972 I thought of a bett ... stylesheets, and the rtl theme may be removed
- Defect #6010 (Closed): ">" is converted to ">" when using the page-include macro
- There appears to be a bug in the page-include ... e 0.9.6.stable Ruby 1.8.7.248,1 MySQL 5.5.3
- Feature #6004 (Closed): New generator : redmine_plugin_scaffold
- I often develop tiny plugins these days for s ... o before using such a scaffold in your plugin
- Defect #6002 (Closed): Enlarge text fields length
- From version to version there is a bug remain ... ate tables to make these fields large enough.
- Defect #6000 (Closed): Safe Attributes prevents plugin extension of Issue model...
- I don’t know if this problem is limited purely to the issue model, or if it exists elsewhere in other mo ... ’ abilities to write plugins that extend the issue model. @accepts_nested_attributes_for@ goes ... I have plugins dependent upon extending the Issue model :\
- Defect #5998 (Confirmed): New line not taking effect on a certain piece of text
- When I create a piece of text like so (withou ... ct on other types of character combinations??
- Feature #5997 (Closed): REST API should provide valid xml response with status for EVERY request
- Redmine's REST API provides valid XML respons ... <pre> http://demo.redmine.org/projects/ace/issues.xml?query_id=302&key=1ddd3b8a5f4484bc658727586681f15189b42ac7 </pre> a valid XML with list of issues will be returned, but if I change query_id ... <pre> http://demo.redmine.org/projects/ace/issues.xml?query_id=6666&key=1ddd3b8a5f4484bc65872 ... eption: http://demo.redmine.org/projects/ace/issues.xml?query_id=6666&key=1ddd3b8a5f4484bc65872 ... eption: http://demo.redmine.org/projects/ace/issues.xml?query_id=6666&key=1ddd3b8a5f4484bc65872 ... ponseCode="0" responseDescription="..."> <issues>.......... </issues> </redmine_rest_api_response> </pre> t ... rnal applications on top of Redmine REST API.
- Feature #5996 (Closed): Affected version feature
- Hi, I'd like to see a feature to add "Affected version" to the issues, which will be a list, and draw values from ... sed/future versions for 2 fields per project!
- Feature #5995 (Closed): Text formatting can be dfferent base on project
- Currently, the 'Text formatting' is global ba ... ng' is project base, not global redmine base.
- Defect #5994 (New): Creating new issue via email submission strips attached emails
- I have our redmine setup to receive emails to create issues using the "Fetching emails from an IMAP ser ... nd is to manually attach the email after the issue is created.