RubyApp 0.6.43 → 0.6.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,6 @@ module RubyApp
38
38
  case response.status
39
39
  when ::OpenID::Consumer::SUCCESS
40
40
  self.process_response(response)
41
- RubyApp::Log.info("SESSION RubyApp::Session.identity.url=#{RubyApp::Session.identity.url.inspect}")
42
41
  when ::OpenID::Consumer::FAILURE
43
42
  RubyApp::Log.error("OPENID #{response.class}")
44
43
  RubyApp::Log.error("OPENID #{response.message.inspect}")
@@ -1,8 +1,8 @@
1
1
  :plain
2
2
  // #{__FILE__}
3
3
  $(document).on('pageinit', function() {
4
- $('ul.list').listview('option', 'filterCallback', function() { return false; });
5
- $('form.ui-listview-filter input').each( function() {
4
+ $('ul.list:visible').listview('option', 'filterCallback', function() { return false; });
5
+ $('form.ui-listview-filter input:visible').each( function() {
6
6
  $(this).val($(this).parents('form.ui-listview-filter').next('ul.list').attr('data-search-value'));
7
7
  });
8
8
  });
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.6.43"
2
+ VERSION = "0.6.44"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyApp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 81
4
+ hash: 95
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 43
10
- version: 0.6.43
9
+ - 44
10
+ version: 0.6.44
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-10-22 00:00:00 Z
18
+ date: 2012-10-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement