To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
added a new js function to clear the author details fields
removed deprecated rails functions
fixed css paths
few changes to the CSS
fixed a few details.
adds focus to autocomplete.
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.
fixed a few routes (using GET instead of POST ). Simplified JS code.
changes to the authors search ajax (not finished).
added missing route for autocomplete.
cleaned the code.
fixed javascript and helper to add author fields. Removed unused code.
Removed unused code (moved to show_bibtex_fields.js.erb view).
Fixed test that was checking if an element belonged to the array. Correctly showing/hiding the Bibtex fields.
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.
Merge cannam's latest changes.
Changed error_mesages method.
info -> search (translation string has already been renamed thus)
Tag search/filtering implemented. Needs interface redesign.
No need for extra js in the projects#index.
Removed unused file (used on the previous version of the plugin).
Updated the TagIt script to the latest version.
Fixed the extra spacing between the tags input field and its label.
simplified tag searching on the projects#index
Fixed the tag+text queries using scopes.
simplifying the seach/tag filtering. Not filtering by tag name at the moment.
renamed scope like for projects.
Started rewriting the projects#index JS functions.
Fixed a few js bugs; changed some functions from using prototype to jquery.
printing the html correctly (not escaping it)
Handling saving the tags on project creation.
Removed unecessary code (saving tags to a project is handled on the project model patch)
Removed unnecessary file.
The Create Project page now allows for correct search/insertion of tags. Using the new version of the redmine tags plugin.
Fixed bibliography routes file (removed call to sort authors)
added html_safe to the tags field description
Added the info class to the tags field description label.
Added missing route to auto_completes#project_tags (AutoCompletes controller patched in redmine tags plugin)
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
Merge from branch "cannam"
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.
A couple of further html_safes
Applying HTML safe method to filtered projects output.
Fixes broken route in projects index.
Tags plugin: removed TabularFormBuilder (no longer used by Redmine).
Tags Plugin: changed form_remote_tag to form_tag with :remote hash.
Removes unneeded/buggy query.
We don't use ZeroClipboard, just scrub this stuff (image_path with 2 args doesn't appear to work any more)
Fix Ruby syntax
Bibliography Plugin - added gemfile with gem prerequisites (todo: need to specify individual gem versions).
RedmineTags plugin: merged exiting with the most up-to-date version from the repo.
Fixed RedmineTags routes file (new Rails version standard).
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 call to provide compatibility with current version of Redmine.
Fixed Routes and Dispatcher calls in order to be compatible current version of Rails.
Deleted existing the embedded plugin and replaced it witgh redmine_embedded (same functionality, but upgraded to be compatible with Redmine 2.x).
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.
Update to Redmine SVN revision 11137 on 2.2-stable branch