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.
Merge from branch "biblio_alt_search_auth"
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.
removed unused code.
Adds a "Keep associated with" checkbox to the authorship view.
Major interface changes; will use virtual attributes to identify search results.
Removed unnecessary code; added useful comment.
Merge
Merge from live branch
Merge from redmine-2.2-integration branch. We're going live!
Correctly displays the authors of a publication in the show view.
Searches the projects (to which to add a publication to).
several fixes to the publications#show page and related views.
Escaping HTML in a few other places.
escaping the html on two helper functions.
Correctly adds the author info to the input fields; corrected toggle function.
changes to the authors search ajax (not finished).
fixed javascript and helper to add author fields. Removed unused code.
We have a MyHelper now, so we need a MyHelperPatch (also some other minor fixes)
Changed file coding header from undefined to utf-8 (was raising an error).
Fixed if/else statement syntax error.
Moved all the plugins from the vendor folder to the application root folder.