sproutcore 1.4.4 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (468) hide show
  1. data/README.txt +2 -2
  2. data/Rakefile +7 -0
  3. data/VERSION.yml +1 -1
  4. data/bin/sc-build +2 -2
  5. data/bin/sc-build-number +2 -2
  6. data/bin/sc-docs +2 -2
  7. data/bin/sc-gen +2 -2
  8. data/bin/sc-init +2 -2
  9. data/bin/sc-manifest +2 -2
  10. data/bin/sc-server +2 -2
  11. data/bin/sproutcore +2 -2
  12. data/lib/Buildfile +1 -1
  13. data/lib/buildtasks/build.rake +1 -1
  14. data/lib/buildtasks/entry.rake +1 -1
  15. data/lib/buildtasks/manifest.rake +1 -1
  16. data/lib/buildtasks/render.rake +1 -1
  17. data/lib/buildtasks/target.rake +1 -1
  18. data/lib/frameworks/sproutcore/Buildfile +1 -1
  19. data/lib/frameworks/sproutcore/CHANGELOG +32 -0
  20. data/lib/frameworks/sproutcore/apps/greenhouse/english.lproj/main_page.js +1 -1
  21. data/lib/frameworks/sproutcore/apps/greenhouse/views/simple_button.js +1 -1
  22. data/lib/frameworks/sproutcore/apps/tests/core.js +1 -1
  23. data/lib/frameworks/sproutcore/apps/tests/english.lproj/main_page.js +1 -1
  24. data/lib/frameworks/sproutcore/apps/tests/states/no_targets.js +1 -1
  25. data/lib/frameworks/sproutcore/apps/tests/states/ready.js +1 -1
  26. data/lib/frameworks/sproutcore/apps/tests/states/ready_detail.js +1 -1
  27. data/lib/frameworks/sproutcore/apps/tests/states/ready_empty.js +1 -1
  28. data/lib/frameworks/sproutcore/apps/tests/states/ready_list.js +1 -1
  29. data/lib/frameworks/sproutcore/apps/tests/states/ready_loading.js +1 -1
  30. data/lib/frameworks/sproutcore/apps/tests/states/ready_no_tests.js +1 -1
  31. data/lib/frameworks/sproutcore/apps/tests/states/start.js +1 -1
  32. data/lib/frameworks/sproutcore/apps/welcome/core.js +1 -1
  33. data/lib/frameworks/sproutcore/frameworks/animation/core.js +76 -79
  34. data/lib/frameworks/sproutcore/frameworks/bootstrap/core.js +1 -1
  35. data/lib/frameworks/sproutcore/frameworks/bootstrap/setup_body_class_names.js +1 -1
  36. data/lib/frameworks/sproutcore/frameworks/bootstrap/system/browser.js +1 -1
  37. data/lib/frameworks/sproutcore/frameworks/bootstrap/system/loader.js +1 -1
  38. data/lib/frameworks/sproutcore/frameworks/core_tools/data_source.js +1 -1
  39. data/lib/frameworks/sproutcore/frameworks/datastore/core.js +1 -1
  40. data/lib/frameworks/sproutcore/frameworks/datastore/data_sources/cascade.js +6 -6
  41. data/lib/frameworks/sproutcore/frameworks/datastore/data_sources/data_source.js +1 -1
  42. data/lib/frameworks/sproutcore/frameworks/datastore/data_sources/fixtures.js +1 -1
  43. data/lib/frameworks/sproutcore/frameworks/datastore/models/fetched_attribute.js +1 -1
  44. data/lib/frameworks/sproutcore/frameworks/datastore/models/many_attribute.js +1 -1
  45. data/lib/frameworks/sproutcore/frameworks/datastore/models/record.js +2 -2
  46. data/lib/frameworks/sproutcore/frameworks/datastore/models/record_attribute.js +1 -1
  47. data/lib/frameworks/sproutcore/frameworks/datastore/models/single_attribute.js +1 -1
  48. data/lib/frameworks/sproutcore/frameworks/datastore/system/many_array.js +1 -1
  49. data/lib/frameworks/sproutcore/frameworks/datastore/system/nested_store.js +1 -1
  50. data/lib/frameworks/sproutcore/frameworks/datastore/system/query.js +14 -15
  51. data/lib/frameworks/sproutcore/frameworks/datastore/system/record_array.js +1 -1
  52. data/lib/frameworks/sproutcore/frameworks/datastore/system/store.js +26 -15
  53. data/lib/frameworks/sproutcore/frameworks/datastore/tests/data_sources/cascade.js +133 -0
  54. data/lib/frameworks/sproutcore/frameworks/datastore/tests/integration/contact_model.js +1 -1
  55. data/lib/frameworks/sproutcore/frameworks/datastore/tests/integration/cyclical_relationship.js +1 -1
  56. data/lib/frameworks/sproutcore/frameworks/datastore/tests/integration/mail_model.js +1 -1
  57. data/lib/frameworks/sproutcore/frameworks/datastore/tests/integration/test_runner_model.js +1 -1
  58. data/lib/frameworks/sproutcore/frameworks/datastore/tests/models/record/normalize.js +41 -0
  59. data/lib/frameworks/sproutcore/frameworks/datastore/tests/system/store/unloadRecords.js +37 -0
  60. data/lib/frameworks/sproutcore/frameworks/debug/core.js +1 -1
  61. data/lib/frameworks/sproutcore/frameworks/debug/invoke_once_last_debugging.js +1 -1
  62. data/lib/frameworks/sproutcore/frameworks/designer/coders/design.js +1 -1
  63. data/lib/frameworks/sproutcore/frameworks/designer/coders/localization.js +1 -1
  64. data/lib/frameworks/sproutcore/frameworks/designer/coders/object.js +1 -1
  65. data/lib/frameworks/sproutcore/frameworks/designer/controllers/page_design.js +1 -1
  66. data/lib/frameworks/sproutcore/frameworks/designer/core.js +1 -1
  67. data/lib/frameworks/sproutcore/frameworks/designer/css/css_rule.js +1 -1
  68. data/lib/frameworks/sproutcore/frameworks/designer/css/css_style.js +1 -1
  69. data/lib/frameworks/sproutcore/frameworks/designer/css/css_style_sheet.js +1 -1
  70. data/lib/frameworks/sproutcore/frameworks/designer/designers/button.js +1 -1
  71. data/lib/frameworks/sproutcore/frameworks/designer/designers/label.js +1 -1
  72. data/lib/frameworks/sproutcore/frameworks/designer/designers/object_designer.js +1 -1
  73. data/lib/frameworks/sproutcore/frameworks/designer/designers/tab.js +1 -1
  74. data/lib/frameworks/sproutcore/frameworks/designer/designers/text_field.js +1 -1
  75. data/lib/frameworks/sproutcore/frameworks/designer/designers/view_designer.js +1 -1
  76. data/lib/frameworks/sproutcore/frameworks/designer/ext/object.js +1 -1
  77. data/lib/frameworks/sproutcore/frameworks/designer/ext/page.js +1 -1
  78. data/lib/frameworks/sproutcore/frameworks/designer/ext/view.js +1 -1
  79. data/lib/frameworks/sproutcore/frameworks/designer/mixins/button.js +1 -1
  80. data/lib/frameworks/sproutcore/frameworks/designer/views/selection_handles.js +1 -1
  81. data/lib/frameworks/sproutcore/frameworks/desktop/core.js +1 -1
  82. data/lib/frameworks/sproutcore/frameworks/desktop/debug/drag.js +1 -1
  83. data/lib/frameworks/sproutcore/frameworks/desktop/english.lproj/strings.js +1 -1
  84. data/lib/frameworks/sproutcore/frameworks/desktop/mixins/border.js +1 -1
  85. data/lib/frameworks/sproutcore/frameworks/desktop/mixins/collection_fast_path.js +3 -3
  86. data/lib/frameworks/sproutcore/frameworks/desktop/mixins/collection_group.js +1 -1
  87. data/lib/frameworks/sproutcore/frameworks/desktop/mixins/collection_row_delegate.js +1 -1
  88. data/lib/frameworks/sproutcore/frameworks/desktop/mixins/collection_view_delegate.js +1 -1
  89. data/lib/frameworks/sproutcore/frameworks/desktop/mixins/scrollable.js +1 -1
  90. data/lib/frameworks/sproutcore/frameworks/desktop/panes/alert.js +1 -1
  91. data/lib/frameworks/sproutcore/frameworks/desktop/panes/menu.js +2 -2
  92. data/lib/frameworks/sproutcore/frameworks/desktop/panes/modal.js +1 -1
  93. data/lib/frameworks/sproutcore/frameworks/desktop/panes/palette.js +1 -1
  94. data/lib/frameworks/sproutcore/frameworks/desktop/panes/panel.js +1 -1
  95. data/lib/frameworks/sproutcore/frameworks/desktop/panes/picker.js +2 -2
  96. data/lib/frameworks/sproutcore/frameworks/desktop/panes/select_button.js +1 -1
  97. data/lib/frameworks/sproutcore/frameworks/desktop/panes/sheet.js +1 -1
  98. data/lib/frameworks/sproutcore/frameworks/desktop/protocols/drag_data_source.js +1 -1
  99. data/lib/frameworks/sproutcore/frameworks/desktop/protocols/drag_source.js +1 -1
  100. data/lib/frameworks/sproutcore/frameworks/desktop/protocols/drop_target.js +1 -1
  101. data/lib/frameworks/sproutcore/frameworks/desktop/protocols/responder.js +4 -4
  102. data/lib/frameworks/sproutcore/frameworks/desktop/system/drag.js +1 -1
  103. data/lib/frameworks/sproutcore/frameworks/desktop/system/key_bindings.js +1 -1
  104. data/lib/frameworks/sproutcore/frameworks/desktop/system/undo_manager.js +1 -1
  105. data/lib/frameworks/sproutcore/frameworks/desktop/tests/integration/dialog.js +1 -1
  106. data/lib/frameworks/sproutcore/frameworks/desktop/tests/mixins/border.js +1 -1
  107. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/alert/methods.js +1 -1
  108. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/alert/ui.js +1 -1
  109. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/menu/methods.js +1 -1
  110. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/menu/ui.js +1 -1
  111. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/palette/methods.js +1 -1
  112. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/palette/ui.js +1 -1
  113. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/pane_page.js +1 -1
  114. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/panel/methods.js +1 -1
  115. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/panel/ui.js +1 -1
  116. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/picker/methods.js +1 -1
  117. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/picker/ui.js +1 -1
  118. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/select_button/methods.js +1 -1
  119. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/select_button/ui.js +1 -1
  120. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/sheet/methods.js +1 -1
  121. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/sheet/ui.js +1 -1
  122. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/button/ui.js +1 -1
  123. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/checkbox/methods.js +1 -1
  124. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/checkbox/ui.js +1 -1
  125. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/content.js +1 -1
  126. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/deleteSelection.js +1 -1
  127. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/deselect.js +1 -1
  128. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/itemViewForContentIndex.js +1 -1
  129. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/layerIdFor.js +1 -1
  130. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/length.js +1 -1
  131. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/mouse.js +1 -1
  132. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/nowShowing.js +1 -1
  133. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/reload.js +1 -1
  134. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/select.js +1 -1
  135. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/selectNextItem.js +1 -1
  136. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/selectPreviousItem.js +1 -1
  137. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/selection.js +1 -1
  138. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/collection/ui_diagram.js +1 -1
  139. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/date_field/methods.js +1 -1
  140. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/date_field/ui.js +1 -1
  141. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/disclosure/methods.js +1 -1
  142. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/disclosure/ui.js +1 -1
  143. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/grid/methods.js +1 -1
  144. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/grid/ui.js +1 -1
  145. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/list/render.js +1 -1
  146. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/list/rowDelegate.js +1 -1
  147. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/list/rowHeightForContentIndex.js +1 -1
  148. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/list/rowOffsetForContentIndex.js +1 -1
  149. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/list/ui_alternatingrows.js +1 -1
  150. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/list/ui_outline.js +1 -1
  151. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/list/ui_row_heights.js +1 -1
  152. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/list/ui_simple.js +1 -1
  153. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/list_item.js +1 -1
  154. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/menu_item/methods.js +1 -1
  155. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/menu_item/ui.js +1 -1
  156. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/progress/methods.js +1 -1
  157. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/progress/ui.js +1 -1
  158. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/radio/methods.js +1 -1
  159. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/radio/ui.js +1 -1
  160. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/scroll/methods.js +1 -1
  161. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/scroll/ui.js +1 -1
  162. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/scroller.js +1 -1
  163. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/segmented/methods.js +1 -1
  164. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/segmented/ui.js +1 -1
  165. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/select/methods.js +1 -1
  166. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/select/ui.js +1 -1
  167. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/select_field/methods.js +1 -1
  168. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/select_field/ui.js +1 -1
  169. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/separator.js +1 -1
  170. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/source_list/methods.js +1 -1
  171. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/source_list/ui.js +1 -1
  172. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/split/methods.js +1 -1
  173. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/split/ui.js +1 -1
  174. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/stacked/ui_comments.js +1 -1
  175. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/static_content.js +1 -1
  176. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/tab/methods.js +1 -1
  177. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/tab/ui.js +1 -1
  178. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/web/methods.js +1 -1
  179. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/web/ui.js +1 -1
  180. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/well/ui.js +1 -1
  181. data/lib/frameworks/sproutcore/frameworks/desktop/views/button.js +3 -3
  182. data/lib/frameworks/sproutcore/frameworks/desktop/views/checkbox.js +1 -1
  183. data/lib/frameworks/sproutcore/frameworks/desktop/views/collection.js +8 -5
  184. data/lib/frameworks/sproutcore/frameworks/desktop/views/date_field.js +1 -1
  185. data/lib/frameworks/sproutcore/frameworks/desktop/views/disclosure.js +1 -1
  186. data/lib/frameworks/sproutcore/frameworks/desktop/views/list.js +1 -1
  187. data/lib/frameworks/sproutcore/frameworks/desktop/views/list_item.js +1 -1
  188. data/lib/frameworks/sproutcore/frameworks/desktop/views/menu_item.js +1 -1
  189. data/lib/frameworks/sproutcore/frameworks/desktop/views/menu_scroll.js +1 -1
  190. data/lib/frameworks/sproutcore/frameworks/desktop/views/popup_button.js +1 -1
  191. data/lib/frameworks/sproutcore/frameworks/desktop/views/progress.js +1 -1
  192. data/lib/frameworks/sproutcore/frameworks/desktop/views/radio.js +1 -1
  193. data/lib/frameworks/sproutcore/frameworks/desktop/views/scene.js +1 -1
  194. data/lib/frameworks/sproutcore/frameworks/desktop/views/scroll.js +1 -1
  195. data/lib/frameworks/sproutcore/frameworks/desktop/views/scroller.js +1 -1
  196. data/lib/frameworks/sproutcore/frameworks/desktop/views/segmented.js +1 -1
  197. data/lib/frameworks/sproutcore/frameworks/desktop/views/select.js +2 -2
  198. data/lib/frameworks/sproutcore/frameworks/desktop/views/select_field.js +4 -1
  199. data/lib/frameworks/sproutcore/frameworks/desktop/views/separator.js +1 -1
  200. data/lib/frameworks/sproutcore/frameworks/desktop/views/slider.js +1 -1
  201. data/lib/frameworks/sproutcore/frameworks/desktop/views/source_list.js +1 -1
  202. data/lib/frameworks/sproutcore/frameworks/desktop/views/source_list_group.js +1 -1
  203. data/lib/frameworks/sproutcore/frameworks/desktop/views/split.js +1 -1
  204. data/lib/frameworks/sproutcore/frameworks/desktop/views/split_divider.js +1 -1
  205. data/lib/frameworks/sproutcore/frameworks/desktop/views/stacked.js +1 -1
  206. data/lib/frameworks/sproutcore/frameworks/desktop/views/static_content.js +1 -1
  207. data/lib/frameworks/sproutcore/frameworks/desktop/views/tab.js +1 -1
  208. data/lib/frameworks/sproutcore/frameworks/desktop/views/thumb.js +1 -1
  209. data/lib/frameworks/sproutcore/frameworks/desktop/views/toolbar.js +1 -1
  210. data/lib/frameworks/sproutcore/frameworks/desktop/views/web.js +1 -1
  211. data/lib/frameworks/sproutcore/frameworks/desktop/views/well.js +1 -1
  212. data/lib/frameworks/sproutcore/frameworks/foundation/controllers/array.js +1 -1
  213. data/lib/frameworks/sproutcore/frameworks/foundation/controllers/controller.js +1 -1
  214. data/lib/frameworks/sproutcore/frameworks/foundation/controllers/object.js +1 -1
  215. data/lib/frameworks/sproutcore/frameworks/foundation/controllers/tree.js +1 -1
  216. data/lib/frameworks/sproutcore/frameworks/foundation/core.js +1 -1
  217. data/lib/frameworks/sproutcore/frameworks/foundation/debug/control_test_pane.js +1 -1
  218. data/lib/frameworks/sproutcore/frameworks/foundation/english.lproj/bootstrap.rhtml +1 -1
  219. data/lib/frameworks/sproutcore/frameworks/foundation/english.lproj/strings.js +1 -1
  220. data/lib/frameworks/sproutcore/frameworks/foundation/ext/object.js +1 -1
  221. data/lib/frameworks/sproutcore/frameworks/foundation/ext/run_loop.js +1 -1
  222. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/button.js +1 -1
  223. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/collection_content.js +1 -1
  224. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/content_display.js +44 -26
  225. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/control.js +1 -1
  226. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/editable.js +1 -1
  227. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/inline_text_field.js +1 -1
  228. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/responder_context.js +1 -1
  229. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/selection_support.js +1 -1
  230. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/static_layout.js +1 -1
  231. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/string.js +1 -1
  232. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/tree_item_content.js +1 -1
  233. data/lib/frameworks/sproutcore/frameworks/foundation/mixins/validatable.js +1 -1
  234. data/lib/frameworks/sproutcore/frameworks/foundation/panes/main.js +1 -1
  235. data/lib/frameworks/sproutcore/frameworks/foundation/panes/pane.js +1 -1
  236. data/lib/frameworks/sproutcore/frameworks/foundation/private/tree_item_observer.js +1 -1
  237. data/lib/frameworks/sproutcore/frameworks/foundation/protocols/inline_editor_delegate.js +1 -1
  238. data/lib/frameworks/sproutcore/frameworks/foundation/system/application.js +1 -1
  239. data/lib/frameworks/sproutcore/frameworks/foundation/system/benchmark.js +1 -1
  240. data/lib/frameworks/sproutcore/frameworks/foundation/system/browser.js +1 -1
  241. data/lib/frameworks/sproutcore/frameworks/foundation/system/builder.js +1 -1
  242. data/lib/frameworks/sproutcore/frameworks/foundation/system/bundle.js +1 -1
  243. data/lib/frameworks/sproutcore/frameworks/foundation/system/core_query.js +1 -1
  244. data/lib/frameworks/sproutcore/frameworks/foundation/system/cursor.js +1 -1
  245. data/lib/frameworks/sproutcore/frameworks/foundation/system/datetime.js +1 -1
  246. data/lib/frameworks/sproutcore/frameworks/foundation/system/device.js +1 -1
  247. data/lib/frameworks/sproutcore/frameworks/foundation/system/event.js +2 -2
  248. data/lib/frameworks/sproutcore/frameworks/foundation/system/exception_handler.js +1 -1
  249. data/lib/frameworks/sproutcore/frameworks/foundation/system/image_cache.js +3 -2
  250. data/lib/frameworks/sproutcore/frameworks/foundation/system/json.js +1 -1
  251. data/lib/frameworks/sproutcore/frameworks/foundation/system/locale.js +1 -1
  252. data/lib/frameworks/sproutcore/frameworks/foundation/system/math.js +1 -1
  253. data/lib/frameworks/sproutcore/frameworks/foundation/system/page.js +1 -1
  254. data/lib/frameworks/sproutcore/frameworks/foundation/system/platform.js +1 -1
  255. data/lib/frameworks/sproutcore/frameworks/foundation/system/ready.js +1 -1
  256. data/lib/frameworks/sproutcore/frameworks/foundation/system/render_context.js +1 -1
  257. data/lib/frameworks/sproutcore/frameworks/foundation/system/request.js +1 -1
  258. data/lib/frameworks/sproutcore/frameworks/foundation/system/responder.js +1 -1
  259. data/lib/frameworks/sproutcore/frameworks/foundation/system/response.js +1 -1
  260. data/lib/frameworks/sproutcore/frameworks/foundation/system/root_responder.js +3 -3
  261. data/lib/frameworks/sproutcore/frameworks/foundation/system/routes.js +1 -1
  262. data/lib/frameworks/sproutcore/frameworks/foundation/system/task_queue.js +1 -1
  263. data/lib/frameworks/sproutcore/frameworks/foundation/system/text_selection.js +1 -1
  264. data/lib/frameworks/sproutcore/frameworks/foundation/system/time.js +1 -1
  265. data/lib/frameworks/sproutcore/frameworks/foundation/system/timer.js +1 -1
  266. data/lib/frameworks/sproutcore/frameworks/foundation/system/user_defaults.js +1 -1
  267. data/lib/frameworks/sproutcore/frameworks/foundation/system/utils.js +1 -1
  268. data/lib/frameworks/sproutcore/frameworks/foundation/tasks/preload_bundle.js +1 -1
  269. data/lib/frameworks/sproutcore/frameworks/foundation/tasks/task.js +1 -1
  270. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/array/array_case.js +1 -1
  271. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/array/enum_case.js +1 -1
  272. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/array/null_case.js +1 -1
  273. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/array/selection_support.js +1 -1
  274. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/array/single_case.js +1 -1
  275. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/object/empty_case.js +1 -1
  276. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/object/multiple_case.js +1 -1
  277. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/object/single_case.js +1 -1
  278. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/object/single_enumerable_case.js +1 -1
  279. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/tree/outline_case.js +1 -1
  280. data/lib/frameworks/sproutcore/frameworks/foundation/tests/controllers/tree/selection_support.js +1 -1
  281. data/lib/frameworks/sproutcore/frameworks/foundation/tests/debug/control_test_pane/methods.js +1 -1
  282. data/lib/frameworks/sproutcore/frameworks/foundation/tests/debug/control_test_pane/ui.js +1 -1
  283. data/lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/content_display.js +51 -0
  284. data/lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/inline_text_field/api.js +1 -1
  285. data/lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/inline_text_field/beginEditing.js +1 -1
  286. data/lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/validatable/ui.js +1 -1
  287. data/lib/frameworks/sproutcore/frameworks/foundation/tests/private/tree_item_observer/flat_case.js +1 -1
  288. data/lib/frameworks/sproutcore/frameworks/foundation/tests/private/tree_item_observer/group_case.js +1 -1
  289. data/lib/frameworks/sproutcore/frameworks/foundation/tests/private/tree_item_observer/outline_case.js +1 -1
  290. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/begin.js +1 -1
  291. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/element.js +1 -1
  292. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/end.js +1 -1
  293. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/get.js +1 -1
  294. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/helpers_attr.js +1 -1
  295. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/helpers_basic.js +1 -1
  296. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/helpers_className.js +1 -1
  297. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/helpers_style.js +1 -1
  298. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/init.js +1 -1
  299. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/join.js +1 -1
  300. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/push_text.js +1 -1
  301. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/tag.js +1 -1
  302. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/render_context/update.js +1 -1
  303. data/lib/frameworks/sproutcore/frameworks/foundation/tests/system/root_responder/targetForAction.js +17 -4
  304. data/lib/frameworks/sproutcore/frameworks/foundation/tests/views/container/methods.js +1 -1
  305. data/lib/frameworks/sproutcore/frameworks/foundation/tests/views/container/ui.js +1 -1
  306. data/lib/frameworks/sproutcore/frameworks/foundation/tests/views/image/ui.js +1 -1
  307. data/lib/frameworks/sproutcore/frameworks/foundation/tests/views/label/ui.js +1 -1
  308. data/lib/frameworks/sproutcore/frameworks/foundation/tests/views/text_field/methods.js +1 -1
  309. data/lib/frameworks/sproutcore/frameworks/foundation/tests/views/text_field/ui.js +1 -1
  310. data/lib/frameworks/sproutcore/frameworks/foundation/tests/views/view/didAppendToDocument.js +1 -1
  311. data/lib/frameworks/sproutcore/frameworks/foundation/validators/credit_card.js +1 -1
  312. data/lib/frameworks/sproutcore/frameworks/foundation/validators/date.js +1 -1
  313. data/lib/frameworks/sproutcore/frameworks/foundation/validators/date_time.js +1 -1
  314. data/lib/frameworks/sproutcore/frameworks/foundation/validators/email.js +1 -1
  315. data/lib/frameworks/sproutcore/frameworks/foundation/validators/not_empty.js +1 -1
  316. data/lib/frameworks/sproutcore/frameworks/foundation/validators/number.js +1 -1
  317. data/lib/frameworks/sproutcore/frameworks/foundation/validators/password.js +1 -1
  318. data/lib/frameworks/sproutcore/frameworks/foundation/validators/positive_integer.js +1 -1
  319. data/lib/frameworks/sproutcore/frameworks/foundation/validators/validator.js +1 -1
  320. data/lib/frameworks/sproutcore/frameworks/foundation/views/container.js +1 -1
  321. data/lib/frameworks/sproutcore/frameworks/foundation/views/field.js +4 -4
  322. data/lib/frameworks/sproutcore/frameworks/foundation/views/image.js +1 -1
  323. data/lib/frameworks/sproutcore/frameworks/foundation/views/label.js +1 -1
  324. data/lib/frameworks/sproutcore/frameworks/foundation/views/text_field.js +1 -1
  325. data/lib/frameworks/sproutcore/frameworks/foundation/views/view.js +2 -2
  326. data/lib/frameworks/sproutcore/frameworks/media/resources/video.css +4 -0
  327. data/lib/frameworks/sproutcore/frameworks/media/views/audio.js +1 -1
  328. data/lib/frameworks/sproutcore/frameworks/media/views/controls.js +1 -1
  329. data/lib/frameworks/sproutcore/frameworks/media/views/media_slider.js +1 -1
  330. data/lib/frameworks/sproutcore/frameworks/media/views/mini_controls.js +1 -1
  331. data/lib/frameworks/sproutcore/frameworks/media/views/simple_controls.js +1 -1
  332. data/lib/frameworks/sproutcore/frameworks/media/views/video.js +1 -1
  333. data/lib/frameworks/sproutcore/frameworks/mini/license.js +1 -1
  334. data/lib/frameworks/sproutcore/frameworks/runtime/core.js +1 -1
  335. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/base.js +1 -1
  336. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/indexOf.js +1 -1
  337. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/insertAt.js +1 -1
  338. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/objectAt.js +1 -1
  339. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/popObject.js +1 -1
  340. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/pushObject.js +1 -1
  341. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/rangeObserver.js +1 -1
  342. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/removeAt.js +1 -1
  343. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/removeObject.js +1 -1
  344. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/replace.js +1 -1
  345. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/shiftObject.js +1 -1
  346. data/lib/frameworks/sproutcore/frameworks/runtime/debug/test_suites/array/unshiftObject.js +1 -1
  347. data/lib/frameworks/sproutcore/frameworks/runtime/license.js +1 -1
  348. data/lib/frameworks/sproutcore/frameworks/runtime/mixins/array.js +1 -1
  349. data/lib/frameworks/sproutcore/frameworks/runtime/mixins/comparable.js +1 -1
  350. data/lib/frameworks/sproutcore/frameworks/runtime/mixins/copyable.js +1 -1
  351. data/lib/frameworks/sproutcore/frameworks/runtime/mixins/delegate_support.js +1 -1
  352. data/lib/frameworks/sproutcore/frameworks/runtime/mixins/enumerable.js +1 -1
  353. data/lib/frameworks/sproutcore/frameworks/runtime/mixins/freezable.js +1 -1
  354. data/lib/frameworks/sproutcore/frameworks/runtime/mixins/observable.js +2 -2
  355. data/lib/frameworks/sproutcore/frameworks/runtime/private/chain_observer.js +1 -1
  356. data/lib/frameworks/sproutcore/frameworks/runtime/private/observer_queue.js +1 -1
  357. data/lib/frameworks/sproutcore/frameworks/runtime/private/observer_set.js +1 -1
  358. data/lib/frameworks/sproutcore/frameworks/runtime/protocols/observable_protocol.js +1 -1
  359. data/lib/frameworks/sproutcore/frameworks/runtime/protocols/sparse_array_delegate.js +1 -1
  360. data/lib/frameworks/sproutcore/frameworks/runtime/system/binding.js +1 -1
  361. data/lib/frameworks/sproutcore/frameworks/runtime/system/enumerator.js +1 -1
  362. data/lib/frameworks/sproutcore/frameworks/runtime/system/error.js +1 -1
  363. data/lib/frameworks/sproutcore/frameworks/runtime/system/index_set.js +1 -1
  364. data/lib/frameworks/sproutcore/frameworks/runtime/system/object.js +5 -1
  365. data/lib/frameworks/sproutcore/frameworks/runtime/system/range_observer.js +1 -1
  366. data/lib/frameworks/sproutcore/frameworks/runtime/system/run_loop.js +1 -1
  367. data/lib/frameworks/sproutcore/frameworks/runtime/system/selection_set.js +1 -1
  368. data/lib/frameworks/sproutcore/frameworks/runtime/system/set.js +1 -1
  369. data/lib/frameworks/sproutcore/frameworks/runtime/system/sparse_array.js +1 -1
  370. data/lib/frameworks/sproutcore/frameworks/runtime/tests/core/clone.js +1 -1
  371. data/lib/frameworks/sproutcore/frameworks/runtime/tests/mixins/array.js +1 -1
  372. data/lib/frameworks/sproutcore/frameworks/runtime/tests/mixins/comparable.js +1 -1
  373. data/lib/frameworks/sproutcore/frameworks/runtime/tests/mixins/enumerable.js +1 -1
  374. data/lib/frameworks/sproutcore/frameworks/runtime/tests/mixins/observable/registerDependentKeys.js +1 -1
  375. data/lib/frameworks/sproutcore/frameworks/runtime/tests/private/observer_queue/isObservingSuspended.js +1 -1
  376. data/lib/frameworks/sproutcore/frameworks/runtime/tests/system/index_set/indexAfter.js +1 -1
  377. data/lib/frameworks/sproutcore/frameworks/runtime/tests/system/index_set/indexBefore.js +1 -1
  378. data/lib/frameworks/sproutcore/frameworks/runtime/tests/system/object/bindings.js +14 -0
  379. data/lib/frameworks/sproutcore/frameworks/table/mixins/table_delegate.js +1 -1
  380. data/lib/frameworks/sproutcore/frameworks/table/system/table_column.js +1 -1
  381. data/lib/frameworks/sproutcore/frameworks/table/views/table.js +1 -1
  382. data/lib/frameworks/sproutcore/frameworks/table/views/table_cell.js +1 -1
  383. data/lib/frameworks/sproutcore/frameworks/table/views/table_head.js +1 -1
  384. data/lib/frameworks/sproutcore/frameworks/table/views/table_header.js +1 -1
  385. data/lib/frameworks/sproutcore/frameworks/table/views/table_row.js +1 -1
  386. data/lib/frameworks/sproutcore/frameworks/testing/core.js +1 -1
  387. data/lib/frameworks/sproutcore/frameworks/testing/extras.js +1 -1
  388. data/lib/frameworks/sproutcore/frameworks/testing/system/dump.js +1 -1
  389. data/lib/frameworks/sproutcore/frameworks/testing/system/equiv.js +1 -1
  390. data/lib/frameworks/sproutcore/frameworks/testing/system/plan.js +1 -1
  391. data/lib/frameworks/sproutcore/frameworks/testing/system/runner.js +1 -1
  392. data/lib/frameworks/sproutcore/frameworks/testing/system/suite.js +1 -1
  393. data/lib/frameworks/sproutcore/frameworks/testing/utils.js +1 -1
  394. data/lib/frameworks/sproutcore/license.js +2 -2
  395. data/lib/gen/app/Buildfile +1 -1
  396. data/lib/gen/controller/Buildfile +1 -1
  397. data/lib/gen/data-source/Buildfile +1 -1
  398. data/lib/gen/design/Buildfile +1 -1
  399. data/lib/gen/framework/Buildfile +1 -1
  400. data/lib/gen/language/Buildfile +1 -1
  401. data/lib/gen/model/Buildfile +1 -1
  402. data/lib/gen/page/Buildfile +1 -1
  403. data/lib/gen/project/Buildfile +1 -1
  404. data/lib/gen/responder/Buildfile +1 -1
  405. data/lib/gen/test/Buildfile +1 -1
  406. data/lib/gen/theme/Buildfile +1 -1
  407. data/lib/gen/view/Buildfile +1 -1
  408. data/lib/sproutcore.rb +1 -1
  409. data/lib/sproutcore/builders/base.rb +1 -1
  410. data/lib/sproutcore/builders/bundle.rb +1 -1
  411. data/lib/sproutcore/builders/combine.rb +1 -1
  412. data/lib/sproutcore/builders/html.rb +1 -1
  413. data/lib/sproutcore/builders/javascript.rb +1 -1
  414. data/lib/sproutcore/builders/less.rb +1 -1
  415. data/lib/sproutcore/builders/minify.rb +1 -1
  416. data/lib/sproutcore/builders/sass.rb +1 -1
  417. data/lib/sproutcore/builders/strings.rb +1 -1
  418. data/lib/sproutcore/builders/stylesheet.rb +1 -1
  419. data/lib/sproutcore/builders/test.rb +1 -1
  420. data/lib/sproutcore/builders/test_index.rb +1 -1
  421. data/lib/sproutcore/buildfile.rb +1 -1
  422. data/lib/sproutcore/buildfile/build_task.rb +1 -1
  423. data/lib/sproutcore/buildfile/buildfile_dsl.rb +1 -1
  424. data/lib/sproutcore/buildfile/cloneable.rb +1 -1
  425. data/lib/sproutcore/buildfile/early_time.rb +1 -1
  426. data/lib/sproutcore/buildfile/invocation_chain.rb +1 -1
  427. data/lib/sproutcore/buildfile/namespace.rb +1 -1
  428. data/lib/sproutcore/buildfile/task.rb +1 -1
  429. data/lib/sproutcore/buildfile/task_arguments.rb +1 -1
  430. data/lib/sproutcore/buildfile/task_manager.rb +1 -1
  431. data/lib/sproutcore/deprecated/view_helper.rb +1 -1
  432. data/lib/sproutcore/helpers/capture_helper.rb +2 -2
  433. data/lib/sproutcore/helpers/cssmin.rb +1 -1
  434. data/lib/sproutcore/helpers/dom_id_helper.rb +1 -1
  435. data/lib/sproutcore/helpers/entry_sorter.rb +1 -1
  436. data/lib/sproutcore/helpers/html5_manifest.rb +1 -1
  437. data/lib/sproutcore/helpers/packed_optimizer.rb +1 -1
  438. data/lib/sproutcore/helpers/static_helper.rb +2 -2
  439. data/lib/sproutcore/helpers/tag_helper.rb +1 -1
  440. data/lib/sproutcore/helpers/text_helper.rb +1 -1
  441. data/lib/sproutcore/models/generator.rb +1 -1
  442. data/lib/sproutcore/models/hash_struct.rb +1 -1
  443. data/lib/sproutcore/models/manifest.rb +1 -1
  444. data/lib/sproutcore/models/manifest_entry.rb +1 -1
  445. data/lib/sproutcore/models/project.rb +1 -1
  446. data/lib/sproutcore/models/target.rb +1 -1
  447. data/lib/sproutcore/rack/builder.rb +1 -1
  448. data/lib/sproutcore/rack/dev.rb +1 -1
  449. data/lib/sproutcore/rack/docs.rb +1 -1
  450. data/lib/sproutcore/rack/filesystem.rb +1 -1
  451. data/lib/sproutcore/rack/proxy.rb +1 -1
  452. data/lib/sproutcore/rack/service.rb +1 -1
  453. data/lib/sproutcore/rack/test_runner.rb +1 -1
  454. data/lib/sproutcore/render_engines/erubis.rb +1 -1
  455. data/lib/sproutcore/render_engines/haml.rb +1 -1
  456. data/lib/sproutcore/tools.rb +1 -1
  457. data/lib/sproutcore/tools/build.rb +1 -1
  458. data/lib/sproutcore/tools/build_number.rb +1 -1
  459. data/lib/sproutcore/tools/docs.rb +1 -1
  460. data/lib/sproutcore/tools/gen.rb +1 -1
  461. data/lib/sproutcore/tools/init.rb +1 -1
  462. data/lib/sproutcore/tools/manifest.rb +1 -1
  463. data/lib/sproutcore/tools/server.rb +1 -1
  464. data/spec/lib/builders/bundle_spec.rb +2 -2
  465. data/sproutcore.gemspec +2 -2
  466. metadata +10 -9
  467. data/lib/frameworks/sproutcore/HISTORY +0 -697
  468. data/lib/frameworks/sproutcore/frameworks/desktop/english.lproj/video.css +0 -3
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Mike Subelsky
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -2,7 +2,7 @@
2
2
  # ===========================================================================
