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 (931 Bytes)
Merge from branch cannam
Merge from live branch
Merge from branch "cannam"
Merge from branch "luisf"
Merge
Adds a DOI field to both the publication create and show views.
correctly inserting the autorship fields.
the "authors" div was not closing correctly - fixed now.
Fixes a bug with the authors div - it was being replicated for each author; added a fieldset in order to better handle each author; simulates a click for each author in the parsing of the bibtex file.
Parses a pasted bibtex entry and correctly adds its fields except the author names/institutions. Todo: Parse the author names/institutions and show the errors (flashing on the top of the page).
Merge from cannam_integration
Merge from branch "live"
Merge from branch "feature_36"
Fixes Bug #298 - on the New View now toggles the new authorship fields.
Merge from branch "cannam_integration"
Feature #284: New, Edit and Show views already with the External URL field.
Merge from 616:c4ddb9531f4c
Some rearrangements and stylings
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.
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.
Closes Bug #217. The project_id parameter is now being sent in all links. This may generate some errors when outside a project, but I shall file new issues as I detect them.
Closes Bug #239. Changed "edit" partial's name to "form". Changed a few label names.