annotate extra/sample_plugin/README @ 1274:5ea1a213c7a5 redmine-2.2-integration

Removed Ajax calls taht are no longer working in Rails 3 and started migrating them; added a new javascript file - bibliography.js - to hold the new jquery js code; added the new show_bibtex_fields.js.erb file to replace the RJS code that was in the controller.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 May 2013 18:44:59 +0100
parents 433d4f72a19b
children
rev   line source
Chris@0 1 == Sample plugin
Chris@0 2
Chris@0 3 This is a sample plugin for Redmine
Chris@0 4
Chris@0 5 == Installation
Chris@0 6
Chris@1115 7 1. Copy the plugin directory into the "plugins" directory at the root
Chris@1115 8 of your Redmine directory
Chris@0 9
Chris@1115 10 2. Migrate and copy plugin assets:
Chris@1115 11 rake redmine:plugins
Chris@0 12
Chris@0 13 3. Start Redmine
Chris@0 14
Chris@0 15 Installed plugins are listed and can be configured from 'Admin -> Plugins' screen.