3
3
  # Project: Abbot - SproutCore Build Tools
4
4
  # Copyright: ©2009 Apple Inc.
5
- # portions copyright @2006-2009 Sprout Systems, Inc.
5
+ # portions copyright @2006-2011 Strobe Inc.
6
6
  # and contributors
7
7
  # ===========================================================================
8
8
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  # ===========================================================================
2
2
  # Project: Abbot - SproutCore Build Tools
3
3
  # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2009 Sprout Systems, Inc.
4
+ # portions copyright @2006-2011 Strobe Inc.
5
5
  # and contributors
6
6
  # ===========================================================================
7
7
 
@@ -1,6 +1,6 @@
1
1
  require "lib/builders/spec_helper"
2
2
 
3
- describe SC::Builder::BundleLoaded do
3
+ describe 'SC::Builder::BundleLoaded' do
4
4
 
5
5
  include SC::SpecHelpers
6
6
  include SC::BuilderSpecHelper
@@ -110,7 +110,7 @@ describe SC::Builder::BundleLoaded do
110
110
 
111
111
  end
112
112
 
113
- describe SC::Builder::BundleInfo do
113
+ describe 'SC::Builder::BundleInfo' do
114
114
 
115
115
  include SC::SpecHelpers
116
116
  include SC::BuilderSpecHelper
