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.
- 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.
- 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".
- 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 ?
- 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.
- 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
- 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>
- 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?
- 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
- Patch #8970 (Closed): Show URL to attachment in plain-text email notification
- As titled. A patch against 1.2 branch.
- 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 :)
- 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
- 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* ...).
- 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
- 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
- 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.
- 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>
- 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.
- 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.
- 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.
- Patch #8944 (Closed): Traditional Chinese language file (to r6318)
- Remove duplicated original (en) setting_issue_group_assignment tag.
- 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"
- Feature #8942 (Closed): Soft deletion of ticket
- [demand] delete a ticket. [background] ... rd in DB. It is hard-deleted. Drowned at sea.
- Patch #8941 (Closed): Traditional Chinese language file (to r6317)
- * Translations added: ** setting_issue_group_assignment
- 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 => ...