muck-engine 3.3.16 → 3.3.17

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
- 3.3.16
1
+ 3.3.17
data/muck-engine.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-engine}
8
- s.version = "3.3.16"
8
+ s.version = "3.3.17"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
12
- s.date = %q{2011-08-29}
12
+ s.date = %q{2011-09-10}
13
13
  s.description = %q{The base engine for the muck system. Contains common tables, custom for, css and javascript.}
14
14
  s.email = %q{justin@tatemae.com}
15
15
  s.extra_rdoc_files = [
@@ -1,7 +1,6 @@
1
1
  // compress with http://closure-compiler.appspot.com/home
2
2
  //jQuery.noConflict();
3
3
  jQuery(document).ajaxSend(function(event, request, settings) {
4
- add_headers(request);
5
4
  if (settings.type.toUpperCase() == 'GET' || typeof(AUTH_TOKEN) == "undefined") return; // for details see: http://www.justinball.com/2009/07/08/jquery-ajax-get-in-firefox-post-in-internet-explorer/
6
5
  // settings.data is a serialized string like "foo=bar&baz=boink" (or null)
7
6
  settings.data = settings.data || "";
@@ -1,7 +1,6 @@
1
1
  // compress with http://closure-compiler.appspot.com/home
2
2
  //jQuery.noConflict();
3
3
  jQuery(document).ajaxSend(function(event, request, settings) {
4
- add_headers(request);
5
4
  if (settings.type.toUpperCase() == 'GET' || typeof(AUTH_TOKEN) == "undefined") return; // for details see: http://www.justinball.com/2009/07/08/jquery-ajax-get-in-firefox-post-in-internet-explorer/
6
5
  // settings.data is a serialized string like "foo=bar&baz=boink" (or null)
7
6
  settings.data = settings.data || "";
@@ -44,7 +43,9 @@ jQuery(document).ready(function() {
44
43
  jQuery(".submit-form").click(function() {
45
44
  jQuery(this).parent('form').submit();
46
45
  });
47
-
46
+
47
+ //jQuery("ul.drop-menu").menu();
48
+
48
49
  apply_ajax_forms();
49
50
 
50
51
  jQuery('a.dialog-pop').live('click', function() {
@@ -1,7 +1,6 @@
1
1
  // compress with http://closure-compiler.appspot.com/home
2
2
  //jQuery.noConflict();
3
3
  jQuery(document).ajaxSend(function(event, request, settings) {
4
- add_headers(request);
5
4
  if (settings.type.toUpperCase() == 'GET' || typeof(AUTH_TOKEN) == "undefined") return; // for details see: http://www.justinball.com/2009/07/08/jquery-ajax-get-in-firefox-post-in-internet-explorer/
6
5
  // settings.data is a serialized string like "foo=bar&baz=boink" (or null)
7
6
  settings.data = settings.data || "";
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-engine
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
- - 16
10
- version: 3.3.16
9
+ - 17
10
+ version: 3.3.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-29 00:00:00 -06:00
19
+ date: 2011-09-10 00:00:00 -06:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency