Download & Extend

Releases for Yet another migration module

yamm 6.x-2.0-alpha6

Download Size md5 hash
yamm-6.x-2.0-alpha6.tar.gz 91.85 KB 235307db607be373030ac9beb4b73c7a
yamm-6.x-2.0-alpha6.zip 124.97 KB 53652d0945e4c101614e8bbfc0ac3e14
Last updated: December 25, 2010 - 00:13
Official release from tag: 6.x-2.0-alpha6

Release notes

Copy of current git branch.
- #1000476 - by aaronbauman - Fixed a wrong link in admin section.
- Updated PHP version dependency from 5.1 to 5.2 due to extensive OOP usage.
- Fixed wrong identation in file (tabs instead of spaces).
- Fixed missing OOX module dependency for yamm_client module.

yamm 6.x-2.0-alpha5

Download Size md5 hash
yamm-6.x-2.0-alpha5.tar.gz 91.93 KB 5dc3a73fd29c93d55ad1a999d990215e
yamm-6.x-2.0-alpha5.zip 125.05 KB ebcb2a79108ed766d5c9b2c9be9ccf9a
Last updated: December 25, 2010 - 00:13
Official release from tag: 6.x-2.0-alpha5

Release notes

This is a early bugfix release, latest had some problems :

  • Terms would not be properly migrated, causing the client to crash at parse time.
  • A wrong static cache usage caused the client to ignore some recently added dependencies at parse time, which lead to crash.

yamm 6.x-2.0-alpha4

Download Size md5 hash
yamm-6.x-2.0-alpha4.tar.gz 91.68 KB 9eba3ae177bd37ec9f3dfe2c0ecc290d
yamm-6.x-2.0-alpha4.zip 124.76 KB bdc6e397f769c48ab7b73dbcb61ceba2
Last updated: December 25, 2010 - 00:13
Official release from tag: 6.x-2.0-alpha4

Release notes

First, sorry for previous buggy release, it was an human error while commiting.

New release after some monthes of inactivity. This is mainly a huge sync with work being done on the git repository, thanks to the great help of Florent :

  • It provides a new feature with profiles, they are now pluggable and can support any type of data selection backend. The only implementation still remains the views one, but new one can be written pretty easily.
  • Profiles are now XoXo module objects, using the XoXo factory implementation for persistence and objects access, this module provides us a full unit-tested CRUD API, which allows Yamm to lost some code weight.
  • Most of the code now uses the OOX module API, including generic implementation of registries.
  • File handling is becoming more flexible, the backend is pluggable, there is only one existing right now so it's being used in an hardcoded way, but it will change.
  • MD5 file checks are being done when files are transfered, the same file won't ever be copied twice.
  • The modules uses the CLI Deamon module on client side, which works way better than the old DataSync module.
  • A lot of other fixes, code inline documentation improvements, better coding standards, some files have been moved, etc...

