To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
The Create Project page now allows for correct search/insertion of tags. Using the new version of the redmine tags plugin.
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
Merge from branch "cannam"
Merge from branch "live"
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.
RedmineTags plugin: merged exiting with the most up-to-date version from the repo.
Fixed RedmineTags routes file (new Rails version standard).
Fixed Routes and Dispatcher calls in order to be compatible current version of Rails.
Moved all the plugins from the vendor folder to the application root folder.