Project

General

Profile

Search

Results (12109)

Patch #1680 (New): Make version description multiline and textilizable
Made Version description support Textile mark ... #1256. Contributed by Texuna Technologies. 2008-07-24 14:43
Feature #1679 (Closed): Enhancement request WRT login
Enhance login / sign on action so that after ... this facility as a user configurable option. 2008-07-24 14:23
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. 2008-07-24 12:19
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... 2008-07-24 06:14
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. 2008-07-23 18:15
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. 2008-07-23 12:17
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. 2008-07-21 19:27
Patch #1669 (Closed): Add Status field to the Mail Handler
Attached is a patch to the @MailHandler@ to support setting and changing the Issue status via email. <pre> # Change status ... tatus to Resolved Status: Resolved </pre> 2008-07-21 16:32
Defect #1668 (Closed): Lost Password reminder but no clue of username - accepting email as login?
Well, I forgot my redmine.org +username+ and ... he password reminder email? I posted this issue few days ago in the forums (http://www.redmi ... eply. Am I missing some important thing ;-) 2008-07-21 16:17
Patch #1667 (New): Default tracker setting in each project
Hi, I made a patch which allow administrat ... ect one tracker. This patch solves #1365. 2008-07-21 07:04
Patch #1666 (Closed): explicitly mark versions as complete and restrict target versions
Hi, I made a patch which introduces two ch ... as completed and it disallows targeting open issues to completed versions. It does this by add ... by accidentally (or ignorantly) targeting an issue to a completed version cannot happen anymore. * Versions don't disappear magically anymore. Some issues might still show up after the due date of a ... red completed which haven't been reported as issues like tagging on svn, publishing for downloa ... ard work on redmine. It's really appreciated! 2008-07-21 00:50
Feature #1665 (Closed): Ability to delete tracker comments
Internet is NOT a friendly place anymore and ... hat would deny comment if links are too many) 2008-07-20 14:18
Defect #1663 (Closed): Redmine+Git+PostgreSQL 8.3 Cannot work with multi-bytes language
I'm running in to the same issues as the following two bugs, but using Git as ... s: 2.0.2 * PostgreSQL: 8.3.3 * Git: 1.4.4.4 2008-07-18 23:16
Defect #1662 (Closed): Issue's custom fields don't appear on some filters and custom queries editor
When you create an issue's custom field and mark it to be used on fil ... * Custom fields don't appear on the "View issues on all projects" page. * You can go to a p ... I've tried in only allowed in some trackers. 2008-07-18 14:12
Feature #1657 (New): Subprojects can share their parent project's repository
I'd like subprojects to have the option of us ... This bug fix closes 42" and have the Child's issue #42 be closed, even though only Parent had its repository setting set to the repository URL. 2008-07-17 01:44
Defect #1655 (Closed): Right Click Does not work in Opera
The right click feature on the page Issues does not work in Opera. No matter if alt+cl ... activate the right click feature of redmine. 2008-07-16 14:13
Feature #1653 (Closed): issue category lost when moving projects
We are using redmine trunk revision 1645 on a ... ruby 1.8.7 rails 2.1.0 When we move an issue from one project to another, the category is lost on the issue even though the category exists in both proj ... (X's replace sensitive data): Processing IssuesController#move (for 127.0.0.12 at 2008-07-1 ... action"=>"move", "id"=>"154", "controller"=>"issues"} Redirected to http://XXXXXX/projects/devq/issues Completed in 0.07481 (13 reqs/sec) | DB: 0.04585 (61%) | 302 Found [http://XXXXXX/issues/move/154] 2008-07-16 01:27
Defect #1652 (Closed): migrations 91 and 92 fail against SQL Server 2005
I just attempt to install redmine db onto sql ... orked...this also got my db version up to 92. 2008-07-15 23:07
Patch #1651 (Closed): Hack to make redmine use pygmentize instead of CodeRay
We're going to be using Redmine internally wi ... nately, syntax highlighting is not a plugin. 2008-07-15 20:54
Patch #1650 (New): Start/end time tracking for timelogging
This is an implementation of http://www.redmi ... y (if any) for current user * Same goes for Issue Edit form as it also has Log Time fields gro ... s from unit/time_entry_test.rb; rake f_issues-show_in_progress runs test_show_in_progress test case from functional/issues_controller_test.rb It's developed as a p ... including it. Feel free to remove it anyway. 2008-07-15 18:35
Feature #1649 (Closed): Nice human-friendly URL for the file module
The link in the 'file' module ends with "vers ... is would be, i'm not much in web development. 2008-07-15 16:42
Feature #1647 (Closed): No Anchor Support on Wiki pages
I'd like to be able to use anchor links on a ... links at the top, linking to sections below. 2008-07-15 06:06
Feature #1645 (Closed): Recommend adding Timelog line to issue context menu
If developer is working on tasks from /my/page (or the issue list), he/she may find it easier to right-click on the issue in order to get to the time-log for that issue, bypassing one screen. Partial implementa ... controller => 'timelog', :action => 'edit', :issue_id => @issue}, :class => 'icon-time', :disabled ... ff if you would like, but since this is a UI issue I figured you may prefer to position these elements yourself. 2008-07-15 04:46
Defect #1644 (Closed): Context menu overwritten by calender on MyPage
In Firefox 3 and Internet Explorer 7, the Issue context menu is overwritten by anything text ... t conflicts with existing z-index values. Issue found in Redmine 0.7.3 - seems to still exist in HEAD. 2008-07-15 04:30
Defect #1641 (Closed): Setting time zone rise Internal error
Distribution: Debian 4.0 database: MySQL Ver ... .html (500 Internal Server Error) </pre> 2008-07-14 20:53
(11201-11225/12109)