To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Merge
Now parses a publication using the BibTex-ruby parser and displays both the "text" format and the bibtex format.
Now using bibtex-ruby and citeproc-ruby gems to format bibtex entries.
Merge from cannam_integration
Merge from branch "cannam"
Merge from branch "live"
Merge from branch "feature_36"
Fixes Bug #313: Only shows projects for which user is allowed to manage bibliography
Fixes Issue #314.
Merge from 703:0435cf085f28
Fixes Bug #298 - on the New View now toggles the new authorship fields.
Merge from branch feature_36
Link authorships from publications detail page as well as publications list. Also minor text update
Feature #293 - The publications index page now has links to both users/authors show pages.
Feature #293: lists the projects associated with a publication.
Merge from branch "cannam_integration"
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)
Remove well-meaning but ultimately unwise <nobr> elements (fixing #286)
Feature #241 - Added permissions to the Show Publication view.
Merge from 625:e1eb4996257f
Minor tweak to layout for list of projects for publication
Merge from 616:c4ddb9531f4c
Fix for Feature #235. This view is no longer a priority.
Some rearrangements and stylings
Created the show actions and view for Authors, addressing Features #234 and #235.
removed unnecessary code
Some JS changes to the behaviour of user/author selection interface.
Correctly updating the fields with the author info.
In the remote call now only passing the id of the form's object, instead of the complete name of the object.
DEV Commit: now generating the seach "author select box" with the appropriate options and element names and id's, so that it gets correctly submitted with the form.
More Author/User changes. Not stable.
development commit: still users/authors management
Author Autocomplete: Changes in the User/Authorship selection mechanism.Separated the search box from the name field.
Order BibTeX entry types in a sensible order for presentation to user, instead of alphabetically by BibTeX name as previously (requires database re-seed).Provide a label for each entry type, and use it in the edit dropdown and show page.Omit duplicate entry type (conference) from edit dropdown....
Some Author/User logic.
Created just one function to fill the user's author info (used to be in 2 different places)
Fixed Missing User Id when using auto complete to add authors
Merge from 579:c8552c08687f
Working on the project add/remove from publications list
Tidy up layout of author suggestions list, etc
Merge from 573:aed210f6095b.Fixing small issue when adding new authors.
some changes to add/remove projects. Not Finished.
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.
working on the author<->user logic.
Addresses Feature #228. Already able to remove projects associated with a publication.
Fixes Bugs #219 and #226.
Closes Feature #237. Minor changes to the form's layout (using TabularFormBuilder).
Addresses Issus #224 - separates the projects in a project list using commas.
Addresses Feature #234 - simple layout for the authors index page.
created the helpers to display correctly the My Publications Authors and Projects.
Correctly searches and sends the parameters for both users and authors.
removed unnecessary rjs file; extending the User Model to handle Users with no Author.
correctly adds multiple authors; correctly sets user_id in the form
created author search virtual attribute in authorship model.
new controller logic.
corrrectly searches for the user. some issues pending saving the author model.
Several changes in the author forms.
Merge from branch "feature_36" into a specially created integration branch
Add Me as Author: started building the AJAX call to fill the form.
correctly saving authors.
dynamically adding/removing users.
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.
Pasting of bibtex entries already working correctly.
Refactoring.
using new bibtex parsing plugin; implementing multipage create bibtex form
DEV commit: beginning of bibtex parser integration.
Created the "author", "publication" and "authorship" models and controllers.