Search
Results (12477)
- Feature #1711 (Closed): ability to display 'p ... from 'subject' in cross project query results
 - this would also enable the ability to sort by project.
 - Feature #1710 (Closed): ability to change the query that displays "Issues Assigned to me" on the My Page
 - it would be helpful to change this query to h ... this differently depending on their workflow
 - Feature #1709 (Closed): editing original issue submission
 - It was once possible to edit the original issue submission text, in case of error or mis-spe ... o the Update button, the ability to edit the issue description was lost. I would like the e ... like it does for editing individual comments.
 - Patch #1708 (Closed): 'Assigned to' list sorts by id, not name
 - Hello! When assigning issues to users, finding the right person in the d ... n etc. Best regards, Christian Bryn :--)
 - Feature #1707 (New): Sending e-mail to roles involved on status changed.
 - Tipically we have different teams involved on ... related by strict redmine workflow. When an issue status changes, we have to notify to a team, not a person, that this issue is available for their work. I explain better. When an issue is open, we have a developement team that ha ... n start their job. Thanks a lot, Andrea
 - Defect #1704 (Closed): Many hyphen marks kills the Redmine
 - We found out funky little error when you insert many hyphen marks into issue text box in certain format. This will crash ... of formating can be used in email signatures.
 - Defect #1703 (Closed): Atom feeds not validating
 - Any Atom I try to validate comes out with a e ... not do the same on redmine's website though.
 - Feature #1701 (Closed): New Relation for Copying Branch Issues to other Versions
 - UseCase: 2 Production Branches, 1 Trunk Cus ... number stays the same and is identified with issue + Version number
 - Patch #1700 (New): Support for extra macros to help in move from trac
 - With moving from trac needed some more macros for linking issues back to wiki pages to show queue sizes, new tickets waiting in a area etc. issue_list Lists Issues matching a list of given parameters !{{issue_list(tracker,category,status,user,max) }} issue_count, Count number of issues matching a set of filters (tracker,owner,ca ... us currently supported as filters) !{{issue_count(tracker=xxx,category=xxx,status=xxxx) }} issue_query: Same as issues_count be returns lists and not single count !{{issue_query(tracker=dddd&category=dsdd&status=dddd ... title_menu(title-prefix,columns,max)}} __
 - Feature #1696 (Closed): Calculating project costs
 - it would be great if a project could be assig ... where the budget has been used (report on it)
 - Feature #1694 (New): eMail reminder on ticket overdue
 - it would be nice to have an reminder function ... ed a reminder email is send to your account.
 - Feature #1693 (New): Implementing outlook syncronization
 - it would be very nice to have a kind of outlo ... r track of expiring / starting tickets/tasks.
 - Feature #1692 (New): Enable time-tracking additional fields in reports filters
 - unfortunately i can't set up filter on my cus ... this might be a very nice feature to have ;-)
 - Feature #1690 (Closed): Calendar cross-project including Roadmap activity
 - We are trying to use Redmine on our company w ... view, visibility of roadmap events, but only issue/defect tracking. We are asking to see, if a ... eir deploy activity. Thanks a lot, Andrea
 - Feature #1687 (New): Ability to quote a patch in a comment
 - Use case : # Someone posts a patch. # Someone else : ## reads the issue. ## views the attached file using the diff ... r two : top, bottom) to quote selected hunks.
 - Feature #1684 (Closed): Add Category to issues popup menu
 - Changing the category of an issue still requires to go through EDIT, would be nice to have it in the popup menu.
 - Defect #1682 (Closed): Show error if SCM executable is not in rails PATH (ENV['PATH'])
 - Redmine should log a message if the scm execu ... through the log just to figure out the error.
 - Defect #1681 (Closed): NoMethodError in WikiController#index
 - Called the only wikipage (startpage called "w ... "=>[], "Cache-Control"=>"no-cache"} </pre>
 - Patch #1680 (New): Make version description multiline and textilizable
 - Made Version description support Textile mark ... #1256. Contributed by Texuna Technologies.
 - Feature #1679 (Closed): Enhancement request WRT login
 - Enhance login / sign on action so that after ... this facility as a user configurable option.
 - Patch #1678 (Closed): Include Estimated Time in issue filters
 - We wanted to be able to see what issues are not estimated (and have it as saved que ... fine. Contributed by Texuna Technologies.
 - Patch #1677 (Closed): Plugin hook API
 - This patch to adds support for Plugin hooks i ... ook_name@. <pre> # Run puts whenever the issue_show hook is called add_hook :issue_show, Proc.new { puts 'Hello' } </pre> < ... ethod+ passing in all the context add_hook :issue_show, Proc.new {|context| MyPlugin.my_method ... I added a few to some areas I needed: * Issue show view * Issue edit form * Issue bulk edit view * Issue bulk edit save (in IssuesController) * Issue update view * The Project's members page * IssueHelper#show_details helper New hooks can b ... ll call `my_new_hook` with the @project and @issue objects Redmine::Plugin::Hook::Manager.call_hook(:my_new_hook, {:project => @project, :issue => @issue...
 - Patch #1676 (Closed): Only show incomplete target versions
 - This is based on patch by Nick Read at http://www.redmine.org/issues/show/1666, extends it to 2 more usage place ... incomplete ones in following places: * New issue form * Edit issue form * Issues list - context menu for single issue * Bulk edit issues form Contributed by Texuna Technologies.
 - Feature #1675 (Closed): Add 'affected version' as a standard field
 - As described in this forum "post":http://www. ... . That way you can easily do a query on all issues that exist in a particular release.
 - Patch #1671 (New): Show a breakdown of estimated/spent/remaining time for a version
 - It adds time metrics to Version page (click o ... ample): * Remaining time above shows sum of issues' unspent estimates; * Total is Remaining + ... he version is going to take currently; * In Issue metrics box below it adds Time progress show ... t and Remaining times for given category; * Issue metrics previously didn't show data for issues having chosen attribute not assigned. This ... p in screenshot; * Drill-through links from Issue metrics box didn't show closed issues, this is fixed here. Tests are included, ... Contributed by Texuna Technologies company.