lipsiadmin 3.3.3 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +4 -0
- data/lib/controller/pdf_builder.rb +1 -1
- data/lib/lipsiadmin.rb +0 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
|
@@ -47,7 +47,7 @@ module Lipsiadmin
|
|
|
47
47
|
# path to the pd4ml jarfile
|
|
48
48
|
jars_path = Lipsiadmin::Utils::PdfBuilder::JARS_PATH
|
|
49
49
|
|
|
50
|
-
options[:landescape] ||=
|
|
50
|
+
options[:landescape] ||= false
|
|
51
51
|
options[:send_data] ||= !filename.blank?
|
|
52
52
|
# encode the template
|
|
53
53
|
input = encode_entities(render(:template => "/pdf/#{template}.html.haml", :layout => "print"))
|
data/lib/lipsiadmin.rb
CHANGED
|
@@ -70,7 +70,6 @@ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :backend => ["
|
|
|
70
70
|
# Add a better organization of locales
|
|
71
71
|
I18n.load_path += Dir[File.join(RAILS_ROOT, 'config', 'locales', 'backend', '*.{rb,yml}')]
|
|
72
72
|
I18n.load_path += Dir[File.join(RAILS_ROOT, 'config', 'locales', 'frontend', '*.{rb,yml}')]
|
|
73
|
-
I18n.load_path += Dir[File.join(RAILS_ROOT, 'config', 'locales', 'menu', '*.{rb,yml}')]
|
|
74
73
|
I18n.load_path += Dir[File.join(RAILS_ROOT, 'config', 'locales', 'models', '*.{rb,yml}')]
|
|
75
74
|
I18n.load_path += Dir[File.join(RAILS_ROOT, 'config', 'locales', 'rails', '*.{rb,yml}')]
|
|
76
75
|
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lipsiadmin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Davide D'Agostino
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-03-
|
|
12
|
+
date: 2009-03-24 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|