data/sproutcore.gemspec CHANGED
@@ -6,7 +6,7 @@ is_jruby = Gem::Platform.local.os == "java"
6
6
  Gem::Specification.new do |s|
7
7
  s.name = 'sproutcore'
8
8
  s.version = SproutCore::VERSION
9
- s.authors = 'Strobe, Inc., Sprout Systems, Inc. Apple Inc. and contributors'
9
+ s.authors = 'Strobe Inc., Apple Inc. and contributors'
10
10
  s.email = 'contact@sproutcore.com'
11
11
  s.homepage = 'http://www.sproutcore.com'
12
12
  s.summary = "SproutCore is a platform for building native look-and-feel applications on the web"
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  end
28
28
 
29
29
  s.add_development_dependency 'gemcutter', "~> 0.6.0"
30
- s.add_development_dependency 'rspec', "~> 1.3.0"
30
+ s.add_development_dependency 'rspec', "~> 2.4.0"
31
31
  s.add_development_dependency 'rake'
32
32
 
33
33
  # Optional features, used in tests
metadata CHANGED
@@ -5,16 +5,16 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 4
8
- - 4
9
- version: 1.4.4
8
+ - 5
9
+ version: 1.4.5
10
10
  platform: ruby
11
11
  authors:
12
- - Strobe, Inc., Sprout Systems, Inc. Apple Inc. and contributors
12
+ - Strobe Inc., Apple Inc. and contributors
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-12 00:00:00 -08:00
17
+ date: 2011-01-25 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -146,10 +146,10 @@ dependencies:
146
146
  - - ~>
