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

Fix issue 100 #106

Closed
wants to merge 4 commits into from
Closed

Fix issue 100 #106

wants to merge 4 commits into from

Commits on Mar 13, 2012

  1. Fix to pallets#93, this time respecting whitespace

    Rejigger of title split to respect whitespace, also capitalize follow-on
    hyphenated words.
    njl committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    8f0c8ee View commit details
    Browse the repository at this point in the history
  2. Fixes issue pallets#77 by adding explanation to docs

    Points out that the Django empty is replaced by the
    Flask else.
    njl committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    7336b7a View commit details
    Browse the repository at this point in the history
  3. Fix to issue pallets#86, nested loop in a loop else tag

    The generated code assumed that l_loop exists inside the if statement
    following the for loop. If the LoopContext doesn't have anything,
    the l_loop won't be defined, and stuff blows up.
    njl committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    f6f3704 View commit details
    Browse the repository at this point in the history
  4. Fix Issue pallets#100, tailing commas in macros args

    This change will allow trailing commas in macro definitions, and in
    calls to macros.
    njl committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    7b2f718 View commit details
    Browse the repository at this point in the history