Project

General

Profile

Search

Results (18279)

Plugins: Notifications for deferred issues
Is there any way in Redmine to notificate assigned user that issue needs his/her attention on certain date and ... Monday at 3 pm. Manager creates new note in issue and *set field «Notification» at Monday 3 pm ... as set. Is this possible with any plugins? 2014-10-03 07:46
Help: RE: Parent task is not valid
Hi Wandelson, You have to allow cross-projec ... on. Check that in Administration, Settings, Issue tracking. Cheers, 2014-10-02 06:38
Plugins: New to creating plugins, a few questions
Previously, if I wanted to add functionality ... example: I'm unsure of how to change how the issue edit forms are rendered through a plugin. Ad ... Thank you for any information or resources. 2014-09-30 21:38
Help: RE: how to search issue by custom field value
Issue.custom_field_value contains Array of CustomF ... ustom_values, where fields: customized_id is Issue.Id and custom_field_id points to id in custo ... ould be search trough CustomValues. 2014-09-30 13:29
Open discussion: Changing the value of customized fields via GIT/SCM commit messages
I'm using keywords in GIT commit messages to change the status of an issue. This works pretty fine, but by default ther ... 23 ..." should set the field "Resolution" in issue #123 to the new value "fixed" for example. Any ideas how to get this to work? 2014-09-30 12:02
Help: RE: LDAP troubles
I had issues as well but none of the provided worked. th ... omain.local/user and it worked like a charm. 2014-09-29 18:50
Development: RE: How to get a project's custom field value from mailer.rb
custom_field_values points to array, so square pracet should be used <pre> :subject => "[#{issue.project.custom_field_values[0].value} </pre> 2014-09-29 15:11
Help: RE: Creating an issue fails for SpiraTest syncing to Redmine.
Hello Derek, The error you have seem quite c ... gin for documentation and support. Cheers, 2014-09-29 07:53
Help: Export to CSV
Hello everybody I'm using two different ve ... orks well again. I think it's not a Redmine issue, but I don't understand and it is awkward. ... e has an idea, thank you in advance Stéphane 2014-09-26 10:50
Help: Config issues with "Issue Hot Buttons" plugin
I've been fighting with this plugin for ages now, still having issues getting things to work and I honestly don't ... ps://github.com/thumbtack-technology/redmine-issue-hot-buttons has not been updated in just ove ... ng "my own fork":https://github.com/ZaLiTHkA/issue_hot_buttons in which I've made some minor in ... , but nothing extensive. One aspect of my issue can be seen in the following snippet: !Issue-Hot-Buttons.png! On a fresh install of 2. ... gs@ table, in an entry with the name @plugin_issue_hot_buttons@. I have tried clearing this row ... but I will not post it directly on the forum. 2014-09-26 10:30
Help: Creating an issue fails for SpiraTest syncing to Redmine.
Dear Madam/Sir, I'm using the SpiraTest wi ... plugin offering from SpiraTest. If I create issues in Redmine, incidents are created in SpiraT ... However If I create incidents in SpiraTest, issues cannot be created in Redmine. Error logs are as below. Could you help us on this issue? Thank you. ============================ ... ==================== Started POST "/redmine/issues.xml" for 10.10.101.101 at 2014-09-26 06:14:23 +0000 Processing by IssuesController#create as XML Parameters: {"issue"=>{"subject"=>"CTester: 2 created on 9/26", ... ActiveRecord: 1.4ms) Started POST "/redmine/issues.xml" for 10.10.101.101 at 2014-09-26 06:14:23 +0000 Processing by IssuesController#create as XML Parameters: {"issue"=>{"subject"=>"CTester: 2 created on 9/26", ... able.rb:55:in `custom_fields=' app/models/... 2014-09-26 09:38
Help: RE: Redmine 2.X Tuning with MySQL
Hi Martin, Everything is working better no ... n! We got to a point that pages like "new issue" with thousands of users in project where ta ... things remain stable for a while. Regards 2014-09-25 12:52
Help: Redmine sends e-mail, but they don't deliver to google mail/google apps mailboxes
Hello So, i have configuration file with s ... settings to another domain and got the same issue What is wrong? Thank you 2014-09-25 11:47
Development: RE: How to search issues by their historical status?
Hi Haihan, I suggest: <pre><code class="ruby"> issues_closed_yesterday_count = Issue.where('closed_on > ? AND closed_on < ?', D ... Date.yesterday.to_time.end_of_day).count issues_opened_yesterday_count = Issue.where('created_on > ? AND created_on < ?', ... Date.yesterday.to_time.end_of_day).count issues_opened_and_not_closed_yesterday_count = Issue.where('(created_on > ? AND created_on < ?) A ... Date.yesterday.to_time.end_of_day).count issues_opened_yesterday_and_still_opened_count = Issue.where('created_on > ? AND created_on < ?', ... his code, there could be mistakes. Cheers, 2014-09-24 17:29
Help: RedmineMigrate: invalid byte sequence in UTF-8 after migrate from Trac 0.12
Hello, i've got some issues with importing UTF-8 MySQL table to redmine ... .gsub(/\[ticket\:([^\ ]+)\ (.+?)\]/, '"\2":/issues/show/\1') # ticket:1234 ... dmine plugins: no plugin installed </pre> 2014-09-24 14:13
Help: Deleting records along with project
New to Redmine and Ruby/Rails in general, and cant seem to find the answer to my issue. I'm writing a plugin that has a single mode ... e please shed some light on this? Thanks! 2014-09-24 02:46
Open discussion: RE: Running Redmine as a Rails Engine
Anyone? Maybe I should open an issue for this. 2014-09-23 21:12
Help: RE: Editing an issue - SystemStackError (stack level too deep)
I now have this problem. I do not understan ... y also forgotten law. Tell me what you did. 2014-09-22 09:16
Plugins: RE: Smart issues sort plugin
@Muditha, @Andrew, have you run "rake redmine ... omatically the substitution you made manually 2014-09-20 10:06
Plugins: RE: Smart issues sort plugin
Muditha, I just installed the plugin on redm ... ot working correctly. I was able to fix the issue by replacing: redmine_smart_issues_sort/app/views/queries/_form.html.erb with: redmine_smart_issues_sort/rev/app/views/queries/2.3.2-_form.html.erb Hope that helps! 2014-09-20 00:50
Help: Cannot fetch changesets - RMagick configured with 6.6.8, but 6.8.9-7 is in use
When fetching changesets, I get a stacktrace ... e. Any idea what I need to do to fix this issue? 2014-09-19 10:23
Plugins: Plugin for Isssue Category inheritance/import
Hi folks, Is there any plugin for inheritance/import of Issue categories across projects 2014-09-19 09:24
Open discussion: RE: Tasks evolution reporting using snapshots
Hi Ivan, Activity tab shows: A new issue (feature, defect...) has been created. The status of the issue has been changed. The given issue has been closed. A note to the issue has been added. This means a changeset ... asks evolution but filter out "A note to the issue has been added." (not possible at least as w ... y. Also, we should be able to filter out new issues creation for some types like quotes. But ... Tasks hierarchy should be imediatly visible. 2014-09-18 11:41
Help: how exclude default status from status list in new (or updating old) issue
I need to exclude the default status in status list when a issue is managed. This is because I need different ... from workflow. I find these istructions in issue_status.rb Returns the default status for new issues def self.default where(:is_default ... lugin_views_revisions 0.0.1 redmine_smart_issues_sort 0.3.1 redmine_spent_time ... 0.0.1 redmine_workload 1.0.2 2014-09-18 10:46
Help: RE: Error 500 when accessing an edited issue
Try to uninstall all plug-ins and restart red ... to find if there is any plug-in has problem. 2014-09-18 07:57
(5601-5625/18279)