Redmine/app/views
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
..
account Fixed: login form fields have different width with IE (#3582). 2009-07-04 07:57:04 +00:00
admin User groups branch merged. 2009-09-12 08:36:46 +00:00
attachments Adds the filename to the html title of attachment view. 2009-04-25 09:35:14 +00:00
auth_sources AuthSource list: display associated users count and disable 'Delete' buton if any (#2041). 2008-10-24 15:39:40 +00:00
boards Render new message form if needed. 2009-05-25 20:38:59 +00:00
common Refactoring of tabs rendering. 2009-09-12 09:13:13 +00:00
custom_fields Makes 'delete links' the same on admin views. 2009-09-12 09:25:39 +00:00
documents Changed Enumerations to use a Single Table Inheritance 2009-05-30 23:30:36 +00:00
enumerations Makes 'delete links' the same on admin views. 2009-09-12 09:25:39 +00:00
groups Fixes group update form url (#3854). 2009-09-12 16:12:42 +00:00
issue_categories Let the user choose when deleting issues with reported hours (closes #734, #71): 2008-02-29 22:54:07 +00:00
issue_relations Application layout refactored. 2007-09-22 13:17:49 +00:00
issue_statuses Makes 'delete links' the same on admin views. 2009-09-12 09:25:39 +00:00
issues Fixed: custom fields are not displayed in the same order on issue form and view. 2009-07-29 19:04:27 +00:00
journals Escape textarea content when editing a issue note. 2008-12-19 08:10:35 +00:00
layouts Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
mailer Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
members User groups branch merged. 2009-09-12 08:36:46 +00:00
messages Adds permalinks to message replies (#3587). 2009-07-05 19:52:09 +00:00
my Changed Enumerations to use a Single Table Inheritance 2009-05-30 23:30:36 +00:00
news Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
projects Refactoring of tabs rendering. 2009-09-12 09:13:13 +00:00
queries Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 2009-05-10 10:54:31 +00:00
reports Added details by assignees on issue summary view (Hans Yoon). 2008-01-10 19:20:36 +00:00
repositories SCM: 2009-09-01 12:13:17 +00:00
roles Makes 'delete links' the same on admin views. 2009-09-12 09:25:39 +00:00
search Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
settings Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
timelog Adds a lang string with arguments for date ranges (#2305). 2009-03-13 19:03:34 +00:00
trackers Makes 'delete links' the same on admin views. 2009-09-12 09:25:39 +00:00
users Refactoring of tabs rendering. 2009-09-12 09:13:13 +00:00
versions Added :view_versions_show_contextual hook. (#3036) 2009-05-30 21:57:47 +00:00
watchers Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398). 2008-08-03 09:14:43 +00:00
welcome Added some new view hooks to the welcome page. 2009-04-24 21:25:10 +00:00
wiki Fixes links to wiki atom feed (#3581). 2009-07-02 18:21:45 +00:00
wikis Added project module concept. 2007-09-14 11:34:08 +00:00
workflows Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 2009-05-10 10:54:31 +00:00