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.47 KB)
Merge
Adds a DOI field to both the publication create and show views.
Merge from branch cannam
Layout tweaks
Merge from branch "luisf"
Shows the publication list as IEEE formatted entries; Adds 2 links, one for the publication details and another for to show the publication details as bibtex.
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).
Now parses a publication using the BibTex-ruby parser and displays both the "text" format and the bibtex format.
Now using bibtex-ruby and citeproc-ruby gems to format bibtex entries.
Merge from cannam_integration
Merge from branch "cannam"
Merge from branch "live"
Merge from branch "feature_36"
Merge from 703:0435cf085f28
Merge from branch feature_36
Link authorships from publications detail page as well as publications list. Also minor text update
Merge from branch "cannam_integration"
Feature #284: New, Edit and Show views already with the External URL field.
Fixes Issue #283.
Fixes Bug #281 (drag to reorder in publiations with one author).
Feature #241 - Added permissions to the Show Publication view.
Continued work on permissions (Feature #241 and Feature #242).
Merge from 616:c4ddb9531f4c
Some rearrangements and stylings
Merge from 579:c8552c08687f
Tidy up layout of author suggestions list, etc
Fixes Issues #246 and #247.
Related to Bug #222Updated the look of the authors list (more intuitive to sort). Created the plugin's stylesheet file.
Fixes Bug #222.
Addresses Bug #177: when the publication is saved the authors are saved in the order they were entered. Attention: need to re-migrate (and re-seed) the plugin's database!
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.
Closes Feature #237. Minor changes to the form's layout (using TabularFormBuilder).
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.
correctly adding more than one project to a publication.
added a couple of navigation options in the views.
New form saving models correctly. BUG: duplicate authors in authorships table
Merged my forks. More work in the controllers and views of the publications model.
more information in the publication's show view
started creating the show view for one publication
DEV Commit: some work on the publications controller and views