-
Stripping CVS keywords
-
Repairing key mapping table procedure is completley rewritten. Uses less RPC calls, now is much faster.
-
Unique keys consistency update function error fixed
-
Unique keys consistency utilities implemented
-
Instances, routes tab pages for the admin section implemented
-
Use safe queue limit for multiply destinations data.
-
Status codes consolidated. Drupal 6 middleware connector module splitted into two sub-modules for server and client parts (see connactors module). Admin part improoved. When data processed for multiply destinations results gathered and saved for each data published. Success status would appear only if all of the destinations were successfuly processed. Otherwise note will contain all issues for each dest.
-
Admin section: data overview filters fixed, possible to view published data arrays
-
Code refactoring in accordance with coder module standards
-
Locking for user name and email added to preserve data consistency between processing jobs. That guarantees that no other instance can post a user on middleware with the same name and/or email. Middleware_client module use middleware locking when validating new user submisions. So it's prevents dublicate user creations locally either.