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 from live branch
Feature #768 use "ul" to list subprojects
Merge from cannam branch
Merge from luisf branch
Merge
Addresses Bug #763 - patched the User class adding a new scope (name_like), that doesn't use the email address to search for a user.
Changed query that was using group (breaking the development server): using uniq instead.
Merge.
Addresses Bug #764. Removes unused controller instanced variable.
Fixed assertion error message.
Merge from main luisf branch (includes new authorship interface).
Merge from branch "cannam"
Fixes Bug #762 - was replacing the whole content of the span, including the tag itself (which was being used as the "anchor").
Merge from branch "biblio_alt_search_auth"
Removed labelled_form_for from edit view
small adjustments to text box size.
changed form_builder - labelled_form_for was not generating validad HTML5 markup.
removed unnecessary code.
Reverted previous changes to name getter
fixed name getter
removed author_options (unused).
Added a name getter for the Author class.
No longer using the link_to helpers to generate the links on the render_authorship_link helper function.
Converting author/user ids to integers when calling link_to helpers.
added a mail getter for the Author model
fixed institution getter for Author model
Added an institution setter to the Author model
New version of the autocomplete_for_author query - only returns users and authors.
removed unused code.
Authorship autocomplete is now a function.
Fixed the initial state of the Save/Edit buttons.
Adds a "Keep associated with" checkbox to the authorship view.
Correctly deleting publications.
Deleted more unused code.
removed more unused code
hiding some fields; deleted unused code; fixed bug in ajax autocomplete function.
merged from 'luisf' branch
fixed deprecation warnings
Fixed mail bug (due to ActionMailer changes in Rails 3),
fixed bug when associating author and user.
removed wrong id
keeps the state of the hidden fields when validation fails.
Removed unnecessary debugger breakpoint.
Fixed teh way the model is accessing the virtual attributes.
Major interface changes; will use virtual attributes to identify search results.
Adding more information to the autocomplete dropdown (when searching for an author/user in the publication#new/edit views).
Removed unnecessary code and superfluous/deprecated functions.
Adding 2 new js scripts; added the code removed from the partials. Minor cleaning.
Removed javascript code from partials, so that it is included only once in the page.
Added two new js scripts to initialize views (simulate clicks and adding events to buttons).
Removed unnecessary code; added useful comment.
Removes logic from view.
Merger from testing branch.
Correctly renders the title of an the activities#index view. Fixes Issue #750.
Merge from branch cannam
Authorship Edit/Save buttons now working properly in the publication#new view.
adding forgotten js file (as of previous commit)
adding javascript library file
Properly closed some html tags; removed unnecessary tags.
Moved the code in bibliography.js and order_authorships.js from the js files to the view files - so that I can use ERB to build the AJAX call paths - otherwise I woudl have problems with redmine installations in subfolders.
Merge from branch "luisf"
added test to assert that the validations are correct
added another simple test to test the relationship between authors/authorships
Started adding a few real test cases.
Copied the user test fixtures to the plugin test folder; tests are now running.
Correctly loading fixtures.
Setup of testing framework for the bibliography plugin.
Correctly clears the cache when publication authors' order is changed.
Fixes another possible cause for Bug #658 - was not saving publication when author was new...
JS file needed to order authors; related to previous commit (addresses Bug #668).
Fixes Bug #668 - reordering of authors in the publication's detail view is working again.
Should fix Bug #658.
Merge from branch luisf
Adds a link to a publication's external URL (if exists). Proposed solution for issue #556.
Disabled the redmine_tags plugin issue views (temporary hack).
Merge from live.
Layout adjustments
Merge from redmine-2.2-integration branch. We're going live!
correctly displays bibtex fields for editing
Correctly displays the authors of a publication in the show view.
Searches the projects (to which to add a publication to).