To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Merge from branch "luisf"
Merge
Migration to add timestamps to Authors table
Created migration to add 3 columns to the publications table: DOI created_at and updated_at.
Merge from cannam_integration
Merge from branch "live"
Merge from branch "feature_36"
Merge from branch "cannam_integration"
Feature #284 - Migration that creates an external URL column in the publications table.
Order BibTeX entry types in a sensible order for presentation to user, instead of alphabetically by BibTeX name as previously (requires database re-seed).Provide a label for each entry type, and use it in the edit dropdown and show page.Omit duplicate entry type (conference) from edit dropdown....
Merge from branch feature_36
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!
Continuing development of Feature #237–corrected seeding of database.
Feature #237: migration, new table with BibtexEntry Types and rake task to populate the table.
Merge from branch "feature_36" into a specially created integration branch
projects - publications relationship migration
added a new column to the publications table: reviewed. Attention: need to rebuild the db schema for the plugin.
Corrected migration: added the "name" column to the table.
Fixed the migrations, so that the one-to-one association works correctly.
migration for bibtex_entries db table
Created the "author", "publication" and "authorship" models and controllers.