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 (651 Bytes)
Changing the way the bibtex is parsed: uses link_to_remote instead of remote_form_for; using RJS; created tab helper (still not implemented correctly in terms of views
New publication now has 2 tabs, one for each mode (bibtex or 'default')
Parses a pasted bibtex entry and correctly adds its fields except the author names/institutions. Todo: Parse the author names/institutions and show the errors (flashing on the top of the page).
Merge from cannam_integration
Merge from branch "cannam"
Merge from branch "live"
Merge
Merge from branch "feature_36"
Merge from branch feature_36
Bug #297 - Simplified JS; no more need to have BibtexEntryType.all_fields; solves the "Please Select" bug in New Publication view.
Dead end solution regarding Feature #238: Ajax called RJS cannot access the instance variables that were initialized with the form helper.
Transplant rev fccacd8505e3 from live branch
Incomplete solution for Feature #238 - some issues in toggling (specially in the edit view).
Merge from branch "cannam_integration"
Merge from 620:4ede44d53f76
Minor text & layout updates
Fixes bug preventing Projects being associated with newly created publications.
Merge from 579:c8552c08687f
Tidy up layout of author suggestions list, etc
Closes Bug #217. The project_id parameter is now being sent in all links. This may generate some errors when outside a project, but I shall file new issues as I detect them.
Closes Bug #239. Changed "edit" partial's name to "form". Changed a few label names.
Fixed Bug #233.
Merge from branch "feature_36" into a specially created integration branch
correctly adding more than one project to a publication.
Searching for publications via AJAX call; the publication ID is not being sent correctly, so still shows the current publication's associated projects in the select list.
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
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.
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