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

Auto add error logging to all forms #3

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

Commits on Jan 13, 2015

  1. added entity and changed the repository name to be prefixed with lend…

    …able
    Tito Costa committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    7f8f605 View commit details
    Browse the repository at this point in the history
  2. fixed parameter value

    Tito Costa committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    0a1085d View commit details
    Browse the repository at this point in the history
  3. renamed entity name

    Tito Costa committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    34553e6 View commit details
    Browse the repository at this point in the history
  4. used a form extension to subscribe the listener instead of injecting …

    …on every form individually
    Tito Costa committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    0c6d64d View commit details
    Browse the repository at this point in the history
  5. added a created at value to the entity

    Tito Costa committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    bdf262d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

  1. renamed field createdAt to just created

    Tito Costa committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    c6fc807 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Support for Symfony3

    titolendable authored Jul 15, 2016
    Configuration menu
    Copy the full SHA
    c38063e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. Configuration menu
    Copy the full SHA
    1ada491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0f068b View commit details
    Browse the repository at this point in the history
  3. Update services.yml

    titolendable authored Jul 18, 2016
    Configuration menu
    Copy the full SHA
    134bb91 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

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

Commits on Sep 20, 2016

  1. added event before storing entity

    Tito Costa committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    23d0f90 View commit details
    Browse the repository at this point in the history
  2. changed entity to a mappedsuperclass so we can redifine it as an enti…

    …ty in the project
    Tito Costa committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    0832e87 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

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

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    fa98466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee656a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2144335 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. PHP resources cannot be serialized so default in this case to empty s…

    …tring.
    
    Extract tha data serialization into trait so it can be potentially reused. This bumps the minimum supported PHP version to 5.4
    martin-georgiev committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    444bd29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce64696 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Merge pull request #1 from Lendable/bugfix/php-resources-cant-be-seri…

    …alized
    
    Bugfix for resource serialization
    ppamment authored Nov 17, 2017
    Configuration menu
    Copy the full SHA
    eb0f16f View commit details
    Browse the repository at this point in the history
  2. Prepare for sf 4

    martin-georgiev committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    8c56784 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Configuration menu
    Copy the full SHA
    f461510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eb76bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7238353 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Merge pull request #2 from Lendable/feature/symfony4-ready

    Support Symfony 4
    martin-georgiev authored Nov 24, 2017
    Configuration menu
    Copy the full SHA
    8870791 View commit details
    Browse the repository at this point in the history