To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Shows the publication list as IEEE formatted entries; Adds 2 links, one for the publication details and another for to show the publication details as bibtex.
correctly inserting the autorship fields.
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
Adjust publications layout (experimentally) to resemble traditional practice a bit more
Merge from branch "feature_36"
not working: tried to add js to edit/save button
Refactoring author/authorship related JS.
Fixes Bug #298 - on the New View now toggles the new authorship fields.
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.
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"
More adjustments to ensure search results box is empty when editing, and to ensure it has a minimum width in both new and edit modes. Also a text update
Merge from 649:525f48af3f54
Shorten email address in search results, showing domain only (text too long otherwise)Apply min-width to search results boxRemove initialisation of search results in edit action (fixing #287)
Further layout improvements to bibliography on project home page
Merge from 625:e1eb4996257f
Minor tweak to layout for list of projects for publication
Fix dumb code which toggled all description elements on the page, instead of only those in the right authorship
More layout fixes
Merge from 620:4ede44d53f76
Minor text & layout updates
Fixes Bug #267. New javascript logic to differentiate between edit/new actions (Not finished).
Fixed bug in Edit/Save button behaviour.
Edit/Save Author Button working correctly.
Corrected pseudo-save css rules; optimized javascript.
Created JS functions to simulate author being saved. Not finished.
Fixed User and Authorships Search Query. New Publication: reordered some fields in the form; now correctly saving all authors.
Some JS changes to the behaviour of user/author selection interface.
Correctly updating the fields with the author info.
Merge from 573:aed210f6095b.Fixing small issue when adding new authors.
Related to Bug #222Updated the look of the authors list (more intuitive to sort). Created the plugin's stylesheet file.
virtual attribute to handle users; javascript handling users correctly
correctly adds multiple authors; correctly sets user_id in the form
created author search virtual attribute in authorship model.
Merge from branch "feature_36" into a specially created integration branch
Correctly removing authors.
correctly saving authors.
dynamically adding/removing users.
addin/removing authors - not finished