rut 8.x-1.12

Bug fixes

Changes since 8.x-1.11:

  • Corrected library license information

rut 8.x-1.11

Changes since 8.x-1.10:

rut 8.x-1.10

Bug fixes

Changes since 8.x-1.9:

The accessCheck method is implemented

rut 8.x-1.9

New features

Changes since 8.x-1.8:

  • The possibility of omitting to validate the RUT has been added. Run update.php and export the resulting configuration.

rut 8.x-1.8

Changes since 8.x-1.7:

  • Compatibility with Drupal 10

rut 7.x-1.4

Unsupported

Changes since 7.x-1.3:

  • Fixed a deprecated syntax to support php 8.0

rut 8.x-1.6

Changes since 8.x-1.5:

Now this version is compatible with Drupal 9.

rut 8.x-1.5

Changes since 8.x-1.4:

Fixed minor bugs from the last release about Testing and Drupal Console integration.

rut 8.x-1.4

Changes since 8.x-1.3:

  • Code cleanup to make the module compatible with the upcoming Drupal 9
  • Now the commands are compatible with the last Drupal Console version

rut 8.x-1.3

Bug fixes

Changes since 8.x-1.2

  • updated valueForm method to be compatible with the parent method

rut 8.x-1.2

New features

Changes since 8.x-1.1

  • Update coding style
  • Added feeds integration
  • Added dependencies in libraries
  • Removed deprecated functions

rut 7.x-1.3

Unsupported

Changes since 7.x-1.2

Implements hook_field_load to attach the key 'value' with the rut formatted

rut 8.x-1.1

Changes since 8.x-1.0

  • Update coding style.
  • Change constraint

rut 7.x-1.2

Bug fixes
Unsupported

Changes since 7.x-1.1

  • Check if the value is in the key value or key rut
  • If the field is not saved, possibly the rut is in the key value

rut 8.x-1.0

Changes since 8.x-1.0-beta3

  • Added tests
  • Added constraints
  • Added schema configuration of the field
  • Changed the arguments in the validateRut method, dv can be null

rut 7.x-1.1

New features
Unsupported

Changes since 7.x-1.0

  • It ensures that the function rut_calculate_dv() return a string.
  • #2582025 by mnico: Import User does not recognize the rut field when importing
  • #2689385 by mnico, francort, JotaMiller: Add migrate module integration

rut 8.x-1.0-beta3

Changes since 8.x-1.0-beta2

  • Compatibility with Drupal 8.0.0-rc2:
    • fix DrupalUnitTestBase no longer exists
    • added a missed argument in RutFormatter->viewElements()
  • Added the settings summary
  • Removed the contraint. This is no longer needed.
  • Change the size for rut column to support big values.

rut 7.x-1.0

Bug fixes
Unsupported

Changes since 7.x-1.0-beta4

  • Change the size for 'rut' column to support big values. This prevents an exception when the user insert a huge RUT.

rut 8.x-1.0-beta2

Bug fixes
New features

Changes since 8.x-1.0-beta1

  • Compatibility with Drupal 8.0.0-beta6:
    • Upgraded the way to attach a javascript.
    • Changed the old function (field_views_field_default_views_data) to the new one (views_field_default_views_data) of views module.
  • Change the default value of validate_js option to TRUE.
  • Added a Constraint to Prevent a long rut value.
  • Added the constraint to the RutItem.

rut 7.x-1.0-beta4

Bug fixes
New features
Unsupported

Changes since 7.x-1.0-beta3

  • Fixed a minor bug related with ajax.
  • Added support hook_entity_property_info() from contrib Entity API.

rut 7.x-1.0-beta3

New features
Bug fixes
Unsupported

Changelog

Bug Fixes:

New Features:

  • Added a new filter for Views. Now you can filter RUT in one text field.

rut 7.x-1.0-beta2

Unsupported

Changelog

  • Rut_field schema change, Remove the default value 0 for 'rut' column and set unsigned value. Require run update.php
  • Was added ajax_process_form to rut_field element.
  • It modified the rut.js. Is added an class once it have run the plugin Rut in the element.
  • Specific error message on form validation and will work with custom element or with Fields API.
Subscribe with RSS Subscribe to Releases for RUT