Project

General

Profile

Search

Results (12515)

Defect #4546 (Closed): Upload/POST requests very slow
I am a redmine 0.8.7 user with a strange prob ... ing after explicit exit any solutions? 2010-01-11 12:36
Defect #4544 (New): Wiki exported HTML has different CSS formatting to the original
Following on from #4194, I've noticed other f ... has the same CSS formatting as the original? 2010-01-10 00:21
Defect #4541 (Closed): Flag this message i need a help with compiling kannel “gateway-1.4.3″
dear Sirs: i am compiling kannel “gateway- ... possible to do that?? plz help thnx sando 2010-01-09 15:44
Defect #4540 (Closed): Exception with Ruby 1.9.1_p376 and trunk
Hello, I am testing Redmine (trunk) with r ... istribution) and when I want to create a new issue in a project I get the following exception ( ... cale is French): <pre> NoMethodError in IssuesController#new undefined method `stringif ... =' /home/victor/code/redmine-0.9/app/models/issue.rb:160:in `attributes_with_tracker_first=' /home/victor/code/redmine-0.9/app/controllers/issues_controller.rb:134:in `new' /usr/lib/ruby ... =' /home/victor/code/redmine-0.9/app/models/issue.rb:160:in `attributes_with_tracker_first=' /home/victor/code/redmine-0.9/app/controllers/issues_controller.rb:134:in `new' /usr/lib/ruby/g ... MkaGXVDg5IPfUiMXmO829k5dECOLAj22ql5dqo=", "issue"=>{"tracker_id"=>"1", "subject"=>"Test", ... >""} </pre> I tested with ruby 1.8.7_p248 2010-01-08 16:44
Defect #4538 (Closed): .htaccess redirect rul ... ing when multiple CGI/FastCGI modules enabled
I just noticed something strange, using the d ... Module> </IfModule> </IfModule> </pre> 2010-01-08 11:37
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 (New): Changing field order to input Firstname and Lastname
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
(10126-10150/12515)