147
147
  - !ruby/object:Gem::Version
148
148
  segments:
149
- - 1
150
- - 3
149
+ - 2
150
+ - 4
151
151
  - 0
152
- version: 1.3.0
152
+ version: 2.4.0
153
153
  type: :development
154
154
  version_requirements: *id009
155
155
  - !ruby/object:Gem::Dependency
@@ -1125,6 +1125,7 @@ files:
1125
1125
  - lib/frameworks/sproutcore/frameworks/datastore/system/query.js
1126
1126
  - lib/frameworks/sproutcore/frameworks/datastore/system/record_array.js
1127
1127
  - lib/frameworks/sproutcore/frameworks/datastore/system/store.js
1128
+ - lib/frameworks/sproutcore/frameworks/datastore/tests/data_sources/cascade.js
1128
1129
  - lib/frameworks/sproutcore/frameworks/datastore/tests/data_sources/fixtures.js
1129
1130
  - lib/frameworks/sproutcore/frameworks/datastore/tests/integration/contact_model.js
1130
1131
  - lib/frameworks/sproutcore/frameworks/datastore/tests/integration/cyclical_relationship.js
@@ -1192,6 +1193,7 @@ files:
1192
1193
  - lib/frameworks/sproutcore/frameworks/datastore/tests/system/store/recordDidChange.js
