Package: redmine / 1.4.4+dfsg1-2+deb7u1
Metadata
Package | Version | Patches format |
---|---|---|
redmine | 1.4.4+dfsg1-2+deb7u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
2002_FHS_through_env_vars.patch | (download) |
app/models/attachment.rb |
2 1 + 1 - 0 ! |
fhs through env vars |
2003_externalize_session_config.patch | (download) |
config/environment.rb |
14 14 + 0 - 0 ! |
externalize session config to yml in /etc |
2004_FHS_plugins_assets.patch | (download) |
config/environment.rb |
1 1 + 0 - 0 ! |
fhs plugins assets Engines plugin writes to /usr/share/redmine/public/plugin_assets by default. Instead, use per-instance cache directory. |
2005_FHS_schema_dump.patch | (download) |
config/environment.rb |
1 1 + 0 - 0 ! |
fhs schema dump db:schema:dump, called by rake db:migrate, writes to /usr/share/redmine/db. Instead, use per-instance cache directory. |
2008_force_table_encoding_mysql.patch | (download) |
config/initializers/10-patches.rb |
16 16 + 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 |
2009_FHS_thin_config.patch | (download) |
config/environment.rb |
1 1 + 0 - 0 ! |
fhs support for thin config See debian/doc/examples/thin-redmine.yml |
2017_Gemfile_debian.patch | (download) |
Gemfile |
126 63 + 63 - 0 ! |
let redmine use bundler - but do not actually let it install gems. |
1001_Parsedate.parsedate.patch | (download) |
lib/SVG/Graph/Schedule.rb |
14 11 + 3 - 0 ! |
use datetime.parse for ruby1.9, parsedate.parsedate for ruby1.8 (closes: #700754) |
1002_REST_API_ruby1.9.3.patch | (download) |
lib/redmine/views/builders/xml.rb |
2 1 + 1 - 0 ! |
fix broken rest api (closes: #700009) |