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 (1.77 KB)
Merge from branch "live"
Merge from branch "feature_36"
Validates the presence of at least one author
Merge from branch "cannam_integration"
Fixed User and Authorships Search Query. New Publication: reordered some fields in the form; now correctly saving all authors.
Correctly updating the fields with the author info.
Created the radio buttons with options for the Author selection.
More Author/User changes. Not stable.
development commit: still users/authors management
Author Autocomplete: Changes in the User/Authorship selection mechanism.Separated the search box from the name field.
Merge from branch feature_36
working on the author<->user logic.
Some changes to the way the author/users are added to a publication. Not finished.
creates the association between authorship/author/user when saving a publication.
Autocomplete on the Author's name input box
Correctly searches and sends the parameters for both users and authors.
virtual attribute to handle users; javascript handling users correctly
removed unnecessary rjs file; extending the User Model to handle Users with no Author.
created author search virtual attribute in authorship model.
Merge from branch "feature_36" into a specially created integration branch
DEV Commit: more logic to the publication controller; bibtexentry model, fixtures, test
Created the "author", "publication" and "authorship" models and controllers.