Project

General

Profile

Search

Results (12716)

Feature #10293 (New): improve readability of subject changed message
Currently the subject change message has no p ... ee changed from Bob McKenzie to Doug McKenzie 2012-02-22 15:21
Defect #10284 (Closed): Note added by commit from a subproject does not contain project identifier
When a commit in a subproject references an issue in the parent, a comment from Anonymous is added to the issue that says: "Applied in changeset commit:9081 ... ction "Repositories > Referencing and fixing issues in commit messages" the setting "Applied St ... urial Distributed SCM (version 2.1) </pre> 2012-02-20 18:02
Defect #10283 (Closed): Wiki headings that contain code do not show up on {{toc}}
When a wiki heading has code in it, the heading entry is skipped on the table of contents. 2012-02-20 17:59
Feature #10282 (Closed): Copy wiki attachments on project copy
When copying a project to a new project, the ... l project, the images return a 403 error. 2012-02-20 16:35
Defect #10278 (Closed): Related issues field lost after upgrade to 1.3.0
After upgrade to Redmine 1.3.0 (from 1.2.1) field "related issues" not shown, if issue already has not any relations. I double check rights of management issues relations, but no one couldn't add a related issue. 2012-02-20 13:00
Feature #10276 (New): When assigning an issue, add possibility to pre-select a group
When a lot of users are part of project it becomes difficult to assign issues as the list is too long. A solution would ... ect field' with all users part of this group. 2012-02-19 20:20
Defect #10275 (Closed): Message object not pa ... acros for head topic and in preview edit mode
nil passed instead of message object to wiki ... on in _MessagesController.preview_ method 2012-02-19 11:11
Defect #10274 (Closed): FlashFireBug Warning Limit
I'm running your flashfirebug tool, but in th ... . I've edited it several times. Any ideas? 2012-02-19 00:24
Feature #10273 (New): Offer ability to see issues due for a user across projects on their user page
While one can go to All Issues and filter by user their, it would be conve ... the ability to see--or at least link to--the issues due for a given user while visiting their user page. 2012-02-18 15:25
Feature #10270 (Closed): Email triggers
Ability to accept an incoming email which use ... , subject and/or body to trigger creation of issues. One use case would be for clients to b ... d show the email address to logged in users). 2012-02-18 12:24
Feature #10269 (New): Ajax Scrolling view for reading as though a single document all issues within a (filterable) list of issues.
One of my pet peeves with trackers is that al ... w" to allow perpetual Ajax scrolling through issues (optionally filtered) whether at the projec ... arrows to read all details without clicking! 2012-02-18 12:21
Feature #10267 (New): Show custom date fields in calendar
It is powerful to be able to create a date fi ... lendar. I'm using this for a check-back date. 2012-02-18 12:14
Feature #10266 (Closed): Global means for creating an issue
In order to be able to use Redmine for rapidl ... e getting started in beginning writing up an issue, it would be handy to be able to create a ne ... pull-down. The main (above-the-projects) Issues page would be the ideal place for such a button, though it might also be handy in other places. 2012-02-18 12:09
Feature #10265 (Closed): List-Multiple/User-Multiple Types for Custom Fields
The List type for custom fields is a powerful ... ing additional resource contacts for a given issue (who are external to our system and therefor ... tiple User field could be very handy as well. 2012-02-18 12:04
Feature #10264 (Closed): Add a check/uncheck all button to search
When getting search results, all items are ch ... wo that you want to search vs unchecking all. 2012-02-18 00:26
Defect #10263 (Closed): TimeLog module throwing 500 internal server error
Subject really says it all. This is caused whenever an issue is updated with 'log time spent' updates. This is proving to be a difficult issue to google for. I'm completely new to Rub ... Parameters: {"time_entry"=>{"comments"=>"", "issue_id"=>"20", "activity_id"=>"9", "spent_on"=>" ... "back_url"=>"http%3A%2F%2Fredmine.****.com%2Fissues%2F20", "commit"=>"Save", "project_id"=>"cla ... b/redmine/about.rb:7:in `print_plugin_info' 2012-02-17 22:10
Defect #10261 (Closed): Export CSV or PDF error
Dears When I export to PDF or CSV ,it will o ... Is any step to fix this problem for "Big-5" issue? ------------------------------ database ... ------------ error stack trace: Processing IssuesController#index to pdf (for * at 2012-02-17 ... "=>"proj", "action"=>"index", "controller"=>"issues"} Iconv::InvalidEncoding (invalid encodi ... n `new' lib/redmine/export/pdf.rb:146:in `issues_to_pdf' app/controllers/issues_controller.rb:96:in `index' app/controllers/issues_controller.rb:91:in `index' /usr/local/l ... blic/500.html (500 Internal Server Error) 2012-02-17 13:28
Defect #10260 (New): The issues API filters out closed issues by default
The @GET /issues.xml@ API only shows open issues when called without arguments. For an AP ... for versions where this is already the norm) 2012-02-17 11:45
Feature #10259 (Closed): Allow getting a list of issues by ID through the API
Currently it is impossible to get a list of issues from the API via @GET /issues.xml@, if you only have a list of issue ids. The only way to get their data is to retrieve them one by one through the API @/issues/[id].xml@, which is too slow for practical integration purposes if you have more than 10 issues. In our company plugin we have added thi ... but this also inserts the 'id' filter in the issues query with an empty dropdown, not the prettiest solution... 2012-02-17 11:34
Patch #10258 (Closed): Italian translation for 1.3-stable
Some new labels do not have Italian translati ... o la data di inizio e di fine description_issue_category_reassign: Scegli la categoria della ... ssima del campo di testo. setting_default_issue_start_date_to_creation_date: Usa la data cor ... supera la massima consentita (%{max_size}) 2012-02-17 10:46
Feature #10256 (Closed): Could I modify my own issues and others just view these issues?How to configure?
Could I modify my own issues and other people could just view these issues?How to configure? Anyone can tell me,Thanks. 2012-02-17 08:35
Defect #10254 (Closed): Issues page links from the menu
Hi, I've (almost) set up the Redmine application on my server but i have a little issue about the page "issues". *The link from the menu is:* http://redmine.site.net/issues?project_id=my_project_id This leads to a p ... tp://redmine.site.net/projects/my_project_id/issues Which is working *Same thing happens in the New issue form.* <pre> <form action="/issues?project_id=my_project_id" class="tabular new-issue-form" enctype="multipart/form-data" id="issue-form" method="post">...</form> </pre> Whic ... *Here is the error log:* <pre> Processing IssuesController#index (for XXX.XXX.XXX.XXX at 201 ... oject_id", "action"=>"index", "controller"=>"issue... 2012-02-16 19:51
Feature #10253 (Closed): Better handling of attachments when validation fails
When creating or updating an issue, the uploaded attachments are lost if the va ... e preserved when the user re-submit the form. 2012-02-16 19:19
Feature #10252 (New): Ability to choose a News date
Hello. It would be great if one could actu ... s you for this great application :) Cheers 2012-02-16 11:48
Defect #10251 (Closed): Description diff link in note details is relative when received by email
In the HTML email notification received after an issue description has been updated, the "diff" lin ... description_diff_in_email_notification.PNG! 2012-02-16 09:25
(7476-7500/12716)