[DRE-commits] [redmine] branch master updated (6ef9c3d -> cebce04)

Ondrej Sury ondrej at moszumanska.debian.org
Tue Jan 28 11:08:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

ondrej pushed a change to branch master
in repository redmine.

      from  6ef9c3d   Add myself to Uploaders:
      adds  2309683   New upstream version 2.4.2
       new  7021e37   Merge tag 'upstream/2.4.2'
       new  d530228   Update patches for 2.4.2 release
       new  cebce04   prepare 2.4.2-1 release

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Gemfile                                            |   2 +-
 app/controllers/account_controller.rb              |   8 +
 app/controllers/repositories_controller.rb         |   2 +-
 app/controllers/timelog_controller.rb              |   2 +-
 app/helpers/application_helper.rb                  |   5 +-
 app/helpers/issues_helper.rb                       |   4 +-
 app/models/issue.rb                                |  23 +-
 app/models/mail_handler.rb                         |   5 +
 app/models/time_entry_query.rb                     |  15 +-
 app/views/search/index.html.erb                    |   4 +-
 config/application.rb                              |   2 +
 config/locales/es.yml                              |  10 +-
 config/locales/ja.yml                              |   4 +-
 config/locales/ru.yml                              |  15 +-
 config/locales/tr.yml                              | 305 ++++++++++-----------
 debian/changelog                                   |   7 +
 debian/patches/1001_Parsedate.parsedate.patch      |  16 +-
 debian/patches/1002_REST_API_ruby1.9.3.patch       |  14 -
 debian/patches/2002_FHS_through_env_vars.patch     |  40 +--
 .../patches/2003_externalize_session_config.patch  |  10 +-
 debian/patches/2004_FHS_plugins_assets.patch       |   4 +-
 .../patches/2008_force_table_encoding_mysql.patch  |   4 +-
 debian/patches/2009_FHS_thin_config.patch          |   4 +-
 debian/patches/2017_Gemfile_debian.patch           |   2 +-
 debian/patches/2018_get_rid_of_rdoctask.patch      |  16 +-
 debian/patches/series                              |   1 -
 doc/CHANGELOG                                      |  16 ++
 .../redmine/scm/adapters.rb                        |   9 +-
 lib/redmine/scm/adapters/abstract_adapter.rb       |   3 -
 lib/redmine/scm/adapters/bazaar_adapter.rb         |   2 +-
 lib/redmine/version.rb                             |   2 +-
 public/help/ar/wiki_syntax_detailed.html           |   8 +-
 public/help/az/wiki_syntax_detailed.html           |   8 +-
 public/help/bg/wiki_syntax_detailed.html           |   8 +-
 public/help/bs/wiki_syntax_detailed.html           |   8 +-
 public/help/ca/wiki_syntax_detailed.html           |   8 +-
 public/help/cs/wiki_syntax_detailed.html           |   8 +-
 public/help/da/wiki_syntax_detailed.html           |   8 +-
 public/help/de/wiki_syntax_detailed.html           |   8 +-
 public/help/el/wiki_syntax_detailed.html           |   8 +-
 public/help/en-gb/wiki_syntax_detailed.html        |   8 +-
 public/help/en/wiki_syntax_detailed.html           |   8 +-
 public/help/es/wiki_syntax_detailed.html           |   8 +-
 public/help/et/wiki_syntax_detailed.html           |   8 +-
 public/help/eu/wiki_syntax_detailed.html           |   8 +-
 public/help/fa/wiki_syntax_detailed.html           |   8 +-
 public/help/fi/wiki_syntax_detailed.html           |   8 +-
 public/help/fr/wiki_syntax_detailed.html           |   8 +-
 public/help/gl/wiki_syntax_detailed.html           |   8 +-
 public/help/he/wiki_syntax_detailed.html           |   8 +-
 public/help/hr/wiki_syntax_detailed.html           |   8 +-
 public/help/hu/wiki_syntax_detailed.html           |   8 +-
 public/help/id/wiki_syntax_detailed.html           |   8 +-
 public/help/it/wiki_syntax_detailed.html           |   8 +-
 public/help/ja/wiki_syntax_detailed.html           |   8 +-
 public/help/ko/wiki_syntax_detailed.html           |   8 +-
 public/help/lt/wiki_syntax_detailed.html           |   8 +-
 public/help/lv/wiki_syntax_detailed.html           |   8 +-
 public/help/mk/wiki_syntax_detailed.html           |   8 +-
 public/help/mn/wiki_syntax_detailed.html           |   8 +-
 public/help/nl/wiki_syntax_detailed.html           |   8 +-
 public/help/no/wiki_syntax_detailed.html           |   8 +-
 public/help/pl/wiki_syntax_detailed.html           |   8 +-
 public/help/pt-br/wiki_syntax_detailed.html        |   8 +-
 public/help/pt/wiki_syntax_detailed.html           |   8 +-
 public/help/ro/wiki_syntax_detailed.html           |   8 +-
 public/help/ru/wiki_syntax.html                    | 185 ++++++++++---
 public/help/ru/wiki_syntax_detailed.html           | 232 +++++++++-------
 public/help/sk/wiki_syntax_detailed.html           |   8 +-
 public/help/sl/wiki_syntax_detailed.html           |   8 +-
 public/help/sq/wiki_syntax_detailed.html           |   8 +-
 public/help/sr-yu/wiki_syntax_detailed.html        |   8 +-
 public/help/sr/wiki_syntax_detailed.html           |   8 +-
 public/help/sv/wiki_syntax_detailed.html           |   8 +-
 public/help/th/wiki_syntax_detailed.html           |   8 +-
 public/help/tr/wiki_syntax_detailed.html           |   8 +-
 public/help/uk/wiki_syntax_detailed.html           |   8 +-
 public/help/vi/wiki_syntax_detailed.html           |   8 +-
 public/help/zh-tw/wiki_syntax_detailed.html        |   8 +-
 public/help/zh/wiki_syntax_detailed.html           |   8 +-
 public/stylesheets/application.css                 |   2 +-
 test/fixtures/mail_handler/multiple_text_parts.eml |   7 +
 test/functional/account_controller_openid_test.rb  |  10 +
 test/functional/issues_controller_test.rb          |   2 +-
 .../repositories_subversion_controller_test.rb     |   4 +-
 test/functional/users_controller_test.rb           |   6 -
 test/unit/issue_test.rb                            |  13 +
 test/unit/mail_handler_test.rb                     |  10 +-
 test/unit/mailer_test.rb                           |  10 +
 test/unit/time_entry_query_test.rb                 |  40 +++
 90 files changed, 861 insertions(+), 592 deletions(-)
 delete mode 100644 debian/patches/1002_REST_API_ruby1.9.3.patch
 copy app/models/document_category_custom_field.rb => lib/redmine/scm/adapters.rb (87%)
 create mode 100644 test/unit/time_entry_query_test.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git



More information about the Pkg-ruby-extras-commits mailing list