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 filePatch | File delta | Description |
---|---|---|
gemfile deps adjustment.patch | (download) |
Gemfile |
44 23 + 21 - 0 ! |
adjust the gem requirements for what is available in debian. |
add multi tenancy support.patch | (download) |
.gitignore |
1 1 + 0 - 0 ! |
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 ! |
assume default instance |
autoload thin gem.patch | (download) |
Gemfile |
7 7 + 0 - 0 ! |
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 ! |
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 ! |
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 ! |
use production environment by default |
use system jquery libs.patch | (download) |
app/helpers/application_helper.rb |
4 3 + 1 - 0 ! |
use system jquery libraries |