1193
1194
  - lib/frameworks/sproutcore/frameworks/datastore/tests/system/store/removeDataHash.js
1194
1195
  - lib/frameworks/sproutcore/frameworks/datastore/tests/system/store/retrieveRecord.js
1196
+ - lib/frameworks/sproutcore/frameworks/datastore/tests/system/store/unloadRecords.js
1195
1197
  - lib/frameworks/sproutcore/frameworks/datastore/tests/system/store/writeDataHash.js
1196
1198
  - lib/frameworks/sproutcore/frameworks/datejs/core.js
1197
1199
  - lib/frameworks/sproutcore/frameworks/datejs/english.lproj/en-US.js
@@ -1280,7 +1282,6 @@ files:
1280
1282
  - lib/frameworks/sproutcore/frameworks/desktop/english.lproj/tab.css
1281
1283
  - lib/frameworks/sproutcore/frameworks/desktop/english.lproj/toolbar.css
1282
1284
  - lib/frameworks/sproutcore/frameworks/desktop/english.lproj/touch-scroller.css
1283
- - lib/frameworks/sproutcore/frameworks/desktop/english.lproj/video.css
1284
1285
  - lib/frameworks/sproutcore/frameworks/desktop/english.lproj/well.css
1285
1286
  - lib/frameworks/sproutcore/frameworks/desktop/mixins/border.js
1286
1287
  - lib/frameworks/sproutcore/frameworks/desktop/mixins/collection_fast_path.js
@@ -1508,6 +1509,7 @@ files:
1508
1509
  - lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/button/displayProperties.js
1509
1510
  - lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/button/keyEquivalents.js
1510
1511
  - lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/button/ui.js
1512
+ - lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/content_display.js
1511
1513
  - lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/control/content.js
1512
1514
  - lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/control/displayProperties.js
1513
1515
  - lib/frameworks/sproutcore/frameworks/foundation/tests/mixins/inline_text_field/api.js
@@ -1748,7 +1750,6 @@ files:
1748
1750
  - lib/frameworks/sproutcore/frameworks/testing/system/runner.js
1749
1751
  - lib/frameworks/sproutcore/frameworks/testing/system/suite.js
1750
1752
  - lib/frameworks/sproutcore/frameworks/testing/utils.js
1751
- - lib/frameworks/sproutcore/HISTORY
1752
1753
  - lib/frameworks/sproutcore/lib/index.rhtml
1753
1754
  - lib/frameworks/sproutcore/license.js
1754
1755
  - lib/frameworks/sproutcore/README.md
