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 (2.13 KB)
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 #298 - on the New View now toggles the new authorship fields.
Merge from branch feature_36
Bug #297 - Simplified JS; no more need to have BibtexEntryType.all_fields; solves the "Please Select" bug in New Publication view.
Feature #238 - Edit Publication now showing the correct fields.
Transplant rev fccacd8505e3 from live branch
Incomplete solution for Feature #238 - some issues in toggling (specially in the edit view).
Merge from branch "cannam_integration"
Merge from 625:e1eb4996257f
Fix dumb code which toggled all description elements on the page, instead of only those in the right authorship
More layout fixes
Merge from 620:4ede44d53f76
Minor text & layout updates
Fixes Bug #267. New javascript logic to differentiate between edit/new actions (Not finished).
Fixed bug in Edit/Save button behaviour.
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.
Merge from 573:aed210f6095b.Fixing small issue when adding new authors.
virtual attribute to handle users; javascript handling users correctly
correctly adds multiple authors; correctly sets user_id in the form
created author search virtual attribute in authorship model.
Merge from branch "feature_36" into a specially created integration branch
Correctly removing authors.
correctly saving authors.
dynamically adding/removing users.
addin/removing authors - not finished