To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
correctly inserting the autorship fields.
the "authors" div was not closing correctly - fixed now.
Fixes a bug with the authors div - it was being replicated for each author; added a fieldset in order to better handle each author; simulates a click for each author in the parsing of the bibtex file.
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).
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 the default branch
Merge from cannam_integration
Rename .erb to .html.erb in line with the convention
needs further testing Moved several files' extension to ".erb"; modified two files because they were calling partials/templates with rhtml extensions; renamed email templates sent when a user is added to a publication.
Merge from branch "cannam"
Merge
Merge from branch "live"
Move tags list on project show page
More adjustment to publications layout
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.
Merge from branch live
Fix #309 (500 internal error on user page)
Fixes Bug #305 - radio buttons trigger event is now OnChange rather than OnClick.
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
Merge from 699:bd88afe21831
Bug #297 - Simplified JS; no more need to have BibtexEntryType.all_fields; solves the "Please Select" bug in New Publication view.
Minor layout fixes
Feature #296 - now lists the visible user's publications on its user page.
Feature #293 - The publications index page now has links to both users/authors show pages.
Bug #294 - Does not show publications associated with projects without visibility.
Feature #293: lists the projects associated with a publication.
Feature #238 - Edit Publication now showing the correct fields.
Feature #238 - the New Publication now shows all fields correctly.
Transplant rev 65abc6b39292 from live branch
Transfer custom welcome-page code from mainline to bibliography plugin code.This is far too awkward. We need a better way.
Dead end solution regarding Feature #238: Ajax called RJS cannot access the instance variables that were initialized with the form helper.
New approach for Feature #238, based on partials.
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"
The create publication notice is now being called in the Publications Controller.
Fixes Bug #275.
Merge from 658:70c163e49aea
Feature #284: New, Edit and Show views already with the External URL field.
Omit headers from author sub-forms, mitigating #285
Merge from 649:525f48af3f54
Feature #253: Correctly sending emails to users when new publication is added.
Might as well bring in stylesheet only when needed
Further layout improvements to bibliography on project home page
Feature #253: Created the placholder templates and class method to send notifications after creation.
Show authors and date in publication list box on project front page
Fixes Issue #283.
Fixes Bug #282.
Fixes Bug #281 (drag to reorder in publiations with one author).
Feature #241 - Added permissions to the Show Publication view.
Continued work on permissions (Feature #241 and Feature #242).
More layout fixes
Fixed radio button name (correct instead of corrections) that was preventing JS from working corrrectly.
Merge from 620:4ede44d53f76
Minor text & layout updates
changed the radio buttons to "hand made tags" so that the labels are correct.
Merge from 616:c4ddb9531f4c
Fix for Feature #235. This view is no longer a priority.
Some rearrangements and stylings
Fixes bug preventing Projects being associated with newly created publications.
Created the show actions and view for Authors, addressing Features #234 and #235.
Addresses Bug #273.
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).
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.
Created the radio buttons with options for the Author selection.
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....