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 "biblio_alt_search_auth"
Reverted previous changes to name getter
fixed name getter
Added a name getter for the Author class.
added a mail getter for the Author model
fixed institution getter for Author model
Added an institution setter to the Author model
hiding some fields; deleted unused code; fixed bug in ajax autocomplete function.
merged from 'luisf' branch
fixed deprecation warnings
fixed bug when associating author and user.
removed wrong id
keeps the state of the hidden fields when validation fails.
Fixed teh way the model is accessing the virtual attributes.
Major interface changes; will use virtual attributes to identify search results.
Merge from live branch
Merge from branch cannam
Merge from branch "luisf"
Correctly clears the cache when publication authors' order is changed.
Fixes another possible cause for Bug #658 - was not saving publication when author was new...
Fixes Bug #668 - reordering of authors in the publication's detail view is working again.
Should fix Bug #658.
Merge
Merge from redmine-2.2-integration branch. We're going live!
several fixes to the publications#show page and related views.
Escaping HTML in a few other places.
Fixed bug in human_attribute_name method; better handling of nested model errors.
removed unused code; renamed variables.
Renamed a named_scope (deprecated) to scope.
Merge from branch "live"
Backed out changeset b619a667a8e8
fixes parameters for bibtex class to_citeproc call.
Added debug/todo comments to previous commits changes.
Rails 3 compatibility: renamed all named_scope calls to scope.
Moved all the plugins from the vendor folder to the application root folder.