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

Simplate work #481

Merged
merged 21 commits into from
Aug 13, 2015
Merged

Simplate work #481

merged 21 commits into from
Aug 13, 2015

Commits on Aug 12, 2015

  1. Get rid of is_bound; all simplates require 3 parts now

    Regularize simplates so they all require at least 3
    sections now: 2 of python, and at least one template
    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    c9980cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d67e9fe View commit details
    Browse the repository at this point in the history
  3. simplify content-type setting

    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    bae8e85 View commit details
    Browse the repository at this point in the history
  4. remove unused mtime arg/prop

    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    6935e82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    259b7d9 View commit details
    Browse the repository at this point in the history
  6. Move simplates to their own submodule

    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    15f1d14 View commit details
    Browse the repository at this point in the history
  7. remove resource base class

    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    ca9fe72 View commit details
    Browse the repository at this point in the history
  8. simplify StaticResource

    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    202c36a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43657cb View commit details
    Browse the repository at this point in the history
  10. Move renderers under simplates

    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    1caabad View commit details
    Browse the repository at this point in the history
  11. Factor out simplate defaults

    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    801c1a5 View commit details
    Browse the repository at this point in the history
  12. Default Response creation moved to algorithm

    Also elucidate response context modification
    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    492d2ca View commit details
    Browse the repository at this point in the history
  13. Stop creating Responses in simplates

    pjz authored and chadwhitacre committed Aug 12, 2015
    1 Configuration menu
    Copy the full SHA
    1c27127 View commit details
    Browse the repository at this point in the history
  14. Merge simplate.respond and .get_response

    Move accept-finding into SimplateWrapper
    pjz authored and chadwhitacre committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    48f77b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9dc0c36 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0808085 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    06337ee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3c91869 View commit details
    Browse the repository at this point in the history
  19. prune unused import

    Changaco committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    26a1e31 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. Refer to context instead of state

    The concept of `state` belongs to algorithm.py, which shouldn't leak
    over into simplates.
    chadwhitacre committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    d5d48d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aec879 View commit details
    Browse the repository at this point in the history