To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
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 bug when associating author and user.
removed wrong id
keeps the state of the hidden fields when validation fails.
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).
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.
Removed unnecessary code; added useful comment.
Removes logic from view.
Correctly renders the title of an the activities#index view. Fixes Issue #750.
Merge from live branch
Merge from branch cannam
Merge from luisf branch
Authorship Edit/Save buttons now working properly in the publication#new view.
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"
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...
Fixes Bug #668 - reordering of authors in the publication's detail view is working again.
Should fix Bug #658.
Merge from branch luisf
Merge.
Adds a link to a publication's external URL (if exists). Proposed solution for issue #556.
Merge
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).
correctly renders publications' bibtex information
several fixes to the publications#show page and related views.
toggles bibtex.
Escaping HTML in a few other places.
removed empty/unnecessary file.
escaping the html on two helper functions.
removed deprecated rails functions
fixed a few details.
Fixed bug in human_attribute_name method; better handling of nested model errors.
removed unused code; renamed variables.
adds the author's object class to the form
Correctly adds the author info to the input fields; corrected toggle function.
Autocomplete working.
changes to the authors search ajax (not finished).
fixed javascript and helper to add author fields. Removed unused code.
Fixed test that was checking if an element belonged to the array. Correctly showing/hiding the Bibtex fields.
Removed Ajax calls taht are no longer working in Rails 3 and started migrating them; added a new javascript file - bibliography.js - to hold the new jquery js code; added the new show_bibtex_fields.js.erb file to replace the RJS code that was in the controller.
Changed error_mesages method.
renamed scope like for projects.
Converting fields_for ... :builder => TabularFormBuilder to labelled_fields_for seems like the thing to do
We have a MyHelper now, so we need a MyHelperPatch (also some other minor fixes)
Typo fix
Some fixes from comparing plugin views to core app views
Renamed a named_scope (deprecated) to scope.
Merge from branch "live"
Backed out changeset b619a667a8e8
fixes parameters for bibtex class to_citeproc call.
Changed file coding header from undefined to utf-8 (was raising an error).
Fixed if/else statement syntax error.
Added debug/todo comments to previous commits changes.
Rails 3 compatibility: renamed all named_scope calls to scope.
Moved all the plugins from the vendor folder to the application root folder.