old_sql 1.12.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (263) hide show
  1. data/public/javascripts/old_sql/MochiKit-1.4.2/Changes +362 -0
  2. data/public/javascripts/old_sql/MochiKit-1.4.2/LICENSE.txt +69 -0
  3. data/public/javascripts/old_sql/MochiKit-1.4.2/MANIFEST +179 -0
  4. data/public/javascripts/old_sql/MochiKit-1.4.2/META.json +17 -0
  5. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Async.html +814 -0
  6. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Base.html +1703 -0
  7. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Color.html +755 -0
  8. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/DOM.html +1197 -0
  9. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/DateTime.html +168 -0
  10. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/DragAndDrop.html +187 -0
  11. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Format.html +300 -0
  12. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Iter.html +524 -0
  13. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Logging.html +420 -0
  14. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/LoggingPane.html +142 -0
  15. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Position.html +38 -0
  16. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Selector.html +240 -0
  17. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Signal.html +508 -0
  18. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Sortable.html +244 -0
  19. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Style.html +385 -0
  20. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/VersionHistory.html +384 -0
  21. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/Visual.html +1161 -0
  22. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/html/MochiKit/index.html +447 -0
  23. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/js/toc.js +113 -0
  24. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Async.rst +767 -0
  25. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Base.rst +1445 -0
  26. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Color.rst +651 -0
  27. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/DOM.rst +1143 -0
  28. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/DateTime.rst +145 -0
  29. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/DragAndDrop.rst +197 -0
  30. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Format.rst +258 -0
  31. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Iter.rst +454 -0
  32. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Logging.rst +348 -0
  33. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/LoggingPane.rst +128 -0
  34. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Position.rst +26 -0
  35. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Selector.rst +203 -0
  36. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Signal.rst +498 -0
  37. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Sortable.rst +186 -0
  38. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Style.rst +353 -0
  39. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/VersionHistory.rst +362 -0
  40. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/Visual.rst +895 -0
  41. data/public/javascripts/old_sql/MochiKit-1.4.2/doc/rst/MochiKit/index.rst +83 -0
  42. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/ajax_tables/ajax_tables.css +69 -0
  43. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/ajax_tables/ajax_tables.js +401 -0
  44. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/ajax_tables/domains.json +10 -0
  45. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/ajax_tables/domains.xml +40 -0
  46. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/ajax_tables/index.html +96 -0
  47. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/color_wheel/color_wheel.css +4 -0
  48. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/color_wheel/color_wheel.js +95 -0
  49. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/color_wheel/index.html +31 -0
  50. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/dnd_sortable.css +23 -0
  51. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/dropmarker.png +0 -0
  52. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/icon.png +0 -0
  53. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/index.html +54 -0
  54. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/sortable2_test.html +150 -0
  55. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/sortable3_test.html +42 -0
  56. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/sortable4_test.html +90 -0
  57. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/sortable5_test.html +29 -0
  58. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/sortable_test.html +38 -0
  59. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/dnd_sortable/sortable_tree_test.html +189 -0
  60. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/draggable/draggable.css +28 -0
  61. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/draggable/draggable.js +73 -0
  62. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/draggable/index.html +38 -0
  63. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_bigslide.html +36 -0
  64. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_blind.html +65 -0
  65. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_blindslide.html +31 -0
  66. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_combi.css +18 -0
  67. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_fadeappear.html +61 -0
  68. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_grow_shrink.html +38 -0
  69. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_onload.html +67 -0
  70. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_queue.html +67 -0
  71. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_queue_limit.html +30 -0
  72. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_scroll.html +483 -0
  73. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/effects_slide.html +62 -0
  74. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/full.html +71 -0
  75. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/icon.png +0 -0
  76. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/effects/index.html +150 -0
  77. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/interpreter/index.html +88 -0
  78. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/interpreter/interpreter.css +54 -0
  79. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/interpreter/interpreter.js +373 -0
  80. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/key_events/index.html +78 -0
  81. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/key_events/key_events.css +5 -0
  82. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/key_events/key_events.js +85 -0
  83. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/logging_pane/index.html +46 -0
  84. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/logging_pane/logging_pane.css +78 -0
  85. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/logging_pane/logging_pane.js +11 -0
  86. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/mochiregexp/index.html +74 -0
  87. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/mochiregexp/mochiregexp.css +73 -0
  88. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/mochiregexp/mochiregexp.js +125 -0
  89. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/mouse_events/index.html +88 -0
  90. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/mouse_events/mouse_events.css +17 -0
  91. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/mouse_events/mouse_events.js +59 -0
  92. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/rounded_corners/index.html +28 -0
  93. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/rounded_corners/rounded_corners.css +3 -0
  94. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/rounded_corners/rounded_corners.js +19 -0
  95. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/simple_dnd/dnd_boxes.html +45 -0
  96. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/simple_dnd/dnd_full.html +119 -0
  97. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/simple_dnd/dnd_ghost.html +40 -0
  98. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/simple_dnd/dnd_hoverclass.html +43 -0
  99. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/simple_dnd/dnd_scroll.html +91 -0
  100. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/simple_dnd/dnd_snap.html +54 -0
  101. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/simple_dnd/index.html +93 -0
  102. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/simple_dnd/simple_dnd.css +64 -0
  103. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/sortable_tables/index.html +71 -0
  104. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/sortable_tables/sortable_tables.css +66 -0
  105. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/sortable_tables/sortable_tables.js +203 -0
  106. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/SyntaxHighlighter.css +177 -0
  107. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/Tests.html +339 -0
  108. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/shBrushCSharp.js +30 -0
  109. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/shBrushDelphi.js +31 -0
  110. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/shBrushJScript.js +22 -0
  111. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/shBrushPhp.js +23 -0
  112. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/shBrushPython.js +71 -0
  113. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/shBrushSql.js +40 -0
  114. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/shBrushVb.js +29 -0
  115. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/shBrushXml.js +61 -0
  116. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/lib/SyntaxHighlighter/shCore.js +622 -0
  117. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/view-source.css +1 -0
  118. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/view-source.html +19 -0
  119. data/public/javascripts/old_sql/MochiKit-1.4.2/examples/view-source/view-source.js +70 -0
  120. data/public/javascripts/old_sql/MochiKit-1.4.2/include/_img/bg_docheader.gif +0 -0
  121. data/public/javascripts/old_sql/MochiKit-1.4.2/include/_img/g_bullet.gif +0 -0
  122. data/public/javascripts/old_sql/MochiKit-1.4.2/include/_img/g_logo_doc.gif +0 -0
  123. data/public/javascripts/old_sql/MochiKit-1.4.2/include/css/documentation.css +130 -0
  124. data/public/javascripts/old_sql/MochiKit-1.4.2/include/css/general.css +48 -0
  125. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Async.js +682 -0
  126. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Base.js +1489 -0
  127. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Color.js +863 -0
  128. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/DOM.js +1256 -0
  129. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/DateTime.js +222 -0
  130. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/DragAndDrop.js +793 -0
  131. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Format.js +304 -0
  132. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Iter.js +844 -0
  133. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Logging.js +315 -0
  134. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/LoggingPane.js +353 -0
  135. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/MochiKit.js +188 -0
  136. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/MockDOM.js +115 -0
  137. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Position.js +236 -0
  138. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Selector.js +415 -0
  139. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Signal.js +897 -0
  140. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Sortable.js +589 -0
  141. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Style.js +594 -0
  142. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Test.js +162 -0
  143. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/Visual.js +2026 -0
  144. data/public/javascripts/old_sql/MochiKit-1.4.2/lib/MochiKit/__package__.js +18 -0
  145. data/public/javascripts/old_sql/MochiKit-1.4.2/packed/MochiKit/MochiKit.js +7829 -0
  146. data/public/javascripts/old_sql/MochiKit-1.4.2/packed/MochiKit/__package__.js +6 -0
  147. data/public/javascripts/old_sql/MochiKit-1.4.2/packed/MochiKit/customize.html +251 -0
  148. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/FakeJSAN.js +40 -0
  149. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/SimpleTest/SimpleTest.js +381 -0
  150. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/SimpleTest/TestRunner.js +159 -0
  151. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/SimpleTest/test.css +28 -0
  152. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/cli.js +6 -0
  153. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/index.html +25 -0
  154. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/standalone.js +16 -0
  155. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_Base.js +577 -0
  156. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_Color.js +137 -0
  157. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_DateTime.js +52 -0
  158. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_DragAndDrop.js +30 -0
  159. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_Format.js +89 -0
  160. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_Iter.js +186 -0
  161. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_Logging.js +88 -0
  162. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Async.html +408 -0
  163. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Async.json +1 -0
  164. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Base.html +34 -0
  165. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Color.html +84 -0
  166. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-DOM-Safari.html +48 -0
  167. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-DOM.html +363 -0
  168. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-DateTime.html +39 -0
  169. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-DragAndDrop.html +54 -0
  170. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Format.html +39 -0
  171. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Iter.html +38 -0
  172. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-JSAN.html +32 -0
  173. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Logging.html +40 -0
  174. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-MochiKit.html +18 -0
  175. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Selector.html +295 -0
  176. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Signal.html +43 -0
  177. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Style.html +223 -0
  178. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_MochiKit-Visual.html +197 -0
  179. data/public/javascripts/old_sql/MochiKit-1.4.2/tests/test_Signal.js +481 -0
  180. data/public/javascripts/old_sql/plotkit-0.9.1/COPYING +28 -0
  181. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/Base.js +406 -0
  182. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/Canvas.js +683 -0
  183. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/EasyPlot.js +161 -0
  184. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/Layout.js +756 -0
  185. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/PlotKit.js +151 -0
  186. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/PlotKit_Packed.js +2177 -0
  187. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/SVG.js +705 -0
  188. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/SweetCanvas.js +348 -0
  189. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/SweetSVG.js +247 -0
  190. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/dummy.svg +9 -0
  191. data/public/javascripts/old_sql/plotkit-0.9.1/PlotKit/excanvas.js +723 -0
  192. data/public/javascripts/old_sql/plotkit-0.9.1/README +1 -0
  193. data/public/javascripts/old_sql/plotkit-0.9.1/doc/MochiKitAdditions.html +2 -0
  194. data/public/javascripts/old_sql/plotkit-0.9.1/doc/MochiKitAdditions.txt +2 -0
  195. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.Base.html +302 -0
  196. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.Base.txt +139 -0
  197. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.Canvas.html +172 -0
  198. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.Canvas.txt +81 -0
  199. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.EasyPlot.html +155 -0
  200. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.EasyPlot.txt +50 -0
  201. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.Layout.html +428 -0
  202. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.Layout.txt +330 -0
  203. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.QuickStart.html +368 -0
  204. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.QuickStart.txt +256 -0
  205. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.Renderer.html +436 -0
  206. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.Renderer.txt +299 -0
  207. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SVG.html +159 -0
  208. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SVG.txt +64 -0
  209. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SweetCanvas.html +131 -0
  210. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SweetCanvas.txt +34 -0
  211. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SweetSVG.html +131 -0
  212. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SweetSVG.txt +34 -0
  213. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.html +334 -0
  214. data/public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.txt +151 -0
  215. data/public/javascripts/old_sql/plotkit-0.9.1/doc/SVGCanvasCompat.html +304 -0
  216. data/public/javascripts/old_sql/plotkit-0.9.1/doc/SVGCanvasCompat.txt +144 -0
  217. data/public/javascripts/old_sql/plotkit-0.9.1/doc/barsample.png +0 -0
  218. data/public/javascripts/old_sql/plotkit-0.9.1/doc/black.png +0 -0
  219. data/public/javascripts/old_sql/plotkit-0.9.1/doc/blue.png +0 -0
  220. data/public/javascripts/old_sql/plotkit-0.9.1/doc/cyan.png +0 -0
  221. data/public/javascripts/old_sql/plotkit-0.9.1/doc/doc.css +62 -0
  222. data/public/javascripts/old_sql/plotkit-0.9.1/doc/generate.py +37 -0
  223. data/public/javascripts/old_sql/plotkit-0.9.1/doc/green.png +0 -0
  224. data/public/javascripts/old_sql/plotkit-0.9.1/doc/orange.png +0 -0
  225. data/public/javascripts/old_sql/plotkit-0.9.1/doc/piesample.png +0 -0
  226. data/public/javascripts/old_sql/plotkit-0.9.1/doc/purple.png +0 -0
  227. data/public/javascripts/old_sql/plotkit-0.9.1/doc/red.png +0 -0
  228. data/public/javascripts/old_sql/plotkit-0.9.1/scripts/custom_rhino.jar +0 -0
  229. data/public/javascripts/old_sql/plotkit-0.9.1/scripts/pack.py +58 -0
  230. data/public/javascripts/old_sql/plotkit-0.9.1/tests/axis.html +31 -0
  231. data/public/javascripts/old_sql/plotkit-0.9.1/tests/basic.html +25 -0
  232. data/public/javascripts/old_sql/plotkit-0.9.1/tests/basic.js +143 -0
  233. data/public/javascripts/old_sql/plotkit-0.9.1/tests/debug.html +56 -0
  234. data/public/javascripts/old_sql/plotkit-0.9.1/tests/demo-svg.html +58 -0
  235. data/public/javascripts/old_sql/plotkit-0.9.1/tests/demo-svg.js +133 -0
  236. data/public/javascripts/old_sql/plotkit-0.9.1/tests/demo.html +57 -0
  237. data/public/javascripts/old_sql/plotkit-0.9.1/tests/demo.js +136 -0
  238. data/public/javascripts/old_sql/plotkit-0.9.1/tests/dynamic.html +161 -0
  239. data/public/javascripts/old_sql/plotkit-0.9.1/tests/img/firefox.png +0 -0
  240. data/public/javascripts/old_sql/plotkit-0.9.1/tests/img/konqueror.png +0 -0
  241. data/public/javascripts/old_sql/plotkit-0.9.1/tests/img/mozilla.ico +0 -0
  242. data/public/javascripts/old_sql/plotkit-0.9.1/tests/img/msie.gif +0 -0
  243. data/public/javascripts/old_sql/plotkit-0.9.1/tests/img/opera.ico +0 -0
  244. data/public/javascripts/old_sql/plotkit-0.9.1/tests/img/safari.gif +0 -0
  245. data/public/javascripts/old_sql/plotkit-0.9.1/tests/labels-img.html +38 -0
  246. data/public/javascripts/old_sql/plotkit-0.9.1/tests/labels.html +43 -0
  247. data/public/javascripts/old_sql/plotkit-0.9.1/tests/prototype_compat.html +28 -0
  248. data/public/javascripts/old_sql/plotkit-0.9.1/tests/quickstart-easy.html +29 -0
  249. data/public/javascripts/old_sql/plotkit-0.9.1/tests/quickstart-horiz.html +53 -0
  250. data/public/javascripts/old_sql/plotkit-0.9.1/tests/quickstart-neg.html +29 -0
  251. data/public/javascripts/old_sql/plotkit-0.9.1/tests/quickstart-svg.html +61 -0
  252. data/public/javascripts/old_sql/plotkit-0.9.1/tests/quickstart.html +57 -0
  253. data/public/javascripts/old_sql/plotkit-0.9.1/tests/sample.txt +6 -0
  254. data/public/javascripts/old_sql/plotkit-0.9.1/tests/svg-sweet.html +29 -0
  255. data/public/javascripts/old_sql/plotkit-0.9.1/tests/svg-sweet.js +141 -0
  256. data/public/javascripts/old_sql/plotkit-0.9.1/tests/svg.html +26 -0
  257. data/public/javascripts/old_sql/plotkit-0.9.1/tests/svg.js +147 -0
  258. data/public/javascripts/old_sql/plotkit-0.9.1/tests/sweet.html +24 -0
  259. data/public/javascripts/old_sql/plotkit-0.9.1/tests/sweet.js +89 -0
  260. data/public/javascripts/old_sql/plotkit-0.9.1/tests/tests.css +66 -0
  261. data/public/javascripts/old_sql/plotkit-0.9.1/tests/testsvg.html +20 -0
  262. data/public/javascripts/old_sql/plotkit-0.9.1/tests/testsvg.js +31 -0
  263. metadata +264 -2
