lolita 3.3.5 → 3.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/lolita/PIE-custom.htc +87 -87
  3. data/app/assets/stylesheets/lolita/PIE.htc +81 -81
  4. data/app/assets/stylesheets/lolita/application.css +6 -6
  5. data/app/assets/stylesheets/lolita/default.css.erb +169 -169
  6. data/app/assets/stylesheets/lolita/jquery-ui-1.8.16.lolita.css.erb +567 -567
  7. data/app/controllers/lolita/info_controller.rb +4 -5
  8. data/app/helpers/components/lolita/configuration/list_component.rb +10 -10
  9. data/app/views/components/lolita/configuration/column/_first.html.haml +1 -1
  10. data/app/views/components/lolita/configuration/column/header/_first.html.haml +1 -1
  11. data/app/views/components/lolita/configuration/column/header/_sort.html.haml +6 -6
  12. data/app/views/components/lolita/configuration/columns/header/_display.html.haml +5 -5
  13. data/app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml +7 -7
  14. data/app/views/components/lolita/configuration/search/_display.html.haml +2 -2
  15. data/app/views/kaminari/lolita/_first_page.html.erb +11 -11
  16. data/app/views/kaminari/lolita/_gap.html.erb +8 -8
  17. data/app/views/kaminari/lolita/_last_page.html.erb +11 -11
  18. data/app/views/kaminari/lolita/_next_page.html.erb +11 -11
  19. data/app/views/kaminari/lolita/_page.html.erb +12 -12
  20. data/app/views/kaminari/lolita/_paginator.html.erb +23 -23
  21. data/app/views/kaminari/lolita/_prev_page.html.erb +11 -11
  22. data/app/views/lolita/info/index.html.erb +232 -232
  23. data/lib/lolita/adapter/field_helper.rb +18 -18
  24. data/lib/lolita/configuration/field/big_decimal.rb +12 -12
  25. data/lib/lolita/configuration/field/boolean.rb +12 -12
  26. data/lib/lolita/configuration/field/date.rb +12 -12
  27. data/lib/lolita/configuration/field/hidden.rb +12 -12
  28. data/lib/lolita/configuration/field/integer.rb +11 -11
  29. data/lib/lolita/configuration/field/string.rb +16 -16
  30. data/lib/lolita/configuration/field/time.rb +13 -13
  31. data/lib/lolita/configuration/field_set.rb +25 -25
  32. data/lib/lolita/configuration/nested_form.rb +104 -104
  33. data/lib/lolita/configuration/search.rb +104 -104
  34. data/lib/lolita/dbi/base.rb +56 -56
  35. data/lib/lolita/hooks/named_hook.rb +125 -125
  36. data/lib/lolita/lazy_loader.rb +54 -54
  37. data/lib/lolita/navigation/tree.rb +132 -132
  38. data/lib/lolita/ruby_ext/accessors.rb +26 -26
  39. data/lib/lolita/search/simple.rb +75 -75
  40. data/lib/lolita/support/formatter/rails.rb +56 -56
  41. data/lib/lolita/support/formatter.rb +62 -62
  42. data/lib/lolita/test/matchers.rb +77 -77
  43. data/lib/lolita/version.rb +1 -1
  44. data/lib/lolita.rb +2 -2
  45. data/spec/builder_spec.rb +120 -120
  46. data/spec/rails_app/app/controllers/application_controller.rb +3 -3
  47. data/spec/rails_app/app/helpers/application_helper.rb +3 -3
  48. data/spec/rails_app/app/mongoid/address.rb +7 -7
  49. data/spec/rails_app/app/mongoid/comment.rb +5 -5
  50. data/spec/rails_app/app/mongoid/preference.rb +5 -5
  51. data/spec/rails_app/app/mongoid/profile.rb +13 -13
  52. data/spec/rails_app/app/mongoid/tag.rb +3 -3
  53. data/spec/rails_app/app/views/components/lolita/configuration/list/_body_cell.html.erb +1 -1
  54. data/spec/rails_app/config/environment.rb +5 -5
  55. data/spec/rails_app/config/environments/production.rb +37 -37
  56. data/spec/rails_app/config/environments/test.rb +37 -37
  57. data/spec/rails_app/config/initializers/backtrace_silencers.rb +7 -7
  58. data/spec/rails_app/config/initializers/inflections.rb +2 -2
  59. data/spec/rails_app/config/initializers/secret_token.rb +1 -1
  60. data/spec/rails_app/lib/lolita/configuration/field/my_custom_collection.rb +13 -13
  61. data/spec/rails_app/log/development.log +14313 -753
  62. data/spec/rails_app/public/javascripts/jquery-1.5.1.min.js +15 -15
  63. data/spec/rails_app/public/javascripts/lolita/main.js +6 -6
  64. data/spec/rails_app/public/javascripts/modernizr-1.7.min.js +1 -1
  65. data/spec/rails_app/public/javascripts/rails.js +137 -137
  66. data/spec/rails_app/public/javascripts/tinymce/langs/en.js +221 -221
  67. data/spec/rails_app/public/javascripts/tinymce/license.txt +504 -504
  68. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/about.htm +52 -52
  69. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/anchor.htm +26 -26
  70. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/charmap.htm +51 -51
  71. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/color_picker.htm +74 -74
  72. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/editor_template_src.js +1328 -1328
  73. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/image.htm +80 -80
  74. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/about.js +73 -73
  75. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/anchor.js +42 -42
  76. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/charmap.js +354 -354
  77. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/color_picker.js +329 -329
  78. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/image.js +247 -247
  79. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/link.js +153 -153
  80. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/source_editor.js +56 -56
  81. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/langs/en.js +68 -68
  82. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/langs/en_dlg.js +53 -53
  83. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/link.htm +57 -57
  84. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/shortcuts.htm +47 -47
  85. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/skins/cirkuit/content.css +66 -66
  86. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/skins/cirkuit/dialog.css +117 -117
  87. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/skins/cirkuit/ui.css +988 -988
  88. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/source_editor.htm +25 -25
  89. data/spec/rails_app/public/javascripts/tinymce/tiny_mce_popup.js +4 -4
  90. data/spec/rails_app/public/stylesheets/lolita/default.css +169 -169
  91. data/spec/rails_app/public/stylesheets/lolita/style.css +214 -214
  92. data/vendor/assets/javascripts/jquery-numeric.js +279 -279
  93. data/vendor/assets/javascripts/modernizr_1_7_min.js +1 -1
  94. data/vendor/assets/javascripts/tinymce/themes/advanced/skins/cirkuit/content.css +66 -66
  95. data/vendor/assets/javascripts/tinymce/themes/advanced/skins/cirkuit/dialog.css +117 -117
  96. data/vendor/assets/javascripts/tinymce/themes/advanced/skins/cirkuit/ui.css +988 -988
  97. data/vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css +567 -567
  98. metadata +342 -349
  99. data/app/controllers/lolita/field_data_controller.rb~ +0 -45
  100. data/app/views/components/lolita/configuration/field/array/autocomplete/_display.html.haml~ +0 -16
  101. data/app/views/components/lolita/configuration/filter/_display.html.haml~ +0 -9
  102. data/lib/lolita/configuration/filter.rb~ +0 -122
  103. data/lib/lolita/version.rb~ +0 -30
  104. data/spec/configuration/filter_spec.rb~ +0 -167
