webshims-rails 1.10.3 → 1.10.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +8 -8
  2. data/lib/webshims-rails/version.rb +2 -2
  3. data/vendor/assets/javascripts/webshims/polyfiller.js +96 -73
  4. data/vendor/assets/javascripts/webshims/shims/color-picker.js +2415 -0
  5. data/vendor/assets/javascripts/webshims/shims/combos/1.js +248 -745
  6. data/vendor/assets/javascripts/webshims/shims/combos/10.js +771 -1206
  7. data/vendor/assets/javascripts/webshims/shims/combos/11.js +679 -1201
  8. data/vendor/assets/javascripts/webshims/shims/combos/12.js +46 -65
  9. data/vendor/assets/javascripts/webshims/shims/combos/13.js +45 -64
  10. data/vendor/assets/javascripts/webshims/shims/combos/14.js +94 -7
  11. data/vendor/assets/javascripts/webshims/shims/combos/15.js +557 -1189
  12. data/vendor/assets/javascripts/webshims/shims/combos/16.js +598 -1249
  13. data/vendor/assets/javascripts/webshims/shims/combos/17.js +697 -1208
  14. data/vendor/assets/javascripts/webshims/shims/combos/18.js +697 -1208
  15. data/vendor/assets/javascripts/webshims/shims/combos/19.js +145 -78
  16. data/vendor/assets/javascripts/webshims/shims/combos/2.js +472 -1280
  17. data/vendor/assets/javascripts/webshims/shims/combos/20.js +144 -77
  18. data/vendor/assets/javascripts/webshims/shims/combos/21.js +14 -15
  19. data/vendor/assets/javascripts/webshims/shims/combos/22.js +2 -2
  20. data/vendor/assets/javascripts/webshims/shims/combos/23.js +45 -64
  21. data/vendor/assets/javascripts/webshims/shims/combos/24.js +848 -0
  22. data/vendor/assets/javascripts/webshims/shims/combos/25.js +4373 -0
  23. data/vendor/assets/javascripts/webshims/shims/combos/26.js +1516 -0
  24. data/vendor/assets/javascripts/webshims/shims/combos/27.js +884 -0
  25. data/vendor/assets/javascripts/webshims/shims/combos/28.js +2067 -0
  26. data/vendor/assets/javascripts/webshims/shims/combos/29.js +1156 -0
  27. data/vendor/assets/javascripts/webshims/shims/combos/3.js +313 -700
  28. data/vendor/assets/javascripts/webshims/shims/combos/30.js +1868 -0
  29. data/vendor/assets/javascripts/webshims/shims/combos/31.js +1663 -0
  30. data/vendor/assets/javascripts/webshims/shims/combos/4.js +111 -20
  31. data/vendor/assets/javascripts/webshims/shims/combos/5.js +747 -1321
  32. data/vendor/assets/javascripts/webshims/shims/combos/6.js +837 -1809
  33. data/vendor/assets/javascripts/webshims/shims/combos/7.js +435 -1239
  34. data/vendor/assets/javascripts/webshims/shims/combos/8.js +360 -766
  35. data/vendor/assets/javascripts/webshims/shims/combos/9.js +843 -1676
  36. data/vendor/assets/javascripts/webshims/shims/details.js +1 -1
  37. data/vendor/assets/javascripts/webshims/shims/dom-extend.js +90 -3
  38. data/vendor/assets/javascripts/webshims/shims/filereader.js +386 -0
  39. data/vendor/assets/javascripts/webshims/shims/form-core.js +201 -680
  40. data/vendor/assets/javascripts/webshims/shims/form-datalist-lazy.js +418 -0
  41. data/vendor/assets/javascripts/webshims/shims/form-datalist.js +69 -467
  42. data/vendor/assets/javascripts/webshims/shims/form-message.js +21 -17
  43. data/vendor/assets/javascripts/webshims/shims/form-native-extend.js +19 -82
  44. data/vendor/assets/javascripts/webshims/shims/form-number-date-api.js +17 -6
  45. data/vendor/assets/javascripts/webshims/shims/form-number-date-ui.js +570 -1185
  46. data/vendor/assets/javascripts/webshims/shims/form-shim-extend.js +181 -28
  47. data/vendor/assets/javascripts/webshims/shims/form-validation.js +599 -0
  48. data/vendor/assets/javascripts/webshims/{extras/custom-validity.js → shims/form-validators.js} +33 -38
  49. data/vendor/assets/javascripts/webshims/shims/forms-picker.js +865 -0
  50. data/vendor/assets/javascripts/webshims/shims/geolocation.js +2 -2
  51. data/vendor/assets/javascripts/webshims/shims/i18n/formcfg-de.txt +37 -34
  52. data/vendor/assets/javascripts/webshims/shims/i18n/formcfg-en.txt +88 -48
  53. data/vendor/assets/javascripts/webshims/shims/i18n/formcfg-lt.js +74 -0
  54. data/vendor/assets/javascripts/webshims/shims/jpicker/ChangeLog.txt +121 -0
  55. data/vendor/assets/javascripts/webshims/shims/jpicker/ReadMe.txt +47 -0
  56. data/vendor/assets/javascripts/webshims/shims/jpicker/images/AlphaBar.png +0 -0
  57. data/vendor/assets/javascripts/webshims/shims/jpicker/images/Bars.png +0 -0
  58. data/vendor/assets/javascripts/webshims/shims/jpicker/images/Maps.png +0 -0
  59. data/vendor/assets/javascripts/webshims/shims/jpicker/images/NoColor.png +0 -0
  60. data/vendor/assets/javascripts/webshims/shims/jpicker/images/Thumbs.db +0 -0
  61. data/vendor/assets/javascripts/webshims/shims/jpicker/images/bar-opacity.png +0 -0
  62. data/vendor/assets/javascripts/webshims/shims/jpicker/images/map-opacity.png +0 -0
  63. data/vendor/assets/javascripts/webshims/shims/jpicker/images/mappoint.gif +0 -0
  64. data/vendor/assets/javascripts/webshims/shims/jpicker/images/picker.gif +0 -0
  65. data/vendor/assets/javascripts/webshims/shims/jpicker/images/preview-opacity.png +0 -0
  66. data/vendor/assets/javascripts/webshims/shims/jpicker/images/rangearrows.gif +0 -0
  67. data/vendor/assets/javascripts/webshims/shims/jpicker/jpicker.css +257 -0
  68. data/vendor/assets/javascripts/webshims/shims/json-storage.js +4 -4
  69. data/vendor/assets/javascripts/webshims/shims/mediaelement-core.js +44 -63
  70. data/vendor/assets/javascripts/webshims/shims/mediaelement-jaris.js +10 -11
  71. data/vendor/assets/javascripts/webshims/shims/mediaelement-native-fix.js +2 -1
  72. data/vendor/assets/javascripts/webshims/shims/mediaelement-yt.js +5 -3
  73. data/vendor/assets/javascripts/webshims/shims/range-ui.js +110 -17
  74. data/vendor/assets/javascripts/webshims/shims/styles/forms.png +0 -0
  75. data/vendor/assets/javascripts/webshims/shims/styles/range-track.png +0 -0
  76. data/vendor/assets/javascripts/webshims/shims/styles/scss/shim.scss +104 -21
  77. data/vendor/assets/javascripts/webshims/shims/styles/shim.css +90 -16
  78. data/vendor/assets/javascripts/webshims/shims/styles/vertical-range.png +0 -0
  79. data/vendor/assets/javascripts/webshims/shims/swf/filereader.swf +0 -0
  80. data/vendor/assets/javascripts/webshims/shims/swfmini.js +1 -1
  81. data/vendor/assets/javascripts/webshims/shims/track-ui.js +35 -3
  82. data/vendor/assets/javascripts/webshims/shims/track.js +1 -1
  83. metadata +33 -3
