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.
Adds a 'box' div around news comment form (#2632).
Include both version date and name when sorting issues by target version (#1502).
Include both last and first name when sorting issues by assignee (#1841).
Adds a setting to limit the number of revisions displayed on a repository file log (default=100).
Use estimated hours to weight issues in version completion calculation (#2182).
Changes color of activity events/search results summary.
Show line breaks in activity events summary.
Do not repeat one-line commit logs on the activity view.
Fixed: Contextual divs after attachments are placed incorrectly in FireFox (#2633).
Less strict textile links parsing (#2582).
Fixed: issue details view discloses relations to issues that the user is not allowed to view (#2589).
Removes Issue.visible_by
Updates footer year.
New translation - Slovenian, thank to Nejc Vidmar for work (#2577), translation updates (#2129, #2586)
Adds :async_smtp and :async_sendmail delivery methods to perform email deliveries asynchronously.Code from http://www.datanoise.com/articles/2006/7/14/asynchronous-email-delivery.
Changes time related icons.
Cleaning test.
Fixed: TOC does not parse wiki page reference links with description (#2601).
Adds projects association on tracker form (#2578).
Adds rel='nofollow' attribute to other formats download links (#2491).
Adds an helper to render other formats download links.
Fixed an error when downloading gantt png at global level.
Fixes other formats download links on the project issue list (project_id lost) broken r2317.
Sort target versions list on bulk edit form (#2616).
Fixed project news atom link broken by r2317.
Fixing calendar and gantt links broken by r2317.
Fixed calendar navigation links broken by r2317.
Fixed user's activity atom feed broken by r2317.
Fixed clearing the Issue filters in the issue list, broken by #2317
Fixes Issue sorting in a project, broken by #2317
Issues were sorting but the project id wasn't being added so theIssuesController would return all issues (cross-project).
Fixed: users should not be able to add relations with issues they're not allowed to view (#2589).
Fixed that 'My page' blocks may display issues that the user is no longer allowed to view (#2590).
Explicitly require 'rfpdf/fpdf' (#2584).
Fixed actions on issues (gantt, calendar, move, bulk_edit...) at global level broken by r2317.
Replaces the obsolete robots.txt with a cached action (#2491).
Fixes activity pagination broken by r2317.
Converted routing and urls to follow the Rails REST convention.
Patch supplied by commits from Gerrit Kaiser on Github. Existing routes willstill work (backwards compatible) but any new urls will be generated using thenew routing rules.
Changes listed below:...
Ability to bulk edit custom fields of type 'list' (#461).
Render the project list as a tree on Move form.
Removes spaces before colons.