redmine

How to install Redmine on Fedora 11 linux?

会有一股神秘感。 提交于 2019-12-25 04:21:55
问题 I would like to install REDMine on my LINUX LAMP. First i need to install ROR. http://www.redmine.org Provide steps if anybdoy has done installation 回答1: If you actually looked, you would have found that the instructions are on the redmine website: http://www.redmine.org/wiki/1/RedmineInstall 回答2: Given that no truly reliable installation instructions can be found around (Fedora or other distribution that is), I will hereby detail the installation steps that worked for me. The website

Fetch value from Redmine Custom Custom field

微笑、不失礼 提交于 2019-12-25 03:36:27
问题 I have created custom field in redmine wher we type the client phone number manually.Also written a ruby code in redmine custom workflow to send sms to client when ticket id is raised.In the code I can type phone number but i actually want to fetch that phone number which we type before creating the new issue..So how do i fetch the value of phone number from the custom field and link it to the code? Please suggest me 回答1: IssueCustomField.where("field = 8 AND value like '+31%'") Replace the

mysql2 gem not loaded installing redmine-agile

佐手、 提交于 2019-12-25 03:22:20
问题 I'm trying to install the Redmine Agile plugin, and I can't get through step 4: /var/www/html/redmine$ sudo bundle exec rake redmine:plugins NAME=redmine_agile RAILS_ENV=production (in /usr/share/redmine) rake aborted! Gem::LoadError: Specified 'mysql2' for database adapter, but the gem is not loaded. Add `gem 'mysql2'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord). /usr/share/redmine/lib/plugins/acts_as_activity_provider/init.rb:2:in `block in <top

Redmine installation - ruby rails 2.3.11 manual download

杀马特。学长 韩版系。学妹 提交于 2019-12-25 02:14:51
问题 I am having a very hard time finding Rails 2.3.11 to download. I am trying to install this on Windows XP which Redmine 1.2.x requires this version. When I try to install the gem through the command prompt this is what I get: C:\>gem install rails -v=2.3.11 ERROR: Could not find a valid gem 'rails' (=2.3.11) in any repository ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ETIMEOUT: A connection attempt failed because the connected party ddi not properly respond after a

Auto login of an PHP app and Bitnami Redmine

最后都变了- 提交于 2019-12-24 18:06:09
问题 Is there any possibilities that when I log in to my PHP app, I can automatically logged in to Bitnami Redmine and vice versa? 回答1: Sounds like a session sharing... I implemented the similar for WordPress, that is you need: Patch Rails to make them store sessions in JSON (not Ruby-specific Marshal). I did this in my RedPress plugin for Redmine - so you can use it. Use Rails session in your PHP app. I did this in my WordMine plugin for WordPress - so you can use it as a sample. 来源: https:/

How to uninstall redmine plugins?

浪子不回头ぞ 提交于 2019-12-24 16:05:32
问题 I cannot uninstall the redmine plugin. I typed below as this redmine page describes. rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production And remove the plugin from plugin directory. When redmine restarted, it shows error screen. If I put Redmine Bitbucket back to plugin directory, it works again... I used Redmine Bitbucket. The plugin is good. But I wanted to try uninstall it. Some new redmine plugins have problem like this? My redmine version is Redmine 2.1.4.stable.

How to get issues from a project that have status “in progress” using Redmine REST API

末鹿安然 提交于 2019-12-24 14:21:02
问题 I am trying to get specific issues from a plan.io project using the Redmine REST API. I want to list issues from a project that have the status of "in progress" or "to estimate". But I am not sure what kind of query string to write. I cant find any thing in API documentation on the redmine site. Here is how to get all the issues from a project. http://someurl.com/issues.json?key=185f14564g65f4g65df4g46570a0eb4267&project_id=2 But how do I get only the issues from a project that have status

How can I migrate versions from bugzilla into a new custom 'source version' field in redmine (what SQL syntax do I need)?

会有一股神秘感。 提交于 2019-12-24 00:56:12
问题 I'm in the process of migrating a bugzilla installation over to redmine. In bugzilla bugs were always logged against the version of software which caused the issue to be raised. Since redmine supports roadmaps I'd like to do a few things to migrate. The first part I'd like to do is to move all the current version settings over to a new custom 'source version' field. I've tried making a new custom field called 'source version' and manually altering a few bug reports to use that field. Some

Redmine: error in user profile view

女生的网名这么多〃 提交于 2019-12-24 00:33:48
问题 I get this error: Processing MyController#account (for 127.0.0.1 at 2012-01-31 13:22:55) [GET] Parameters: {"action"=>"account", "controller"=>"my"} Rendering template within layouts/base Rendering my/account ActionView::TemplateError (undefined method `-' for nil:NilClass) on line #11 of app/views/my/_sidebar.html.erb: 8: 9: <p> 10: <% if @user.rss_token %> 11: <%= l(:label_feeds_access_key_created_on, distance_of_time_in_words(Time.now, @user.rss_token.created_on)) %> 12: <% else %> 13: <%=

SELinux permission denied to Phusion Passenger for redmine

*爱你&永不变心* 提交于 2019-12-23 02:01:53
问题 I am trying to install Redmine on CentOS 6.3 but I continue to get this error in the log file Passenger could not be initialized because of this error: Unable to start the Phusion Passenger watchdog (/usr/lib/ruby/gems/1.8/gems/passenger-4.0.20/buildout /agents/PassengerWatchdog): Permission denied (errno=13) I have been looking online and cannot find this error anywhere or any way to fix it. I have tried changing permissions to the folder to 777 and apache:apache but neither work. The only