Project

General

Profile

Search

Results (18279)

Help: RE: Issue visibility based on groups
Thanks for the comment. Though I have creat ... the correct logical separation for projects. 2014-03-03 06:40
Open discussion: Calculated custom field based on other fields value
Hi, Is there a way to "query" the value of an issue field? (from other custom field) for a URL field, I'd like to add everytime the issue subject in it. Ex: Issue subjet = 14AAD Wiki URL = http://wiki.org/%issue_subject%/ Can it be done in Redmine? Thank you! 2014-03-03 04:46
Help: RE: multiple instances: unexpected session termination issues
I found the reason which caused this issue and a solution. Somebody defined a link t ... oblem didn't arised for him. To solve the issue, I created the file config/additional_enviro ... re. This was inspired by the hint in this issue: http://www.redmine.org/issues/14237 Ingo 2014-03-01 21:19
Help: RE: Issue visibility based on groups
You may create new projects for each user group (or team) ? 2014-03-01 07:22
Help: Problem with LDAP
Hi guys. I have a big problem with LDAP+Remi ... mine_favorite_projects 1.0.1 redmine_issue_checklist 2.0.5 redmine_ldap_sync ... at i doing wrong? Why LDAP doesn't working? 2014-02-28 14:34
Help: Migration from MySQL to PostgreSQL (Redmine 2.3.2 using MySQL 5.5.32) (PostgreSQL 9.3.3)
Hi everyone, We have been using Redmine fo ... egulations. I have read posts regarding this issue (along with a couple of success stories); ho ... ld greatly be appreciated. Thanks in advance. 2014-02-28 10:24
Open discussion: RE: How to use a other database in redmine bitnami 2.3.3
That would really nice if you could post what you have done. I have a similar issue. 2014-02-28 10:11
Help: RE: Edit the top menu
Hi, Here is my environment : Redmine vers ... vid I tried : <pre> menu :top_menu, :top_issues, { :controller => 'issues', :action => 'index' }, :project_id => nil, :last => true, :caption => :label_issue_all </pre> and many other things in vain ... or my needs : <pre> menu :top_menu, :all_issues, { :controller => 'issues', :action => 'index', :project_id => @proje ... ter => 1}, :last => true, :caption => :label_issue_all </pre> With " label_issue_all: Toutes les demandes" in config/locales/fr.yml :) Thanks all. 2014-02-28 09:29
Help: RE: Issue visibility based on groups
Tory Wolf wrote: > Also could you explain : You wrote "I know that issue visibility is based on Role" We have 3 options for each role, all issues, All non-private issues and issues assigned / watched by me. > Did you mean that user1 can see the issue which was created by user2 ? No, I just s ... rent configuration. With this setting("only issues created or assigned to them"), user1 and user2 from same group cannot see each others issues (same with user3 and user4). But, I want u1 and u2 to see each others issues. ( They would be in "Our Group" ) I want u3 and u4 to see each others issues. ( They would be in "Their Group" ) I don't want u1 to see issues of u3 or u4 of "Their Group". Regards, Rupesh 2014-02-28 07:34
Help: unable to view some closed issues
I am using BitNami installed on a Windows Server 2012 x64 I have an odd issue. I have 10 projects, some have sub-projects. When I list Issues in a project, most projects will let me see all the issues, regardless of the status. Just as you wou ... e a couple of projects that will show me all issues, except 'Closed" issues. When I attempt to view a closed issue in those projects, I get the most helpful er ... r". I have many other projects that have no issue showing Closed issues. Looking at the production log file, I c ... syntax to use near ',))' at line 1: SELECT `issues`.* FROM `issues` INNER JOIN `watchers` ON `watchers`.`watchable_id` = `issues`.`id` AND `watchers`.`watchable_type` = 'Issue... 2014-02-28 05:39
Plugins: RE: 500 Internal error - Home_Monitoring_Controlling
Hello again, I installed 0.0.1 but now I g ... . Any other ideas? I am really stuck on this issue. I wonder whether I uninstall/install proper ... ((SELECT COUNT(1) FROM issues where project_id in (33) and status_id = issue_statuses.id) ... (SELECT COUNT(1) FROM issues where project_id in (33)))*100 as percent, ... (SELECT COUNT(1) FROM issues where project_id in (33) and status_id = issue_statuses.id) AS totalissues FROM issue_statuses;): vendor/plugins/redmine_monito ... 4/public/500.html (500 Internal Server Error) 2014-02-27 16:39
Help: RE: Issue visibility based on groups
Also could you explain smthing from your message: You wrote "I know that issue visibility is based on Role" and "We ... "Requester" Role "Requester" can see "only issues created or assigned to them" Did you mean that user1 can see the issue which was created by user2 ? Because I set up the role in the same way, but users can't see the issues which was created by another users if they ... f those users have the same role "Requester". 2014-02-27 14:56
Help: RE: Issue visibility based on groups
Hello, I just would like to join issue because I have exactly the same need. Thanks in advance if somebody can help us. Victoria 2014-02-27 14:47
Plugins: I just wrote a plugin for ordering issues by manually determined number
Hi there, I just came across an request fo ... e site, in order to let people manually sort issues. I've done it and make it an open source p ... hub: https://github.com/qhwa/manually_order_issue There may be already some plugins like th ... evelopment. I apologize. Can anyone move it ? 2014-02-27 08:21
Help: RE: multiple instances: unexpected session termination issues
My guess is that it's related to the session-cookie... 2014-02-26 21:52
Plugins: RE: Time & Expense 1.6
Hi, I don't know exactly how to send featu ... scard your edits. For example, clicking the "Issues created by or assigned to the user" or selecting a certain issue tracker will discard all changes made to tha ... print the PDF (same with the csv output). # Issues order gets mixed up after filtering by trac ... a new row, I select a tracker to filter by, issues order is mixed up: !{width:20%}IssuesOrder.png!. It looks like an endianness issue as the issues are numbered in a power of two. # The PDF printout does not have the issue tracker and number printed out. Feature ... e sheet edit screen and don't go back to the issues list. # If the save button stays on the ed ... time sheet list or "save & exit" button. # Issue selection should behave like the "Parent Task" button that allows entering the ... 2014-02-26 20:54
Help: RE: Is it possible to allow issue creation or comments via email to each project in redmine ?
You can set a default project using the proje ... allow-override option when receiving emails. 2014-02-26 13:47
Help: Issue visibility based on groups
Hello, I know that issue visibility is based on Role. How can the users from same group see each others issues, yet they are deprived of seeing issues from other groups. Consider : I have a ... "Requester" Role "Requester" can see "only issues created or assigned to them" "Our Group" ... and user2 should be able to see each others issues but not of user3 and user4 and vice versa. Thanks for any help in this regard, Rupesh 2014-02-26 12:59
Development: Returning "private" field via API
I am trying to extend the API to return the " ... he note is private if it is returned. The issues_controller.rb file seems to use the standar ... s there any easy way to force this? #16180 2014-02-26 11:06
Help: multiple instances: unexpected session termination issues
Hello, I' am trying to setup Apache with m ... rst instance. The sudden session termination issues occur only for the instance /srv/redmine-2. ... edmine_scm 0.4.3 </pre> 2014-02-26 01:25
Plugins: Using Ruby Gems in macros
Hi I'm a relative novice to Ruby and redmi ... ended_fields 0.2.2 redmine_issue_templates 0.0.5 redmine_multi_colu ... Any help would be greatly appreciated 2014-02-25 20:19
Help: Fail to install plugin => redmine_impasse and Fail to remove it
I try to install redmine_impasse (http://kaw ... : <pre> drop_table(:impasse_requirement_issues) rake aborted! An error has occurred, all ... l::Error: Unknown table 'impasse_requirement_issues': DROP TABLE `impasse_requirement_issues` Tasks: TOP => redmine:plugins:migrate ... ow nothing about ruby...really need help here 2014-02-25 17:50
Development: ticket category problem on creating new issue
hello all. i have a problem (newest redmine version) while creating new issues. i have set the "ticket category" to be a ... maybe 5 minutes. :) So please help me. =) 2014-02-25 13:30
Help: Where is issue.updated_on field getting set?
I am new to Ruby and to website development i ... updated_on field gets set when adding a new issue. I commented out the function force_updated_ ... hanks in advance for any pointers! Ketki 2014-02-25 11:47
Plugins: RE: hook controller_issues_edit_before_save ignored when batch updating issues
Marco Gutsche wrote: > Have you tried the hook __controller_issues_bulk_edit_before_save__? Perfect, thanks! 2014-02-24 20:43
(6376-6400/18279)