@@ -0,0 +1,362 @@
1
+ 2008-11-27 v1.4.2 (bug fix release)
2
+
3
+ - Changed default packed version to contain all modules (since easy
4
+ customization is now available).
5
+ - More fixes in MochiKit.Style.getElementDimensions for IE and hidden
6
+ elements (#325).
7
+ - Fixed issue in MochiKit.Style.getViewportDimensions when called within the
8
+ document HEAD.
9
+ - Fixed MochiKit.DOM.coerceToDOM() handling of arrays when MochiKit.Iter
10
+ is not loaded (#328).
11
+
12
+ 2008-11-02 v1.4.1 (bug fix release)
13
+
14
+ - Added export of deprecated MochiKit.DOM.computedStyle function (#324).
15
+ - Fixed issue in MochiKit.Style.getElementDimensions when elements are
16
+ hidden due to CSS class definitions (#325).
17
+ - Moved makePositioned, undoPositioned, makeClipping and undoClipping
18
+ from MochiKit.DOM to MochiKit.Style due to circular dependency (#327).
19
+ - Fixed makeClipping and undoClipping to handle overflow-x and overflow-y
20
+ styles correctly (#326).
21
+ - Fixed issue with Event.relatedTarget() sometimes returning XUL elements
22
+ in Mozilla-based browsers (#322).
23
+
24
+ 2008-10-21 v1.4
25
+
26
+ - Added pt_BR to MochiKit.Format.LOCALE.
27
+ - MochiKit.Async now sets the "X-Requested-With: XMLHttpRequest" header,
28
+ a de facto standard (Prototype, jQuery, Mootools).
29
+ - MochiKit.Signal custom handlers no longer cause callbacks to get re-bound to
30
+ the source if they were previously bound.
31
+ - Fixed MochiKit.Signal.signal re-entrancy bug that could cause recently
32
+ disconnected slots to get signaled.
33
+ - MochiKit.Base.evalJSON will now evaluate JSON that is wrapped in a
34
+ ``/* comment block */``.
35
+ - MochiKit.Color's HSV to RGB conversion code fixed to return the correct
36
+ value (hsv.v for RGB values) in cases where saturation === 0.
37
+ - doXHR workaround for a Mozilla bug when calling XMLHttpRequest in certain
38
+ situations. Always wraps call in a callLater(0, doXHR, url, opts).
39
+ - parseQueryString will now parse values with embedded "="
40
+ - Workaround for a Safari DOM crash when using MochiKit.Iter.list.
41
+ http://bugs.webkit.org/show_bug.cgi?id=12191
42
+ - New removeNodeAttribute function in MochiKit.DOM.
43
+ - MochiKit.Async.doXHR and dependent functions now accept 201 CREATED and
44
+ 204 NO CONTENT as valid.
45
+ - MochiKit.DOM.formContents now treats option tags the same way that
46
+ form posts do in the case of missing and empty string value attributes,
47
+ even in IE.
48
+ - MochiKit.Base.queryString now accepts third queryString([names, values])
49
+ form.
50
+ - MochiKit.DOM.formContents now defaults to document.body if no element is
51
+ given.
52
+ - New MochiKit.Selector module (still somewhat experimental)
53
+ - MochiKit.LoggingPane fixes for Internet Explorer
54
+ - MochiKit.DOM now creates XHTML nodes in XUL documents.
55
+ - MochiKit.LoggingPane now works on pages with '#' in the URL on IE
56
+ - New MochiKit.Async.doXHR as a convenient method for doing custom
57
+ XMLHttpRequests (e.g. extra headers, overrideMimeType, etc.)
58
+ - New __connect__ protocol for MochiKit.Signal.connect source notifications
59
+ - Added colSpan, bgColor to the list of DOM renames for Internet Explorer
60
+ - New MochiKit.Signal.disconnectAllTo function
61
+ - MochiKit.Base.parseQueryString now accepts leading question mark
62
+ - New MochiKit.Base.values function
63
+ - Fixed MochiKit.Signal.disconnect when called from a signal handler invoked
64
+ by MochiKit.Signal.signal
65
+ - parseQueryString now splits on HTML entities equivalent to ampersand as well
66
+ - Better XHTML compatibility (removed obvious cases where uppercase tagName or
67
+ nodeName was assumed)
68
+ - MochiKit.Base.queryString now handles array values in the same way HTML
69
+ forms handle multiple elements of the same name.
70
+ - MochiKit.Base.parseQueryString now returns {} for empty query string instead
71
+ of {"": "undefined"}
72
+ - MochiKit.DOM.formContents now handles option value="" correctly.
73
+ - MochiKit.DOM now checks for undefined className.
74
+ - MochiKit.Iter.groupby() now uses compare() to group rather than == and !=
75
+ - serializeJSON no longer serializes undefined, as per the JSON spec
76
+ - Fixed an infinite recursion bug in serializeJSON if an adapter
77
+ returns the object itself.
78
+ - Fixed vertical tab and control char encoding in serializeJSON (#313).
79
+ - New MochiKit.Base.operator.seq and sne to support strict comparison
80
+ - MochiKit.Base.isArrayLike no longer returns true for DOM text nodes
81
+ - Added readonly-readOnly to the list of DOM renames for Internet Explorer
82
+ - New MochiKit.Signal event method: confirmUnload (sets returnValue for
83
+ onbeforeunload)
84
+ - Fix interpreter help() function for Firefox and IE
85
+ - API version compatibility notes added
86
+ - New MochiKit.Base functions methodcaller and compose
87
+ - Support IE-based native console logging (Debugger, Atlas)
88
+ - Refactored style functions from MochiKit.DOM to MochiKit.Style
89
+ - MochiKit.Async.DeferredList is now a proper Deferred
90
+ - MochiKit.DOM.formContents now supports SELECT multiple tags
91
+ - Re-use StopIteration Error if the browser already has it
92
+ - Workaround IE type="" bug for INPUT elements
93
+ - Allow LoggingPane to work in IE with hyphen-containing URLs
94
+ - Replace percents for Safari native logging to avoid crashing
95
+ - New MochiKit.DOM.coerceToDOM .dom(node) / .__dom__(node) protocol
96
+ - MochiKit.DOM's MochiKit.Iter dependency is now optional
97
+ - Added expand all link to the documentation index
98
+ - Added MochiKit.DOM.isChildNode function.
99
+ - Added synthesizing for onmouseenter/onmouseleave
100
+ - Added animation functions and classes to MochiKit.Visual.
101
+ - Added MochiKit.Style.getElementDimensions support for calculating the
102
+ actual content size (without padding and borders).
103
+ - Added MochiKit.DOM.insertSiblingNodesBefore, getFirstElementByTagAndClassName,
104
+ getFirstParentByTagAndClassName, makeClipping, makePositioned,
105
+ undoClipping, undoPositioned and removeEmptyTextNodes functions.
106
+ - Added MochiKit.Base.bindLate, camelize, flattenArray, mean, median and
107
+ noop functions.
108
+ - New MochiKit.DragAndDrop module for drag and drop handling.
109
+ - New MochiKit.Sortable module for lists sortable with drag and drop.
110
+ - Changed MochiKit.Signal.connect to use late function binding also
111
+ for non-DOM signals (#307).
112
+ - Fixed MochiKit.Color.isColor when symbols not exported (#296).
113
+ - Added support for inclusion in SVG files (#290).
114
+ - Fixed rounding errors in MochiKit.Format.twoDigitFloat (#275).
115
+ - Fixed MochiKit.Logging to convert log levels to strings (#273).
116
+ - Fixed MochiKit.Iter.forEach and iextend for array-like objects with
117
+ and iter function (#268).
118
+
119
+ 2006-04-29 v1.3.1 (bug fix release)
120
+
121
+ - Fix sendXMLHttpRequest sendContent regression
122
+ - Internet Explorer fix in MochiKit.Logging (printfire exception)
123
+ - Internet Explorer XMLHttpRequest object leak fixed in MochiKit.Async
124
+
125
+ 2006-04-26 v1.3 "warp zone"
126
+
127
+ - IMPORTANT: Renamed MochiKit.Base.forward to forwardCall (for export)
128
+ - IMPORTANT: Renamed MochiKit.Base.find to findValue (for export)
129
+ - New MochiKit.Base.method as a convenience form of bind that takes the
130
+ object before the method
131
+ - New MochiKit.Base.flattenArguments for flattening a list of arguments to
132
+ a single Array
133
+ - Refactored MochiRegExp example to use MochiKit.Signal
134
+ - New key_events example demonstrating use of MochiKit.Signal's key handling
135
+ capabilities.
136
+ - MochiKit.DOM.createDOM API change for convenience: if attrs is a string,
137
+ null is used and the string will be considered the first node. This
138
+ allows for the more natural P("foo") rather than P(null, "foo").
139
+ - MochiKit Interpreter example refactored to use MochiKit.Signal and now
140
+ provides multi-line input and a help() function to get MochiKit function
141
+ signature from the documentation.
142
+ - Native Console Logging for the default MochiKit.Logging logger
143
+ - New MochiKit.Async.DeferredList, gatherResults, maybeDeferred
144
+ - New MochiKit.Signal example: draggable
145
+ - Added sanity checking to Deferred to ensure that errors happen when chaining
146
+ is used incorrectly
147
+ - Opera sendXMLHttpRequest fix (sends empty string instead of null by default)
148
+ - Fix a bug in MochiKit.Color that incorrectly generated hex colors for
149
+ component values smaller than 16/255.
150
+ - Fix a bug in MochiKit.Logging that prevented logs from being capped at a
151
+ maximum size
152
+ - MochiKit.Async.Deferred will now wrap thrown objects that are not instanceof
153
+ Error, so that the errback chain is used instead of the callback chain.
154
+ - MochiKit.DOM.appendChildNodes and associated functions now append iterables
155
+ in the correct order.
156
+ - New MochiKit-based SimpleTest test runner as a replacement for Test.Simple
157
+ - MochiKit.Base.isNull no longer matches undefined
158
+ - example doctypes changed to HTML4
159
+ - isDateLike no longer throws error on null
160
+ - New MochiKit.Signal module, modeled after the slot/signal mechanism in Qt
161
+ - updated elementDimensions to calculate width from offsetWidth instead
162
+ of clientWidth
163
+ - formContents now works with FORM tags that have a name attribute
164
+ - Documentation now uses MochiKit to generate a function index
165
+
166
+ 2006-01-26 v1.2 "the ocho"
167
+
168
+ - Fixed MochiKit.Color.Color.lighterColorWithLevel
169
+ - Added new MochiKit.Base.findIdentical function to find the index of an
170
+ element in an Array-like object. Uses === for identity comparison.
171
+ - Added new MochiKit.Base.find function to find the index of an element in
172
+ an Array-like object. Uses compare for rich comparison.
173
+ - MochiKit.Base.bind will accept a string for func, which will be immediately
174
+ looked up as self[func].
175
+ - MochiKit.DOM.formContents no longer skips empty form elements for Zope
176
+ compatibility
177
+ - MochiKit.Iter.forEach will now catch StopIteration to break
178
+ - New MochiKit.DOM.elementDimensions(element) for determining the width and
179
+ height of an element in the document
180
+ - MochiKit.DOM's initialization is now compatible with
181
+ HTMLUnit + JWebUnit + Rhino
182
+ - MochiKit.LoggingPane will now re-use a ``_MochiKit_LoggingPane`` DIV element
183
+ currently in the document instead of always creating one.
184
+ - MochiKit.Base now has operator.mul
185
+ - MochiKit.DOM.formContents correctly handles unchecked checkboxes that have
186
+ a custom value attribute
187
+ - Added new MochiKit.Color constructors fromComputedStyle and fromText
188
+ - MochiKit.DOM.setNodeAttribute should work now
189
+ - MochiKit.DOM now has a workaround for an IE bug when setting the style
190
+ property to a string
191
+ - MochiKit.DOM.createDOM now has workarounds for IE bugs when setting the
192
+ name and for properties
193
+ - MochiKit.DOM.scrapeText now walks the DOM tree in-order
194
+ - MochiKit.LoggingPane now sanitizes the window name to work around IE bug
195
+ - MochiKit.DOM now translates usemap to useMap to work around IE bug
196
+ - MochiKit.Logging is now resistant to Prototype's dumb Object.prototype hacks
197
+ - Added new MochiKit.DOM documentation on element visibility
198
+ - New MochiKit.DOM.elementPosition(element[, relativeTo={x: 0, y: 0}])
199
+ for determining the position of an element in the document
200
+ - Added new MochiKit.DOM createDOMFunc aliases: CANVAS, STRONG
201
+
202
+ 2005-11-14 v1.1
203
+
204
+ - Fixed a bug in numberFormatter with large numbers
205
+ - Massively overhauled documentation
206
+ - Fast-path for primitives in MochiKit.Base.compare
207
+ - New groupby and groupby_as_array in MochiKit.Iter
208
+ - Added iterator factory adapter for objects that implement iterateNext()
209
+ - Fixed isoTimestamp to handle timestamps with time zone correctly
210
+ - Added new MochiKit.DOM createDOMFunc aliases: SELECT, OPTION, OPTGROUP,
211
+ LEGEND, FIELDSET
212
+ - New MochiKit.DOM formContents and enhancement to queryString to support it
213
+ - Updated view_source example to use dp.SyntaxHighlighter 1.3.0
214
+ - MochiKit.LoggingPane now uses named windows based on the URL so that
215
+ a given URL will get the same LoggingPane window after a reload
216
+ (at the same position, etc.)
217
+ - MochiKit.DOM now has currentWindow() and currentDocument() context
218
+ variables that are set with withWindow() and withDocument(). These
219
+ context variables affect all MochiKit.DOM functionality (getElement,
220
+ createDOM, etc.)
221
+ - MochiKit.Base.items will now catch and ignore exceptions for properties
222
+ that are enumerable but not accessible (e.g. permission denied)
223
+ - MochiKit.Async.Deferred's addCallback/addErrback/addBoth
224
+ now accept additional arguments that are used to create a partially
225
+ applied function. This differs from Twisted in that the callback/errback
226
+ result becomes the *last* argument, not the first when this feature
227
+ is used.
228
+ - MochiKit.Async's doSimpleXMLHttpRequest will now accept additional
229
+ arguments which are used to create a GET query string
230
+ - Did some refactoring to reduce the footprint of MochiKit by a few
231
+ kilobytes
232
+ - escapeHTML to longer escapes ' (apos) and now uses
233
+ String.replace instead of iterating over every char.
234
+ - Added DeferredLock to Async
235
+ - Renamed getElementsComputedStyle to computedStyle and moved
236
+ it from MochiKit.Visual to MochiKit.DOM
237
+ - Moved all color support out of MochiKit.Visual and into MochiKit.Color
238
+ - Fixed range() to accept a negative step
239
+ - New alias to MochiKit.swapDOM called removeElement
240
+ - New MochiKit.DOM.setNodeAttribute(node, attr, value) which sets
241
+ an attribute on a node without raising, roughly equivalent to:
242
+ updateNodeAttributes(node, {attr: value})
243
+ - New MochiKit.DOM.getNodeAttribute(node, attr) which gets the value of
244
+ a node's attribute or returns null without raising
245
+ - Fixed a potential IE memory leak if using MochiKit.DOM.addToCallStack
246
+ directly (addLoadEvent did not leak, since it clears the handler)
247
+
248
+ 2005-10-24 v1.0
249
+
250
+ - New interpreter example that shows usage of MochiKit.DOM to make
251
+ an interactive JavaScript interpreter
252
+ - New MochiKit.LoggingPane for use with the MochiKit.Logging
253
+ debuggingBookmarklet, with logging_pane example to show its usage
254
+ - New mochiregexp example that demonstrates MochiKit.DOM and MochiKit.Async
255
+ in order to provide a live regular expression matching tool
256
+ - Added advanced number formatting capabilities to MochiKit.Format:
257
+ numberFormatter(pattern, placeholder="", locale="default") and
258
+ formatLocale(locale="default")
259
+ - Added updatetree(self, obj[, ...]) to MochiKit.Base, and changed
260
+ MochiKit.DOM's updateNodeAttributes(node, attrs) to use it when appropiate.
261
+ - Added new MochiKit.DOM createDOMFunc aliases: BUTTON, TT, PRE
262
+ - Added truncToFixed(aNumber, precision) and roundToFixed(aNumber, precision)
263
+ to MochiKit.Format
264
+ - MochiKit.DateTime can now handle full ISO 8601 timestamps, specifically
265
+ isoTimestamp(isoString) will convert them to Date objects, and
266
+ toISOTimestamp(date, true) will return an ISO 8601 timestamp in UTC
267
+ - Fixed missing errback for sendXMLHttpRequest when the server does not
268
+ respond
269
+ - Fixed infinite recusion bug when using roundClass("DIV", ...)
270
+ - Fixed a bug in MochiKit.Async wait (and callLater) that prevented them
271
+ from being cancelled properly
272
+ - Workaround in MochiKit.Base bind (and partial) for functions that don't
273
+ have an apply method, such as alert
274
+ - Reliably return null from the string parsing/manipulation functions if
275
+ the input can't be coerced to a string (s + "") or the input makes no sense;
276
+ e.g. isoTimestamp(null) and isoTimestamp("") return null
277
+
278
+ 2005-10-08 v0.90
279
+
280
+ - Fixed ISO compliance with toISODate
281
+ - Added missing operator.sub
282
+ - Placated Mozilla's strict warnings a bit
283
+ - Added JSON serialization and unserialization support to MochiKit.Base:
284
+ serializeJSON, evalJSON, registerJSON. This is very similar to the repr
285
+ API.
286
+ - Fixed a bug in the script loader that failed in some scenarios when a script
287
+ tag did not have a "src" attribute (thanks Ian!)
288
+ - Added new MochiKit.DOM createDOMFunc aliases: H1, H2, H3, BR, HR, TEXTAREA,
289
+ P, FORM
290
+ - Use encodeURIComponent / decodeURIComponent for MochiKit.Base urlEncode
291
+ and parseQueryString, when available.
292
+
293
+ 2005-08-12 v0.80
294
+
295
+ - Source highlighting in all examples, moved to a view-source example
296
+ - Added some experimental syntax highlighting for the Rounded Corners example,
297
+ via the LGPL dp.SyntaxHighlighter 1.2.0 now included in examples/common/lib
298
+ - Use an indirect binding for the logger conveniences, so that the global
299
+ logger could be replaced by setting MochiKit.Logger.logger to something else
300
+ (though an observer is probably a better choice).
301
+ - Allow MochiKit.DOM.getElementsByTagAndClassName to take a string for parent,
302
+ which will be looked up with getElement
303
+ - Fixed bug in MochiKit.Color.fromBackground (was using node.parent instead of
304
+ node.parentNode)
305
+ - Consider a 304 (NOT_MODIFIED) response from XMLHttpRequest to be success
306
+ - Disabled Mozilla map(...) fast-path due to Deer Park compatibility issues
307
+ - Possible workaround for Safari issue with swapDOM, where it would get
308
+ confused because two elements were in the DOM at the same time with the
309
+ same id
310
+ - Added missing THEAD convenience function to MochiKit.DOM
311
+ - Added lstrip, rstrip, strip to MochiKit.Format
312
+ - Added updateNodeAttributes, appendChildNodes, replaceChildNodes to
313
+ MochiKit.DOM
314
+ - MochiKit.Iter.iextend now has a fast-path for array-like objects
315
+ - Added HSV color space support to MochiKit.Visual
316
+ - Fixed a bug in the sortable_tables example, it now converts types
317
+ correctly
318
+ - Fixed a bug where MochiKit.DOM referenced MochiKit.Iter.next from global
319
+ scope
320
+
321
+ 2005-08-04 v0.70
322
+
323
+ - New ajax_tables example, which shows off XMLHttpRequest, ajax, json, and
324
+ a little TAL-ish DOM templating attribute language.
325
+ - sendXMLHttpRequest and functions that use it (loadJSONDoc, etc.) no longer
326
+ ignore requests with status == 0, which seems to happen for cached or local
327
+ requests
328
+ - Added sendXMLHttpRequest to MochiKit.Async.EXPORT, d'oh.
329
+ - Changed scrapeText API to return a string by default. This is API-breaking!
330
+ It was dumb to have the default return value be the form you almost never
331
+ want. Sorry.
332
+ - Added special form to swapDOM(dest, src). If src is null, dest is removed
333
+ (where previously you'd likely get a DOM exception).
334
+ - Added three new functions to MochiKit.Base for dealing with URL query
335
+ strings: urlEncode, queryString, parseQueryString
336
+ - MochiKit.DOM.createDOM will now use attr[k] = v for all browsers if the name
337
+ starts with "on" (e.g. "onclick"). If v is a string, it will set it to
338
+ new Function(v).
339
+ - Another workaround for Internet "worst browser ever" Explorer's setAttribute
340
+ usage in MochiKit.DOM.createDOM (checked -> defaultChecked).
341
+ - Added UL, OL, LI convenience createDOM aliases to MochiKit.DOM
342
+ - Packing is now done by Dojo's custom Rhino interpreter, so it's much smaller
343
+ now!
344
+
345
+ 2005-07-29 v0.60
346
+
347
+ - Beefed up the MochiKit.DOM test suite
348
+ - Fixed return value for MochiKit.DOM.swapElementClass, could return
349
+ false unexpectedly before
350
+ - Added an optional "parent" argument to
351
+ MochiKit.DOM.getElementsByTagAndClassName
352
+ - Added a "packed" version in packed/MochiKit/MochiKit.js
353
+ - Changed build script to rewrite the URLs in tests to account for the
354
+ JSAN-required reorganization
355
+ - MochiKit.Compat to potentially work around IE 5.5 issues
356
+ (5.0 still not supported). Test.Simple doesn't seem to work there,
357
+ though.
358
+ - Several minor documentation corrections
359
+
360
+ 2005-07-27 v0.50
361
+
362
+ - Initial Release