To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
History | View | Annotate | Download (1.11 KB)
Adding 2 new js scripts; added the code removed from the partials. Minor cleaning.
Merge from live branch
Merge from branch cannam
Merge from luisf branch
Moved the code in bibliography.js and order_authorships.js from the js files to the view files - so that I can use ERB to build the AJAX call paths - otherwise I woudl have problems with redmine installations in subfolders.
Merge
Merge from redmine-2.2-integration branch. We're going live!
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.
Converting fields_for ... :builder => TabularFormBuilder to labelled_fields_for seems like the thing to do
Moved all the plugins from the vendor folder to the application root folder.