Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emberjs routing #198

Merged
merged 24 commits into from
Jul 1, 2012
Merged

Emberjs routing #198

merged 24 commits into from
Jul 1, 2012

Commits on Jun 19, 2012

  1. Configuration menu
    Copy the full SHA
    ea6780d View commit details
    Browse the repository at this point in the history
  2. Move some of the views to separate files.

    Initialize controller views upon `init`.
    stas committed Jun 19, 2012
    Configuration menu
    Copy the full SHA
    428dc1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df296b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2012

  1. Configuration menu
    Copy the full SHA
    59d518a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae539e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22ffae5 View commit details
    Browse the repository at this point in the history
  4. Rewrite the items view.

    Cleanup `Ember.CollectionView` template, on editing use a contextual view.
    Fix race condition issue with focusOut/insertNewline when editing last item.
    stas committed Jun 20, 2012
    Configuration menu
    Copy the full SHA
    e20be98 View commit details
    Browse the repository at this point in the history
  5. Cleanup todos controller.

    stas committed Jun 20, 2012
    Configuration menu
    Copy the full SHA
    42e46b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2012

  1. Update application initialization to make use of `ApplicationControll…

    …er` and `ApplicationView`.
    
    Initialize entries controller upon application creation, to be passed later as content property.
    stas committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    43d5710 View commit details
    Browse the repository at this point in the history
  2. Update todos controller to initalize secondary views upon content att…

    …ribute setup.
    
    TODO: Refactor this to be part of `ApplicationView` as child views.
    stas committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    8da2226 View commit details
    Browse the repository at this point in the history
  3. Update items view bindings.

    stas committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    8125e6a View commit details
    Browse the repository at this point in the history
  4. Router now implements connectOutlets method.

    Renders items on root path.
    stas committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    447b785 View commit details
    Browse the repository at this point in the history
  5. Cleanups.

    stas committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    e9c6524 View commit details
    Browse the repository at this point in the history
  6. Move main html parts to ApplicationView as a ContainerView.

    Most of the non-dynamic (from routing point of view) views should reside in application view.
    stas committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    8183459 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    920eaf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52522d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45a30e3 View commit details
    Browse the repository at this point in the history
  10. Cleanups.

    stas committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    127c55a View commit details
    Browse the repository at this point in the history
  11. Add routing support by setting a context filter.

    `TodosController` will filter the content based on router's filter.
    stas committed Jun 23, 2012
    Configuration menu
    Copy the full SHA
    c3a471b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2012

  1. Fix clear button element id.

    stas committed Jun 30, 2012
    Configuration menu
    Copy the full SHA
    3c11ce7 View commit details
    Browse the repository at this point in the history
  2. Add jasmine to assets.

    stas committed Jun 30, 2012
    Configuration menu
    Copy the full SHA
    7b280ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    814755e View commit details
    Browse the repository at this point in the history
  4. Remove mocha and chai libs.

    stas committed Jun 30, 2012
    Configuration menu
    Copy the full SHA
    a8f4b4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1084f9 View commit details
    Browse the repository at this point in the history