[DRE-commits] [redmine] branch master updated (fccfe02 -> 580f6f6)
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Jun 5 18:09:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to branch master
in repository redmine.
from fccfe02 release to unstable
new 9a8e8c5 Add support for plugin assets and plugins migrations
new d107601 packaging changes to restore proper plugin support
new 8984472 bump standards version
adds c48a328 Imported Upstream version 3.2.1
new ba226b9 Merge tag 'upstream/3.2.1'
adds 75e1f98 Imported Upstream version 3.2.3
new 4020bb4 Merge tag 'upstream/3.2.3'
new 4b38865 fix tests
new 31cd3a8 New upstream release + refresh patches
new ad8ad0a new dependency: ruby-mimemagic
new fb04ff6 fix version number
new 580f6f6 release
The 10 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 | 3 +-
app/helpers/application_helper.rb | 1 +
app/models/custom_field.rb | 8 ++
app/models/import.rb | 2 +-
app/models/issue.rb | 11 +-
app/models/query.rb | 2 +-
app/views/activities/index.html.erb | 1 +
app/views/imports/show.html.erb | 2 +-
app/views/issues/_list.html.erb | 2 +-
app/views/issues/bulk_edit.html.erb | 8 ++
app/views/issues/index.html.erb | 2 +-
app/views/projects/show.html.erb | 2 +-
app/views/repositories/_revisions.html.erb | 2 +
app/views/workflows/permissions.html.erb | 2 +-
config/locales/de.yml | 2 +-
config/locales/ko.yml | 143 +++++++++----------
config/locales/pt-BR.yml | 158 ++++++++++-----------
debian/TODO | 2 -
debian/changelog | 15 ++
debian/control | 4 +-
debian/doc/examples/apache2-alias.conf | 9 +-
debian/doc/examples/apache2-host.conf | 8 +-
debian/doc/examples/apache2-passenger-alias.conf | 5 +
debian/doc/examples/apache2-passenger-host.conf | 5 +
.../0001-Gemfile-relax-some-dependencies.patch | 20 +--
.../patches/0004-Add-multi-tenancy-support.patch | 43 ++++--
debian/postinst | 2 +-
debian/tests/control | 4 +
debian/tests/plugin-assets | 16 +++
doc/CHANGELOG | 30 ++++
.../lib/acts_as_customizable.rb | 8 ++
lib/redcloth3.rb | 5 +-
lib/redmine/field_format.rb | 19 ++-
lib/redmine/{platform.rb => helpers/url.rb} | 18 ++-
lib/redmine/thumbnail.rb | 5 +
lib/redmine/version.rb | 2 +-
lib/redmine/wiki_formatting/markdown/formatter.rb | 9 ++
public/javascripts/application.js | 1 +
public/javascripts/responsive.js | 6 +-
public/javascripts/revision_graph.js | 16 ++-
public/stylesheets/application.css | 2 +-
public/stylesheets/responsive.css | 13 ++
test/functional/issues_controller_test.rb | 43 ++++++
test/functional/workflows_controller_test.rb | 3 +
test/integration/api_test/groups_test.rb | 2 +-
test/unit/helpers/application_helper_test.rb | 4 +-
.../field_format/enumeration_format_test.rb | 4 +
.../lib/redmine/field_format/field_format_test.rb | 15 ++
48 files changed, 479 insertions(+), 210 deletions(-)
create mode 100755 debian/tests/plugin-assets
copy lib/redmine/{platform.rb => helpers/url.rb} (65%)
--
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