To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
started creating the show view for one publication
Fixed minor bugs with the publications controller
Started creating tests and fixtures.
DEV commit; new logic.
added a new column to the publications table: reviewed. Attention: need to rebuild the db schema for the plugin.
Pasting of bibtex entries already working correctly.
Corrected migration: added the "name" column to the table.
Refactoring.
comments and refactoring
model changes;
Fixed the migrations, so that the one-to-one association works correctly.
DEV Commit: more logic to the publication controller; bibtexentry model, fixtures, test
migration for bibtex_entries db table
fixed multistep form;
DEV commit - problems in the create action;
fixed partial call. partial still not showing fields correctly.
using new bibtex parsing plugin; implementing multipage create bibtex form
DEV commit: beginning of bibtex parser integration.
controller now saving; menus not working; permissions can be set by admins
small changes to the controllers/views.
DEV Commit: some work on the publications controller and views
Created the "author", "publication" and "authorship" models and controllers.
created the plugin