To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Adding other projects to publication - created query for projects and controller actions to be used in the AJAX call; still need to get the AJAX call working
Publication index action in Project context correctly links to show view (within project context).
Creates and lists publications from the project tab.
changes to views and publicatioins controller
added a couple of navigation options in the views.
The new/edit views are now using more partials; solved some minor bugs; added remove button to authors form.
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.
Publications: Routes for regular REST behaviour; Import view and controller action; New beahviour for new action.
partial publication form
update method in publications controller; updated view
Created the Edit View (still not changing the DB)Small changes to Publications model.
more information in the publication's show view
started creating the show view for one publication
Fixed minor bugs with the publications controller
Started creating tests and fixtures.
DEV commit; new logic.
Pasting of bibtex entries already working correctly.
Refactoring.
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.
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.