Project

General

Profile

Search

Results (12601)

Defect #8985 (Closed): Redmine forgets selected columns
# Go in issues # Add/remove columns # Take a coffee # Go back to issues Columns came back to standard configurat ... hout using reports ? At least in preferences. 2011-08-04 12:11
Feature #8983 (Closed): Spent time column available in issue list
Hi ! In issues, I can show the Estimated time column, but no way to show Spent time aside to compare them. 2011-08-04 11:46
Feature #8982 (Closed): Hide right panel
Hi ! In some cases I've got reports with a ... ke a little button/link on top "Show"/"Hide". 2011-08-04 11:40
Feature #8979 (New): Ability to activate a new member for a Project Leader
Hi ! In our company we use Redmine massive ... elves, is it interesting to propose a patch ? 2011-08-03 16:50
Defect #8977 (New): user doesn't show up in the author filter dropdown when querying for issues
I tried this in the demo site: 1. I registered a user (paco perez). 2. I added a dummy issue to a random project (Test1). 3. I went to http://demo.redmine.org/issues. 4. I tried to filter by author but in the ... then the user shows up in the dropdown menu. 2011-08-03 14:24
Defect #8976 (Closed): Timelog reports date incorrect
Database: MySql (5.0.82) Ruby: ruby 1.8.7 (2 ... is bug is gone until someone logs time on an issue. After logging time -> same output as screen ... ne Light Box plugin - Timesheet Plugin 2011-08-03 12:08
Defect #8973 (Closed): long git loop after upgrade to 1.2.1
After upgrading to redmine version 1.2.1 from ... .5 Redmine Gitosis plugin 0.0.5 </pre> 2011-08-02 17:59
Defect #8972 (Closed): Is this a bug?
Redmine, trunk, r6398 Executing @ruby scrip ... from D:/biz/apps/redmine_trunk/app/models/issue.rb:37 from d:/Program Files/Ruby/li ... /plugins/redmine_code_review/lib/code_review_issue_patch.rb:18 from d:/Program Files/R ... > Is this a bug or I do something illegal? 2011-08-02 17:32
Defect #8971 (Closed): Error while Issue creating via Email
rake -f /opt/bitnami/apps/redmine/Rakefile re ... itnami/ruby/bin/rake:19 But when I create Issue in Redmine ,its sending email. I am using B ... appreciated. Thanks in advance!! Ashwini 2011-08-02 17:11
Patch #8970 (Closed): Show URL to attachment in plain-text email notification
As titled. A patch against 1.2 branch. 2011-08-02 14:10
Defect #8969 (Closed): rake aborted! undefined method `name' for "abstract":String
i am totally new to this , want to install re ... 1.8.6 please please help to resolve this issue... it will be of great help :) 2011-08-02 12:00
Defect #8967 (Closed): Missing entry in .YML file
In Redmine 1.2.1.Stable when setting parent t ... issing: en-GB, activerecord, errors, models, issue, attributes, parent_issue_id, not_a_valid_parent 2011-08-01 23:47
Feature #8965 (Closed): Formatting buttons for edit controls for e-mail headers and footers
This issue concerns the e-mail headers and footers conf ... edit controls become rich-edit controls like issues' and comments' edit controls (with formatting buttons *B*, *I*, *U* ..., *H1* ...). 2011-08-01 18:53
Defect #8963 (Closed): Undefined gantt_items_limit when trying to display gantt chart
I am upgrading from 1.0.3 to 1.2.1 on Debian ... l Database schema version 20110511000000 2011-08-01 16:30
Defect #8962 (Closed): Unknown variable or method salt when logging in
I am upgrading from version 1.0.3 to 1.2.1 on ... l Database schema version 20110511000000 2011-08-01 16:27
Defect #8961 (Closed): getaddrinfo: Name or service not known
rake -f /usr/share/redmine/Rakefile redmine:e ... =xyz ssl=1 --trace When I run above command issue got created but after that it stop working a ... e let me know how I can resolve the same. 2011-08-01 16:26
Defect #8955 (Closed): 404 Error when adding posts, issues, wiki edits
From forum posts: message#24487 message#253 ... dmine/public/404.html (404 Not Found) </pre> 2011-08-01 06:36
Defect #8951 (Closed): 404 w/ POST /issues.json (Filter chain halted as [:find_project] rendered_or_redirect)
Processing IssuesController#create to json (for 70.89.177.157 ... =>"json", "action"=>"create", "controller"=>"issues", "key"=>"..."} Filter chain halted as [:f ... t Found [http://redmine.moonshadowmobile.net/issues.json?key=ee30bba95b162008370501028449fb81fa ... ' to version 1.0.1. Had a problem with POST /issues.json not accepting key based authentication ... aded redmine to 1.1.2 in squeeze-backports. 2011-07-31 19:51
Defect #8948 (Closed): Watched issues which are already closed are still displayed in My Page
I think displaying watched issues that are already closed is useless. Only open issues should be displayed. 2011-07-30 04:49
Feature #8945 (Closed): Error checking of regular expressions for Custom Fields
When setting up a Custom Field with a regular ... o complete the field for the first time in a issue. It would be better to check the syntax during generation of the Custom Field. 2011-07-29 22:58
Patch #8944 (Closed): Traditional Chinese language file (to r6318)
Remove duplicated original (en) setting_issue_group_assignment tag. 2011-07-29 12:32
Defect #8943 (Closed): Broken paginations on the view "all issues" page
*Descriptions:* look page on demo version redmine:http://demo.redmine.org/issues Click last page in paginations. *Expected:* redirect to last page with issues. *Bug:* redirect to page without issues, with message "No data to display" 2011-07-29 10:20
Feature #8942 (Closed): Soft deletion of ticket
[demand] delete a ticket. [background] ... rd in DB. It is hard-deleted. Drowned at sea. 2011-07-29 08:27
Patch #8941 (Closed): Traditional Chinese language file (to r6317)
* Translations added: ** setting_issue_group_assignment 2011-07-29 08:21
Defect #8936 (Closed): rescheduling of an issue to an earlier date does not update issues that follow on this issue
Issue B follows on issue A, (B can only start when A is done). When the due date for issue A is set to an earlier date, the start date of issue B does not reschedule. The test for resch ... ode class="ruby"> def test_rescheduling_an_issue_should_reschedule_following_issue issue1 = Issue.create!(:project_id => 1, :tracker_id => 1, ... ate.today, :due_date => Date.today + 2) issue2 = Issue.create!(:project_id => 1, :tracker_id => 1, ... ate.today, :due_date => Date.today + 2) IssueRelation.create!(:issue_from => issue1, :issue_to => issue2, :relation_type => ... 2011-07-28 14:29
(7901-7925/12601)