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

Feature add fields #46

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Aug 1, 2021

  1. Added migrations.

    dasscheman committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3aa257d View commit details
    Browse the repository at this point in the history
  2. Added new fields models.

    dasscheman committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    2b8ca94 View commit details
    Browse the repository at this point in the history
  3. Added new fields views.

    dasscheman committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    f23b15f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bb2685 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a79d49d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12f3fe2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48996d8 View commit details
    Browse the repository at this point in the history
  8. Added new field routes.

    dasscheman committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    53d61e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a209638 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    e737952 View commit details
    Browse the repository at this point in the history
  2. Update views..

    dasscheman committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    b326f40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8413873 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f563487 View commit details
    Browse the repository at this point in the history
  5. CRUD for new fields.

    dasscheman committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    c634677 View commit details
    Browse the repository at this point in the history
  6. Update fields rules.

    dasscheman committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    e0c7ec3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. All validations rules from all fields are added. Only the fields that…

    … are used in a post are validated.
    dasscheman committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0738b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ac839 View commit details
    Browse the repository at this point in the history
  3. During a save of a post, the fields are validated aswell.

    To avoid DB issues, the save of the post, posttranslate and field are placed in a dbtransaction.
    dasscheman committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    1fce08e View commit details
    Browse the repository at this point in the history
  4. Some view issues.

    dasscheman committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    37eb7f1 View commit details
    Browse the repository at this point in the history
  5. Type in migration

    dasscheman committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    f24db84 View commit details
    Browse the repository at this point in the history
  6. Some deprecated code.

    dasscheman committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    14fc865 View commit details
    Browse the repository at this point in the history
  7. Bug, nextid and auto increment was not working on all mysqlservers.

    Had to change the order in wich models are saved.
    dasscheman committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    b5be4c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35a3b93 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    5c6d6e5 View commit details
    Browse the repository at this point in the history
  2. Allow decimals.

    dasscheman committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e326de0 View commit details
    Browse the repository at this point in the history