Project

General

Profile

Search

Results (12477)

Feature #2448 (New): Graphviz of ticket dependencies (with example)
I found the output of this (admittedly very h ... ssword= -Dredmine -e "select id,subject from issues where status_id != 5 and fixed_version_id = ... s -uredmine --password= -Dredmine -e "select issue_from_id, issue_to_id from issue_relations ir join issues i1 on ir.issue_from_id = i1.id join issues i2 on ir.issue_to_id = i2.id where relation_type = 'precede ... /www/space/redmine_graph.png </code> </pre> 2009-01-06 15:56
Defect #2447 (Closed): Plugins Used for Excel Export
Can u please specify some of the plugins that ... rsion.. Could u please guide me in this issue 2009-01-06 11:48
Patch #2445 (Closed): Updated Dutch translations
Today I managed to update, correct and sort t ... common and equally allowed plural_ * *label_issue_tracking* _introduced hyphen, actually shoul ... from English and looked awkward_ * *setting_issue_list_default_columns* _corrected translation ... text_mail* * *text_diff_truncated* * *text_issue_added* and *text_issue_updated* _completed translation_ * *text_re ... -nl.js+* (from r2099) Complete translation 2009-01-05 17:12
Defect #2444 (Closed): manny internal server errors in 0.8.0 …
h1. add project if i klick the *add-projec ... ternal Server Error)</pre> --- h1. add issue if i click to „ass issue” i can fill in the form - but if i click *cr ... eload the page the same behavior. *but* the issues are created … <pre>Processing IssuesController#new (for 84.190.183.247 at 2009-0 ... "=>"Create", "action"=>"new", "controller"=>"issues", "issue"=>{"start_date"=>"2009-01-05", "estimated_ho ... :in `body' /app/models/mailer.rb:33:in `issue_add' /vendor/rails/actionmailer/lib/act ... 83:in `method_missing' /app/controllers/issues_controller.rb:147:in `new' /vendor/rai ... re a way to downgrade to 0.7.3 - without the issue-management redmine is not usable ? 2009-01-05 13:25
Feature #2443 (Closed): Reciprocal relationships for Blocks and Precedes
I often set up relationships between tasks us ... to set them from the blocking (or preceding) issue. About 50% of the time the issue I am looking at is at the other end of that ... et this up without having to go to the other issue first please? 2009-01-05 08:10
Defect #2441 (Closed): Upgrade rake migration ... tialized constant ActiveSupport::Dependencies
I'm trying to upgrade from the previous relea ... ke:28 </pre> am I missing something here? 2009-01-04 16:26
Patch #2439 (Closed): Traditional Chinese language file (to r2225)
* Added tags: *text_plugin_assets_writable*, ... anged tags: *text_file_repository_writable* 2009-01-04 09:38
Feature #2438 (Closed): Will any Opensource Instant Message System embed into Redmine?
Like some flash or online chatting system. 2009-01-04 04:26
Defect #2436 (Closed): strip variables from received mail body (in receive_mail)
I just tested sending an email to redmine, wi ... : rake redmine:email:receive_imap ... The issue was created using that method, but the Project: foo line is left in the issue body. I guess other variables would still b ... cts theses variables to be stripped from the issue body. 2009-01-03 14:01
Feature #2435 (Closed): Plugin API to check that a plugin is correctly installed
Both Redmine and Engine migrations follow a s ... an incorrect directory. This causes several issues including: * migrations get named after ... * https://projects.littlestreamsoftware.com/issues/show/1930 * https://projects.littlestreamsoftware.com/issues/show/1858 * https://projects.littlestreamsoftware.com/issues/show/1801 * https://projects.littlestreamsoftware.com/issues/show/1487 2009-01-03 04:08
Defect #2433 (Closed): redmine/PluginGoogleAn ... guration instruction points to the wrong link
From the redmine/PluginGoogleAnalytics page I ... this is not the correct place to submit this issue report. I'm new to redmine and once register ... /wiki/redmine/PluginGoogleAnalytics location. 2009-01-02 18:06
Patch #2430 (Closed): Traditional Chinese language file (to r2220)
* Added tags: *text_plugin_assets_writable* * Changed tags: *text_file_repository_writable* 2009-01-02 02:39
Patch #2420 (Closed): Fetching emails from an POP server
This is a patch to fetch emails from POP serv ... options = { :issue => {} } %w(project status tracker category priority).each { |a| options[:issue][a.to_sym] = ENV[a] if ENV[a] } optio ... heck(pop_options, options) end </pre> 2008-12-30 23:59
Defect #2419 (Closed): 0.8.0: Warning from mime_type.rb: already initialized constant PDF
I run a cron job every minute to fetch the re ... is could be fixed so the warning goes away. 2008-12-30 23:16
Defect #2418 (Closed): workflow defect
Hello, our workflow look like this: ass ... s default or closed. When we create a new issue with status new which is default, then manag ... 0 stable os gentoo linux (webrick) db mysql 2008-12-30 22:38
Feature #2415 (Closed): Global issue_report without project specific information
There is a really nice report available at /reports/issue_report/projectID that would be very useful t ... ld this be something that could be added? 2008-12-29 19:47
Defect #2414 (Reopened): 'Add News Button' in 'Add news'
I have observed a little 'Bug', cause if i go ... mysql Database schema version 101 </pre> 2008-12-29 18:40
Feature #2413 (Closed): mail_handler : import custom fields from Emails
It would be nice if custom fields could be im ... e> CustomFieldName: CustomFieldValue </pre> 2008-12-29 15:49
Feature #2410 (Closed): Exporting Data to Excel
Hi, I am using Redmine Recent version(Redm ... l export facility.So please guide me in this issue 2008-12-29 09:12
Patch #2406 (Closed): In email notification, send a email with sender as author
When notification email is generated, I want to fill email sender with the author of issue, document, attachment. In my environment, t ... . So I implemented it with attachment object. 2008-12-29 06:19
Feature #2405 (Closed): Enable tracker update on issue edit form
How can I change the tracker of issue? I 've patched to enable this feature. It is required because most of issuers of issue do not have whole knowledge of project. Some reporter created issues with wrong tracker. Especially we have 7 tr ... <pre><code class="diff"> Index: app/views/issues/_form.rhtml =================================================================== --- app/views/issues/_form.rhtml (revision 2195) +++ app/views/issues/_form.rhtml (working copy) @@ -39,6 +39,9 ... d :due_date, :size => 10 %><%= calendar_for('issue_due_date') %></p> <p><%= f.text_field :est ... | ["#{r*10} %", r*10] }) %></p> +<% unless @issue.new_record? %> +<p><%= f.select :tracker_id ... style="clear:both;"> </div> </code></pre> 2008-12-29 04:59
Defect #2400 (Closed): Last update broke issues controller
hi, I'm using redmine dev branch (http://redm ... k), and after a code update this morging, my issues controller throws an exception : <pre> Processing IssuesController#index (for xxx.xxx.xxx.xxx at 200 ... "project", "action"=>"index", "controller"=>"issues"} ActiveRecord::StatementInvalid (Mysq ... to use near 'LIMIT 0, 25' at line 1: SELECT `issues`.`id` AS t0_r0, `issues`.`tracker_id` AS t0_r1, `issues`.`project_id` AS t0_r2, `issues`.`subject` AS t0_r3, `issues`.`description` AS t0_r4, `issues`.`due_date` AS t0_r5, `issues`.`category_id` AS t0_r6, `issues`.`status_id` AS t0_r7, `issues`.`assigned_to_id` AS t0_r8, `issue... 2008-12-26 09:52
Feature #2399 (Closed): Custom field filtering for projects
Wouldn´t it be great if one could use custom ... or projects? just like the way it works with issues. 2008-12-25 18:58
Defect #2398 (Closed): functional tests missing fixtures
class AccountControllerTest < Test::Unit::Tes ... ojects, :roles, :members, :enabled_modules, :issues, :attachments, *:versions, :wiki_pages, :wikis* 2008-12-25 17:37
Defect #2397 (Closed): Not all activities are shown on activity page
Only part of activities are shown on the acti ... p://www.redmine.org/boards/2/topics/show/3400 2008-12-25 07:35
(11176-11200/12477)