Use String#each_line instead of #each (removed in ruby1.9).
Defines String#to_a (Object#to_a removed in ruby1.9).
Removes String#toutf8 call.
Adds a ISO8859-1 encoded email test.
Fixes MailHandler due to #private_instance_methods change in ruby1.9 (now returns an array of symbols).
Fixes some test failures due to Array.to_s behaviour in ruby1.9.
Sets file encoding to utf-8 for ruby 1.9.
Fixing number formats in locales.
Fixes a functional test failure.
Makes functional tests inherit from ActionController::TestCase
Makes unit tests inherit from ActiveSupport::TestCase.
Changes :session_key to :key in session store settings.
TamperedWithCookie seems to have been removed.
RAILS_GEM_VERSION set to 2.3.2 and rake rails:update
Rails 2.3 port branch.
Updated INSTALL doc for Rails 2.2.2
Extend the settings.name column so it can fit longer plugin names.
#3010
Set sort orders on 'View all issues' links on my page.
Makes the 'View all' link on 'Reported issues' list open and closed issues.
Adds missing scope for r2595.
Adds issue count on assigned and reported 'My page' modules (#2986).
Fixes that user's last_login_on was not set when using registration with automatic activation.
Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task.
Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable (#2847).
Fixing routes broken by r2581 (#2967, #2970).
Adds controller to urls in case the side bar is called from another controller (#2960).
pl update.
Adds a lang string with arguments for date ranges (#2305).
sv update.
Translations updates.
zh-TW update.
pt-BR update.
Fixes broken CSV link on cross-project timelog report (#2941).
Fixing repository routes (#2967).
Adds a unique index on projects_trackers table (#2882).
Only retrieve query name for display.
Fixes commit logs alignment in the repo browser (#2961).
Fixing tests (sort refactoring).
Fixes SortHelper examples (#2950).
Fixed: zh-TW PDF export broken by new locales (#2940).
Hide 'New file' link and form for printing (#2949).
Flush buffer when asking for language (#2948).
Ability to save "sort order" in custom queries (#2899).
Fixed: Files without Version aren't visible in the Activity page (#2930).
Adds css classes to the issues in the calendar (#2651).
Adds 2 css classes (created-by-me and assigned-to-me) to issues created by or assigned to the current user (#2651).
Adds a sortable "Project" column to the issue list.It's displayed by default on the cross-project issue list (#2889). It's also available for saved queries.
Adds a List-Id header to all emails (#2879).
Add doube quotes to user_name and password in email.yml.example (#2927).
Transaction for each imported subversion changeset.
Fixes that Redmine::WikiFormatting.register did not raise ArgumentError when giving name as a string (#2856).
Test that account activation email contains the appropriate link (#2825).
Change to line #'s links in file/repo viewer (#2835).
Fixed: export links on the issue list lose project param after applying a filter (#2908).
Fixed: MailHandler raises an error when processing an email without From header (#2916).
Fixes typo in locales (#2805).
Fixed broken OpenID authentication after migration to Rails 2.2 (#2894).
Added missing field_content translation (#2896).
Removes double % in locales (#2891).
Adds some functional tests.
Reorder links refactoring (follows r2526).
Removes unused code.
Fixes a failure when running rake test:coverage.
Fixed that some error messages were not displayed (#2866).
Fixed: Undefined Method (l_YesNo) Being Called (#2867).
small update
localization updates
Fixes tests broken by r2532 (#2853).
Add links for one-click activity filtering (#2857).
Fixes user's activity link (#2853).
Fixes #2851.
Updates sample plugin README.
Allow My Page blocks to be added to from a plugin (#2840).
Partials must be placed under the app/views/my/blocks directory of the plugin.An example can be found in the sample plugin.
Allow underscore in block partial name (#2840).
Clickable/linkable line #'s while browsing the repo or viewing a text file (#2835).
Trackers controller refactoring.
Applies r1723 on Engines update to allow view override (#2841).
Fixed: When logging in via an autologin cookie the user's last_login_on should be updated (#2820).
Adds missing time format in locales (#2831).
Fixing Plugin and Mailer default_url_options.
Both the plugin hooks and Mailer were setting default_url_options incorrectlyand causing ActionContoller::UrlWritter to cache the settings on the module(mattr_accessor) causing several url generators to fail in either the plugin...
Fixed that MailHandler#plain_text_body was returning nil if there was nothing to strip (#2814).
Sort changesets in the same order as comments on the issue details view (#1546).
Patch ActiveRecord::Errors#full_messages so that it contains custom values error messages.
Fixed: visited links to closed tickets are not striked through with IE6 (#2615).
Slight changes to the files list (#2658, #2806).
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)
Changes default english date/time formats.
Translation update (#2798).
Adding more missing strings.
Makes the default issue list columns selection look like other multi-checkbox fieldsets.
Adds missing strings.
Limit the size of repository files displayed inline too.
Fixes new setting name.
Adds a setting to limit the size of text attachments that can be displayed by the file viewer (default set to 512KB). Larger files are sent for download.
Process all translations files.
Adds locales:update task as a replacement for gloc:update.
Add missing 'support' section to he and it locales.
Do not show the changed files list on the revision page if the user is not allowed to browse the repository (#2762).