Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

[bz5800733] Handlebars Template Helpers (second attempt after #922) #1011

Merged
merged 5 commits into from
Feb 26, 2013

Commits on Feb 26, 2013

  1. introducing the concept of adapter.page which represents an abstracti…

    …on of req in the server and doc in the client. This structure could be use to store data per request on the server and per page on the client. at the moment, this structure will not be serialized or used after the dispatcher ends
    caridy committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    0d36bf1 View commit details
    Browse the repository at this point in the history
  2. adding support for custom helpers per instance (instance.helpers) whe…

    …n rendering a particular view using HB
    caridy committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    d5c2031 View commit details
    Browse the repository at this point in the history
  3. refactor on the experimental mojito-models-addon to use the new globa…

    …l adapter.page object to expose models per request. also, changing the api to align with helpers
    caridy committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    091bd6c View commit details
    Browse the repository at this point in the history
  4. introducing mojito-helpers-addon which happens to use the same api th…

    …at mojito-models-addon uses. this is experimental in 0.5.5
    caridy committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    3ba7e9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7553005 View commit details
    Browse the repository at this point in the history