From 06adf863ac515f21a83e4c19c3a66448cca91e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 24 May 2016 10:32:22 +0200 Subject: [PATCH 1/3] Fix missing document.css --- lib/open_project/documents/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/documents/engine.rb b/lib/open_project/documents/engine.rb index 61e557173f..88ae1dabec 100644 --- a/lib/open_project/documents/engine.rb +++ b/lib/open_project/documents/engine.rb @@ -64,7 +64,7 @@ module OpenProject::Documents patches [:CustomFieldsHelper, :Project] - assets %w(documents.css) + assets %w(documents/documents.css) initializer "documents.register_hooks" do require 'open_project/documents/hooks' From de9ff8fa9a098d640d33e42b1c0a0307d156dabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Fri, 27 May 2016 12:36:14 +0200 Subject: [PATCH 2/3] Bump VERSION to 5.0.19 --- lib/open_project/documents/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/documents/version.rb b/lib/open_project/documents/version.rb index 2db9040a74..2014d47002 100644 --- a/lib/open_project/documents/version.rb +++ b/lib/open_project/documents/version.rb @@ -31,6 +31,6 @@ module OpenProject module Documents - VERSION = "5.0.18" + VERSION = "5.0.19" end end From e998dd39d617e0d0779e7d3944cb40bf55ee4536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 20 Jun 2016 11:11:27 +0200 Subject: [PATCH 3/3] Bump VERSION to 5.0.20 --- lib/open_project/documents/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/documents/version.rb b/lib/open_project/documents/version.rb index 2014d47002..486c22f2a8 100644 --- a/lib/open_project/documents/version.rb +++ b/lib/open_project/documents/version.rb @@ -31,6 +31,6 @@ module OpenProject module Documents - VERSION = "5.0.19" + VERSION = "5.0.20" end end