Known issues :

    Read more

    yamm 6.x-2.0-alpha3

    Download Size md5 hash
    yamm-6.x-2.0-alpha3.tar.gz 91.53 KB 5a3fb6649d595176506b94596b8b4753
    yamm-6.x-2.0-alpha3.zip 124.66 KB f9613275209f59cb09f73ffac4483fc9
    Last updated: December 25, 2010 - 00:13
    Official release from tag: 6.x-2.0-alpha3

    Release notes

    This release is bugguy, don't download it.

    yamm 6.x-2.0-alpha2

    Download Size md5 hash
    yamm-6.x-2.0-alpha2.tar.gz 84.04 KB 3007e95fd8e76d7fcf74ae513329e086
    yamm-6.x-2.0-alpha2.zip 111.69 KB 694b4ff8689fe9e907643243c9f86272
    Last updated: December 25, 2010 - 00:13
    Official release from tag: 6.x-2.0-alpha2

    Release notes

    Added last update time into yamm_uuid table, this settings is not updated but will be soon in order to be able to do incremental updates.
    Change "server" configuration option in client by "allowed servers" with a list or one or more server.
    Added the server url in client transaction table.
    Server should send its own base url as a parameter when pushing the order to client so the client would now on which server it should fetch data.

    yamm 6.x-2.0-alpha1

    Download Size md5 hash
    yamm-6.x-2.0-alpha1.tar.gz 84.05 KB fdc267e74b8677fdf06180ef3877ecf2
    yamm-6.x-2.0-alpha1.zip 111.71 KB d756eb2ed736ef3cfba5702e411d20a2
    Last updated: December 25, 2010 - 00:13
    Official release from tag: 6.x-2.0-alpha1

    Release notes

    A lot of bugfixes have been made in the process, but more important:
    Feature: Now modules that defines entities does not need to expose their name anymore,
    API change: Modules that define entities should define the file where it is stored.
    API change: All classe names have been rewrote to match Zend naming convention.
    Feature: This module got rid of DataSync, their daemon where too buggy.
    Feature: This module now uses the 'daemoncli' module to run.
    See TODO.txt for upcoming major changes.

    yamm 6.x-1.0-rc3

    Download Size md5 hash
    yamm-6.x-1.0-rc3.tar.gz 83.29 KB 1342577e8ec79cde64b9833dd4bde32f
    yamm-6.x-1.0-rc3.zip 107.89 KB 963b193c32987c68ffa1482e94be6ca3
    Last updated: December 25, 2010 - 00:13
    Official release from tag: 6.x-1.0-rc3

    Release notes

    Upgrade is strongly advised, there some (minor) bugfixes which could save you some hours.

    #296874 feature: added node reference field support into node entity
    #296872 feature: better support for client-side deleted object
    #296870 bugfix: removed unnecessary forced referenced at call time

    yamm 6.x-1.0-rc2

    Download Size md5 hash
    yamm-6.x-1.0-rc2.tar.gz 81.39 KB 55db6dcaab50f86c32a19187044c5df4
    yamm-6.x-1.0-rc2.zip 105.88 KB 77cd102107880f1ad216e9c267d90821
    Last updated: December 25, 2010 - 00:13
    Official release from tag: 6.x-1.0-rc2

    Release notes

    This release ships a lot of major features and bugfixes. This is the consequence of two month hard testing by two developers and more end-users.
    Major features are:

    • Vocabulary merging option
    • Techno preview additional module that can copy images over HTTP when found in node bodies
    • Heavy debug mode
    • Client timeouted transaction cleaning by cron jobs

    Enhancements:

    • Better DataSync framework usage
    • API have been improved
    • Some global tuning options are now available to site administrator

    And a lot of stability enhancement, bugfixes, some code and documentation cleanup; and it also now ships translation templates and french translation.

    yamm 6.x-1.x-dev

    Download Size md5 hash
    yamm-6.x-1.x-dev.tar.gz 83.05 KB dc4287d50d3e3145a849edacf0cb83bd
    yamm-6.x-1.x-dev.zip 109.82 KB 86a188f1378c85c6d7dfe0579c706565
    Last updated: February 25, 2011 - 07:59
    Development snapshot from branch: master

    Release notes

    Two major features (still in dev, but should work), see CVS messages for commit #254236 and commit #254222

    yamm 6.x-1.0-beta1

    Download Size md5 hash
    yamm-6.x-1.0-beta1.tar.gz 68.5 KB 3c236c2c9622307e02c727435ee588ae
    yamm-6.x-1.0-beta1.zip 85.63 KB 703ed3aac2dd07c38b5e0ea6e24173f6
    Last updated: December 25, 2010 - 00:13
    Official release from tag: 6.x-1.0-beta1

    Release notes

    First real project release.
    All project documentation can be read using Advanced Help module, consider using it before asking for support.

    This is a BETA version because we use it in production, with no known blocking bugs. API may evolve; you have to known that this module does not handle object deletion at this time, which could be problematic with some use case.

    All feature described on project page are here, all feedback, bug report, feature request is welcome, we will try to answer as soon as possible.

    Happy testing folks!

    Subscribe with RSS Syndicate content
    nobody click here