yamm 6.x-2.0-alpha6

Bug fixes

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

Bug fixes

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

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 :

yamm 6.x-2.0-alpha2

New features

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

New features
Bug fixes

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

New features
Bug fixes

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

New features
Bug fixes

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:

yamm 6.x-1.x-dev

New features
Bug fixes

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

yamm 6.x-1.0-beta1

New features
Bug fixes

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 Subscribe to Releases for Yet another migration module