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 file
Patch File delta Description
2002_FHS_through_env_vars.patch | (download)

app/models/attachment.rb | 2 1 + 1 - 0 !
config/environment.rb | 18 17 + 1 - 0 !
config/initializers/10-patches.rb | 3 3 + 0 - 0 !
lib/redmine/configuration.rb | 4 2 + 2 - 0 !
lib/redmine/export/pdf.rb | 2 1 + 1 - 0 !
public/dispatch.fcgi.example | 7 5 + 2 - 0 !
6 files changed, 29 insertions(+), 7 deletions(-)

 fhs through env vars
2003_externalize_session_config.patch | (download)

config/environment.rb | 14 14 + 0 - 0 !
lib/tasks/initializers.rake | 42 22 + 20 - 0 !
2 files changed, 36 insertions(+), 20 deletions(-)

 externalize session config to yml in /etc
2004_FHS_plugins_assets.patch | (download)

config/environment.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 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 !
1 file changed, 1 insertion(+)

 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 !
1 file changed, 16 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
2009_FHS_thin_config.patch | (download)

config/environment.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fhs support for thin config
 See debian/doc/examples/thin-redmine.yml
2017_Gemfile_debian.patch | (download)

Gemfile | 126 63 + 63 - 0 !
1 file changed, 63 insertions(+), 63 deletions(-)

 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 !
lib/SVG/Graph/TimeSeries.rb | 14 11 + 3 - 0 !
2 files changed, 22 insertions(+), 6 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix broken rest api (closes: #700009)