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

Sanitize pass on all controllers args #1399

Merged
merged 6 commits into from
Jul 23, 2015
Merged

Sanitize pass on all controllers args #1399

merged 6 commits into from
Jul 23, 2015

Commits on Jul 12, 2015

  1. Configuration menu
    Copy the full SHA
    585f131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eded3ec View commit details
    Browse the repository at this point in the history
  3. Move sanitization to schema definition for posts controller

    In a lot of cases, the sanitization wasn't needed as they are marked up
    in the schema as `enum`s which can only mean the values match those.
    joehoyle committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    6daa8ad View commit details
    Browse the repository at this point in the history
  4. Switch terms CREATE/UPDATE to be powered by the schema

    Also add some schema updates for the `arg_option`s
    joehoyle committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    58f2f65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98cbf74 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2015

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