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

Value objects (Based on #634) #835

Merged
merged 33 commits into from
Feb 8, 2014
Merged

Commits on Mar 3, 2013

  1. adds a new output format

    schmittjoh committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    b4b9709 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2013

  1. Configuration menu
    Copy the full SHA
    02d34bb View commit details
    Browse the repository at this point in the history
  2. [DDC-93] Parse @Embedded and @embeddable during SchemaTool processing…

    … to make parsing work.
    beberlei committed Mar 26, 2013
    4 Configuration menu
    Copy the full SHA
    32988b3 View commit details
    Browse the repository at this point in the history
  3. [DDC-93] Implement first working version of value objects using a Ref…

    …lectionProxy object, bypassing changes to UnitOfWork, Persisters and Hydrators.
    beberlei committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    0204a8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    011776f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. Configuration menu
    Copy the full SHA
    879ab6e View commit details
    Browse the repository at this point in the history
  2. [DDC-93] Rename ReflectionProxy to ReflectionEmbeddedProperty, Add DQ…

    …L test with Object and Array Hydration.
    beberlei committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    9613f1d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2013

  1. Merge remote-tracking branch 'origin/ValueObjects'

    Conflicts:
    	lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
    schmittjoh committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    38b041d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c67ac8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30897c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41c937b View commit details
    Browse the repository at this point in the history
  5. removes outdated todos

    schmittjoh committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    fd8b5bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20fb827 View commit details
    Browse the repository at this point in the history
  7. fixes coding style

    schmittjoh committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    4f6c150 View commit details
    Browse the repository at this point in the history
  8. fixes annotation context

    schmittjoh committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    f86abd8 View commit details
    Browse the repository at this point in the history
  9. some consistency fixes

    schmittjoh committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    97836ef View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2013

  1. Configuration menu
    Copy the full SHA
    d4e6618 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ece62d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5586ddd View commit details
    Browse the repository at this point in the history
  4. fixes a bad merge

    schmittjoh committed Nov 2, 2013
    Configuration menu
    Copy the full SHA
    0cd6061 View commit details
    Browse the repository at this point in the history
  5. fixes declaring class

    schmittjoh committed Nov 2, 2013
    Configuration menu
    Copy the full SHA
    2b2f489 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17e0a7b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2013

  1. adds docs

    schmittjoh committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    9ad376c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb3a06b View commit details
    Browse the repository at this point in the history
  3. some cs fixes

    schmittjoh committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    2a73a6f View commit details
    Browse the repository at this point in the history
  4. small fix

    schmittjoh committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    0ee7b68 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2013

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

Commits on Dec 7, 2013

  1. Update XML schema to reflect addition of embeddables

    Jan Kramer committed Dec 7, 2013
    Configuration menu
    Copy the full SHA
    928c32d View commit details
    Browse the repository at this point in the history
  2. Fix XmlDriver to accept embeddables

    Jan Kramer committed Dec 7, 2013
    Configuration menu
    Copy the full SHA
    fbb7b5a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from jankramer/ValueObjects

    Update xml mapping driver and schema to work with embeddables
    schmittjoh committed Dec 7, 2013
    Configuration menu
    Copy the full SHA
    f7f7c46 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2014

  1. Merge branch 'master' of github.com:doctrine/doctrine2 into ValueObjects

    Conflicts:
    	UPGRADE.md
    	lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
    schmittjoh committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    4f585a3 View commit details
    Browse the repository at this point in the history
  2. fixes bad merge

    schmittjoh committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    9464194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7020f41 View commit details
    Browse the repository at this point in the history