lipsiadmin 3.3.3 → 3.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,4 +1,8 @@
1
+ 2009-03-24
2
+ * Fix landescape mode in pdf builder
3
+
1
4
  2009-03-18
5
+ * Removed an unused menu locales dir
2
6
  * Updated the readme with new generators
3
7
 
4
8
  2009-03-17
@@ -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] ||= true
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
@@ -2,7 +2,7 @@ module Lipsiadmin
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 3
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.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-18 00:00:00 +01:00
12
+ date: 2009-03-24 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15