@@ -131,7 +131,7 @@
131
131
  document.writeln = domWrite;
132
132
  }
133
133
  $(document).one('google-loader', googleCallback);
134
- $.webshims.loader.loadScript('http://www.google.com/jsapi', false, 'google-loader');
134
+ webshims.loader.loadScript('http://www.google.com/jsapi', false, 'google-loader');
135
135
  }, 800);
136
136
  } else {
137
137
  locationAPIs--;
@@ -164,5 +164,5 @@
164
164
  return api;
165
165
  })();
166
166
 
167
- $.webshims.isReady('geolocation', true);
167
+ webshims.isReady('geolocation', true);
168
168
  })(jQuery);
@@ -1,39 +1,39 @@
1
1
  //errormessages for de are already included in webshims core, this is only for information:
2
2
  jQuery.webshims.validityMessages.de = {
3
- "typeMismatch": {
4
- "defaultMessage": "{%value} ist in diesem Feld nicht zulässig.",
5
- "email": "{%value} ist keine zulässige E-Mail-Adresse",
6
- "url": "{%value} ist keine zulässige Webadresse",
7
- "number": "{%value} ist keine Nummer!",
8
- "date": "{%value} ist kein Datum",
9
- "time": "{%value} ist keine Uhrzeit",
10
- "month": "{%value} ist in diesem Feld nicht zulässig.",
11
- "range": "{%value} ist keine Nummer!",
12
- "datetime-local": "{%value} ist kein Datum-Uhrzeit Format."
13
- },
14
- "rangeUnderflow": {
15
- "defaultMessage": "{%value} ist zu niedrig. {%min} ist der unterste Wert, den Sie benutzen können.",
16
- "date": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können.",
17
- "time": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können.",
18
- "datetime-local": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können.",
19
- "month": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können."
20
- },
21
- "rangeOverflow": {
22
- "defaultMessage": "{%value} ist zu hoch. {%max} ist der oberste Wert, den Sie benutzen können.",
23
- "date": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können.",
24
- "time": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können.",
25
- "datetime-local": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können.",
26
- "month": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können."
27
- },
28
- "stepMismatch": "Der Wert {%value} ist in diesem Feld nicht zulässig. Hier sind nur bestimmte Werte zulässig. {%title}",
29
- "tooLong": "Der eingegebene Text ist zu lang! Sie haben {%valueLen} Zeichen eingegeben, dabei sind {%maxlength} das Maximum.",
30
- "patternMismatch": "{%value} hat für dieses Eingabefeld ein falsches Format! {%title}",
31
- "valueMissing": {
32
- "defaultMessage": "Bitte geben Sie einen Wert ein",
33
- "checkbox": "Bitte aktivieren Sie das Kästchen",
34
- "select": "Bitte wählen Sie eine Option aus",
35
- "radio": "Bitte wählen Sie eine Option aus"
36
- }
3
+ "typeMismatch": {
4
+ "defaultMessage": "{%value} ist in diesem Feld nicht zulässig.",
5
+ "email": "{%value} ist keine zulässige E-Mail-Adresse",
6
+ "url": "{%value} ist keine zulässige Webadresse",
7
+ "number": "{%value} ist keine Nummer!",
8
+ "date": "{%value} ist kein Datum",
9
+ "time": "{%value} ist keine Uhrzeit",
10
+ "month": "{%value} ist in diesem Feld nicht zulässig.",
11
+ "range": "{%value} ist keine Nummer!",
12
+ "datetime-local": "{%value} ist kein Datum-Uhrzeit Format."
13
+ },
14
+ "rangeUnderflow": {
15
+ "defaultMessage": "{%value} ist zu niedrig. {%min} ist der unterste Wert, den Sie benutzen können.",
16
+ "date": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können.",
17
+ "time": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können.",
18
+ "datetime-local": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können.",
19
+ "month": "{%value} ist zu früh. {%min} ist die früheste Zeit, die Sie benutzen können."
20
+ },
21
+ "rangeOverflow": {
22
+ "defaultMessage": "{%value} ist zu hoch. {%max} ist der oberste Wert, den Sie benutzen können.",
23
+ "date": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können.",
24
+ "time": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können.",
25
+ "datetime-local": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können.",
26
+ "month": "{%value} ist zu spät. {%max} ist die späteste Zeit, die Sie benutzen können."
27
+ },
28
+ "stepMismatch": "Der Wert {%value} ist in diesem Feld nicht zulässig. Hier sind nur bestimmte Werte zulässig. {%title}",
29
+ "tooLong": "Der eingegebene Text ist zu lang! Sie haben {%valueLen} Zeichen eingegeben, dabei sind {%maxlength} das Maximum.",
30
+ "patternMismatch": "{%value} hat für dieses Eingabefeld ein falsches Format! {%title}",
31
+ "valueMissing": {
32
+ "defaultMessage": "Bitte geben Sie einen Wert ein",
33
+ "checkbox": "Bitte aktivieren Sie das Kästchen",
34
+ "select": "Bitte wählen Sie eine Option aus",
35
+ "radio": "Bitte wählen Sie eine Option aus"
36
+ }
37
37
  };
