[DRE-commits] [redmine] branch master updated (be254d1 -> 4b90f63)
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Dec 8 12:56:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to branch master
in repository redmine.
from be254d1 TODO: redo the support for multiple instances in a single patch
new 0d38579 Refresh patches
new 507e727 remove maintainer script, let's rewrite them
new 0dc429f debian/rules: remove shebang from Rakefile
new 820c52d bump standards version
new ebd51f2 debian/copyright: updated wrt recent changes in the upstream tree
new a3aa491 debian/rules: chmod +x bin/redmine-instances
new 4f23378 skeleton debian/config
new bc0b7bf debian/copyright: more changes
new 580cb18 fix random stuff in debian/rules
new 1b23999 override false positive from lintian
new 391a9ff debian/control: remove Conflicts: against packages that don't exist in jessie.
new e4d2c7a use raphael.js from libjs-raphael
new e48c148 add missing sources for debian/missing-sources/jquery-1.11.1-ui-1.11.0-ujs-3.1.3.js
new f023105 debian/postinst: skeleton
new 97ca042 dropped obsolete dependency on libjs-scriptaculous
new 650b69f adapt Recommends:/Suggests:
new d49f272 debian/postinst: add debhelper token
new 418b695 simplistic maintainer scripts
new 3b926ba remove duplicated field
new c9fc8fd debian/control: wrap-and-sort
new 25b53e3 put myself as Maintainer
new 4e4f6a7 fix maintainer scripts
new 01f18c3 fix postinst
new 31a3487 initial rewrite of maintainer scripts
new 27bd3cd config: fix debconf usage
new 72cf8cb hook up maintainer scripts and instance management
new baefabe fix script
new 458b81c postinst: fix db:migrate call
new 80bca01 redmine.default: add instance root
new 125d55c fix redmine-instances
adds 2363275 Imported Upstream version 3.1.1
new fd61d20 Merge tag 'upstream/3.1.1'
new 95009ed new upstream version
new 430f8e6 refresh patches
new 0a08bb5 postinst: pass command line arguments to functions
new 053b88a sqlite -> sqlite3
new ffe6973 postinst: special case for sqlite
new 8357937 postinst: fix sqlite db name
new 06b630c purge: helper script for local testing
new 4b90f63 postint: revert error for sqlite filename
The 39 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:
.travis.yml | 62 +++
Gemfile | 4 +-
app/controllers/application_controller.rb | 34 +-
app/controllers/queries_controller.rb | 1 +
app/helpers/application_helper.rb | 2 +-
app/helpers/custom_fields_helper.rb | 3 +-
app/models/attachment.rb | 2 +-
app/models/issue.rb | 20 +-
app/models/issue_query.rb | 18 +-
app/models/mail_handler.rb | 2 +
app/models/project.rb | 2 +-
app/models/user.rb | 3 +-
app/views/issues/show.html.erb | 2 +-
app/views/layouts/mailer.html.erb | 23 -
app/views/mailer/_issue.html.erb | 2 +-
app/views/mailer/issue_add.html.erb | 2 +-
app/views/mailer/issue_edit.html.erb | 4 +-
config/locales/ar.yml | 2 +
config/locales/az.yml | 2 +
config/locales/bg.yml | 2 +
config/locales/bs.yml | 2 +
config/locales/ca.yml | 2 +
config/locales/cs.yml | 81 +--
config/locales/da.yml | 2 +
config/locales/de.yml | 2 +
config/locales/el.yml | 2 +
config/locales/en-GB.yml | 2 +
config/locales/en.yml | 2 +
config/locales/es-PA.yml | 2 +
config/locales/es.yml | 2 +
config/locales/et.yml | 2 +
config/locales/eu.yml | 2 +
config/locales/fa.yml | 2 +
config/locales/fi.yml | 2 +
config/locales/fr.yml | 2 +
config/locales/gl.yml | 2 +
config/locales/he.yml | 2 +
config/locales/hr.yml | 2 +
config/locales/hu.yml | 2 +
config/locales/id.yml | 2 +
config/locales/it.yml | 2 +
config/locales/ja.yml | 10 +-
config/locales/ko.yml | 2 +
config/locales/lt.yml | 2 +
config/locales/lv.yml | 2 +
config/locales/mk.yml | 2 +
config/locales/mn.yml | 2 +
config/locales/nl.yml | 2 +
config/locales/no.yml | 2 +
config/locales/pl.yml | 2 +
config/locales/pt-BR.yml | 2 +
config/locales/pt.yml | 97 ++--
config/locales/ro.yml | 2 +
config/locales/ru.yml | 2 +
config/locales/sk.yml | 2 +
config/locales/sl.yml | 2 +
config/locales/sq.yml | 2 +
config/locales/sr-YU.yml | 2 +
config/locales/sr.yml | 2 +
config/locales/sv.yml | 2 +
config/locales/th.yml | 2 +
config/locales/tr.yml | 108 ++--
config/locales/uk.yml | 2 +
config/locales/vi.yml | 2 +
config/locales/zh-TW.yml | 2 +
config/locales/zh.yml | 2 +
debian/changelog | 22 +-
...se.yml.template => database-mysql.yml.template} | 2 +-
...se.yml.template => database-pgsql.yml.template} | 2 +-
....yml.template => database-sqlite3.yml.template} | 0
debian/config | 237 ++-------
debian/control | 84 ++--
debian/copyright | 167 ++-----
debian/install | 2 +
debian/links | 10 +-
...1.1.js => jquery-1.11.1-ui-1.11.0-ujs-3.1.3.js} | 42 +-
.../0001-Gemfile-relax-some-dependencies.patch | 16 +-
.../0002-Force-table-encoding-in-mysql.patch | 36 ++
...003-Use-production-environment-by-default.patch | 20 +
.../patches/0004-Add-multi-tenancy-support.patch | 553 +++++++++++++++++++++
debian/patches/series | 3 +
debian/postinst | 369 +++-----------
debian/postrm | 115 +----
debian/prerm | 47 +-
debian/purge | 20 +
debian/redmine.default | 3 +
debian/rules | 12 +
debian/source/lintian-overrides | 1 +
debian/templates | 7 -
doc/CHANGELOG | 31 ++
lib/redmine/info.rb | 4 +-
lib/redmine/version.rb | 2 +-
lib/tasks/ci.rake | 2 +-
public/help/cs/wiki_syntax_detailed_markdown.html | 252 +++++-----
public/help/cs/wiki_syntax_detailed_textile.html | 24 +-
public/help/cs/wiki_syntax_markdown.html | 52 +-
public/help/cs/wiki_syntax_textile.html | 8 +-
public/javascripts/raphael.js | 10 -
public/stylesheets/application.css | 4 +-
public/stylesheets/scm.css | 4 +-
test/functional/account_controller_test.rb | 12 +-
test/functional/issues_controller_test.rb | 26 +
test/functional/queries_controller_test.rb | 16 +
test/unit/attachment_test.rb | 7 +
test/unit/project_test.rb | 15 +-
105 files changed, 1566 insertions(+), 1245 deletions(-)
copy debian/conf/{database.yml.template => database-mysql.yml.template} (86%)
rename debian/conf/{database.yml.template => database-pgsql.yml.template} (86%)
rename debian/conf/{database-sqlite.yml.template => database-sqlite3.yml.template} (100%)
rename debian/missing-sources/{jquery-1.11.1-ui-1.11.0-ujs-3.1.1.js => jquery-1.11.1-ui-1.11.0-ujs-3.1.3.js} (99%)
create mode 100644 debian/patches/0002-Force-table-encoding-in-mysql.patch
create mode 100644 debian/patches/0003-Use-production-environment-by-default.patch
create mode 100644 debian/patches/0004-Add-multi-tenancy-support.patch
create mode 100755 debian/purge
create mode 100644 debian/redmine.default
create mode 100644 debian/source/lintian-overrides
delete mode 100644 public/javascripts/raphael.js
--
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