To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
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.
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!
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.