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 (912 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
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.
Feature #238 - Edit Publication now showing the correct fields.
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.
Fixes Bug #272 - the toggle author button calls button_to_remote instead of button_to, which does not have a type="submit" tag. Minor interface changes.
Fixes Bug #267. New javascript logic to differentiate between edit/new actions (Not finished).
Merge from 573:aed210f6095b.Fixing small issue when adding new authors.
Layout changes for publication edit page. Still requires correct authorships number in heading, and for the new authorship to be added in its proper place.
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.
Merge from branch "feature_36" into a specially created integration branch
added a couple of navigation options in the views.
Merged my forks. More work in the controllers and views of the publications model.
update method in publications controller; updated view
Created the Edit View (still not changing the DB)Small changes to Publications model.
Created the "author", "publication" and "authorship" models and controllers.