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.
- 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.
- 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
- 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.-
- 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
- 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
- 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
- Plugins: RE: patching application helper in redmine 2.3
- Related issue #13753.
- Open discussion: RE: check number of tasks of my developers
- You may create custom queries where you can filter issues by assignee.
- 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!
- 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.
- 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...
- 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>
- Open discussion: RE: no history update when Bulk edit issues
- Which version of redmine are you using?
- Help: RE: Notification emails in version 1.2.1
- You should update, your version has serious security issues and is years old.
- 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.
- 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?
- I really like the possibility to edit and up ... en it is already known then forget about it.
- 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 :(
- 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...
- 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....
- 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
- 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
- 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
- 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.