it-logica-application-backbone 1.4.5 → 1.4.6

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.5
1
+ 1.4.6
@@ -27,11 +27,11 @@ cs:
27
27
  maxFileSize: Soubor je příliš velký
28
28
  minFileSize: Soubor je příliš malý
29
29
  acceptFileTypes: Nepovolený typ souboru
30
- maxNumberOfFiles: Překročen maximální počet souborů, které lze nahrát zaráz.
30
+ maxNumberOfFiles: Překročen maximální počet souborů, které lze nahrát naráz.
31
31
  uploadedBytes: Nahrané data překročili velikost souboru.
32
32
  emptyResult: Nelze nahrát prázdný soubor
33
33
 
34
- error: Error
34
+ error: Chyba
35
35
  start: Start
36
36
  cancel: Cancel
37
37
  destroy: Smazat
@@ -45,9 +45,9 @@ cs:
45
45
  do_you_really_want_to_delete_this_file: Chcete opravdu smazat tento soubor?
46
46
 
47
47
  errors:
48
- maxFileSize: File is too big
49
- minFileSize: File is too small
50
- acceptFileTypes: Filetype not allowed
51
- maxNumberOfFiles: Max number of files exceeded
52
- uploadedBytes: Uploaded bytes exceed file size
53
- emptyResult: Empty file upload result
48
+ maxFileSize: Soubor je příliš velký
49
+ minFileSize: Soubor je příliš malý
50
+ acceptFileTypes: Nepovolený typ souboru
51
+ maxNumberOfFiles: Překročen maximální počet souborů, které lze nahrát naráz.
52
+ uploadedBytes: Nahrané data překročili velikost souboru
53
+ emptyResult: Nelze nahrát prázdný soubor
@@ -45,9 +45,9 @@ sk:
45
45
  do_you_really_want_to_delete_this_file: Chcete skutočne zmazať tento súbor?
46
46
 
47
47
  errors:
48
- maxFileSize: File is too big
49
- minFileSize: File is too small
50
- acceptFileTypes: Filetype not allowed
51
- maxNumberOfFiles: Max number of files exceeded
52
- uploadedBytes: Uploaded bytes exceed file size
53
- emptyResult: Empty file upload result
48
+ maxFileSize: Súbor je príliš veľký
49
+ minFileSize: Súbor je príliš malý
50
+ acceptFileTypes: Nepovolený typ súboru
51
+ maxNumberOfFiles: Prekročený maximálny počet súborov, ktorý je možný nahrať naraz
52
+ uploadedBytes: Nahrané data prekročili veľkosť súboru
53
+ emptyResult: Nie je možné nahrať prázdny súbor
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "it-logica-application-backbone"
8
- s.version = "1.4.5"
8
+ s.version = "1.4.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ladas"]
12
- s.date = "2013-10-16"
12
+ s.date = "2013-11-05"
13
13
  s.description = "longer description of your gem"
14
14
  s.email = "ladislav.smola@it-logica.cz"
15
15
  s.extra_rdoc_files = [
@@ -69,6 +69,11 @@ class TableSettings
69
69
  self
70
70
  end
71
71
 
72
+ # Help Title (for mouseover) of column, no title means usage of value
73
+ def title(string)
74
+ @column_hash[:title] = string
75
+ end
76
+
72
77
  # Sets if column has summarization cell per page
73
78
  # Standard column will be computed
74
79
  # Custom column have to set TableSettings::Buttons.summarize_page_value in callback method
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: it-logica-application-backbone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.5
4
+ version: 1.4.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-16 00:00:00.000000000 Z
12
+ date: 2013-11-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: htmlentities
@@ -467,7 +467,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
467
467
  version: '0'
468
468
  segments:
469
469
  - 0
470
- hash: -205251430528928679
470
+ hash: -2289126268166614596
471
471
  required_rubygems_version: !ruby/object:Gem::Requirement
472
472
  none: false
473
473
  requirements: