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 (3.72 KB)
Merge from branch "cannam"
Merge from branch "live"
Merge
Merge from branch "feature_36"
not working: tried to add js to edit/save button
Refactoring author/authorship related JS.
Fixes Bug #305 - radio buttons trigger event is now OnChange rather than OnClick.
Fixes Bug #298 - on the New View now toggles the new authorship fields.
Merge from branch "cannam_integration"
Fixes Bug #275.
Merge from 658:70c163e49aea
Omit headers from author sub-forms, mitigating #285
More layout fixes
Fixed radio button name (correct instead of corrections) that was preventing JS from working corrrectly.
Merge from 620:4ede44d53f76
Minor text & layout updates
changed the radio buttons to "hand made tags" so that the labels are correct.
Merge from 616:c4ddb9531f4c
Some rearrangements and stylings
Addresses Bug #273.
Fixes Bug #272 - the toggle author button calls button_to_remote instead of button_to, which does not have a type="submit" tag. Minor interface changes.
Fixes Bug #267. New javascript logic to differentiate between edit/new actions (Not finished).
Edit/Save Author Button working correctly.
Corrected pseudo-save css rules; optimized javascript.
Created JS functions to simulate author being saved. Not finished.
Fixed User and Authorships Search Query. New Publication: reordered some fields in the form; now correctly saving all authors.
Some JS changes to the behaviour of user/author selection interface.
Correctly updating the fields with the author info.
Created the radio buttons with options for the Author selection.
In the remote call now only passing the id of the form's object, instead of the complete name of the object.
DEV Commit: now generating the seach "author select box" with the appropriate options and element names and id's, so that it gets correctly submitted with the form.
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 579:c8552c08687f
Tidy up layout of author suggestions list, etc
Merge from 573:aed210f6095b.Fixing small issue when adding new authors.
Layout changes for publication edit page. Still requires correct authorships number in heading, and for the new authorship to be added in its proper place.
Merge from branch feature_36
working on the author<->user logic.
Closes Feature #237. Minor changes to the form's layout (using TabularFormBuilder).
Autocomplete on the Author's name input box
virtual attribute to handle users; javascript handling users correctly
removed unnecessary rjs file; extending the User Model to handle Users with no Author.
correctly adds multiple authors; correctly sets user_id in the form
created author search virtual attribute in authorship model.
new controller logic.
corrrectly searches for the user. some issues pending saving the author model.
Several changes in the author forms.
Merge from branch "feature_36" into a specially created integration branch
Using Authorships instead of Authors in the new/show actions of the publication controller.