Project

General

Profile

Search

Results (18280)

Open discussion: RE: Split out Access Permissions from Assignee
> What do you exactly mean with "issue responsibility" in the context of Redmine usage? >Can you explain your use case here? _"Issue responsibility"_ refers to who (user or grou ... ). For example, user *internalA* opens an issue and _assigns_ it to user *externalB* to investigate. *externalB* is now _responsible_ for the issue. *externalB* updates the issue, and _re-assigns_ it to *internalA*. *internalA* is now _responsible_ for the issue. Now, consider that there are multiple *e ... project_, and they should not see each other issues. The Redmine solution we have implemented ... to easily identify who is responsible for an issue (holds the baton) because changing the *Assignee* will cause *externalA* to no longer see the issue. So we created a custom user field called ... having distinct and independent methods for ... 2013-05-25 07:20
Help: RE: How to make Git commit history show up at Redmine issue tracker
Alexander Menk wrote: > One important note: ... w commit(-message) that is parsed by Redmine. 2013-05-24 23:23
Open discussion: RE: Split out Access Permissions from Assignee
James R wrote: > Currently, Redmine uses *@Assignee@* for both Access Control and Issue Responsibility. What do you exactly mean with "issue responsibility" in the context of Redmine us ... or Access Control (allow a Role to access an issue), it effectively cannot be used for Issue Responsibility as that responsibility change ... tion details can be found in r4895 for #2732. 2013-05-24 23:13
Help: RE: Redmine 2.3.1, ruby 1.9.3, error 500 after upgrade
Ok, I fixed the issue. I removed mysql gems and I iknstalled my ... base.yml. Works fine now! Thanx anyway! 2013-05-24 21:51
Development: RE: Query issues via REST API, using custom fields filtering with RegExp
up ? 2013-05-24 21:20
Help: RE: Redmine 2.2.3.devel: "Scm command is not available"
can anybody help with the issue? still having the same problem 2013-05-24 18:19
Help: Edit routes.rb such that home page is custom query page
Is there a way to edit routes.rb such that th ... It seems pretty simple to redirect home to issues, for example: root :to => 'issues#index', :as => 'home' However I can't ... out the nomenclature for custom queries. 2013-05-24 18:14
Help: sum of estimated hours missing in redmine 2.X
Hi, we have updated our redmine installati ... 3 We are missing in the footer row of the issue list, the sum of the estimated hours. Is ... anks for your support! Kind Regards David 2013-05-24 17:46
Help: Wiki Pages, Edit Error, Passenger
Hi there, I have a probleme with my redmine i ... lume of character i get a 500 error. Is this issue known? Could it be this one? http://www.re ... ql2 Database schema version 20121026003537 2013-05-24 16:49
Development: Need help for uploading attachement of issue using rest api java
Hi, I am doing file attachment for an issue as per the REST api document.I am get gettin ... elp me how to go forward Thanks in advance 2013-05-24 15:59
Plugins: RE: Smart issues sort plugin
# And wrote: > Andrey, I'll publish fixed p ... ng for plugin fix. Did you forgot about it? 2013-05-24 04:03
Help: RE: email sendding problem when update 2.2.3 to 2.3.0
I havent had time to look into it. All I know ... mine since it was 1.x, and I've never had an issue with email notifications before. After upgra ... lem here... that we should be able to solve:) 2013-05-23 22:50
Help: Incoming email - forward to distribution list if msg is from Anonymous/Unknown user?
I had an older installation of Redmine that w ... , checks for messages and creates or updates issues as appropriate. When it encounters a messa ... tallation. I can't find any details on this issue any where though. I don't know if it was a ... something else entirely! Thank you, Andy 2013-05-23 20:37
Help: Is there a way to modify the order in which issues appear in gantt?
I'm looking for a way to reorder issues in gantt so that they are sorted by subject ... omething in the source to get this behaviour? 2013-05-23 16:18
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
(7501-7525/18280)