Skip to content
geojeff edited this page Jan 31, 2012 · 25 revisions

Work Logs

This page contains the current Work Logs for open Work Orders.


Accompanying work order: here

AJAX

BOOTSTRAP

  • 01/13: 6 failing tests. Chrome 16.0.912.75 (OS 10.7.2)
  • 01/13: Tyler Keating (tyler@sproutcore.com) working on it
  • 01/13: Proposed fix for all tests: https://github.com/sproutcore/sproutcore/pull/658
  • 01/13: NOTE: I would like to see if I can make the proposed fix slightly less verbose when comparing versions and I would like to also go through all previous uses of SC.browser values and set them up with the new usage. In particular, a lot of existing version comparisons fail if the version contains a letter like 'b' for beta and a lot of existing comparisons aren't very future proof.
  • 01/15: Tyler Keating - Finished fixing up the SC.browser fixes, fixed a few potentially problematic version comparisons in the framework and added more unit tests. I will merge this in if I don't hear otherwise in a few days: https://github.com/sproutcore/sproutcore/pull/658
  • 01/28: Tyler Keating - completed.

CORE_FOUNDATION

  • 01/13: 12 failing tests, 13 warnings. Chrome 16.0.912.75 (OS 10.7.2)
  • 01/23: Wesley Workman (workmanw): Working on it.

DATASTORE

  • 01/13: 1 failing test. Chrome 16.0.912.75 (OS 10.7.2)
  • 01/13: Wesley Workman (workmanw) working on it
  • 01/21: Wesley Workman (workmanw) Seems the broken test was added to prove a problem, but never fixed. (469a15faa25)

DATETIME

  • 01/13: 22 tests pass! Chrome 16.0.912.75 (OS 10.7.2)

DESKTOP

  • 01/13: 11 failing tests. Chrome 16.0.912.75 (OS 10.7.2)
  • 01/22: Wesley Workman (workmanw) working on it
  • 01/23: Wesley Workman (workmanw) fixed.

FORMATTERS

  • 01/13: 157 failing tests! Chrome 16.0.912.75 (OS 10.7.2)
  • 01/30: Jeff Pittman (geojeff) working on it
  • 01/30: Jeff Pittman (geojeff) Adding this line to the frameworks/SproutCore/Buildfile makes the tests pass: config :formatters, :required => [:runtime, :foundation] Grepping on SC.DateFormatter finds no use within SproutCore, and I don't find it in the docs, btw.
  • 01/30: Jeff Pittman (geojeff) Went ahead and made a pull request for adding the Buildfile entry -- we can write some docs before the final release for it. https://github.com/sproutcore/sproutcore/pull/708

FOUNDATION

JQUERY

  • 01/13: No tests?

RUNTIME

ROUTING

  • 01/13: 18 tests pass! Chrome 16.0.912.75 (OS 10.7.2)

STATECHART

  • 01/13: 209 tests pass!. Chrome 16.0.912.75 (OS 10.7.2)

TEMPLATE_VIEW

  • 01/13: 2 warnings. Chrome 16.0.912.75 (OS 10.7.2)

## Work Log: Cleanup of Unused Frameworks

  • 01/28: Tyler Keating completed