To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Merge from branch "redmine-2.4-integration"
Merge from live branch. Still need to merge manually in files overridden by plugins.
Merge from live branch
Merge from branch cannam
Merge from branch "luisf"
Fixes Bug #668 - reordering of authors in the publication's detail view is working again.
Merge from branch luisf
Merge.
Adds a link to a publication's external URL (if exists). Proposed solution for issue #556.
Merge
Merge from redmine-2.2-integration branch. We're going live!
Searches the projects (to which to add a publication to).
several fixes to the publications#show page and related views.
toggles bibtex.
added missing route for authors/show.
fixed a few routes (using GET instead of POST ). Simplified JS code.
added missing route for autocomplete.
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.
Fixed bibliography routes file (removed call to sort authors)
Fixed RedmineBibliography's routes file to ensure compatibility with Rails >3.1.
Fixed dispatcher and routes issues due to upgrading to the new rails/redmine versions.
Moved all the plugins from the vendor folder to the application root folder.