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.77 KB)
Fixed wrong entry type when "generating" bibtex
Fixed wrong bibtex entries type when converting to bibtex format.
Merge
few CSS tweaks
Now parses a publication using the BibTex-ruby parser and displays both the "text" format and the bibtex format.
Merge from cannam_integration
Merge from branch "cannam"
Merge from branch "live"
Merge from branch "feature_36"
Validates the presence of at least one author
Merge from branch "cannam_integration"
The create publication notice is now being called in the Publications Controller.
Merge from 655:1ee95265342f
Gross hack to "fix" #268 (unhelpful text "bibtex_entry.entry_type can't be blank")
Feature #253: Correctly sending emails to users when new publication is added.
Patch to extend Mailer controller.
Feature #253: Created the placholder templates and class method to send notifications after creation.
Merge from feature_36
Closes Issue #249
Merge from branch feature_36
Move set_initial_author_order to before_save to avoid duplicate author creation;Remove unwanted has-one relationship between user and publication
working on the author<->user logic.
Fixes Issues #246 and #247.
Addressing Bug #247. In progress.
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!
added more content to the My Publications Block on the My Page view.
Merge from branch "feature_36" into a specially created integration branch
dynamically adding/removing users.
correctly adding more than one project to a publication.
Created the Projects - Publications relationship.
added the uniq option to the publicatioin models to remove duplicate authors
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.
Created the Edit View (still not changing the DB)Small changes to Publications model.
DEV Commit: more logic to the publication controller; bibtexentry model, fixtures, test
fixed multistep form;
DEV commit - problems in the create action;
using new bibtex parsing plugin; implementing multipage create bibtex form
controller now saving; menus not working; permissions can be set by admins
Created the "author", "publication" and "authorship" models and controllers.