book_access 7.x-2.0-alpha3

Bug fixes

Changes since DRUPAL-7--2-0-ALPHA2:

  • By kiam: Replaced "isset()" with "!empty()" for checking the value of $node->book["bid"].
  • #1004260 by kiam: A call to db_query() uses wrong parameters and doesn't pass the table name to db_escape_table().
  • By kiam: Removed a call to a not existing function.
  • By kiam: Fixed the reference to a local variable.

imce 7.x-1.0

Bug fixes

Changes since beta:
- #935136 by apetryk: validate dimensions for supported image types only.
- #942884: fixed array iteration anomaly in IE.
- some minor fixes.

bueditor 7.x-1.0

Bug fixes

Changes since beta:
- #1001996 by fax8: fixed using property of non-object error.
- Some small UI fixes.

migrate 7.x-2.0-beta3

New features
Bug fixes
Insecure

Migrate 2.0 Beta 3
==================

Features and enhancements

- #989200 - Support "dynamic" migrations. Changes to be aware of:
All modules implementing migration classes must now implement hook_migrate_api()
(see migrate_migrate_api() for an example).
Dependencies and sourceMigrations must now be expressed in terms of
machine name rather than class name.
MigrationBase::getInstance now takes a machine name rather than a class name.
Migration class names are no longer required to end in 'Migration'.
- #992898 - Pass options to source and destination constructors as arrays.
File destinations (i.e., migrating directly to the file_managed table, with
option copying of the files themselves) are now supported.
Allow migration of comment enable/disable.
Check max_execution_time as well as memory_limit, for graceful exit when
max_execution_time is in play.
Add dedupe() method for a field mapping.
Apply MigrateBase::timestamp() to comment created/changed

Bug fixes

- #1006272 - Remove lengths on int fields in schema (breaks Postgres)
- #1005030 - Replace eval() with proper call_user_func().
- #1005360 - Skip .test files in registry scan
- #1004268 - Don't munge date separators
- prepareRow() hook skips current row only if boolean FALSE is returned.
- #989622 - Fix undefined variable in MigrateDestinationNode::import().

Pages

Subscribe with RSS Subscribe to RSS - 7.x