Project

General

Profile

Search

Results (18291)

Help: RE: Notification emails in version 1.2.1
You should update, your version has serious security issues and is years old. 2013-04-11 21:44
Plugins: patching application helper in redmine 2.3
hey, i've rewrote 'redmine_time_tracker' t ... end def status_from_id(status_id) IssueStatus.find(:first, :conditions => { :id => status_id }) end def statuses_list() IssueStatus.find(:all) end def to_st ... ldn't find something, which would cause this. 2013-04-11 21:33
Help: Mail Handler - Assignee
Install Information <pre> Environment: R ... of "Assigned To". Both are striped from the issue description, but the assignee is not being set. The assignee IS a member of the project, and issues can be assigned to them. Here is the c ... --key **KEY** </pre> Anyone able to help? 2013-04-11 18:09
Open discussion: no history update when Bulk edit issues
I really like the possibility to edit and up ... en it is already known then forget about it. 2013-04-11 10:53
Help: email sendding problem when update 2.2.3 to 2.3.0
After update to redmine V2.3.0, I have a prob ... to users belong to a project when creat new Issue. All user account are be setting "Email noti ... r any event on all my projects" but when 1st issue created, all users recived email, and 2nd issue created nobody received email, 3rd issue created nobody received email even checking on Spam folder,.... (Each issue was created every 3-5 minutes) I used sen ... ing or something else when update tu 2.3.0 :( 2013-04-11 06:35
Help: Upgrade version 2.0.2 to 2.3.0 - Bitnami Stack
Greetings We have a Bitnami Stack Redmine ... te RAILS_ENV=production == AddUniqueIndexToIssueRelations: migrating ================================= -- add_index(:issue_relations, [:issue_from_id, :issue_to_id], {:unique=>true}) rake aborted! An ... er migrations canceled: Index name 'index_issue_relations_on_issue_from_id_and_issue_to_id' on table 'issue_relations' already exists Tasks: TOP => d ... ** Execute db:migrate == AddUniqueIndexToIssueRelations: migrating ================================= -- add_index(:issue_relations, [:issue_from_id, :issue_to_id], {:unique=>true}) rake aborted! An ... er migrations canceled: Index name 'index_issue... 2013-04-10 20:56
Plugins: Work Time Plug in - need to track vacation and sick days
Hi team, We added 2 new data fields to USE ... name,auth_vacation,auth_sick_h,sum(case when issue_id = *'redmine_issue_vacation_id'* then (hours) else 0 end )as vacation_hours,sum( case when issue_id = *'redmine_issue_vacation_id'* then (hours) else 0 end) as sick_hours,auth_vacation - sum(case when issue_id = *'redmine_issue_sick_id'* then (hours) else 0 end )as vacation_to_take, auth_sick_h - sum( case when issue_id = *'redmine_issue_vacation_id'* then (hours) else 0 end) as si ... ELECT time_entries.spent_on, time_entries.issue_id, hours, users.lastname, users.firstname, users.auth_vacation, users.auth_sick_h, issues.subject FROM `bitnami_redmine`.`time_ent ... tnami_redmine`.`users` , `bitnami_redmine`.`issues` WHERE time_entries.USER_ID = users.ID AND time_entries.... 2013-04-10 17:11
Help: not getting time entry issue and project object
I am trying to integrate redmine api into my web project but not getting time entry issue and project object so its complication and not clear how to get time spent on specific issue Please help me out. Thanks in advance 2013-04-10 12:30
Open discussion: not getting time entry values realted to issue and project object
I am trying to integrate redmine api into my web project but not getting time entry issue and project object so its complication and not clear how to get time spent on specific issue Please help me out. Thanks in advance 2013-04-10 12:29
Development: in Time entry there issue object is null and project also how to get time entry for specific issue
I am trying to integrate redmine api into my web project but not getting time entry issue and project object so its complication and not clear how to get time spent on specific issue Please help me out. Thanks in advance 2013-04-10 12:28
Help: RE: Translation missing for DMSF custom field tabs
It was an issue with the plugin. See thread here: https://github.com/danmunn/redmine_dmsf/issues/116 The resolution was to download the l ... 1.4.5 installed so there's a version control issue. The latest download of it also required another gem. 2013-04-10 03:06
Open discussion: Suggestions for Project Management (non-technical)
Sometimes I have users who are more non-techn ... y should not see the development bugs in the issue tracker. Is there a good way to do this i ... permissions yet. Any suggestions for this? 2013-04-09 18:02
Plugins: RE: Smart issues sort plugin
Fix for Redmine 2.3: File _plugins/redmine_smart_issues_sort/lib/issues_helper_patch.rb_ <pre> 17,18c17,18 < ... ASC", --- > @sidebar_queries = IssueQuery.visible.all( > :order => "#{IssueQuery.table_name}.name ASC", </pre> File _plugins/redmine_smart_issues_sort/lib/query_patch.rb_ <pre> < require_dependency 'query' --- > require_dependency 'issue_query' 98c99 < Query.send(:include, SmartIssuesSort::Patches::QuerySortCriteriaPatch) --- > IssueQuery.send(:include, SmartIssuesSort::Patches::QuerySortCriteriaPatch) </pre> 2013-04-09 16:30
Help: RE: error updating existing issues with 'Importer' plug-in
Maybe it caused by system revision. I have t ... e-importer Works perfect. Raymond 2013-04-09 15:46
Help: RE: Customizing fields in notification emails
See source:/trunk/app/models/mailer.rb#L30 I did some research. Function @issue_add@ is not the place you have to hack, but you may try to find its callers... just a hint ... 2013-04-08 15:52
Open discussion: Estimated hours per category (in parallel to estimated hours per issue)
Is it possible to track estimated time per "group of issues", keeping the individual issue estimation in parallel? In our case, we w ... on, which we often compare to the individual issues as in "how much time can we still spend on ... ut breaking the initial budget"? //Henrik 2013-04-08 15:30
Help: Customizing fields in notification emails
Hello everyone, is it possible to somehow customize fields in the new issue email notifications? I am currently receivin ... Due date. Thank you for any help. Tomas 2013-04-08 13:13
Development: getting blank response for trying to update an issue
Hi, I am creating mobile app for Redmine. I am able to get all issues and projects list but i am getting problems while updating an issue. i.e, getting blank XML response. Also i ... 0" encoding="UTF-8"?>'; ticketData += '<issue>'; ticketData += '<status_id>3</status_id>'; ticketData += '</issue>'; xhr.open("PUT", "http://10.18.20.90:3000/issues/3.xml", true); var auth = Base64.encode(" ... -Type", "text/xml"); xhr.send(ticketData); 2013-04-08 11:35
Help: RE: Install OK on shared hosting but no response when browsing
Hello, finally did you resolve the problem? I have the same issue. (Gold Pack/Ruby) Mom Cleomora wrote: > ... 22) [i686-linux] > > Regards, > @Mom 2013-04-08 09:32
Help: Can not import email from imap
Hi, I'm trying to import emails from my IM ... --trace </pre> When I tried to create an issue by email, I use the email address of my admi ... il contains only the *description* of my new issue and email subject contains the issue *subject*. So my email contains: _user_, _s ... Redmine Apijs plugin 4.2.0 </pre> 2013-04-06 13:42
Help: RE: Upgrading from very old version: from 0.6.x to 2.3.0 - Any advice?
Hi, I'm looking support because i made a u ... The migration was fine, BUT I'm having some issues with the ISSUES, GANT and CALENDAR tabs with my new Redmine ... fact in the upgrade process, they have many issues with compatibility. 2013-04-05 22:41
Open discussion: How to set SVN(subversion) issue
I install svn on ubuntu. I can see Adminis ... sql2 Redmine plugins: no plugin installed 2013-04-05 07:50
Help: Translation missing for DMSF custom field tabs
Does anyone know what may of caused this? It' ... ct.png! I don't know if this is a Redmine issue or a plugin issue... 2013-04-05 02:20
Open discussion: User Story Acceptance Criteria
If an issue is entered as a 'Story', is there a way to e ... free form text within the Description field? 2013-04-04 16:51
Open discussion: Accessibility Issues in Redmine
I am trying to convince our shop to use Redmi ... of the redmine.org site show that there are issues that need to be corrected. * summary tag i ... t) or uniquely describes a link All these issues can be remedied by adjusting the html outpu ... er of the redmine code? Thanks Kevinsky 2013-04-04 16:38
(7701-7725/18291)