@@ -1,697 +0,0 @@
1
- == 1.0.1008 (1.0 RC1)
2
-
3
- This is the first release candidate for SproutCore 1.0. Since this software
4
- has been under development for more than year, it contains many major changes
5
- to the entire framework including:
6
-
7
- - A new framework structure for building only portions of the frameworks
8
- - Major performance improvements in data bindings and property observing
9
- - Better caching of computed properties
10
- - A completely rewritten datastore layer that support 50,000+ records without
11
- much degredation.
12
- - A completely rewritten view layer that offers massive performance gains over
13
- the older design.
14
- - A new UI theme (Ace)
15
- - Over 5,000 unit tests at all levels of the framework
16
- - Major refactoring and cleanup of the entire User Interface
17
-
18
- == sproutcore 0.9.19
19
-
20
- - SC.Server refresh fix [Evin Grano]
21
-
22
- == sproutcore 0.9.18
23
-
24
- - picker.js bug (Ticket #82) [Alexei Svitkine]
25
-
26
- - selection_support.js problem with SelectFieldView (Tickets #103, #104) [Bill Klaila]
27
-
28
- - Fixed radio enabled display state (Ticket #127) [Gert Hulstein]
29
-
30
- - CollectionView doesn't resize groups after a frame change (Ticket #12) [Christopher Swasey]
31
-
32
- - SC.Record.Date should handle GMT formatted strings (Ticket #101) [Joshua Dickens, Erich Ocean]
33
-
34
- - Missing SC.Collection.removeRecords method (Ticket #102) [mm]
35
-
36
- - SC.Record.create() inconsistency (Ticket #99) [Michael Allman]
37
-
38
- - toMany relationship is null (Ticket #166) [Reto Wolf]
39
-
40
- - SC.CollectionView itemViewForEvent somtimes throws exception on IE8 (Ticket #169)
41
- [Darryl Fuller]
42
-
43
- - SC.Collection doesn't update itself properly (Ticket #152) [Christopher Swasey]
44
-
45
- - SC.Record notifies SC.Store improperly of changes (Ticket #155) [Christopher Swasey]
46
-
47
- - Basic tests for collections (initial) (Ticket #156) [Christopher Swasey]
48
-
49
- - problem with record.js; parent-child relationship; and tomcat (Ticket #154) [Bill Klaila]
50
-
51
- - SC.CollectionController.hasSelection() does not return anything when there is no content
52
- (Ticket #178) [Maurits Lamers, Erich Ocean]
53
-
54
- - CollectionView doesn't properly redraw contents if it isn't visible at the time of a
55
- content change (Ticket #123) [Christopher Swasey]
56
-
57
- - Split view can collapse when thickness becomes less than a given value
58
- (Ticket #137) [Lawrence Pit]
59
-
60
- - IE6 Fix (Ticket #162) [sujoykroy]
61
-
62
- - String.fmt ordered arguments are broken (Ticket #165) [Boris Smus, Erich Ocean]
63
-
64
- - Reimplementation of Array.invoke breaks Scriptaculous (Ticket #163) [Boris Smus]
65
-
66
- - record.js/readAttributes() Bug (Ticket #139) [Evin Grano]
67
-
68
- - Records with multiple toMany relationships mixup data (Ticket #161)
69
- [Reto Wolf, Erich Ocean]
70
-
71
- - Segmented buttons are 1 pixel too tall towards the bottom (Ticket #138) [Lawrence Pit]
72
-
73
- - Split view doesn't honor canCollapse property (Ticket #128) [Lawrence Pit]
74
-
75
- - Split view doesn't honor min_thickness property (Ticket #129) [Lawrence Pit]
76
-
77
- == sproutcore 0.9.17
78
-
79
- - Fix require()'s for server/rest_server.js and server/rails_server.js
80
-
81
- == sproutcore 0.9.15
82
-
83
- - Added titleize() helper for Strings. Also imported various other helpers
84
- from Prototype.
85
-
86
- - Ajax requests sent by SproutCore's SC.Server object will now add a custom
87
- header "SproutCore-Version: 1.0" to every request. You can use this to
88
- detect requests coming from SproutCore on the server side. Fixes #85 [trek]
89
-
90
- - SC.Record does a better job of matching null values. Fixed #96 [Fredrik
91
- Blomqvist]
92
-
93
- - SC.Server now handles created records with no attributes yet. Fixed #98
94
- [CAJ]
95
-
96
- - Added support for reduced properties. These properties begin with "@" and
97
- will automatically calculate some kind of summary information about the
98
- receiving array. They are also bindable so you can bind to myArray.@average
99
- and it will update whenever the average changes. [CAJ]
100
-
101
- - Cleaned up SC.Array support to incorporate new SC.Enumerable functions. The
102
- Enumerable methods from Prototype are no longer supported. [CAJ]
103
-
104
- - Removed Array.asArray(). This helper has been deprecated for 6mo now. Use
105
- SC.$A() or Array.from() instead. [CAJ]
106
-
107
- - Added SC.$A() helper. This works like Prototype's SC.$A() except that it
108
- will work with any enumerable. It is also namespaced properly. [CAJ]
109
-
110
- - Added "application/json" to the default Accept header for all servers.
111
- Required for proper support of json format. [Lawrence Pit]
112
-
113
- - Added experimental support for SC.RailsServer which works with resource
114
- oriented Rails applications. [Lawrence Pit, Simon Harris]
115
-
116
- - [FIX] SplitView now resizes in both directions properly. Closes #110
117
- [Christoph Angerer]
118
-
119
- - Added support for the SC.Enumerable mixin and SC.Enumerators. These items
120
- provide the basis for our standard enumeration API. This will replace
121
- relying on iterators provided by Prototype eventually. See docs on those
122
- classes for full information. [CAJ]
123
-
124
- - SC.guidFor() now works consistantly with strings, numbers and other
125
- primitive objects. Before it would differentiate between different
126
- instances of these objects. Now it treats them the same if they are the
127
- same value. [CAJ]
128
-
129
- - Added SC.hashFor() method which can be used to determine if two objects are
130
- equal. Normally this returns the same value as guidFor() but if you
131
- implement the hash() method on your object, it will return that value
132
- instead. This gives you an easy way to indicate that two objects are
133
- equal even if they are different instances. [CAJ]
134
-
135
- - Updated SC.isEqual() to respect SC.hashFor().
136
-
137
- - Added support for hasSelection, hasContent, and other useful properties on
138
- controllers for activating UI.
139
-
140
- - Added newObject() and insertNewObjectAt() methods to ArrayController. These
141
- methods will create and register new records automatically.
142
-
143
- - SC.Record's changeCount now increments whenever a member array's attributes
144
- change.
145
-
146
- - Optimized SC.Object.objectForPropertyPath() to use less memory.
147
-
148
- - You can now pass a string path as a :target and it will be converted to an
149
- object. (thanks Peter Blazejewicz!)
150
-
151
- - SC.CollectionView will now call destroyObject on the content array instead
152
- of removeObject if that method is defined. This allows you to implement
153
- arrays with a more specific handling of the destroyObject method.
154
-
155
- - Added support for checkbox views in ListItemViews. Since this is a fairly
156
- common requirement, checkbox views are now built in.
157
-
158
- == sproutcore 0.9.14
159
-
160
- - Fixed bug in SC.SourceListView that could incorrectly hide groups. Closes
161
- #57. (Thanks mguymon)
162
-
163
- - Fixed bug in SC.ObjectController that would sometimes not commit all pending
164
- changes because the model object would clear the changes hash. Also a test
165
- for this was added. Closes #66. (Thanks YoNoSoyTu!)
166
-
167
- - default index.html now has text/javascript added to script tags. Closes #71
168
- - server.js now handles namespaced prefixes. Closes #74
169
-
170
- - label_view now defaults to the span tag. Closes #75. (Thanks Erich!)
171
-
172
- - Added support for posting data in both URL-encoded and JSON formats via
173
- SC.server. This makes for a much cleaner round-trip. To use this, set the
174
- postFormat: property to SC.JSON_FORMAT in SC.server. Closes #49.
175
- (Thanks Mauris Lamers!)
176
-
177
- - The newRecord property is now set to false once a record has been
178
- successfully sent back to the server. A new internal property tracks when
179
- you are waiting on a record to be created on the server and refuses to
180
- submit it a second time. Closes #81 (Thanks Gareth!)
181
-
182
- - All internal calls for arguments.callee.base.apply() have now been switched
183
- to sc_super(). This means you MUST use version 0.9.13 or later of the build
184
- tools to work with the javascript.
185
-
186
- - Fixed a memory leak in IE that was caused by a self-reference to document.
187
- (Thanks Juan)
188
-
189
- - Improved documentation for a variety of classes. (Thanks gskluzacek)
190
-
191
- - SC.Server can now handled nested Server prefixes in case you have
192
- multi-level namespaces.
193
-
194
- == sproutcore 0.9.12
195
-
196
- - SC.ButtonView & SC.MenuItemView now removes and adds the 'active' class name
197
- on mouseExited and mouseEntered when the mouse is pressed to provide better
198
- indication of whether an action will occur on mouse up. (Thanks schwa23)
199
-
200
- - SC.Record#toString now shows record type in description.
201
-
202
- - [FIX] SC.Timer now computes the next fire time before it executes your
203
- callback action. This should avoid the situation where a timer would call
204
- your action, which would then take it past the last time it should fire and
205
- hence the last fire would never happen. (Thanks August)
206
-
207
- - [FIX] SC.Record#matchCondition() did not behave correctly when comparing
208
- record instances. Fix by onitunes includes both a faster comparison method
209
- along with correct behavior + kickin' unit tests
210
-
211
- - [FIX] some settings on the inline editor for multi-line edits were wrong.
212
- Now fixed thanks to maloninc (#38)
213
-
214
- == sproutcore 0.9.11
215
-
216
- - [FIX] innerFrame tests were failing. Now working.
217
-
218
- - Progress bar now shows 100% fill when set to indeterminate. This should
219
- make it easier to style an indeterminate appearance.
220
-
221
- - Changed all references for window.location= to window.location.href=.
222
- Improves IE compatibility.
223
-
224
- - Cleaned JSLink warnings from animator.js
225
-
226
- - Removed stray debugger statements (thanks august!)
227
-
228
- - Fixed CSS issues with SC-theme that made buttons appear offset. Now appears
229
- correct in FF3 & Safari (thanks mde!)
230
-
231
- - Added detect-browser script which can be included at the top of your page to
232
- detect the current browser and platform. Also includes an
233
- SC.setupBodyClassNames method that you can call after the body tag has been
234
- declared that will add class names for the current browser and platform.
235
-
236
- - Added documentation for Function.property()
237
- - Added documentation for SC.Error.
238
- - Added documentation for SC.SegmentedView
239
-
240
- == sproutcore-0.9.10
241
-
242
- - SC.Platform.Firefox now returns 2 for any gecko browser that is not Firefox.
243
-
244
- - set() and a variety of other methods now returns this instead of the set
245
- value. This makes it possible to do method chaining.
246
-
247
- - Fixed typo in (). Fixes #12
248
-
249
- - Fixed #11
250
-
251
- - Switch from transitional to strict DTD
252
-
253
- - Replacement of window.location to window.location.href.
254
-
255
- - Added default src to image_view (static_url('blank'))
256
-
257
- - Fix for view_helper view that was closing the element.
258
-
259
- - sproutcore now treats space as a printable key instead of a function key.
260
-
261
- - Added chainability to observer methods; improved docs
262
-
263
- set(), beginPropertyChanges(), endPropertyChanges() and a whole slew of
264
- other methods now return this instead of void or the set value. This
265
- allows for method chainings jQuery style such as:
266
-
267
- contact.beginPropertyChanges()
268
- .set('firstName', 'Charles')
269
- .set('lastName', 'Jolley')
270
- .endPropertyChanges();
271
-
272
- - auto select content of textarea when it's focused: this._isFocused is true
273
- for textarea while false for text input in didBecomeFirstRespo
274
-
275
- - scrollable#scrollViewToVisible now scrolls up and left. This corrects a bug
276
- with keyboard control that would bust when you move up or left.
277
-
278
- - Updated documentation on form
279
-
280
- - Use Element instead of element for IE compatability in
281
- Element.setClassName()
282
-
283
- - Added SC.View#destroy() to remove views from internal caches. insertBefore,
284
- removeChild, etc. also now return the view instance so you can chain them.
285
-
286
- - Popup menu was setting the width on each of the child menu items in addition
287
- to itself. This had a huge performance impact with little ac
288
-
289
- - Disabled the current behavior for the menu item view helper which parses the
290
- shortcut before inserting it; now it simply passes the passe
291
-
292
- - [FIX] Replaced url() calls with static_url() in CSS so that they will work
293
- properly in build mode
294
-
295
- - Cleanup in drag.js
296
-
297
- - Adding href property to ButtonView for bindable functionality on href
298
- attributes.
299
-
300
- - Properly order drop targets so that nested targets appear first.
301
-
302
- == 0.9.8
303
-
304
- * [FIX] collection views now update group views appropriately.
305
-
306
- * [IE] offsetParent and viewportOffset() are now IE compliant.
307
-
308
- * [IE] innerFrame now returns the correct value for elements without
309
- hasLayout.
310
-
311
- * [IE] get styleWidth & styleHeight on a view will now return the same value
312
- on all platforms. The IE version would previously include padding and borders
313
- even though it should include only the core width.
314
-
315
- * [FIX] Unit tests could fail to execute in IE if they ended in a comment,
316
- fixed unittest.js to avoid this problem.
317
-
318
- * [FIX] TextFieldView could blank out content when you tabbed out of in.
319
-
320
- == SproutCore 0.9.5
321
-
322
- * Collection View now supports selectOnMouseDown which can be turned off to
323
- provide better drag and drop behavior on SourceList. SC.SourceListView now
324
- turns this off by default.
325
-
326
- * Requesting a resource that should be available in production mode while
327
- running your server in dev mode will now work. Bundles now build one
328
- manifest per language/build_mode combination.
329
-
330
- * Initial changes to SampleControls to add a form-view demo. None of the
331
- controls are wired up yet.
332
-
333
- * Added mongrel as a required dependency of SproutCore. If you have something
334
- like thin installed this is technically not required, but several people were
335
- experiencing trouble installing the gem.
336
-
337
- * Lots of Safari-specific features for Photos just to demo some of its
338
- capabilities. Client-side storage support is also provided but currently
339
- does not save changes you make.
340
-
341
- * SC.CollectionView now supports selectAll (Ctrl+A)
342
-
343
- * SC.CollectionView now supports the delete key to remove items. Also added
344
- delegate methods to the collection view delegate to give you control over
345
- how deletions happen.
346
-
347
- * SC.window can now properly capture the backspace key in Firefox. To
348
- activate this feature you must declare SC.CAPTURE_BACKSPACE_KEY = YES in
349
- your core.js file. Capturing the backspace key will prevent the browser
350
- from going to previous page when the user hits backspace, which can lead to
351
- data loss. To capture this key, SC.window will directly set the
352
- document.onkeypress handler.
353
-
354
- * SC.GridView now supports dropping ON items.
355
-
356
- * SC.ListView now supports dropping ON items.
357
-
358
- * Removed the try/catch() that was placed around property notifiers. This is
359
- not only faster but it will make it easier to debug these exceptions in
360
- Firebug and IE.
361
-
362
- * [FIX] SC.InlineTextFieldView was using the _frame property even though that
363
- is used by a parent class. Changed to _optframe
364
-
365
- * Improved some documentation here and there.
366
-
367
- * [FIX] SC.View will recache its frames when isVisibleInWindow changes. This
368
- will help to ensure we always have the correct dimensions when bringing
369
- views on and offscreen. -- All unit tests now pass again.
370
-
371
- * Improves Photos sample to include support for adding/deleting albums and
372
- drag and drop into albums.
373
-
374
- * Collection View now supports dropping items ON item views as well as
375
- between them.
376
-
377
- * Collection Views now support a delegate object that can be used to control
378
- drag and drop and selection behavior. See
379
- mixins/collection_view_delegate.js for a complete description of the new
380
- methods.
381
-
382
- * SC.ArrayController now supports the useControllersForContent property. If
383
- set to YES, then getting an objectAt() will return a controller for the
384
- value instead of the value itself. This is useful for those times you are
385
- using an array controller to manage a set of objects you want to control.
386
- Previously this feature was always used by array controllers and could not
387
- be disabled. This is now off by default.
388
-
389
- * [FIX] SC.ArrayController and SC.ObjectController now will properly observe
390
- their own content, even when the content is set on init.
391
-
392
- == SproutCore 0.9.4
393
-
394
- * [FIX] Build system now generates index.html files for client bundles, even
395
- if they do not include .rhtml resources.
396
-
397
- * [FIX] Typos in the readme docs for the client generator.
398
-
399
- * Added automaticOutletFor() that will cause a view to be configured
400
- automatically instead of forcing you to use an outlets array. Useful for when
401
- you are manually constructing your views.
402
-
403
- * Initial changes required to eventually implement improved observer
404
- notification system.
405
-
406
- * Improved documentation for a variety of classes
407
-
408
- * [FIX] Only fixtures ending in ".js" will now be loaded. This allows you to
409
- include fixtures named .json or whatever and actually load them via XHR.
410
-
411
- == SproutCore 0.9.3
412
-
413
- * Basic changes to get IE working. All non-view tests now pass and the doc
414
- app and test runner both load and run in IE7. Lots of visual fixes are
415
- still required for the sc-theme as well as IE-specific perf optimization
416
- and bug fixes.
417
-
418
- * [BUG] Default template for both client and template included a stray comma
419
- in their core.js file that breaks IE and Safari 2. This is fixed in the
420
- templates and in the clients included with the framework, though you will
421
- need to make this change manually in your own apps.
422
-
423
- * beginInlineEdit() and endInlineEdit() on SC.LabelView were renamed to comply
424
- with the SC.Editable protocol. Use beginEditing() and commitEditing() or
425
- discardEditing() instead.
426
-
427
- * Added SC.Editable mixin. This provides a standard protocol for begining
428
- and ending keyboard editing sessions on views. SC.Editable is now used
429
- by SC.LabelView, SC.ListItemView, SC.TextFieldView, and
430
- SC.TextareaFieldView.
431
-
432
- * Collection view now supports the default behavior to begin editing when you
433
- click on a selected item for a second time. If you hit return it will also
434
- begin editing. To support this, you must set contentValueIsEditable to YES
435
- and implement beginEditing() on your item view.
436
-
437
- * Inline editor is now supported in both SC.ListItemView and SC.LabelView.
438
-
439
- * Improved inline editor (now renamed SC.InlineTextFieldView for consistancy).
440
- The new editor can be used with basically any view now in addition to just
441
- the label view. It also automatically inherits the font size and style of
442
- any underlying DOM element that you hand it. To work with an inline editor
443
- you will need to implement the InlineEditorDelegate (see documentation).
444
-
445
- * Inline editor now displays with a fixed width and grows downward as you type
446
- instead of stretching out to the end.
447
-
448
- * Added hello world sample app.
449
-
450
- * Updated contacts sample app. It is much nicer now.
451
-
452
- * Add sproutcore freeze:gems command to freeze latest SproutCore in your local
453
- project.
454
-
455
- * Updated copyright to 2008.
456
-
457
- * Converted all uses of setTimeout() in the framework to use run loop instead.
458
-
459
- * Added invokeLater() methods to both SC.Object and Function. These
460
- convenience methods will create a timer to execute a method or function at a
461
- later time. If you need to execute code later, instead of setTimeout,
462
- consider using myObject.invokeLater(0, 'methodName') ;
463
-
464
- * New SC.Timer class provides more efficient triggers for timeouts, etc. The
465
- timer class now also has unit tests and really awesome docs.
466
-
467
- * [FIX] offsetParent, frame, clippingFrame, and innerFrame would all sometimes
468
- return the wrong values in Firefox because of a bug that returns the wrong
469
- offsetLeft and offsetTop when a parent element has a border.
470
-
471
- * Fixed all SC unit tests that were failing (now that I can run them again).
472
-
473
- * Test Runner now has a "Rerun Current Test" button that will rerun the
474
- current test.
475
-
476
- * Added convenience method $I() (or SC.inspect()) - converts an object to a
477
- hash and then displays its key/value pairs. Useful for debugging.
478
-
479
- * Fixed up test templates in generators so that they check for the presence
480
- of main() before trying to fix it up. This was causing errors on new tests
481
- when added to frameworks.
482
-
483
- * [FIX] invokeWhile() was implemented on real Array objects but not on
484
- SC.Array mixin. This caused the controllers/controller test to fail. Now
485
- fixed.
486
-
487
- * Updated test runner to use new SproutCore.
488
-
489
- * [FIX] The JSDoc template will now try to group items based on their full
490
- path, rather than just the top-most directory. This means views stored
491
- under views/buttons, for example, now appear in the group VIEWS/BUTTONS in
492
- the UI.
493
-
494
- * Moved the base class for collections, buttons, and fields into their
495
- respective folders. This will appear them to appear under the correct
496
- location in the Doc viewer.
497
-
498
- * [FIX] Grouped views in the source list without a visible header will
499
- overlapping the following group, absorbing their clicks. Now they render
500
- the proper size.
501
-
502
- * SC.SliderView provides a horizontal slider. No vertical slider is currently
503
- planned since those controls are so rare. If someone really needs one, please
504
- enhance SC.SliderView to support it!
505
-
506
- * slider_view helper creates a slider view + html
507
-
508
- * Add example to sample_controls
509
-
510
- * Converted docs for drag modules to JSDoc format.
511
-
512
- * SourceListGroupViews now automatically collapse their group title if the
513
- group value is null. Items will still be shown; they will just appear to be
514
- "top level"
515
-
516
- * JSDocs template was cutting the first sentance from a class description.
517
- This is now fixed.
518
-
519
- * Updated sc_docs to work with updated SproutCore. Also adopts new look and
520
- feel and includes support for live search on all symbols defined in the
521
- library (try it; it's cool - visit: http://localhost:4020/sproutcore/-docs)
522
-
523
- * JSDoc template no longer generated highlighted JS source along with ref
524
- docs. This was slowing things down and the output wasn't really that great
525
- anyway.
526
-
527
- * Tweaked JSdoc's Textile support to accept '-' as a bullet characters. Since
528
- jsdoc strips all * at the beginning of lines you could not do bulletted
529
- lists before. Now you can using -.
530
-
531
- * Updated design of jsdoc documentation to make it easier to read.
532
-
533
- * Renamed buttons-sprite.png to sc-theme-sprite.png. Added
534
- sc-theme-ysprite.png. One is now used to hold all repeat-x and non-
535
- repeating sprites while the other is used for repeat-y sprites only.
536
-
537
- * SC.SplitView & SC.SplitDividerView provide support for draggable and
538
- collapsable split views.
539
-
540
- * SC.ListView now uses SC.ListItemView as its default example view instead of
541
- SC.LabelView (or the old SC.TextCellView)
542
-
543
-
544
- * The Source List now provides support for the disclosure triangle. A
545
- disclosure is automatically shown if you have grouping enabled and you set
546
- the groupVisibleKey property to anything other an null. The disclosure
547
- does not yet auto-reveal during a drag.
548
-
549
- * SC.DisclosureView - Shows a disclosure triangle button.
550
-
551
- * [FIX] Left over calls to SC.TextCellView. Replaced with SC.LabelView.
552
-
553
- * SC.WorkspaceView is now removed from the framework. It was always intended
554
- for use in Sproutit applications and it is really too specific for such a
555
- generic framework.
556
-
557
- * SC.LabelView gets a new API! Now in line with other SC.Control based
558
- classes. Set value for the value, content/contentValueKey to display part
559
- of some content.
560
-
561
- * You can add view helpers to your own projects just by dropping them into
562
- a lib directory inside your framework or client. If you need to load your
563
- view helpers in a certain order, use the view_helper() method. See the
564
- view helpers in SproutCore for an example usage.
565
-
566
- * SproutCore view helpers are now stored in the framework itself along with
567
- the JavaScript. This will make it easier to include the latest version of
568
- the SproutCore framework in you app without having to install a new set of
569
- build tools. This should basically eliminate the only frequently changing
570
- part of the build tools.
571
-
572
- * SC.SourceList and SC.ListItemView properties now use "content..Key"
573
- convention for naming properties. If you have built code with the old
574
- "content..Property" conventions, you will need to update your code.
575
-
576
- * Added hint property to text_area_view helper that is required to display
577
- ghost text.
578
-
579
- * added new SC.CheckboxView and SC.RadioView for creating simulated checkbox
580
- and radio buttons. These buttons have more functions than their platform
581
- native counterparts including mixed style and full styling support.
582
-
583
- * Moved field view subclasses to views/field directory.
584
-
585
- * Added SC.Validatable mixin that can be applied to any view to make it work
586
- with validators. SC.FieldView now incorporates this mixin.
587
-
588
- * Now if you add initMixin() to a mixin, it will be called automatically
589
- whenever an object that includes the mixin is instantiated. You can use
590
- this to perform any setup necessary for the mixin.
591
-
592
- * Renamed SC.Control.contentValueProperty to SC.Control.contentValueKey to
593
- be consistent with the rest of the API.
594
-
595
- * Added updateContentWithValueObserver to SC.Control that will relay changes
596
- to the value property back to the content object if you use the default
597
- implementation.
598
-
599
- * Changed SC.Control observers for various states that were once private to
600
- public methods. This way you can override them in your subclasses if you
601
- need to perform some extra processing and you want to make sure you do them
602
- in the right order. You can also just add more observers as well.
603
-
604
- * Added JSDoc info for Validators, SC.FieldView, SC.CheckboxFieldView
605
-
606
- * Switched some Sc Theme CSS to use sc-button-view classname instead of more
607
- generic a.button or a.regular.
608
-
609
- * Added new addClassName, removeClassName, setClassName and hasClassName
610
- methods on SC.View that are 7x faster than prototype's version.
611
-
612
- * Integrated SC.Control into SC.ButtonView
613
-
614
- * Changed SC.ButtonView.labelText and SC.ButtonView.labelSelector to
615
- SC.ButtonView.title and SC.ButtonView.titleSelector to be more consistant
616
- with current naming conventions.
617
-
618
- * [FIX] Some doc tags were wrong in SC.ScrollView and others.
619
-
620
- * Improved documentations on SC.ImageView.
621
-
622
- * SC.ImageView now includes the SC.Control mixin and can accept either a
623
- CSS class name or a URL as its value. This makes it easy to switch an image
624
- from using a sprite to use a custom-generated image and back again.
625
-
626
- * SproutCore now includes some shared standard icons that you can use in your
627
- own application, courtesy of IconDrawer (http://www.icondrawer.com).
628
-
629
- * Generalized SC.Control's observer so that you can now use it to observe
630
- changes to multiple properties on content. This should capture a very
631
- common pattern requires by collection item views. Most control-list
632
- SC.Views will eventually adopt this mixin.
633
-
634
- * Added ListItemView which will be used for rendering content in list views
635
- and source list views. ListViewItem can render a name, icon, and optional
636
- unread count.
637
-
638
- * Changed displayProperty in SC.CollectionView to contentValueKey to match
639
- the new SC.Control pattern.
640
-
641
- * SC.Control now has built in support for a value and content property. The
642
- value property is typically the value the control displays, while content
643
- is an object that you might pull a content value from. You can determine
644
- the proeprty of the content object to use as a value by setting the
645
- 'contentValueKey'. The contentValueKey can also be provided by the
646
- displayDelegate.
647
-
648
- * Added SC.DelegateSupport mixin that can be used to support the delegate
649
- pattern.
650
-
651
- * [FIX] Selection management would throw exception after a drag and drop.
652
-
653
- * [FIX] Optimization in fmt() would through an exception if you passed it a
654
- value that did not support toString().
655
-
656
- * Moved selection management methods from CollectionController in independent
657
- SC.SelectionSupport mixin. This mixin is now used by both
658
- SC.CollectionController and SC.ArrayController so you can use either one to
659
- manage a selection state. You can also apply this mixin to your own
660
- controllers to manage selection state if you like (though this is not
661
- required to manage selections.)
662
-
663
- * Began to separate CSS rules into a core.css and a theme.css. The core.css
664
- styles are generally required by SproutCore and should apply even if you
665
- build your own theme. The theme.css rules apply to the SproutCore theme
666
- only and can be overriden by your own CSS.
667
-
668
- * Added SC.SourceListView and sc-theme styles for source lists. Source lists
669
- support grouping if you enable this feature. See the new Collections2 tab
670
- in the SampleControls app for an example source list.
671
-
672
- * Added SC.TableView. This feature is in progress. See the new
673
- Collections2 tab in the SampleControls app for an example table view.
674
-
675
- * Changed asHTML and asText properties to innerHTML and innerText to match
676
- their DOM equivalents.
677
-
678
- * Renamed SC.CollectionItem mixin to SC.Control mixin. SC.Control mixin now
679
- provides some standard functionality for all interactive controls such as
680
- handling selection states, enabled and focus states.
681
-
682
- * Removed support for :resize_options property in view helper, since
683
- auto-resizing is no longer supported in SC.View (it never worked right
684
- anyway and was not functionally very usable.)
685
-
686
- * innerText property now uses TextNodes, making it about 50% faster than
687
- innerHTML on FireFox.
688
-
689
- * Added view helpers for list_view, scroll_view, grid_view, source_list_view,
690
- and table_view. Also refactored collection view helpers into their own
691
- file.
692
-
693
- * [FIX] CollectionView is now able to render items in groups.
694
-
695
- * [FIX] SC.ObjectController: Avoid unwanted commit when oldValue == null &&
696
- newValue == ''.
697
-