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

Versioning support #96

Merged
merged 33 commits into from
Feb 3, 2012
Merged

Versioning support #96

merged 33 commits into from
Feb 3, 2012

Commits on Nov 18, 2011

  1. Configuration menu
    Copy the full SHA
    f4ab6d5 View commit details
    Browse the repository at this point in the history
  2. Revert "Added a translated attribute to all the translatable field …

    …annotations"
    
    This reverts commit f4ab6d5.
    Daniel Barsotti committed Nov 18, 2011
    Configuration menu
    Copy the full SHA
    8b9cc53 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2011

  1. Merge remote-tracking branch 'github/master'

    Daniel Barsotti committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    69d5a6c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Daniel Barsotti committed Jan 10, 2012
    Configuration menu
    Copy the full SHA
    0cf26f1 View commit details
    Browse the repository at this point in the history
  2. Implemented the new Document(versioningType=...) annotation

    Daniel Barsotti committed Jan 10, 2012
    Configuration menu
    Copy the full SHA
    a257b1a View commit details
    Browse the repository at this point in the history
  3. Updated jackalope to the latest version

    Daniel Barsotti committed Jan 10, 2012
    Configuration menu
    Copy the full SHA
    f808e1a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2012

  1. Refactored the versionable annotation to be compatible with the new s…

    …emantic
    Daniel Barsotti committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    fd882ea View commit details
    Browse the repository at this point in the history
  2. Fixed case in versioning related methods

    Daniel Barsotti committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    5cb4b88 View commit details
    Browse the repository at this point in the history
  3. Corrected case inconsistency in method calls

    Daniel Barsotti committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    ee662cb View commit details
    Browse the repository at this point in the history
  4. Cleanup about versioning annotation

    - The correct versionable mixin is set on document creation, checkin and checkout
    - A document cannot have a @Version field if it is not versionable
    - Corrected the exiting version related tests
    Daniel Barsotti committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    ede00dd View commit details
    Browse the repository at this point in the history
  5. Moved the existing VersioningTest to the proper directory

    Daniel Barsotti committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    54f2728 View commit details
    Browse the repository at this point in the history
  6. Implemented checkpoint and getAllLinearVersions (IN PROGRESS)

    Daniel Barsotti committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    cd72e9a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2012

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

Commits on Jan 26, 2012

  1. Configuration menu
    Copy the full SHA
    f0503d2 View commit details
    Browse the repository at this point in the history
  2. Added basic tests for DocumentManager::findVersionByName

    Daniel Barsotti committed Jan 26, 2012
    Configuration menu
    Copy the full SHA
    e838c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72fa043 View commit details
    Browse the repository at this point in the history
  4. little code cleanup on checkpoint

    dbu committed Jan 26, 2012
    Configuration menu
    Copy the full SHA
    0499d41 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2012

  1. Implemented DocumentManager::removeVersion - the test VersioningTest:…

    …:testRemoveVersion is still failing !!
    Daniel Barsotti committed Jan 27, 2012
    Configuration menu
    Copy the full SHA
    05dede9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2012

  1. check for version node rather than the frozen node, use fixed jackalo…

    …pe that handles version deletion correctly
    dbu committed Jan 30, 2012
    Configuration menu
    Copy the full SHA
    44f08f6 View commit details
    Browse the repository at this point in the history
  2. annotation for VersionName and VersionCreated, clean up some locale a…

    …ccess to use reflection
    dbu committed Jan 30, 2012
    Configuration menu
    Copy the full SHA
    9c4aec0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2012

  1. code and doc cleanups

    dbu committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    571f834 View commit details
    Browse the repository at this point in the history
  2. code cleanups and use the newly implemented PHPCR getAllLinearVersion…

    …s instead of the hack
    dbu committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    4999e2c View commit details
    Browse the repository at this point in the history
  3. adjust test to cleanup

    dbu committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    aaab6e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e042f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb5cbbc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2012

  1. Merge remote branch 'upstream/master' into versioning, remove alias f…

    …rom test documents
    
    Conflicts:
    	README.md
    	lib/Doctrine/ODM/PHPCR/UnitOfWork.php
    	lib/vendor/jackalope
    	tests/Doctrine/Tests/ODM/PHPCR/Functional/VersioningTest.php
    dbu committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    8f150f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f422a96 View commit details
    Browse the repository at this point in the history
  3. removing @Version annotation as its no longer needed, tweaking handli…

    …ng of @versionname and @VersionCreated
    dbu committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    0b86501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0c1471 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e62e666 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2777191 View commit details
    Browse the repository at this point in the history
  7. cleanups for the comments

    dbu committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    04d66a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6936dbc View commit details
    Browse the repository at this point in the history