REST API for issue categories (#9553).
Resourcified issue categories (#9553).
Makes issue categories available in project REST API (#9553).
remove unused Iconv from issues helper "issues_to_csv" method (#4742)
Adds API response to /issue_statuses to get the list of all available statuses (#7180).
Adds API response to /trackers to get the list of all available trackers (#7181).
Do not show the paragraph if no message is set.
French translation updated.
Adds a dialog box for CSV export options (#4742).
attachment: update a functional test to switch "side by side" and "inline" for ISO-8859-1 patches (#2371, #9612)
Removed useless return false; statement.
scm: attachment: remove "to_utf8" methods from helpers (#2371)
It is confusing that same name methods are in several helpers.
update Japanese translation of attachments and repositories encodings setting label (#2371)
attachment: move repositories encodings setting to the general tab and update the label (#2371)
attachment: add a functional test to show an ISO-8859-1 content file (#2371)
attachment: add a functional test to show an ISO-8859-1 patch (#2371)
attachment: use repositories setting to convert contents character encoding (#2371)
This commit results replacing invalid encoding instead to stripping.
Allows double click to move columns between available/selected columns.
code layout clean up app/views/common/_diff.html.erb
Fixed: TMail 1.2.7 malforms To header when number of recipients more then 8 (#8751).
code layout clean up test/functional/attachments_controller_test.rb
attachment: update functional tests to switch "side by side" and "inline" for patches (#9612)
attachment: add a new feature to switch "side by side" and "inline" for patches (#9612)
code layout clean up app/views/repositories/diff.html.erb
code layout clean up app/views/common/_file.html.erb
code layout clean up app/views/repositories/annotate.html.erb
code layout clean up link_to_attachment of application helper
code layout clean up uploaded_test_file of test/test_helper.rb
add newline at end of Rakefile
Restored prototype 1.7 (#9609).
Prevent projects tests from deleting fixture files.
Typo
Fixed: rake/rdoctask is deprecated (#8611).
Doc updated for Rails 2.3.14.
Fixed functional tests that writes in fixtures folder.
Fixed: Issue filter by assigned_to_role is not project specific (#9540).
Adds a delivery method that writes emails in tmp/emails for testing purpose.
Omit subtasks/related issues sections when empty on PDF export (#5634).
Upgrade to Rails 2.3.14 with Prototype 1.7 (#9609).
Makes author column sortable and groupable on the issue list (#1567).
Moved the project name after the item in the html title (#9593).
Adds a way to filter issues with or without start date (#9607).
Wiki links for news and forums (#9600).
Bulgarian translation updated by Ivan Cenov (#9602)
Fixed wiki page version in annotated page (#9597).
Remove reference to deleted method.
Fixes section edit links when text includes pre/code tag (#2222).
Fixed: Redmine.pm considers all projects private when login_required is enabled (#9566).
Adds enable_starttls_auto option to gmail example (#9586).
Adds a warning about tabs in configuration file (#9586).
Handle the case of a text formatter that doesn't support section edit (#2222).
Do not show section edit links for wiki page history (#2222).
Wiki: allows single section edit (#2222).
move repositories helper to_utf8 tests to new CodesetUtilTest (#2371)
pdf: lib: set image scale at issue_to_pdf method (#3261)
wiki_to_pdf method has already done.
Contributed by Jun NAITOH.
Updated permissions with newly added create and update actions (#9108).
create
update
move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for common use (#2371)
attachment: add a functional test to show invalid UTF-8 text file (#2371)
Stripping invalid UTF-8 is Redmine 1.2 behaviour.
attachment: add a functional test to show UTF-8 text file (#2371)
fix malformed issues csv encoding in case of unable to convert (#8549)
add functional test to export issue csv encoded in Big5 on Traditional Chinese locale (#8549)
fix malformed time entry report csv encoding in case of unable to convert (#8549)
fix malformed time log csv encoding in case of unable to convert (#8549)
move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common use (#8549)
code layout clean up lib/redmine/export/pdf.rb
Adds an option to force nested set rebuild (#9577).
Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduced by r5286 (#9577).
Reverted r7808 (#9566).
add functional test to export time log csv encoded in Big5 on Traditional Chinese locale (#8549)
add functional test to export time entry report csv encoded in Big5 on Traditional Chinese locale (#8549)
move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#3261)
Fixed: Redmine.pm potential security issue with cache credential enabled and subversion (#9567).
Additional tests for email From header (#9564).
improve rmagick feature of rfpdf plugin for PDF inline images (#3261)
Replaced non standard Precedence email header with "X-Auto-Response-Suppress: OOF" (#9534).
Adds a method to clear the settings cache.
Ruby 1.9: add "encoding: utf-8" header at application_helper.rb
Following error raises in case that time log has non ASCII comments.
ActionView::TemplateError (incompatible character encodings: UTF-8 and ASCII-8BIT) on line #5 of app/views/timelog/index.html.erb:...
Ruby 1.9: fix tests error due to require path at test/test_helper.rb
Following error raises.
/home/xxxxxx/.rvm/gems/ruby-1.9.2-p290/gems/rails-2.3.11/lib/rails/gem_dependency.rb:277:in `==': undefined method `name' for "actionmailer":String (NoMethodError)...
Simplified Chinese translation for trunk updated by Steven Wong (#9558)
Simplified Chinese "text_git_repository_note" translation updated by Steven Wong (#9558, #9129)
Simplified Chinese translation for 1.2.2 updated by Steven Wong (#9558)
Simplified Chinese translation changed by Steven Wong (#9558)
Ruby 1.9: fix parsing error of sl.yml with psych yaml library (#8847)
remove trailing white-spaces from scm.css
code layout clean up application.css
remove trailing white-spaces from application.css
pdf: add subtasks and related issues at issue pdf (#5634)
Contributed by Bernhard Furtmueller and Jun NAITOH.
pdf: add ancestor issues at head of issue pdf (#5634)
pdf: add logger at vendor/plugins/rfpdf/lib/tcpdf.rb (#3261)
pdf: remove unused "require 'rfpdf/fpdf'" (#8312)
code layout clean up test_report_csv_export of test/functional/time_entry_reports_controller_test.rb
code layout clean up test_report_all_projects_csv_export of test/functional/time_entry_reports_controller_test.rb
Fixed: copied private queries not visible after project copy (#9520).
Rails3: replace deprecated RAILS_DEFAULT_LOGGER at lib/redmine/ciphering.rb (#9552)
Fixed: Error when reading ciphered text from the database without cipher key configured (#9552).
Custom date field accepts invalid dates (#9394).
Updates for 1.2.2 release.
Fixed failure introduced in r7772 (#8615).