Package: redmine / 6.0.6+ds-1

Metadata

Package Version Patches format
redmine 6.0.6+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gemfile deps adjustment.patch | (download)

Gemfile | 44 23 + 21 - 0 !
1 file changed, 23 insertions(+), 21 deletions(-)

 adjust the gem requirements for what is available in debian.
add multi tenancy support.patch | (download)

.gitignore | 1 1 + 0 - 0 !
Gemfile | 10 6 + 4 - 0 !
app/models/attachment.rb | 4 2 + 2 - 0 !
app/models/import.rb | 2 1 + 1 - 0 !
bin/redmine-instances | 301 301 + 0 - 0 !
config/application.rb | 1 1 + 0 - 0 !
config/multitenancy_environment.rb | 45 45 + 0 - 0 !
lib/redmine/configuration.rb | 4 2 + 2 - 0 !
lib/redmine/multi_tenancy.rb | 47 47 + 0 - 0 !
lib/redmine/plugin_loader.rb | 10 8 + 2 - 0 !
lib/redmine/scm/adapters/abstract_adapter.rb | 2 1 + 1 - 0 !
lib/tasks/initializers.rake | 2 1 + 1 - 0 !
12 files changed, 416 insertions(+), 13 deletions(-)

 add multi-tenancy support
 This is an improved version of the combination of a few patches that were
 carried in the Redmine package for Debian GNU/Linux for a few years.
 .
 Documentation is provided as a man page produced by
 `./bin/redmine-instances help`
assume default instance.patch | (download)

lib/redmine/multi_tenancy.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 assume default instance
autoload thin gem.patch | (download)

Gemfile | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 load thin gem if installed
 If redmine is run via thin, the thin gem has to be loaded via Gemfile.
fix sanitation tests.patch | (download)

test/unit/lib/redmine/wiki_formatting/common_mark/sanitization_filter_test.rb | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix the sanitation tests to be compatible with ruby-sanitize 7.0.0.
 Upstream is still using 6.0.0.
force table encoding in mysql.patch | (download)

config/initializers/10-patches.rb | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 force table encoding in mysql
 mysql default encoding is not UTF8, but forcing table encoding is
 possible. dbconfig-common does not provide appropriate configuration
 variable, so here the mysql adapter is modified to respect encoding set
 in database.yml
use production environment by default.patch | (download)

config/boot.rb | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 use production environment by default
use system jquery libs.patch | (download)

app/helpers/application_helper.rb | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 use system jquery libraries