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

Add support for array of objects as reference #141

Open
wants to merge 22 commits into
base: 1.5.x
Choose a base branch
from

Commits on Aug 13, 2013

  1. Updated incorrect PhpDoc

    PhpStorm shows an error. I think it's because ObjectManager was already imported.
    Dirk Luijk committed Aug 13, 2013
    Configuration menu
    Copy the full SHA
    0e2e1df View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2013

  1. Merge pull request doctrine#109 from dirkluijk/patch-1

    Updated incorrect PhpDoc
    stof committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    adca0ae View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2013

  1. Configuration menu
    Copy the full SHA
    0e62045 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#114 from jtreminio/master

    addReference() actually throws exception
    stof committed Sep 16, 2013
    Configuration menu
    Copy the full SHA
    b1e7d5a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

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

Commits on Oct 16, 2013

  1. Fixed identifiers retrieval on ReferenceRepository if Entity is not y…

    …et managed my UnitOfWork.
    Guilherme Blanco committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    dfc0dc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2013

  1. Update CS

    Explicit modifier scope for function load
    Tiago Brito committed Dec 1, 2013
    Configuration menu
    Copy the full SHA
    5957b09 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2013

  1. Merge pull request doctrine#124 from tiagobrito/patch-1

    Add explicit visibility for function load
    stof committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    4a81be0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2014

  1. Syntax highlighting on README.md

    mhor committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    70d6e3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#130 from mhor/patch-1

    Syntax highlighting on README.md
    stof committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    d5d0f7d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2014

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

Commits on Mar 3, 2014

  1. Add explicit visibility for method getOrder

    Add explicit visibility following PSR-2
    Tiago Brito committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    4000645 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#134 from tiagobrito/patch-2

    Add explicit visibility for method getOrder
    stof committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    d5970ef View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2014

  1. Configuration menu
    Copy the full SHA
    0756854 View commit details
    Browse the repository at this point in the history
  2. Added the travis config

    stof committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    69c2230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    586c5a9 View commit details
    Browse the repository at this point in the history
  4. Fixed the usage of phpunit

    stof committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    7d00a0f View commit details
    Browse the repository at this point in the history
  5. PHPCS

    macnibblet committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    36765f0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request doctrine#137 from macnibblet/hotfix/embedded-support

    Add support for 2.5 embeddables
    Ocramius committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    e847b07 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2014

  1. Configuration menu
    Copy the full SHA
    a1de125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1388ae0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2014

  1. array php 5.3 compatible

    flip111 committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    82a64cb View commit details
    Browse the repository at this point in the history