Project

General

Profile

Search

Results (18336)

Help: Upgraded to redmine 3.1.0, email notifications not working. Test email is working.
<pre> RAILS_ENV=production bin/about Envir ... Mysql2 </pre> <pre> uname -a Linux issues 3.19.0-26-generic #28-Ubuntu SMP Tue Aug 11 ... I have enabled the email notifications for issue added and issue updated and unchecked the 'I don't want to be notified of changes that I make myself '. I add an issue to a project that I'm watching and there is ... ou for all you guys do! Love the product. 2015-08-26 20:37
Help: How to set workflows per project? Issue statuses not disabling per role.
I checked related forum posts and could not f ... r project. We have a number of different issue statuses that I want to restrict for certain ... flow for Reporters for Feature, Bug, and all issue types. I have set myself as a Reporter ONLY ... uses available to me, even when I create new issues. What am I doing wrong here? Environmen ... tion Database adapter Mysql2 2015-08-26 17:20
Job offers: CLOSED - Looking for a professionnal for an installation
Hello Everybody I'm looking for someone who ... Flexible role based access control Flexible issue tracking system Gantt chart and calendar T ... one make me a suggestions? I thank you sami 2015-08-26 09:16
Open discussion: Email issue
Hey Guys I configured all the email settin ... erver. Doe anyone know what's happening? 2015-08-25 18:14
Plugins: Simple Billing plugin
Hello there, I'm really new to redmine, I'm ... eally surprised not to find any billing (for issues) plugin. I looked through and nothing was ... re any plugin where you can just select some issues and right click to create bill from that? ... gestions, I would be appreciate to here that. 2015-08-24 17:10
Help: Error during upgrade from Redmine 1.4.4 to 2.6.6
Dear Community, I have old redmine server ... /redmine) == 20111201201315 AddUniqueIndexToIssueRelations: migrating =================== -- add_index(:issue_relations, [:issue_from_id, :issue_to_id], {:unique=>true}) rake aborted! Sta ... er migrations canceled: Index name 'index_issue_relations_on_issue_from_id_and_issue_to_id' on table 'issue_relations' already exists/var/lib/gems/1.9.1 ... b/migrate/20111201201315_add_unique_index_to_issue_relations.rb:10:in `up' /var/lib/gems/1.9.1 ... -p use redmine_default DROP INDEX index_issue_relations_on_issue_from_id_and_issue_to_id ON issue_relations; ALTER TABLE `repositories` DROP ... pment test Maybe my post will help someone 2015-08-24 13:04
Help: Add filter over due in issue list
Hello, I need help with filter. I have two columns in issue list - resolved time and approved time. I needs to create a filter that displays the issues, when resolved time < approved time. How ca ... orry for my bad english. Thanks for you help 2015-08-24 11:14
Help: RE: Redmine 2.4.2 - Internal Server Error when creating new issues after upgrade from 2.3.1
Problem was in useful plugin https://github.c ... mine_send_mails Patched version solved my issue 2015-08-22 09:00
Help: RE: Redmine 2.4.2 - Internal Server Error when creating new issues after upgrade from 2.3.1
Same problem after 2.3.0 to 2.6.6 upgrade. E ... ere are 54 of them)? http://www.redmine.org/issues/15577 2015-08-22 07:59
Help: Field Permissions and Status
I am trying to sent up field permissions to c ... nstalled that allows me to hide fields). The issue I am having is that if I edit an issue and wanted to set it to a new status, by cha ... start applying these rules once you save the issue as status2. In theory I can just push all my ... ere a way to make the system behave this way? 2015-08-21 21:15
Plugins: RE: Nomethod Error causes 500 Internal error for plugin "Redmine Import Issues"
Error was fixed by installing gem "roo 2.1.1" 2015-08-20 14:33
Plugins: Nomethod Error causes 500 Internal error for plugin "Redmine Import Issues"
How to solve that error. logfile.. ----- ... -- Started GET "/redmine/projects/ph/import_issues" for 127.0.0.1 at 2015-08-20 14:45:15 +0530 Processing by ImportIssuesController#index as HTML Parameters: {"pr ... n `method_missing' plugins/redmine_import_issues/app/controllers/import_issues_controller.rb:34:in `index' actionpack ( ... ------------------------------- class ImportIssuesController < ApplicationController unload ... redirect_to prepare_project_import_issue_path(@project, @import) else ... correct) redirect_to project_import_issues_path(@project) end else ... mandatory) redirect_to project_import_issues_path(@project) end end end ... --------------------------------------------- 2015-08-20 12:02
Open discussion: How well is Redmine supported ?
Dear all, this is not a post to blame anybod ... larily jump on redmine.org to search for the issue and to look if there's a solution. But I al ... any users agree (+ 1), ... And finally the issue gets stuck and there's no statement that a s ... a very long time ago) Kind regards, Régis 2015-08-20 10:25
Help: RE: Custom Field Internal Error
Issue has been fixed by upgrading to the latest release. 2015-08-20 00:42
Open discussion: Auto Add as watcher when an issue has been marked with a Certain Tracker
Hey Guys, The current version of Redmine ... a few of the developers only work on certain issues within the project. The example I have is o ... elopers to the project but she only picks up issues marked with the "Design" tracker. Her ideal outcome she wants is that the second someone sets an issue with the "Design" tracker it automatically a ... e advise me which one does? Thanks Tom 2015-08-19 17:09
Help: Custom values changed without any warning
Hi guys, I've found two bugs which affect ... change the value of one or more fields of an issue. When he saves his modification, sometimes t ... The second one occur when I link to many issue from a tracker to another one. The value of ... d by the value of the same field of the last issue linked. My environment details : <pre> ... greatly appreciated. Best regards, Max 2015-08-19 13:36
Development: RE: Reloading after change issue priority when I create new task
I think I solved this by adding: onchange => "updateIssueFrom ('# {escape_javascript update_issue_form_path (project,issue)}')" in the views / issue / _attributes.html.erb <% if @issue.safe_attribute? 'priority_id' %> <p><%= f.s ... ), {:required => true}, *:onchange => "updateIssueFrom('#{escape_javascript update_issue_form_path(@project, @issue)}')"*, :disabled => !@issue.leaf? %></p> <% end %> What do you say to such a this solution? 2015-08-18 15:00
Help: RE: ActiveRecord::RecordNotFound
We turned out to have a plugin which was incompatible with Redmine 3 and was causing the issue. The plugin was the download button plugin ... ing database etc again, see if this resolves. 2015-08-18 13:37
Development: Reloading after change issue priority when I create new task
Hi, I need your help. When I create a new ta ... t appear. I need this feature, because I set issue due date based on the priority. Can you help ... mine_checklists 3.1.1 redmine_issue_control_panel 0.3.0 redmine_issue_history 1.0.0 redmine_theme_chan ... 0.0.7 I have this code: @ if @issue.priority_id==1 @issue.due_date ||= Date.today + 10 end@ and I put them in issues_controller.rb after def new 2015-08-18 11:27
Help: Custom Field Internal Error
I am trying to create a custom field called " ... roduction.log file. Any help figuring out my issue is greatly appreciated. <pre> Completed ... http://trac.edutracsis.com/custom_fields?tab=IssueCustomField Completed 302 Found in 117ms (ActiveRecord: 11.8ms) Started GET "/custom_fields?tab=IssueCustomField" for *********** at 2015-08-18 00 ... roller#index as HTML Parameters: {"tab"=>"IssueCustomField"} Current user: ******* Ren ... redmine_tweaks 0.5.3 </pre> 2015-08-18 06:57
Help: Email reply feature not working in Redmine 3.0.3
Hi all, I recently upgraded from Redmine 2 ... email notification of a change to a project/issue etc, in the past we could reply to the email and the body of the reply would paste into the issue history as a comment/update. However, this ... Mysql2 Thanks in advance for any advice. 2015-08-17 15:00
Help: Full subject of issues in search results
Dear Redmine community, I would like to see the full subject for all issues in the search results. By default long subject titles of issues get shortened by "..." !Search.png! Whe ... this behavior? Thank you for your help!!! 2015-08-17 09:40
Plugins: RE: Redmine-Inventory-Manager Plugin
Hey Daniel we keep getting an internal er ... 3. I think it happens because a permission issue, do you know a way to completely remove the ... wrong with the tables and fails. Thanks 2015-08-15 18:52
Help: Loading Default data Set fails
Hi I want to get redmine set up with a dat ... en) i only got @Error: unknown attribute 'issues_visibility' for Role. Default configuration data was not loaded. @ What am i doing wrong? 2015-08-14 14:16
Plugins: RE: Smart issues sort plugin
Hi, I'm trying to install this plugin and ... rake aborted! NameError: undefined method `issues' for class `Query' /var/lib/gems/1.9.1/gem ... n' /usr/share/redmine/plugins/redmine_smart_issues_sort/lib/query_patch.rb:12:in `block in included' /usr/share/redmine/plugins/redmine_smart_issues_sort/lib/query_patch.rb:10:in `class_eval' /usr/share/redmine/plugins/redmine_smart_issues_sort/lib/query_patch.rb:10:in `included' /usr/share/redmine/plugins/redmine_smart_issues_sort/lib/query_patch.rb:98:in `include' /usr/share/redmine/plugins/redmine_smart_issues_sort/lib/query_patch.rb:98:in `<top (requir ... e' /usr/share/redmine/plugins/redmine_smart_issues_sort/init.rb:25:in `block in <top (required ... a redmine 2.6.0stable already. Thank you! 2015-08-14 11:17
(4676-4700/18336)