Project

General

Profile

Search

Results (18291)

Open discussion: Unable to upload file/images, windows machine
Hi, I am unable to upload file/images. The ... :68:in `save_attachments' app/controllers/issues_controller.rb:179:in `update' Started GE ... l.erb (8.0ms) Rendered projects/settings/_issue_categories.html.erb (7.0ms) Rendered proj ... :45:in `create' Any Idea, how to fix this issue? Thank you, 2013-05-23 14:25
Help: Impossible to boot the redmine server today!
Hello to you This morning when I try to laun ... from D:/Redmine/redmine-2.3.0/app/models/issue_relation.rb:73:in `<class :IssueRelation>' from D:/Redmine/redmine-2.3.0/app/models/issue_relation.rb:18:in `<top ( required)>' ... n>'_* Please what can i do? Thank you... 2013-05-23 13:08
Help: Migration redmine 0.9.3 to 1.3.2 error 500
Hi all, We currently have redmine 0.9.3 un ... splay's "Internal Error", I cannot see any "issue", Next I have compared the schema from th ... root_id, rgt and lft is missing on the table issues. Can anyone give me hand with this I try ... projects modify identifier varchar(255); Issues fix (Table Issues) alter table issues add parent_id int(11) NULL DEFAULT 0; alter table issues add root_id int(11) NULL; alter table issues add lft int(11) NULL; alter table issues add rgt int(11) NULL; alter table issues add is_private tinyint(1) NOT NULL DEFAULT 0; alter table issues add KEY `index_issues_on_root_id_and_lft_and_rgt` (`root_id`,`lft`,`rgt`); update issues set root_id = id, lft = 1, rgt = 2 where ro ... io,parent_id,root_id,lft,rgt,is_private from ... 2013-05-23 12:40
Open discussion: RE: highlight sub issue priorities with a custom css
I'm using redmine 2.2.2 Which parent div d ... ater version. This is the HTML of the sub issue list inside the issue view: * In the middle theres the mentioned a-tag with the priority of the sub issue <pre> <div id="relations"> <div class=" ... '#new-relation-form').toggle(); $('#relation_issue_to_id').focus(); return false;">Hinzufügen</ ... s</strong></p> <form> <table class="list issues"> <tbody><tr class="issue hascontextmenu" id="relation-123"> <td clas ... iehung mit projektct - <a href="/issues/123" class="issue status-9 priority-6 priority-high2">Task #32 ... reak.png?1358712345"></a></td> </tr> </pre> 2013-05-23 07:41
Help: RE: email sendding problem when update 2.2.3 to 2.3.0
i have spent 3hours on That configuration file for email and you thinking it s an issue if redmine ? do you have any news for That ? thanks a lot 2013-05-23 00:36
Help: RE: Redmine 2.2 & Git -> Authentication troubles
Just for the record: I also had this issue. But there's a simple fix to make authentica ... e.g. below "Require valid-user". The only issue left is that you still get log entries like ... ssion in #11475, but no real solution so far. 2013-05-22 23:48
Help: Hide items in top bar
I have a subproject which I want my customers to have access to. I only want them to access "Issues", "New Issues" and "Wiki". Furthermore I don't want them ... o that, either on role, user or project base? 2013-05-22 22:03
Development: RE: How to handle SPAM Tickets?
Just my two cents on this: > Should we del ... I generally make a distinction between _spam issues_ and _test issues_. I usually close test issues with such a note and resolution set to 'invalid'. Spam issues OTOH can be (and are being) deleted. Whethe ... think we should invest time in categorizing issues which are to-be-deleted after all :) 2013-05-22 19:53
Open discussion: RE: highlight sub issue priorities with a custom css
Which Redmine version you are using? I don't see any problem in Redmine 2.3.1. In the issue view (and also issues overview) you can set the style depending on the priority for issues and sub issues. In the issue view you have the priority class in <a>-tag ... >-tag. More over you have no <tr>-Tag in the issue view, do you mean the issues overview? 2013-05-22 18:45
Open discussion: highlight sub issue priorities with a custom css
I'm using css to highlight the priority status of an issue. This works fine for the issue overview. On this view the issues are marked with _class=".. priority-high3 .."_. But using this css fails to highlight the sub issues at the issue view because the priority is only available ... For example: before: <pre> <tr class="issue hascontextmenu" id="relation-2606"> </pre> after: <pre> <tr class="issue hascontextmenu priority-high3" id="relation-2606"> </pre> 2013-05-22 16:17
Help: Rest API for Ruby doesn't update custom_fields.
Hello everybody, I'm not sure if the right ... pdate a custom_field named as Changelog on a issue in my private redmine. For reach this I'm us ... est_api_with_ruby and http://www.redmine.org/issues/6403. So, i tried every code listed abov ... sites and none of them was able to update my issue. The issue doesn't update for any reason I didn't figur ... ubygems' require 'active_resource' class Issue < ActiveResource::Base self.site = 'http: ... aliza_changelog(numero_tarefa, changelog) issue = Issue.find(numero_tarefa.to_i) issue.custom_fields[7].value = changelog.to_s puts issue.save end </code></pre> *Some remarks:* * issue.custom_fields(7).value returns to me the prior value established on issue... 2013-05-22 15:45
Help: How to reference two attachements with same name?
I uploaded two versions of a file (picture png) into an issue. Now I want to show them both but don't know ... here some wiki syntax to resolve this casus ? 2013-05-22 15:13
Help: export from 1.3 and import to 2.3?
hello do someone have a solution, plugin to export the issue from m'y PROJECTS under redmine 1.3 ans impo ... e a plugin ? thanks a lot for tour answers 2013-05-22 02:09
Open discussion: Split out Access Permissions from Assignee
Currently, Redmine uses *@Assignee@* for both Access Control and Issue Responsibility. I'm wondering whether the ... or Access Control (allow a Role to access an issue), it effectively cannot be used for Issue Responsibility as that responsibility changes over the bug lifetime. 2013-05-21 19:12
Help: RE: How to make Git commit history show up at Redmine issue tracker
Great - that helped me as well. One impor ... ain - otherwise the change is without effect. 2013-05-21 15:41
Help: RE: who can help me.. get issues by changeset with java rest api
thanks again. that means it's the only way to get issue include changesets. no method supported that get issues by changesetId. 2013-05-21 13:13
Help: RE: Missing text in issue description
Is anybody with similar setup seeing this behaviour? Does it work for some? 2013-05-21 11:38
Help: RE: How to set up Redmine in Windows with MS SQL 2012
I solved this problem. The installation needs to update, I nearly have issues in each single step. It's definitely no ... he very beginning. Er..., pain in the ass. 2013-05-21 03:26
Help: RE: Redmine.pm and SVNListParentPath On
I made a similar patch for my problem on http://www.redmine.org/issues/3827. 2013-05-21 02:14
Help: 500 Internal server error when trying to view "issues"
My users are getting 500 Internal Server error when trying to view issues from the 'Issues' tab. We are running Redmine 1.3.2.sta ... = 241 AND `custom_values`.customized_type = 'Issue') ORDER BY custom_fields.position) on line #31 of app/views/issues/_list.html.erb: 28: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... hide-when-print"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td> 30: <td class="id"><%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %></td> 31: <% query.columns.each d ... <%= content_tag 'td', column_content(column, ... 2013-05-20 23:23
Help: RE: who can help me.. get issues by changeset with java rest api
I moved the question to the right forum. 2013-05-20 17:34
Plugins: "Annoying" plugins on official list
Hello all. I don't know if it's all the sa ... lugins in the plugins directory. Besides the issues around selling code that derivates from the ... etplace?). Thanks. Best regards, Richard. 2013-05-20 15:29
Help: RE: redmine:email:receive_imap fails when feching emails from Gmail
I was able to solve this issue and attached the patch to http://www.redmine.org/issues/14101 2013-05-20 15:22
Help: RE: redmine 1.4.1 e-mail to issue
I was able to solve this issue and attached the patch to http://www.redmine.org/issues/14101 2013-05-20 15:22
Help: Missing text in issue description
The text between double angle quotes («») is missing in issue description in issues created based on incoming emails with redm ... ase schema version 20121026003537 </pre> 2013-05-20 14:19
(7526-7550/18291)