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

Enable generate content from file #327

Open
wants to merge 9 commits into
base: pr-327
Choose a base branch
from

Commits on Jun 10, 2019

  1. make slug editable

    junnotantra committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    aecca64 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Add validation on slug edit

    - validation on frontend using js, prevent submit empty slug
    - validation on backend, use existing slug if new slug is empty string
    - update code to be more readable
    junnotantra committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    63bfb8f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Add support for building snaps

    Igor Ljubuncic committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    6720c0f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Merge pull request ponzu-cms#313 from igorljubuncic/ponzu-dev

    There may be elements to iron out for snap users, but nothing here impacts the Ponzu codebase as-is.
    olliephillips committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    b2410d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Merge pull request ponzu-cms#309 from junnotantra/ponzu-dev

    See the PR comments for more info. Thanks to @junnotantra
    olliephillips committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    f103ea6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Added go dependency

    As per ponzu-cms#313 just adding code to have go be a dependency
    olliephillips committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    5b662ff View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Merge pull request ponzu-cms#319 from ponzu-cms/master

    Merge pull request ponzu-cms#311 from ponzu-cms/ponzu-dev
    nilslice committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    43fc74a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    0a8c77a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Enable generate content from file

    changes:
    - Add optional flag on generate content to read write JSON template file
    - Update documentation
    junnotantra committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    b9cd3da View commit details
    Browse the repository at this point in the history