To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Adds a "Keep associated with" checkbox to the authorship view.
hiding some fields; deleted unused code; fixed bug in ajax autocomplete function.
Major interface changes; will use virtual attributes to identify search results.
Adding more information to the autocomplete dropdown (when searching for an author/user in the publication#new/edit views).
Removed unnecessary code and superfluous/deprecated functions.
Added two new js scripts to initialize views (simulate clicks and adding events to buttons).
Merge
Merge from live branch
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 branch "luisf"
JS file needed to order authors; related to previous commit (addresses Bug #668).
Merge from redmine-2.2-integration branch. We're going live!
correctly displays bibtex fields for editing
toggles bibtex.
added a new js function to clear the author details fields
removed deprecated rails functions
fixed a few details.
adds focus to autocomplete.
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.
fixed a few routes (using GET instead of POST ). Simplified JS code.
changes to the authors search ajax (not finished).
cleaned the code.
fixed javascript and helper to add author fields. Removed unused code.
Removed unused code (moved to show_bibtex_fields.js.erb view).
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.
Moved all the plugins from the vendor folder to the application root folder.