38
38
  jQuery.webshims.formcfg.de = {
39
39
  numberFormat: {
@@ -50,6 +50,9 @@ jQuery.webshims.formcfg.de = {
50
50
  month: {
51
51
  currentText: 'Aktueller Monat'
52
52
  },
53
+ "week": {
54
+ "currentText": "Aktuelle Woche"
55
+ },
53
56
  date: {
54
57
  close: 'schließen',
55
58
  clear: 'Löschen',
@@ -1,67 +1,107 @@
1
1
  //errormessages for en are already included in webshims core, this is only for information (by default en is equal to jQuery.webshims.validityMessages[""]):
2
2
 
3
3
  jQuery.webshims.validityMessages.en = {
4
- "typeMismatch": {
5
- "defaultMessage": "Please enter a valid value.",
6
- "email": "Please enter an email address.",
7
- "url": "Please enter a URL.",
8
- "number": "Please enter a number.",
9
- "date": "Please enter a date.",
10
- "time": "Please enter a time.",
11
- "range": "Invalid input.",
12
- "month": "Please enter a valid value.",
13
- "datetime-local": "Please enter a datetime."
14
- },
15
- "rangeUnderflow": {
16
- "defaultMessage": "Value must be greater than or equal to {%min}.",
17
- "date": "Value must be at or after {%min}.",
18
- "time": "Value must be at or after {%min}.",
19
- "datetime-local": "Value must be at or after {%min}.",
20
- "month": "Value must be at or after {%min}."
21
- },
22
- "rangeOverflow": {
23
- "defaultMessage": "Value must be less than or equal to {%max}.",
24
- "date": "Value must be at or before {%max}.",
25
- "time": "Value must be at or before {%max}.",
26
- "datetime-local": "Value must be at or before {%max}.",
27
- "month": "Value must be at or before {%max}."
28
- },
29
- "stepMismatch": "Invalid input.",
30
- "tooLong": "Please enter at most {%maxlength} character(s). You entered {%valueLen}.",
31
- "patternMismatch": "Invalid input. {%title}",
32
- "valueMissing": {
33
- "defaultMessage": "Please fill out this field.",
34
- "checkbox": "Please check this box if you want to proceed.",
35
- "select": "Please select an option.",
36
- "radio": "Please select an option."
37
- }
4
+ "typeMismatch": {
5
+ "defaultMessage": "Please enter a valid value.",
6
+ "email": "Please enter an email address.",
7
+ "url": "Please enter a URL.",
8
+ "number": "Please enter a number.",
9
+ "date": "Please enter a date.",
10
+ "time": "Please enter a time.",
11
+ "range": "Invalid input.",
12
+ "month": "Please enter a valid value.",
13
+ "datetime-local": "Please enter a datetime."
14
+ },
15
+ "rangeUnderflow": {
16
+ "defaultMessage": "Value must be greater than or equal to {%min}.",
17
+ "date": "Value must be at or after {%min}.",
18
+ "time": "Value must be at or after {%min}.",
19
+ "datetime-local": "Value must be at or after {%min}.",
20
+ "month": "Value must be at or after {%min}."
21
+ },
22
+ "rangeOverflow": {
23
+ "defaultMessage": "Value must be less than or equal to {%max}.",
24
+ "date": "Value must be at or before {%max}.",
25
+ "time": "Value must be at or before {%max}.",
26
+ "datetime-local": "Value must be at or before {%max}.",
27
+ "month": "Value must be at or before {%max}."
28
+ },
29
+ "stepMismatch": "Invalid input.",
30
+ "tooLong": "Please enter at most {%maxlength} character(s). You entered {%valueLen}.",
31
+ "patternMismatch": "Invalid input. {%title}",
32
+ "valueMissing": {
33
+ "defaultMessage": "Please fill out this field.",
34
+ "checkbox": "Please check this box if you want to proceed.",
35
+ "select": "Please select an option.",
36
+ "radio": "Please select an option."
37
+ }
38
38
  };
39
39
  jQuery.webshims.formcfg.en = {
40
- numberFormat: {
40
+ "numberFormat": {
41
41
  ".": ".",
42
42
  ",": ","
43
43
  },
44
- numberSigns: '.',
45
- dateSigns: '/',
46
- timeSigns: ":. ",
47
- dFormat: "/",
48
- patterns: {
49
- d: "mm/dd/yy"
44
+ "numberSigns": ".-",
45
+ "dateSigns": "/",
46
+ "timeSigns": ":. ",
47
+ "dFormat": "/",
48
+ "patterns": {
49
+ "d": "mm/dd/yy"
50
50
  },
51
- date: {
51
+ "month": {
52
+ "currentText": "This month"
53
+ },
54
+ "week": {
55
+ "currentText": "This week"
56
+ },
57
+ "date": {
52
58
  "closeText": "Done",
59
+ "clear": "Clear",
53
60
  "prevText": "Prev",
54
61
  "nextText": "Next",
55
62
  "currentText": "Today",
56
- "monthNames": ["January","February","March","April","May","June","July","August","September","October","November","December"],
57
- "monthNamesShort": ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],
58
- "dayNames": ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
59
- "dayNamesShort": ["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],
60
- "dayNamesMin": ["Su","Mo","Tu","We","Th","Fr","Sa"],
63
+ "monthNames": [
64
+ "January",
65
+ "February",
66
+ "March",
67
+ "April",
68
+ "May",
69
+ "June",
70
+ "July",
71
+ "August",
72
+ "September",
73
+ "October",
74
+ "November",
75
+ "December"
76
+ ],
77
+ "monthNamesShort": [
78
+ "Jan",
79
+ "Feb",
80
+ "Mar",
81
+ "Apr",
82
+ "May",
83
+ "Jun",
84
+ "Jul",
85
+ "Aug",
86
+ "Sep",
87
+ "Oct",
88
+ "Nov",
89
+ "Dec"
90
+ ],
91
+ "dayNames": [
92
+ "Sunday",
93
+ "Monday",
94
+ "Tuesday",
95
+ "Wednesday",
96
+ "Thursday",
97
+ "Friday",
98
+ "Saturday"
99
+ ],
100
+ "dayNamesShort": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
101
+ "dayNamesMin": ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
61
102
  "weekHeader": "Wk",
62
103
  "firstDay": 0,
63
104
  "isRTL": false,
64
105
  "showMonthAfterYear": false,
65
106
  "yearSuffix": ""
66
- }
67
107
  };
@@ -0,0 +1,74 @@
1
+ //errormessages for en are already included in webshims core, this is only for information (by default en is equal to jQuery.webshims.validityMessages[""]):
2
+
3
+ jQuery.webshims.validityMessages.lt = {
4
+ "typeMismatch": {
5
+ "defaultMessage": "Prašom įvesti teisingą reikšmę.",
6
+ "email": "Prašom įvesti el. pašto adresą.",
7
+ "url": "Prašom įvesti nuorodą (URL).",
8
+ "number": "Prašom įvesti skaičių.",
9
+ "date": "Prašom įvesti datą.",
10
+ "time": "Prašom įvesti laiką.",
11
+ "range": "Neteisingas skaičių rėžis.",
12
+ "month": "Prašom įvesti mėnesį.",
13
+ "datetime-local": "Prašom įvesti datą ir laiką."
14
+ },
15
+ "rangeUnderflow": {
16
+ "defaultMessage": "Reikšmė privalo būti didesnė arba lygi {%min}.",
17
+ "date": "Data turi būti ne ankstesnė negu {%min}.",
18
+ "time": "Laikas turi būti ne ankstesnis negu {%min}.",
19
+ "datetime-local": "Data ir laikas turi būti ne ankstesni negu {%min}.",
20
+ "month": "Mėnuo turi būti {%min} arba vėlesnis."
21
+ },
22
+ "rangeOverflow": {
23
+ "defaultMessage": "Reikšmė privalo būti mažesnė arba lygi {%max}.",
24
+ "date": "Data turi būti ne vėlesnė negu {%max}.",
25
+ "time": "Laikas turi būti ne vėlesnis negu {%max}.",
26
+ "datetime-local": "Data ir laikas turi būti ne vėlesni negu {%max}.",
27
+ "month": "Mėnuo turi būti {%max} arba ankstesnis."
28
+ },
29
+ "stepMismatch": "Neteisinga reikšmė.",
30
+ "tooLong": "Prašom įvesti ne daugiau negu {%maxlength} simbolių. Jūs įvedėte {%valueLen}.",
31
+ "patternMismatch": "Neteisinga lauko {%title} reikšmė.",
32
+ "valueMissing": {
33
+ "defaultMessage": "Šis laukas yra privalomas.",
34
+ "checkbox": "Prašome pažymėti šį žymimąjį laukelį, jis yra privalomas.",
35
+ "select": "Prašom pasirinkti reikšmę iš sąrašo.",
36
+ "radio": "Prašom pasirinkti vieną iš reikšmių."
37
+ }
38
+ };
39
+ //for IE
40
+ jQuery.webshims.validityMessages['lt-LT'] = jQuery.webshims.validityMessages.lt;
41
+
42
+ jQuery.webshims.formcfg.lt = {
43
+ numberFormat: {
44
+ ".": ".",
45
+ ",": ","
46
+ },
47
+ numberSigns: '.',
48
+ dateSigns: '.',
49
+ timeSigns: ":. ",
50
+ dFormat: ".",
51
+ patterns: {
52
+ d: "yy.mm.dd"
53
+ },
54
+ "month": {
55
+ "currentText": "šį mėnesį"
56
+ },
57
+ date: {
58
+ "closeText": "Uždaryti",
59
+ "clear": "Tuštinti",
60
+ "prevText": "Atgal",
61
+ "nextText": "Kitas",
62
+ "currentText": "Šiandien",
63
+ "monthNames": ["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"],
64
+ "monthNamesShort": ["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gruo"],
65
+ "dayNames": ["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis"],
66
+ "dayNamesShort": ["Sek","Pir","Ant","Tre","Ket","Pen","Šeš"],
67
+ "dayNamesMin": ["S","P","A","T","K","Pn","Š"],
68
+ "weekHeader": "Sav.",
69
+ "firstDay": 1,
70
+ "isRTL": false,
71
+ "showMonthAfterYear": true,
72
+ "yearSuffix": ""
73
+ }
74
+ };
@@ -0,0 +1,121 @@
1
+ Change Log
2
+ ______________
3
+ 1.1.6
4
+ Corrected bug preventing selections inside input values in some browsers - the onselectstart function no longer captures on input boxes.
5
+ Added support for up/down arrow adjustments of the currently focused input box making the picker more keyboard friendly.
6
+ Added ticks around the backgroundImage assignments to correct for paths with whitespace.
7
+
8
+ 1.1.5
9
+ Corrected Color object constructor to allow setting of the "alpha" value as per the documentation which previously didn't work.
10
+ Added support for translucency for quickList colors with checkered background - Only available if "alphaSupport" is enabled.
11
+ Restricted default color to "alpha" of 255 if "alphaSupport" is disabled - It will now assign an explicit alpha of 255 when disabled.
12
+ Added new setting variable "alphaPrecision" which indicates the number of decimal points to allow in the alpha percentage display - Now defaults to 0.
13
+
14
+ 1.1.4
15
+ Changed "alpha" range from 0-100 to 0-255 to correct truncating and rounding errors caused by attempting to get an integer percentage that matches a hex value.
16
+ "alpha" percentage display will now show up to 1 decimal point for more accurate representation of "alpha" value.
17
+ Color object now accepts "alpha" values in a range of 0-255 and also returns the same when getting the "alpha" value. You will need to run ((alpha * 100) / 255) to retrieve a percentage value.
18
+ Reworked the table layout and labels to remove the need for the label to reference the radio input box. This reduces injected code and removes the need to generate unique ids on the radio buttons.
19
+ Transparent/invisible caret on NULL color is now corrected - uses the same caret color as a white color.
20
+ Setting a binded input value of "" or no value attribute will now create a NULL color on initialization instead of the settings default color.
21
+ Added a dynamic, invisible "iframe" behind a dialog picker in all browsers that fail jQuery.support.boxModel (currently IE <= 7 Quirks Mode). This prevents "select" box from showing through the picker.
22
+
23
+ 1.1.3
24
+ Now adding popup color pickers to document.body instead of inline with the popup control. This corrects issues with the picker not showing beyond a relative container scope.
25
+ No longer need to hide popup icon in Internet Explorer for picker elements lower in the DOM than the currently active one since the picker itself is attached to document.body (it is always higher in the DOM now).
26
+ Popup pickers are now bring-to-front selectable. Clicking on the picker will bring it above all other pickers on the page instead of having to drag one out from underneath another.
27
+ Corrected jPicker.List/setTimeout bug which allowed an instance to bind to the List in an order other than the order the initialization function was called.
28
+ Added a updateInputColor option (default true) to allow for a binded input field that does not automatically update its background/text color.
29
+
30
+ 1.1.2
31
+ Reworked the find methods and contexts for element searches. Now using ":first" instead of ".eq(0)" to take advantage of early out searches. Much faster initialization of the picker, on the order of 6 times.
32
+ Now using setTimeout for calling visual updates. Dramatically improved marker dragging in all browsers. Reduces blocking as re-rendering is internal to the browser and independent of the other javascript still in progress.
33
+ Marker updates can now cancel a previous valueChanged event when a new mouseMove event comes in. IE8 marker dragging is still slower, much over 5 times faster than it was.
34
+ Reworked entire quickPick list creation. It now adds up source code and does a single "html" method instead of multiple "append" methods. This is a large part of the speed increase on initialization.
35
+ The vast majority of all running scripts on both initialization and dragging is now occupied altering the style rules and finding elements (init only) instead of jPicker code.
36
+ All methods previously called with global context now use the "call" method for using the context of the class running the method. "this" in a callback is now the DOM node (jQuery style) and jPicker instead of "window".
37
+ Added "effects" section of window settings to allow different show/hide effects and durations.
38
+ Removed change log and read me from the full source code to separate files (ChangeLog.txt and ReadMe.txt) and an HTML demonstration/documentation page (Example.txt).
39
+
40
+ 1.1.1
41
+ Correct IE exception caused by attempting to set "#transparent" to CSS background-color.
42
+
43
+ 1.1.0
44
+ Reworked nearly the entire plugin including the internal and external event model, bindings, DOM searches, classes, and overall presentation.
45
+ The Color object now supports a changed event that you can bind to (or just bind to the picker events still included).
46
+ Event order has been reversed, instead of a change event on the map/bar/text fields updating the display, they now update the Color object which then fires the events that update the display.
47
+ alphaSupport re-implemented by request - default behavior is off.
48
+ Hex code now only 6 characters again.
49
+ Color object can now have its value changed from code, using the "val" method, and it will fire all events necessary to update the display.
50
+ Removed all "get_*" methods from the color object, instead opting for a single "val" method for getting and setting, more in line with familiar jQuery methods.
51
+ Better rendering for all IE versions in Quirks mode.
52
+
53
+ 1.0.13
54
+ Updated transparency algorithm for red/green/blue color modes. The algorithm from John Dyers' color picker was close but incorrect. Bar colors are now pixel perfect with the new algorithm.
55
+ Changed from using "background-position" on the color maps to an element of full height using the "top" attribute for image-map location using "overflow: hidden" to hide overdraw.
56
+ IE7/8 ignores opacity on elements taller than 4096px. Image maps therefore no longer include a blank first map so the Bar is just under 4096. Blank is now accomplished by setting the "top" setting to below the map display.
57
+ New colorBar picker image that does not draw outside of the element since the elements now hide overdraw.
58
+ Added IE5.5/6 support for the picker. This is why it now uses maps of full height and the "top" attribute for map locations.
59
+ Moved the images in the maps to 4 pixels apart from each other. IE7/8 change the first pixel of the bottom-border of 2px to partially transparent showing a portion of a different color map without this.
60
+
61
+ 1.0.12
62
+ Added minified CSS file.
63
+ Added IE7/8 Quirks Mode support.
64
+ Added configurable string constants for all text and tooltips. You can now change the default values for different languages.
65
+ Privatized the RGBA values in the Color object for better NULL handling. YOU MUST USE THE NEW GET FUNCTIONS TO ACCESS THE COLOR PROPERTIES.
66
+ Better NULL color handling and an additional "No Color Selected" quick pick color.
67
+ More consistent behavior across multiple versions of browsers.
68
+ Added alpha response to the binded color picker icon.
69
+ Removed "alphaSupport" variable. It is now always supported.
70
+
71
+ 1.0.11b
72
+ Corrected NULL behavior in IE. jQuery was getting an exception when attempting to assign a backgroundColor style of '#'. Now assigns 'transparent' if color is NULL.
73
+ Can now create new Color object WITH OR WITHOUT the '#' prefix.
74
+
75
+ 1.0.11
76
+ Added ability for NULL colors (delete the hex value). Color will be returned as color.hex == ''. Can set the default color to an empty hex string as well.
77
+ cancelCallback now returns the original color for use in programming responses.
78
+
79
+ 1.0.10
80
+ Corrected table layout and tweaked display for more consisent presentation. Nice catch from Jonathan Pasquier.
81
+
82
+ 1.0.9
83
+ Added optional title variable for each jPicker window.
84
+
85
+ 1.0.8
86
+ Moved all images into a few sprites - now using backgroundPosition to change color maps and bars instead of changing the image - this should be faster to download and run.
87
+
88
+ 1.0.7
89
+ RENAMED CSS FILE TO INCLUDE VERSION NUMBER!!! YOU MUST USE THIS VERSIONED CSS FILE!!! There will be no need to do your own CSS version number increments from now on.
90
+ Added opacity feedback to color preview boxes.
91
+ Removed reliance on "id" value of containing object. Subobjects are now found by class and container instead of id's. This drastically reduces injected code.
92
+ Removed (jQuery).jPicker.getListElementById(id) function since "id" is no longer incorporated or required.
93
+
94
+ 1.0.6
95
+ Corrected picker bugs introduced with 1.0.5.
96
+ Removed alpha slider bar until activated - default behavior for alpha is now OFF.
97
+ Corrected Color constructor bug not allowing values of 0 for initial value (it was evaluating false and missing the init code - Thanks Pavol).
98
+ Removed title tags (tooltips) from color maps and bars - They get in the way in some browsers (e.g. IE - dragging marker does NOT prevent or hide the tooltip).
99
+ THERE WERE CSS FILE CHANGES WITH THIS UPDATE!!! IF YOU USE NEVER-EXPIRE HEADERS, YOU WILL NEED TO INCREMENT YOUR CSS FILE VERSION NUMBER!!!
100
+
101
+ 1.0.5
102
+ Added opacity support to picker and color/callback methods. New property "a" (alpha - range from 0-100) in all color objects now - defaults to 100% opaque. (Thank you Pavol)
103
+ Added title attributes to input elements - gives short tooltip directions on what button or field does.
104
+ Commit callback used to fire on control initialization (twice actually) - This has been corrected, it does not fire on initialization.
105
+ THERE WERE CSS FILE CHANGES WITH THIS UPDATE!!! IF YOU USE NEVER-EXPIRE HEADERS, YOU WILL NEED TO INCREMENT YOUR CSS FILE VERSION NUMBER!!!
106
+
107
+ 1.0.4
108
+ Added ability for smaller picker icon with expandable window on any DOM element (not just input).
109
+ "draggable" property renamed to "expandable" and its scope increased to create small picker icon or large static picker.
110
+
111
+ 1.0.3
112
+ Added cancelCallback function for registering an external function when user clicks cancel button. (Thank you Jeff and Pavol)
113
+
114
+ 1.0.2
115
+ Random bug fixes - speed concerns.
116
+
117
+ 1.0.1
118
+ Corrected closure based memeory leak - there may be others?
119
+
120
+ 1.0.0
121
+ First Release.