Project

General

Profile

Search

Results (12716)

Defect #12205 (Closed): Problem in upgrading redmine 0.9 from redmine 2.1
Hi all, i facing problem to upgrade redmine 0.9 to 2.1 version .i am not able to see issues page .it gives below error . i also made c ... Started GET "/projects/aprmar201213it/issues" for 127.0.0.1 at 2012-10-24 23:45: 32 +0530 Processing by IssuesController#index as HTML Parameters: {"pr ... ueries/_columns.html.erb (0.0ms) Rendered issues/_list.html.erb (0.0ms) Rendered issues/index.html.erb within layouts/base (93.8ms) ... p %> 27: <% end %> 28: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... /td> 30: <td class="id"><%= link_to issue.id, issue_path(issue... 2012-10-24 20:35
Defect #12203 (Closed): upgrade from 1.4 to 2.1 404 error
Hello. I've upgraded Redmine from 1.4 to 2.1 and it was fine but when i open issues containg attachments with russian letters - ... iki_toc 0.0.4 </pre> 2012-10-24 17:17
Defect #12201 (Closed): svn password is written to log when connecting to svn
If I run redmine in production mode and confi ... d never be displayed in plain text somewhere 2012-10-24 12:57
Feature #12200 (Closed): private issues
is it possible to have private or confidential issues in a project. I want to mean that an issue added by a user only could be seen by him and the assignee user? 2012-10-24 12:29
Defect #12196 (Closed): "Page not found" on OK button in SCM "View all revisions" page
http://www.redmine.org/projects/redmine/repos ... d click OK button, "Page not found" returns. 2012-10-24 09:50
Defect #12195 (Closed): Javascript error with IE7 / IE8 on new issue form
Please remove the additional comma after @min ... minLength: 2, }); } </pre> Regards 2012-10-23 22:22
Feature #12194 (Closed): Source control revisions should be integrated as part of the history
Currently there are two columns "history" and ... ts useful to see revisions in the context of issue status and comments. 2012-10-23 20:52
Defect #12189 (Closed): Missing tmp/pdf directory
There is no tmp/pdf directory in default bung ... r during pdf export: <pre> Started GET "/issues/2214.pdf" for 217.73.199.113 at Tue Oct 23 13:11:54 +0400 2012 Processing by IssuesController#show as PDF Parameters: {"id"= ... n `new' lib/redmine/export/pdf.rb:499:in `issue_to_pdf' app/controllers/issues_controller.rb:121:in `show' app/controllers/issues_controller.rb:114:in `show' </pre> Solution is just a creation of <redmine_home>/tmp/pdf 2012-10-23 11:24
Feature #12183 (Closed): Hide attachments by default on wiki pages
Some wiki pages contains a lot of attachments ... d in the page, with a link to display them. 2012-10-22 17:25
Feature #12181 (Closed): Add attachment information to issues.xml in REST API
It would be very handy to include the attachments information to the issues.xml in the REST API Same is already implemented for relations (@issues.xml?include=relations@) Idea is to imple ... class="ruby"> api.array :attachments do issue.attachments.each do |attachment| rend ... dex.api.rsb file. Include attachements with @issues.xml?include=attachments@ Thanks 2012-10-22 14:00
Defect #12180 (Closed): Due date filterin works in an unexpected way
I want to filter for all (open) issues which are due "in less than" 4 days. But I do not get any issues which are already in the past! I'd say " ... find any other way to create a "show me all issues which are due the next 4 days (or already in the past)". 2012-10-22 13:16
Defect #12179 (Closed): Impossible to set due date with dot
Hello, Since 2.1.2, it is impossible to s ... this following ur global settings once the issue is created. However, when we are creating an issue, Redmine requests that we use 22-10-2012 for ... mat a date with - so when a user enter a new issue, he has to adapt to a new input format. I ... experiencing this problem ? Thanks Paps 2012-10-22 13:12
Defect #12172 (Closed): a few chinese disyplay error
Debian Squeeze after install redmine by apt-get only some chinese display error ,pls see atach 2012-10-21 12:14
Defect #12165 (Closed): Hard coded "View hidden content"
There is a hard coded label in /roles/permiss ... rmission: <pre> View hidden content </pre> 2012-10-19 22:12
Defect #12164 (Closed): Error on updating issue
Ruby 1.9.3-p194 / Redmine 2.0.4 / mysql 5.5 w ... time plugins On updating one of the older issue this error crops up. <pre> NoMethodError (undefined method `<' for nil:NilClass): app/models/issue.rb:731:in `block in save_issue_with_child_records' app/models/issue.rb:718:in `save_issue_with_child_records' app/controllers/issues_controller.rb:182:in `update' </pre> Se ... <pre> Redmine::Hook.call_hook(:controller_issues_edit_after_save, { :params => params, :issue => self, :time_entry => @time_entry, :journa ... re> Any help would be greatly appreciated! 2012-10-19 16:21
Defect #12161 (New): Cyclic recursion redirects
Hello After migrating from 1.3.2 to 2.1.2 ... ActiveRecord: 0.9ms) </pre> Please help! 2012-10-19 09:23
Feature #12158 (Closed): More possibilities how to close issue via VCS commit
Currently there exists only one configuration for changing issue state from VCS commit message. It would be g ... ch configurations. Use case relates to my issue #12156, when we need to close issue various way * in case "fixed" text occurs, ... dy for testing" state should be set ... etc 2012-10-18 22:11
Defect #12157 (Closed): Failed to upgrade redmine
I've tried to upgrade Redmine today from Cano ... GNU/Linux VirtualBox machine with 512Mb RAM 2012-10-18 21:37
Feature #12156 (New): Allow to fill out given customfield with specific value via a commit message
If issue status is changed as result of commit to VCS ... that refines manner of closing: whether the issue is fixed, refused, can't be fixed etc ... 2012-10-18 17:58
Defect #12154 (Closed): Redmine pdf error if page contain table
We use redmine long time ago. Version: Redmin ... 6 and use html table When i copy a table to issue and make pdf from this issue, redmine said 500 Internal Server error. ... Processing IssuesController#show to pdf (for 109.61.100.158 a ... ction"=>"show", "id"=>"5401", "controller"=>"issues"} ... lib/redmine/export/pdf.rb:393:in `issue_to_pdf' ... lib/redmine/export/pdf.rb:379:in `issue_to_pdf' ... app/controllers/issues_controller.rb:125:in `show' ... app/controllers/issues_controller.rb:121:in `show' ... lic/500.html (500 Internal Server Error) 2012-10-18 17:15
Defect #12151 (Closed): Problem with two instances of redmine on one serveur
Hello, I'm trying to install a second redm ... when the both are started that cause strange issues like don't find pages that existed or site ... ks on a server or is it impossible? Thanks 2012-10-18 11:43
Defect #12146 (Confirmed): Required (list-, u ... ues allows nil value during status transition
I created a custom field (type Version) calle ... edmine_inline_attach_screenshot 0.4.2 2012-10-18 02:21
Defect #12145 (Closed): Updating Issue parent_id and root_id
I'm trying to set a parent issue of 765 for my child issue, 753. Here is my code: @# Updating Paren ... t_ticket: #{parent_ticket}\n" updateissue = Issue.find(child) updateissue.root_id = parent_ticket updateissue.parent_id = parent_ticket pp updateissue updateissue.save print "Updated Issue Parent\n" STDOUT.flush end ... 753=>765}} child: 753 parent_ticket: 765 <Issue id: 753, tracker_id: 1, project_id: 3, subje ... REST API and it says i need to update parent_issue_id, how would I do this? 2012-10-17 23:22
Feature #12125 (Closed): Set filename used to store attachment updloaded via the REST API
i upload a lot of jpegs for every project via ... ] </pre> and <pre> payload = dict( issue = dict ( uploads = dict ( upload = di ... ), ) ) r = requests.put(self.__url("issues/"+str(ticketid)+".json"), data = json.dumps(payload), headers = self.header) </pre> 2012-10-17 13:30
Feature #12120 (Closed): Could you add a filter to the issues' summary?
Just like the filters in the issues' list. 2012-10-17 11:23
(6701-6725/12716)