Fixes UnifiedDiff.
Fixes fixtures.
Use FasterCSV instead of ruby1.8 builtin CSV.
Fix in SVG::Graph for ruby1.9.
Reverts r2622 and fixes diff unit test.
Fixes a wrong number of arguments error with ruby1.9
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.
Moves visibility statement out of the query.
Adds :view_issues permission to default roles.
Makes :view_issues permission non public.
Adds a branch for finer grained ticket wiewing/editing permissions.
Fixes menu captions.
Fixes due_date_distance_in_words test.
Rescue TamperedWithCookie exception.
Fixes application settings tabs translation.
Fixes menu items translation.
Removes last call to lwr.
Removes unused string.
Removes other calls to lwr.
Removes an other call to lwr.
Fixes sample plugin menu highlight.
Load plugin translation files found under <plugin>/config/locales/. Sample plugin updated.
Removes some lwr calls.
Slight changes to fr locale.
Locales cleaning.
Moves #day_name and #month_name to Redmine::I18n.
Cleaning locales.
Setting default date/time formats.
Fixes custom field labels on timelog report.
Fixes hours display.
Removes tmp script.
GLoc plugin removed.
Fixes ll and lwr methods.
Implements lwr method using I18n.
Implements ll method using I18n.
Fixes error messages translation.
Moves #l_or_humanize to Redmine::I18n and fixes timelog report.
Fixes date format in tests.
Populates locales.
Fixes date and time formatting methods and tests.
Fixes case when setting locale.
Another truncate fix.
Makes date and time formatting methods use I18n.
Moves date and time formatting methods to Redmine::I18n.
Fixes strings with multiple arguments.
Start moving fr translation to I18n locale.
Fixes no.yml
Sets native eol property.
Adds locales build from existing lang files.
Renames vn.yml to vi.yml.
Adds locales from rails-18n.
Removes the ActiveRecord::Errors part of GLoc. I18n now handles error messages translation.
Removes PStore as the default session store and adds a rake task to generate a secret required for cookie store.
Fixes error rendering (render :nothing => true, :layout => true does no longer render anything).
render :nothing => true, :layout => true
Fixes call to strip_tags in MailHandler.
Fixes an error in unit test (looks like a Rails bug?).
Fixes url in integration tests.
Fixes integration tests.
Missing dependency.
Fixes redirect assertions.
Fixes urls in functional tests.
Session store.
Engines upgrade.
Rails 2.2 deprecation (concat method).
Rails 2.2 deprecation (truncate helper).
rake rails:update
Rails 2.2 branch added.
Sandbox branches.