obsolete.ChilliProject/vendor/plugins
Eric Davis 7b0cb6aba8 Upgraded to Rails 2.3.4 (#3597)
* Ran the Rails upgrade
* Upgraded to Rails Engines 2.3.2
* Added a plugin to let Engines override application views.
* Converted tests to use the new classes:
** ActionController::TestCase for functional
** ActiveSupport::TestCase for units
* Converted ActiveRecord::Error message to a string.
* ActiveRecord grouping returns an ordered hash which doesn't have #sort!
* Updated the I18n storage_units format.
* Added some default initializers from a fresh rails app
* Changed the order of check_box_tags and hidden_field_tags.  The hidden tag
  needs to appear first in Rails 2.3, otherwise it will override any value in
  the check_box_tag.
* Removed the custom handler for when the cookie store is tampered with.
  Rails 2.3 removed the TamperedWithCookie exception and instead Rails will not
  load the data from it when it's been tampered with (e.g. no user login).
* Fixed mail layouts, 2.3 has problems with implicit multipart emails that
  use layouts.  Also removed some custom Redmine mailer code.
* Fixed a bug that occurred in tests where the "required" span tag would be
  added to the :field_status translation.  This resulted in an email string of:

    <li>Status<span class="required"> *</span><span class="required"> *</span>

  Instead of:

    <li>Status: New</li>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2887 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-09-13 17:14:35 +00:00
..
acts_as_activity_provider Fixed: project activity truncated after viewing user's activity. 2008-12-08 18:20:26 +00:00
acts_as_attachable AttachmentsController now handles attachments deletion. 2008-12-09 16:54:46 +00:00
acts_as_customizable Fixes custom fields display order at several places (#1768). 2008-08-11 18:24:39 +00:00
acts_as_event Fixed: no :author method error on projects atom feed (#1623). 2008-07-12 09:42:18 +00:00
acts_as_list Trackers controller refactoring. 2009-02-26 09:21:41 +00:00
acts_as_searchable Fixed: 'search titles only' box ignored after one search is done on titles only. 2008-07-21 19:19:06 +00:00
acts_as_tree Ask user what to do with child pages when deleting a parent wiki page (#3202). 2009-04-21 12:19:56 +00:00
acts_as_versioned Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
acts_as_watchable Adds watchers selection on new issue form (#398). Permission 'add issue watchers' required. 2008-12-22 19:21:02 +00:00
awesome_nested_set Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
classic_pagination Rails 2.1.2 deprecations (#2332). 2008-12-14 15:36:59 +00:00
coderay-0.7.6.227 Fixed: Unable to use angular braces after include word in c code highlighting (#1230). 2008-05-29 19:12:17 +00:00
engines Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
gravatar Upgraded the gravatar plugin from http://github.com/woods/gravatar-plugin 2009-08-02 04:19:44 +00:00
open_id_authentication Fixed broken OpenID authentication after migration to Rails 2.2 (#2894). 2009-03-04 17:37:28 +00:00
prepend_engine_views Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
rfpdf Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
ruby-net-ldap-0.0.4 Fix applied to ruby-net-ldap (#608). 2008-02-15 17:22:21 +00:00