Project

General

Profile

Search

Results (12760)

Defect #4537 (Closed): ActionController::Inva ... trying to create a new category from a new issue page
We have installed 0.8.7 version of redmine on ... to add a new category to a project from new issue page. We get this error attached in the log file. 2010-01-08 11:01
Patch #4535 (New): Import Target Version from Mantis
Currently, the Mantis importer only looks at ... Redmine's Target version field. All my open issues loose their target version now though, sinc ... on if it exists, and else the Target version. 2010-01-07 23:25
Feature #4534 (Reopened): Only receive emails for new issues
A new communication preference that only sends emails to the user when a new issue is created on their project would be VERY he ... hings that I watch or am involved in, or new issues on my projects" OR add a checkbox option ... allowing the user to choose which events. 2010-01-07 17:40
Defect #4533 (Closed): ARCondition not handling dup/clone
Long story short: @ARCondition#clone@ and @#d ... ><code class="ruby"> s = ARCondition.new "#{Issue.table_name}.assigned_to_id IS NOT NULL" p = s.clone s << ["#{Issue.table_name}.start_date <= ?", Date.today] p ... ent (Rails 2.3.5) >> s = ARCondition.new "#{Issue.table_name}.assigned_to_id IS NOT NULL" => #<ARCondition:0x102bbb040 @conditions=["1=1 AND (issues.assigned_to_id IS NOT NULL)"]> >> p = s.cl ... Condition:0x102baac68 @conditions=["1=1 AND (issues.assigned_to_id IS NOT NULL)"]> >> s << ["#{Issue.table_name}.start_date <= ?", Date.today] => #<ARCondition:0x102bbb040 @conditions=["1=1 AND (issues.assigned_to_id IS NOT NULL) AND (issues.start_date <= ?)", Thu, 07 Jan 2010]> >> p => #<ARCondition:0x102baac68 @conditions=["1=1 AND (... 2010-01-07 12:39
Feature #4529 (New): Queue Sorting Option akin to Netflix
I have tried to find a way to do this with th ... if this should be divided into more than one issue submission. In Netflix, in your queue, if ... way to deal with the rather large number of . 2010-01-07 00:08
Feature #4528 (Closed): Add Projected Date field to Version
Add a "Projected Date" field to the version, ... jected Dates when displaying the Gantt chart. 2010-01-06 19:29
Defect #4525 (Closed): issues from subprojects are showen when you select issues from summary
Summary only show issues from current project (good), but the new filter created when you as an example select all open issues with priority high will also show issues from subprojects (confusing). I suggest add a filter "subprojects = none" in the navigation. 2010-01-06 17:58
Defect #4523 (Closed): Missing Field in Roles and Permissions: change issue status
The field "change issue status" is missing from Role & Permission screen 2010-01-06 08:31
Feature #4522 (New): Allow setting of custom fields in redmine:email:receive_imap
Currently users can set values of custom fields upon issue creation via email (provided that the field ... us email address that automatically classify issues based on where they were emailed without th ... ral custom attributes to be set in addition). 2010-01-05 17:38
Feature #4519 (New): Target version pulldown should sort in descending order
I’d like things like the version pulldown to ... common action is associate new/unversioned issues with the “latest” version. 2010-01-04 23:32
Feature #4518 (Closed): Wiki formatting documentation for nested lists
Currently, the shipped version of the wiki fo ... ax.html@ * @/help/wiki_syntax_detailed.html@ 2010-01-04 19:26
Feature #4511 (Closed): Allow adding user groups as watchers for issues
Having the nice user group feature in Redmine ... be able to add whole group as observers for issues. Currently, only user accounts can be added as observers. 2010-01-01 13:52
Defect #4509 (Closed): mail_handle.rb tries to run .match on an array
use to_s and not to_a as arrays do not have . ... end - elsif m = email.subject.match(ISSUE_REPLY_SUBJECT_RE) + elsif m = email.subject.to_s.match(ISSUE_REPLY_SUBJECT_RE) receive_issue_reply(m[1].to_i) - elsif m = email.subje ... _reply(m[1].to_i) else receive_issue </pre> 2009-12-31 18:41
Feature #4507 (Closed): Make first and last name field order follow Users display format setting
Hello Redmine developers In "Register" a ... le to change the order with each languages. 2009-12-30 15:12
Defect #4505 (Closed): Bulk edit issue don't show "is_for_all" custom fields
Found original patch updated #2560. We need t ... t those connected to other projects only. 2009-12-30 11:45
Defect #4504 (Closed): Version Status not upgraded from 0.8.5 -> 0.9.0
I just installed and upgraded my Redmine inst ... working well, but I just noticed there's an issue with Project Versions. It seems the migra ... 't find any active version after the upgrade. 2009-12-29 15:17
Defect #4503 (Closed): unable to browse git repositories since move to 0.9
Nobody can browse Git repositories since the ... e93f8b46-1217-0410-a6f0-8f06a7374b81 </pre> 2009-12-29 13:08
Patch #4502 (Closed): New date filter operators: tomorrow, next week, next month
For my work there is need to have a plan for ... integrate this functionality into the trunk? 2009-12-29 09:48
Defect #4501 (Closed): URL-mangling provides data not reachable through UI
I noticed that with some URL-mangling it is p ... vis' watch-list: <pre>http://www.redmine.org/issues?set_filter=1&sort=updated_on:desc&watcher_i ... ty unharmful, it might be unwanted behaviour. 2009-12-29 01:15
Feature #4500 (New): Redmine to SalesForce Interface plugin
It would be very useful to have the functionality to synchronize 'cases' in SalesForce.com with the issue tracking system in Redmine. Thank you, Tauseef 2009-12-28 22:56
Defect #4499 (Closed): Upgrade redmine to 0.9 ... d constant ActionController::AbstractRequest"
Upgrading from current stable to the current ... r/www/redmine) </pre> but this didn't help. 2009-12-28 17:50
Defect #4495 (Closed): Tab's 'border-bottom' not absent when selected (alternate)
In current trunk, the selected tab in project ... change to somewhere between r3140 and r3211. 2009-12-28 11:04
Defect #4494 (Closed): Mercurial access not working in jruby
When I try to access a mercurial repository w ... and both worked without problems under jruby 2009-12-28 07:18
Feature #4488 (Closed): Related feature
Hi, I've been using Redmine for a few days ... t possible to create the following relation 'issue #101 starts x days after the start of issue #100' in 0.8.7? It would be nice to have the following functionality while relating issues, * issue#100 precedes issue#101 by exactly x days (issue #101 starts exactly x days after the end of issue #100) This would automatically move the st ... ward depending on the end date of #100 * issue#100 precedes issue#101 by x days (issue #101 starts atleast x days after the end of issue #100) _already implemented_ * issue #101 starts exactly x days after the start of issue #100 * issue... 2009-12-26 05:47
Feature #4487 (New): Add better presentation of issue status history
Currently, the only way to view the history of an issue is to scroll down the list of comments. Fro ... would be nice to have single overview of the issue history right below the ticket, for example near the "Associated revisions" section. 2009-12-25 20:43
(10376-10400/12760)