To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Removed unnecessary debug/log message.
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.
Fixed bibliography routes file (removed call to sort authors)
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 614a655f724b
Gem Citeproc changed name.
Backed out changeset b619a667a8e8
fixes parameters for bibtex class to_citeproc call.
Bibliography Plugin - added gemfile with gem prerequisites (todo: need to specify individual gem versions).
Fixed RedmineBibliography's routes file to ensure compatibility with Rails >3.1.
Fixes dependency declaration for patches in the bibliography plugin init file.
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.
Fixed dispatcher and routes issues due to upgrading to the new rails/redmine versions.
Moved all the plugins from the vendor folder to the application root folder.