@@ -1,280 +1,280 @@
1
- /*
2
- *
3
- * Copyright (c) 2006-2011 Sam Collett (http://www.texotela.co.uk)
4
- * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
5
- * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
6
- *
7
- * Version 1.3.1
8
- * Demo: http://www.texotela.co.uk/code/jquery/numeric/
9
- *
10
- */
11
- (function($) {
12
- /*
13
- * Allows only valid characters to be entered into input boxes.
14
- * Note: fixes value when pasting via Ctrl+V, but not when using the mouse to paste
15
- * side-effect: Ctrl+A does not work, though you can still use the mouse to select (or double-click to select all)
16
- *
17
- * @name numeric
18
- * @param config { decimal : "." , negative : true }
19
- * @param callback A function that runs if the number is not valid (fires onblur)
20
- * @author Sam Collett (http://www.texotela.co.uk)
21
- * @example $(".numeric").numeric();
22
- * @example $(".numeric").numeric(","); // use , as separater
23
- * @example $(".numeric").numeric({ decimal : "," }); // use , as separator
24
- * @example $(".numeric").numeric({ negative : false }); // do not allow negative values
25
- * @example $(".numeric").numeric(null, callback); // use default values, pass on the 'callback' function
26
- *
27
- */
28
- $.fn.numeric = function(config, callback)
29
- {
30
- if(typeof config === 'boolean')
31
- {
32
- config = { decimal: config };
33
- }
34
- config = config || {};
35
- // if config.negative undefined, set to true (default is to allow negative numbers)
36
- if(typeof config.negative == "undefined") config.negative = true;
37
- // set decimal point
38
- var decimal = (config.decimal === false) ? "" : config.decimal || ".";
39
- // allow negatives
40
- var negative = (config.negative === true) ? true : false;
41
- // callback function
42
- var callback = typeof callback == "function" ? callback : function(){};
43
- // set data and methods
44
- return this.data("numeric.decimal", decimal).data("numeric.negative", negative).data("numeric.callback", callback).keypress($.fn.numeric.keypress).keyup($.fn.numeric.keyup).blur($.fn.numeric.blur);
45
- }
46
-
47
- $.fn.numeric.keypress = function(e)
48
- {
49
- // get decimal character and determine if negatives are allowed
50
- var decimal = $.data(this, "numeric.decimal");
51
- var negative = $.data(this, "numeric.negative");
52
- // get the key that was pressed
53
- var key = e.charCode ? e.charCode : e.keyCode ? e.keyCode : 0;
54
- // allow enter/return key (only when in an input box)
55
- if(key == 13 && this.nodeName.toLowerCase() == "input")
56
- {
57
- return true;
58
- }
59
- else if(key == 13)
60
- {
61
- return false;
62
- }
63
- var allow = false;
64
- // allow Ctrl+A
65
- if((e.ctrlKey && key == 97 /* firefox */) || (e.ctrlKey && key == 65) /* opera */) return true;
66
- // allow Ctrl+X (cut)
67
- if((e.ctrlKey && key == 120 /* firefox */) || (e.ctrlKey && key == 88) /* opera */) return true;
68
- // allow Ctrl+C (copy)
69
- if((e.ctrlKey && key == 99 /* firefox */) || (e.ctrlKey && key == 67) /* opera */) return true;
70
- // allow Ctrl+Z (undo)
71
- if((e.ctrlKey && key == 122 /* firefox */) || (e.ctrlKey && key == 90) /* opera */) return true;
72
- // allow or deny Ctrl+V (paste), Shift+Ins
73
- if((e.ctrlKey && key == 118 /* firefox */) || (e.ctrlKey && key == 86) /* opera */
74
- || (e.shiftKey && key == 45)) return true;
75
- // if a number was not pressed
76
- if(key < 48 || key > 57)
77
- {
78
- var value = $(this).val();
79
- /* '-' only allowed at start and if negative numbers allowed */
80
- if(value.indexOf("-") != 0 && negative && key == 45 && (value.length == 0 || ($.fn.getSelectionStart(this)) == 0)) return true;
81
- /* only one decimal separator allowed */
82
- if(decimal && key == decimal.charCodeAt(0) && value.indexOf(decimal) != -1)
83
- {
84
- allow = false;
85
- }
86
- // check for other keys that have special purposes
87
- if(
88
- key != 8 /* backspace */ &&
89
- key != 9 /* tab */ &&
90
- key != 13 /* enter */ &&
91
- key != 35 /* end */ &&
92
- key != 36 /* home */ &&
93
- key != 37 /* left */ &&
94
- key != 39 /* right */ &&
95
- key != 46 /* del */
96
- )
97
- {
98
- allow = false;
99
- }
100
- else
101
- {
102
- // for detecting special keys (listed above)
103
- // IE does not support 'charCode' and ignores them in keypress anyway
104
- if(typeof e.charCode != "undefined")
105
- {
106
- // special keys have 'keyCode' and 'which' the same (e.g. backspace)
107
- if(e.keyCode == e.which && e.which != 0)
108
- {
109
- allow = true;
110
- // . and delete share the same code, don't allow . (will be set to true later if it is the decimal point)
111
- if(e.which == 46) allow = false;
112
- }
113
- // or keyCode != 0 and 'charCode'/'which' = 0
114
- else if(e.keyCode != 0 && e.charCode == 0 && e.which == 0)
115
- {
116
- allow = true;
117
- }
118
- }
119
- }
120
- // if key pressed is the decimal and it is not already in the field
121
- if(decimal && key == decimal.charCodeAt(0))
122
- {
123
- if(value.indexOf(decimal) == -1)
124
- {
125
- allow = true;
126
- }
127
- else
128
- {
129
- allow = false;
130
- }
131
- }
132
- }
133
- else
134
- {
135
- allow = true;
136
- }
137
- return allow;
138
- }
139
-
140
- $.fn.numeric.keyup = function(e)
141
- {
142
- var val = $(this).value;
143
- if(val && val.length > 0)
144
- {
145
- // get carat (cursor) position
146
- var carat = $.fn.getSelectionStart(this);
147
- // get decimal character and determine if negatives are allowed
148
- var decimal = $.data(this, "numeric.decimal");
149
- var negative = $.data(this, "numeric.negative");
150
-
151
- // prepend a 0 if necessary
152
- if(decimal != "")
153
- {
154
- // find decimal point
155
- var dot = val.indexOf(decimal);
156
- // if dot at start, add 0 before
157
- if(dot == 0)
158
- {
159
- this.value = "0" + val;
160
- }
161
- // if dot at position 1, check if there is a - symbol before it
162
- if(dot == 1 && val.charAt(0) == "-")
163
- {
164
- this.value = "-0" + val.substring(1);
165
- }
166
- val = this.value;
167
- }
168
-
169
- // if pasted in, only allow the following characters
170
- var validChars = [0,1,2,3,4,5,6,7,8,9,'-',decimal];
171
- // get length of the value (to loop through)
172
- var length = val.length;
173
- // loop backwards (to prevent going out of bounds)
174
- for(var i = length - 1; i >= 0; i--)
175
- {
176
- var ch = val.charAt(i);
177
- // remove '-' if it is in the wrong place
178
- if(i != 0 && ch == "-")
179
- {
180
- val = val.substring(0, i) + val.substring(i + 1);
181
- }
182
- // remove character if it is at the start, a '-' and negatives aren't allowed
183
- else if(i == 0 && !negative && ch == "-")
184
- {
185
- val = val.substring(1);
186
- }
187
- var validChar = false;
188
- // loop through validChars
189
- for(var j = 0; j < validChars.length; j++)
190
- {
191
- // if it is valid, break out the loop
192
- if(ch == validChars[j])
193
- {
194
- validChar = true;
195
- break;
196
- }
197
- }
198
- // if not a valid character, or a space, remove
199
- if(!validChar || ch == " ")
200
- {
201
- val = val.substring(0, i) + val.substring(i + 1);
202
- }
203
- }
204
- // remove extra decimal characters
205
- var firstDecimal = val.indexOf(decimal);
206
- if(firstDecimal > 0)
207
- {
208
- for(var i = length - 1; i > firstDecimal; i--)
209
- {
210
- var ch = val.charAt(i);
211
- // remove decimal character
212
- if(ch == decimal)
213
- {
214
- val = val.substring(0, i) + val.substring(i + 1);
215
- }
216
- }
217
- }
218
- // set the value and prevent the cursor moving to the end
219
- this.value = val;
220
- $.fn.setSelection(this, carat);
221
- }
222
- }
223
-
224
- $.fn.numeric.blur = function()
225
- {
226
- var decimal = $.data(this, "numeric.decimal");
227
- var callback = $.data(this, "numeric.callback");
228
- var val = this.value;
229
- if(val != "")
230
- {
231
- var re = new RegExp("^\\d+$|\\d*" + decimal + "\\d+");
232
- if(!re.exec(val))
233
- {
234
- callback.apply(this);
235
- }
236
- }
237
- }
238
-
239
- $.fn.removeNumeric = function()
240
- {
241
- return this.data("numeric.decimal", null).data("numeric.negative", null).data("numeric.callback", null).unbind("keypress", $.fn.numeric.keypress).unbind("blur", $.fn.numeric.blur);
242
- }
243
-
244
- // Based on code from http://javascript.nwbox.com/cursor_position/ (Diego Perini <dperini@nwbox.com>)
245
- $.fn.getSelectionStart = function(o)
246
- {
247
- if (o.createTextRange)
248
- {
249
- var r = document.selection.createRange().duplicate();
250
- r.moveEnd('character', o.value.length);
251
- if (r.text == '') return o.value.length;
252
- return o.value.lastIndexOf(r.text);
253
- } else return o.selectionStart;
254
- }
255
-
256
- // set the selection, o is the object (input), p is the position ([start, end] or just start)
257
- $.fn.setSelection = function(o, p)
258
- {
259
- // if p is number, start and end are the same
260
- if(typeof p == "number") p = [p, p];
261
- // only set if p is an array of length 2
262
- if(p && p.constructor == Array && p.length == 2)
263
- {
264
- if (o.createTextRange)
265
- {
266
- var r = o.createTextRange();
267
- r.collapse(true);
268
- r.moveStart('character', p[0]);
269
- r.moveEnd('character', p[1]);
270
- r.select();
271
- }
272
- else if(o.setSelectionRange)
273
- {
274
- o.focus();
275
- o.setSelectionRange(p[0], p[1]);
276
- }
277
- }
278
- }
279
-
1
+ /*
2
+ *
3
+ * Copyright (c) 2006-2011 Sam Collett (http://www.texotela.co.uk)
4
+ * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
5
+ * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
6
+ *
7
+ * Version 1.3.1
8
+ * Demo: http://www.texotela.co.uk/code/jquery/numeric/
9
+ *
10
+ */
11
+ (function($) {
12
+ /*
13
+ * Allows only valid characters to be entered into input boxes.
14
+ * Note: fixes value when pasting via Ctrl+V, but not when using the mouse to paste
15
+ * side-effect: Ctrl+A does not work, though you can still use the mouse to select (or double-click to select all)
16
+ *
17
+ * @name numeric
18
+ * @param config { decimal : "." , negative : true }
19
+ * @param callback A function that runs if the number is not valid (fires onblur)
20
+ * @author Sam Collett (http://www.texotela.co.uk)
21
+ * @example $(".numeric").numeric();
22
+ * @example $(".numeric").numeric(","); // use , as separater
23
+ * @example $(".numeric").numeric({ decimal : "," }); // use , as separator
24
+ * @example $(".numeric").numeric({ negative : false }); // do not allow negative values
25
+ * @example $(".numeric").numeric(null, callback); // use default values, pass on the 'callback' function
26
+ *
27
+ */
28
+ $.fn.numeric = function(config, callback)
29
+ {
30
+ if(typeof config === 'boolean')
31
+ {
32
+ config = { decimal: config };
33
+ }
34
+ config = config || {};
35
+ // if config.negative undefined, set to true (default is to allow negative numbers)
36
+ if(typeof config.negative == "undefined") config.negative = true;
37
+ // set decimal point
38
+ var decimal = (config.decimal === false) ? "" : config.decimal || ".";
39
+ // allow negatives
40
+ var negative = (config.negative === true) ? true : false;
41
+ // callback function
42
+ var callback = typeof callback == "function" ? callback : function(){};
43
+ // set data and methods
44
+ return this.data("numeric.decimal", decimal).data("numeric.negative", negative).data("numeric.callback", callback).keypress($.fn.numeric.keypress).keyup($.fn.numeric.keyup).blur($.fn.numeric.blur);
45
+ }
46
+
47
+ $.fn.numeric.keypress = function(e)
48
+ {
49
+ // get decimal character and determine if negatives are allowed
50
+ var decimal = $.data(this, "numeric.decimal");
51
+ var negative = $.data(this, "numeric.negative");
52
+ // get the key that was pressed
53
+ var key = e.charCode ? e.charCode : e.keyCode ? e.keyCode : 0;
54
+ // allow enter/return key (only when in an input box)
55
+ if(key == 13 && this.nodeName.toLowerCase() == "input")
56
+ {
57
+ return true;
58
+ }
59
+ else if(key == 13)
60
+ {
61
+ return false;
62
+ }
63
+ var allow = false;
64
+ // allow Ctrl+A
65
+ if((e.ctrlKey && key == 97 /* firefox */) || (e.ctrlKey && key == 65) /* opera */) return true;
66
+ // allow Ctrl+X (cut)
67
+ if((e.ctrlKey && key == 120 /* firefox */) || (e.ctrlKey && key == 88) /* opera */) return true;
68
+ // allow Ctrl+C (copy)
69
+ if((e.ctrlKey && key == 99 /* firefox */) || (e.ctrlKey && key == 67) /* opera */) return true;
70
+ // allow Ctrl+Z (undo)
71
+ if((e.ctrlKey && key == 122 /* firefox */) || (e.ctrlKey && key == 90) /* opera */) return true;
72
+ // allow or deny Ctrl+V (paste), Shift+Ins
73
+ if((e.ctrlKey && key == 118 /* firefox */) || (e.ctrlKey && key == 86) /* opera */
74
+ || (e.shiftKey && key == 45)) return true;
75
+ // if a number was not pressed
76
+ if(key < 48 || key > 57)
77
+ {
78
+ var value = $(this).val();
79
+ /* '-' only allowed at start and if negative numbers allowed */
80
+ if(value.indexOf("-") != 0 && negative && key == 45 && (value.length == 0 || ($.fn.getSelectionStart(this)) == 0)) return true;
81
+ /* only one decimal separator allowed */
82
+ if(decimal && key == decimal.charCodeAt(0) && value.indexOf(decimal) != -1)
83
+ {
84
+ allow = false;
85
+ }
86
+ // check for other keys that have special purposes
87
+ if(
88
+ key != 8 /* backspace */ &&
89
+ key != 9 /* tab */ &&
90
+ key != 13 /* enter */ &&
91
+ key != 35 /* end */ &&
92
+ key != 36 /* home */ &&
93
+ key != 37 /* left */ &&
94
+ key != 39 /* right */ &&
95
+ key != 46 /* del */
96
+ )
97
+ {
98
+ allow = false;
99
+ }
100
+ else
101
+ {
102
+ // for detecting special keys (listed above)
103
+ // IE does not support 'charCode' and ignores them in keypress anyway
104
+ if(typeof e.charCode != "undefined")
105
+ {
106
+ // special keys have 'keyCode' and 'which' the same (e.g. backspace)
107
+ if(e.keyCode == e.which && e.which != 0)
108
+ {
109
+ allow = true;
110
+ // . and delete share the same code, don't allow . (will be set to true later if it is the decimal point)
111
+ if(e.which == 46) allow = false;
112
+ }
113
+ // or keyCode != 0 and 'charCode'/'which' = 0
114
+ else if(e.keyCode != 0 && e.charCode == 0 && e.which == 0)
115
+ {
116
+ allow = true;
117
+ }
118
+ }
119
+ }
120
+ // if key pressed is the decimal and it is not already in the field
121
+ if(decimal && key == decimal.charCodeAt(0))
122
+ {
123
+ if(value.indexOf(decimal) == -1)
124
+ {
125
+ allow = true;
126
+ }
127
+ else
128
+ {
129
+ allow = false;
130
+ }
131
+ }
132
+ }
133
+ else
134
+ {
135
+ allow = true;
136
+ }
137
+ return allow;
138
+ }
139
+
140
+ $.fn.numeric.keyup = function(e)
141
+ {
142
+ var val = $(this).value;
143
+ if(val && val.length > 0)
144
+ {
145
+ // get carat (cursor) position
146
+ var carat = $.fn.getSelectionStart(this);
147
+ // get decimal character and determine if negatives are allowed
148
+ var decimal = $.data(this, "numeric.decimal");
149
+ var negative = $.data(this, "numeric.negative");
150
+
151
+ // prepend a 0 if necessary
152
+ if(decimal != "")
153
+ {
154
+ // find decimal point
155
+ var dot = val.indexOf(decimal);
156
+ // if dot at start, add 0 before
157
+ if(dot == 0)
158
+ {
159
+ this.value = "0" + val;
160
+ }
161
+ // if dot at position 1, check if there is a - symbol before it
162
+ if(dot == 1 && val.charAt(0) == "-")
163
+ {
164
+ this.value = "-0" + val.substring(1);
165
+ }
166
+ val = this.value;
167
+ }
168
+
169
+ // if pasted in, only allow the following characters
170
+ var validChars = [0,1,2,3,4,5,6,7,8,9,'-',decimal];
171
+ // get length of the value (to loop through)
172
+ var length = val.length;
173
+ // loop backwards (to prevent going out of bounds)
174
+ for(var i = length - 1; i >= 0; i--)
175
+ {
176
+ var ch = val.charAt(i);
177
+ // remove '-' if it is in the wrong place
178
+ if(i != 0 && ch == "-")
179
+ {
180
+ val = val.substring(0, i) + val.substring(i + 1);
181
+ }
182
+ // remove character if it is at the start, a '-' and negatives aren't allowed
183
+ else if(i == 0 && !negative && ch == "-")
184
+ {
185
+ val = val.substring(1);
186
+ }
187
+ var validChar = false;
188
+ // loop through validChars
189
+ for(var j = 0; j < validChars.length; j++)
190
+ {
191
+ // if it is valid, break out the loop
192
+ if(ch == validChars[j])
193
+ {
194
+ validChar = true;
195
+ break;
196
+ }
197
+ }
198
+ // if not a valid character, or a space, remove
199
+ if(!validChar || ch == " ")
200
+ {
201
+ val = val.substring(0, i) + val.substring(i + 1);
202
+ }
203
+ }
204
+ // remove extra decimal characters
205
+ var firstDecimal = val.indexOf(decimal);
206
+ if(firstDecimal > 0)
207
+ {
208
+ for(var i = length - 1; i > firstDecimal; i--)
209
+ {
210
+ var ch = val.charAt(i);
211
+ // remove decimal character
212
+ if(ch == decimal)
213
+ {
214
+ val = val.substring(0, i) + val.substring(i + 1);
215
+ }
216
+ }
217
+ }
218
+ // set the value and prevent the cursor moving to the end
219
+ this.value = val;
220
+ $.fn.setSelection(this, carat);
221
+ }
222
+ }
223
+
224
+ $.fn.numeric.blur = function()
225
+ {
226
+ var decimal = $.data(this, "numeric.decimal");
227
+ var callback = $.data(this, "numeric.callback");
228
+ var val = this.value;
229
+ if(val != "")
230
+ {
231
+ var re = new RegExp("^\\d+$|\\d*" + decimal + "\\d+");
232
+ if(!re.exec(val))
233
+ {
234
+ callback.apply(this);
235
+ }
236
+ }
237
+ }
238
+
239
+ $.fn.removeNumeric = function()
240
+ {
241
+ return this.data("numeric.decimal", null).data("numeric.negative", null).data("numeric.callback", null).unbind("keypress", $.fn.numeric.keypress).unbind("blur", $.fn.numeric.blur);
242
+ }
243
+
244
+ // Based on code from http://javascript.nwbox.com/cursor_position/ (Diego Perini <dperini@nwbox.com>)
245
+ $.fn.getSelectionStart = function(o)
246
+ {
247
+ if (o.createTextRange)
248
+ {
249
+ var r = document.selection.createRange().duplicate();
250
+ r.moveEnd('character', o.value.length);
251
+ if (r.text == '') return o.value.length;
252
+ return o.value.lastIndexOf(r.text);
253
+ } else return o.selectionStart;
254
+ }
255
+
256
+ // set the selection, o is the object (input), p is the position ([start, end] or just start)
257
+ $.fn.setSelection = function(o, p)
258
+ {
259
+ // if p is number, start and end are the same
260
+ if(typeof p == "number") p = [p, p];
261
+ // only set if p is an array of length 2
262
+ if(p && p.constructor == Array && p.length == 2)
263
+ {
264
+ if (o.createTextRange)
265
+ {
266
+ var r = o.createTextRange();
267
+ r.collapse(true);
268
+ r.moveStart('character', p[0]);
269
+ r.moveEnd('character', p[1]);
270
+ r.select();
271
+ }
272
+ else if(o.setSelectionRange)
273
+ {
274
+ o.focus();
275
+ o.setSelectionRange(p[0], p[1]);
276
+ }
277
+ }
278
+ }
279
+
280
280
  })(jQuery);
@@ -1,2 +1,2 @@
1
- // Modernizr v1.7 www.modernizr.com
1
+ // Modernizr v1.7 www.modernizr.com
2
2
  window.Modernizr=function(a,b,c){function G(){e.input=function(a){for(var b=0,c=a.length;b<c;b++)t[a[b]]=!!(a[b]in l);return t}("autocomplete autofocus list placeholder max min multiple pattern required step".split(" ")),e.inputtypes=function(a){for(var d=0,e,f,h,i=a.length;d<i;d++)l.setAttribute("type",f=a[d]),e=l.type!=="text",e&&(l.value=m,l.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(f)&&l.style.WebkitAppearance!==c?(g.appendChild(l),h=b.defaultView,e=h.getComputedStyle&&h.getComputedStyle(l,null).WebkitAppearance!=="textfield"&&l.offsetHeight!==0,g.removeChild(l)):/^(search|tel)$/.test(f)||(/^(url|email)$/.test(f)?e=l.checkValidity&&l.checkValidity()===!1:/^color$/.test(f)?(g.appendChild(l),g.offsetWidth,e=l.value!=m,g.removeChild(l)):e=l.value!=m)),s[a[d]]=!!e;return s}("search tel url email datetime date month week time datetime-local number range color".split(" "))}function F(a,b){var c=a.charAt(0).toUpperCase()+a.substr(1),d=(a+" "+p.join(c+" ")+c).split(" ");return!!E(d,b)}function E(a,b){for(var d in a)if(k[a[d]]!==c&&(!b||b(a[d],j)))return!0}function D(a,b){return(""+a).indexOf(b)!==-1}function C(a,b){return typeof a===b}function B(a,b){return A(o.join(a+";")+(b||""))}function A(a){k.cssText=a}var d="1.7",e={},f=!0,g=b.documentElement,h=b.head||b.getElementsByTagName("head")[0],i="modernizr",j=b.createElement(i),k=j.style,l=b.createElement("input"),m=":)",n=Object.prototype.toString,o=" -webkit- -moz- -o- -ms- -khtml- ".split(" "),p="Webkit Moz O ms Khtml".split(" "),q={svg:"http://www.w3.org/2000/svg"},r={},s={},t={},u=[],v,w=function(a){var c=b.createElement("style"),d=b.createElement("div"),e;c.textContent=a+"{#modernizr{height:3px}}",h.appendChild(c),d.id="modernizr",g.appendChild(d),e=d.offsetHeight===3,c.parentNode.removeChild(c),d.parentNode.removeChild(d);return!!e},x=function(){function d(d,e){e=e||b.createElement(a[d]||"div");var f=(d="on"+d)in e;f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=C(e[d],"function"),C(e[d],c)||(e[d]=c),e.removeAttribute(d))),e=null;return f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),y=({}).hasOwnProperty,z;C(y,c)||C(y.call,c)?z=function(a,b){return b in a&&C(a.constructor.prototype[b],c)}:z=function(a,b){return y.call(a,b)},r.flexbox=function(){function c(a,b,c,d){a.style.cssText=o.join(b+":"+c+";")+(d||"")}function a(a,b,c,d){b+=":",a.style.cssText=(b+o.join(c+";"+b)).slice(0,-b.length)+(d||"")}var d=b.createElement("div"),e=b.createElement("div");a(d,"display","box","width:42px;padding:0;"),c(e,"box-flex","1","width:10px;"),d.appendChild(e),g.appendChild(d);var f=e.offsetWidth===42;d.removeChild(e),g.removeChild(d);return f},r.canvas=function(){var a=b.createElement("canvas");return a.getContext&&a.getContext("2d")},r.canvastext=function(){return e.canvas&&C(b.createElement("canvas").getContext("2d").fillText,"function")},r.webgl=function(){return!!a.WebGLRenderingContext},r.touch=function(){return"ontouchstart"in a||w("@media ("+o.join("touch-enabled),(")+"modernizr)")},r.geolocation=function(){return!!navigator.geolocation},r.postmessage=function(){return!!a.postMessage},r.websqldatabase=function(){var b=!!a.openDatabase;return b},r.indexedDB=function(){for(var b=-1,c=p.length;++b<c;){var d=p[b].toLowerCase();if(a[d+"_indexedDB"]||a[d+"IndexedDB"])return!0}return!1},r.hashchange=function(){return x("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},r.history=function(){return !!(a.history&&history.pushState)},r.draganddrop=function(){return x("dragstart")&&x("drop")},r.websockets=function(){return"WebSocket"in a},r.rgba=function(){A("background-color:rgba(150,255,150,.5)");return D(k.backgroundColor,"rgba")},r.hsla=function(){A("background-color:hsla(120,40%,100%,.5)");return D(k.backgroundColor,"rgba")||D(k.backgroundColor,"hsla")},r.multiplebgs=function(){A("background:url(//:),url(//:),red url(//:)");return(new RegExp("(url\\s*\\(.*?){3}")).test(k.background)},r.backgroundsize=function(){return F("backgroundSize")},r.borderimage=function(){return F("borderImage")},r.borderradius=function(){return F("borderRadius","",function(a){return D(a,"orderRadius")})},r.boxshadow=function(){return F("boxShadow")},r.textshadow=function(){return b.createElement("div").style.textShadow===""},r.opacity=function(){B("opacity:.55");return/^0.55$/.test(k.opacity)},r.cssanimations=function(){return F("animationName")},r.csscolumns=function(){return F("columnCount")},r.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";A((a+o.join(b+a)+o.join(c+a)).slice(0,-a.length));return D(k.backgroundImage,"gradient")},r.cssreflections=function(){return F("boxReflect")},r.csstransforms=function(){return!!E(["transformProperty","WebkitTransform","MozTransform","OTransform","msTransform"])},r.csstransforms3d=function(){var a=!!E(["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"]);a&&"webkitPerspective"in g.style&&(a=w("@media ("+o.join("transform-3d),(")+"modernizr)"));return a},r.csstransitions=function(){return F("transitionProperty")},r.fontface=function(){var a,c,d=h||g,e=b.createElement("style"),f=b.implementation||{hasFeature:function(){return!1}};e.type="text/css",d.insertBefore(e,d.firstChild),a=e.sheet||e.styleSheet;var i=f.hasFeature("CSS2","")?function(b){if(!a||!b)return!1;var c=!1;try{a.insertRule(b,0),c=/src/i.test(a.cssRules[0].cssText),a.deleteRule(a.cssRules.length-1)}catch(d){}return c}:function(b){if(!a||!b)return!1;a.cssText=b;return a.cssText.length!==0&&/src/i.test(a.cssText)&&a.cssText.replace(/\r+|\n+/g,"").indexOf(b.split(" ")[0])===0};c=i('@font-face { font-family: "font"; src: url(data:,); }'),d.removeChild(e);return c},r.video=function(){var a=b.createElement("video"),c=!!a.canPlayType;if(c){c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"');var d='video/mp4; codecs="avc1.42E01E';c.h264=a.canPlayType(d+'"')||a.canPlayType(d+', mp4a.40.2"'),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"')}return c},r.audio=function(){var a=b.createElement("audio"),c=!!a.canPlayType;c&&(c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"'),c.mp3=a.canPlayType("audio/mpeg;"),c.wav=a.canPlayType('audio/wav; codecs="1"'),c.m4a=a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;"));return c},r.localstorage=function(){try{return!!localStorage.getItem}catch(a){return!1}},r.sessionstorage=function(){try{return!!sessionStorage.getItem}catch(a){return!1}},r.webWorkers=function(){return!!a.Worker},r.applicationcache=function(){return!!a.applicationCache},r.svg=function(){return!!b.createElementNS&&!!b.createElementNS(q.svg,"svg").createSVGRect},r.inlinesvg=function(){var a=b.createElement("div");a.innerHTML="<svg/>";return(a.firstChild&&a.firstChild.namespaceURI)==q.svg},r.smil=function(){return!!b.createElementNS&&/SVG/.test(n.call(b.createElementNS(q.svg,"animate")))},r.svgclippaths=function(){return!!b.createElementNS&&/SVG/.test(n.call(b.createElementNS(q.svg,"clipPath")))};for(var H in r)z(r,H)&&(v=H.toLowerCase(),e[v]=r[H](),u.push((e[v]?"":"no-")+v));e.input||G(),e.crosswindowmessaging=e.postmessage,e.historymanagement=e.history,e.addTest=function(a,b){a=a.toLowerCase();if(!e[a]){b=!!b(),g.className+=" "+(b?"":"no-")+a,e[a]=b;return e}},A(""),j=l=null,f&&a.attachEvent&&function(){var a=b.createElement("div");a.innerHTML="<elem></elem>";return a.childNodes.length!==1}()&&function(a,b){function p(a,b){var c=-1,d=a.length,e,f=[];while(++c<d)e=a[c],(b=e.media||b)!="screen"&&f.push(p(e.imports,b),e.cssText);return f.join("")}function o(a){var b=-1;while(++b<e)a.createElement(d[b])}var c="abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",d=c.split("|"),e=d.length,f=new RegExp("(^|\\s)("+c+")","gi"),g=new RegExp("<(/*)("+c+")","gi"),h=new RegExp("(^|[^\\n]*?\\s)("+c+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),i=b.createDocumentFragment(),j=b.documentElement,k=j.firstChild,l=b.createElement("body"),m=b.createElement("style"),n;o(b),o(i),k.insertBefore(m,k.firstChild),m.media="print",a.attachEvent("onbeforeprint",function(){var a=-1,c=p(b.styleSheets,"all"),k=[],o;n=n||b.body;while((o=h.exec(c))!=null)k.push((o[1]+o[2]+o[3]).replace(f,"$1.iepp_$2")+o[4]);m.styleSheet.cssText=k.join("\n");while(++a<e){var q=b.getElementsByTagName(d[a]),r=q.length,s=-1;while(++s<r)q[s].className.indexOf("iepp_")<0&&(q[s].className+=" iepp_"+d[a])}i.appendChild(n),j.appendChild(l),l.className=n.className,l.innerHTML=n.innerHTML.replace(g,"<$1font")}),a.attachEvent("onafterprint",function(){l.innerHTML="",j.removeChild(l),j.appendChild(n),m.styleSheet.cssText=""})}(a,b),e._enableHTML5=f,e._version=d,g.className=g.className.replace(/\bno-js\b/,"")+" js "+u.join(" ");return e}(this,this.document)