Project

General

Profile

Search

Results (18280)

Help: RE: Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES)
Muhammad Ali, see also this guide, http://www ... mation 1.0.2 redmine_issue_checklist 2.0.5 redmine_ ... ger 0.1.0 redmine_user_issues 0.0.2 redmine_wiki_ ... there is no barriers to stay to 1.0.1, go up. 2013-04-15 10:40
Open discussion: RE: no history update when Bulk edit issues
A Old Version 1.3... But I don´t found that it is fixed in the changelog. 2013-04-15 09:21
Open discussion: Encoding Problem
Hello! I have problems with unicode letters. E.g, when I create new issue or editing project name and I put russian ch ... s problem but they can't help me. Thank you 2013-04-14 17:23
Help: RE: newly installed redmine1.1.3 stable,query with filter,no item was showed
minghua chen wrote: > my server os is Ubuntu ... sion:0.8) date,then set the filter,and query issues,shows no item, then I click the query again ... ask' (available in RDoc 2.4.2+) instead.- 2013-04-14 16:01
Help: Access denied for user 'redmine'@'REDMINE_SRV' (using password: YES)
Hi, i am facing problem with installing R ... i have on the forms that its a password issue but in my case i think it some thing else... ... ested_set' C:/webserver/Redmine/app/models/issue.rb:35 C:/webserver/Ruby/lib/ruby/site_ruby ... n/rake:19 Please help me to solve it issue. Thanks Muhammad 2013-04-14 12:52
Plugins: Redmine V2.3 - Generate answer for issue with own template
Dear, I am looking to find an existing plu ... e and when we would like to create/answer an issue,articles,news,...we can select the correct t ... will be considered. Best Regards, Youssef 2013-04-13 13:54
Plugins: Redmine V2.3 - Generate PDF Report with own layout
Dear, I am looking to find an existing plu ... emplate and when we would like to export the issue,articles,news,...as pdf, we can select the c ... l be considered. Best Regards, Youssef 2013-04-13 13:51
Plugins: RE: patching application helper in redmine 2.3
Related issue #13753. 2013-04-13 09:56
Open discussion: RE: check number of tasks of my developers
You may create custom queries where you can filter issues by assignee. 2013-04-13 05:53
Help: RE: Not able to upload any file
It was a permission issue. I executed the following on the entire red ... www-data:www-data redmine and it solved the issue. Thanks! 2013-04-12 19:13
Help: newly installed redmine1.1.3 stable,query with filter,no item was showed
my server os is Ubuntu 11.10,mysql version 5. ... sion:0.8) date,then set the filter,and query issues,shows no item, then I click the query again ... you all.Wish you can understand my english. 2013-04-12 17:49
Help: Redmine Java API: getIssueById returns corrupt JSON?
Hi, I am trying to push tickets from a Lotus Notes Database into Redmine as issues. Therefore I wrote a Java Agent using redmine-java-api-1.19.jar. Creating new issues based on my Notes documents works fine. If I try to update an existing issue in Redmine, however, the RedmineManager throws a RedmineFormatException. My code: <pre> Issue issueToUpdate = mgr.getIssueById(someIntegerValue); issueToUpdate.setSubject("something"); // set all the other fields needed mgr.update(issueToUpdate); </pre> But the exception already occurs at the first line (the given issue ID is correct and it definitely is an Intege ... uble-triple-etc-checked that. I can open the issue in the browser without any problems): <pr ... com.taskadapter.redmineapi.RedmineManager.getIssue... 2013-04-12 11:04
Help: Creating Project Membership through Redmine API
I get "Empty Reply" response from using the A ... no problems using the API to add Projects or Issues, but I seem to be having problems with thes ... _headers] => HTTP/1.1 403 Forbidden </pre> 2013-04-11 22:14
Open discussion: RE: no history update when Bulk edit issues
Which version of redmine are you using? 2013-04-11 21:48
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
(7676-7700/18280)