To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
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.