To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
adding javascript library file
Properly closed some html tags; removed unnecessary tags.
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 branch "luisf"
Fixes Bug #668 - reordering of authors in the publication's detail view is working again.
Merge
Merge from live branch
Merge from redmine-2.2-integration branch. We're going live!
correctly displays bibtex fields for editing
Correctly displays the authors of a publication in the show view.
Searches the projects (to which to add a publication to).
correctly renders publications' bibtex information
several fixes to the publications#show page and related views.
removed deprecated rails functions
fixed a few details.
removed unused code; renamed variables.
adds the author's object class to the form
Correctly adds the author info to the input fields; corrected toggle function.
Autocomplete working.
changes to the authors search ajax (not finished).
Fixed test that was checking if an element belonged to the array. Correctly showing/hiding the Bibtex fields.
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.
Changed error_mesages method.
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.