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 (914 Bytes)
Merge from live branch
Merge from branch "cannam"
Merge.
Merge from branch "biblio_alt_search_auth"
Adds a "Keep associated with" checkbox to the authorship view.
Major interface changes; will use virtual attributes to identify search results.
Merge
Merge from branch cannam
Merge from luisf branch
Authorship Edit/Save buttons now working properly in the publication#new view.
adding forgotten js file (as of previous commit)
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 from redmine-2.2-integration branch. We're going live!
correctly displays bibtex fields for editing
fixed a few routes (using GET instead of POST ). Simplified JS code.
cleaned the code.
Removed unnecessary debug/log message.
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.