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 (514 Bytes)
Searches the projects (to which to add a publication to).
Merge
several fixes to the publications#show page and related views.
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.