template_field 7.x-1.0-beta5

New features
Bug fixes
Unsupported

Changes since 7.x-1.0-beta4:

  • #1841992 by arithmetric: Fixed Be nicer if a template is missing.
  • #1842692 by arithmetric: Added Wrap template field form elements in div with classes.
  • Filter allowed operations by permissions

template_field 7.x-1.0-beta4

Unsupported

Changes since 7.x-1.0-beta3:

  • Add input name to input class
  • Add a default template object in the controller.

template_field 7.x-1.0-beta2

Bug fixes
Unsupported

Changes since 7.x-1.0-beta1:

  • Fix ajax bugs with owners
  • Update install file

template_field 7.x-1.0-beta1

Bug fixes
Unsupported

Changes since 7.x-1.0-alpha31:

  • Fix permissions on owner type

template_field 7.x-1.0-alpha30

Unsupported

Minor change. Relocated the call to the drupal_alter function that allows other modules to override the template title based on the template name, so that it can now affect the empty template (used when adding new templates to the field)

template_field 7.x-1.0-alpha28

New features
Bug fixes
Unsupported

Changes since 7.x-1.0-alpha27:

  • Updated required field code to resolve issues with nested fields.
  • Add required fields and merge in awesome UI work
  • remove non working file extention code '
  • Add the ability to add required input types
  • Implemented drag and drop for nesting fields under vertical tabs and fieldsets.
  • Updated the template configuration page to support nesting fields under fieldset/tab containers.
  • Basic field sorting implemented.
  • Fixed issue with template description field not being saved.

template_field 7.x-1.0-alpha27

New features
Unsupported

Changes since 7.x-1.0-alpha26:

  • Add url input type
  • Add globals to the template variables

// Add in some globals
$template_variables['globals'] = array(
'variables' => $conf,
'base_path' => base_path(),
'base_url' => $base_url,
'user' => $user,
);

template_field 7.x-1.0-alpha25

New features
Bug fixes
Unsupported

Changes since 7.x-1.0-alpha24:

  • Update file input type to specify file extenstions
  • Add validation to label field and make it longer
  • Update phpdoc

template_field 7.x-1.0-alpha22

Bug fixes
Unsupported

Fix misspelling of "template" in several places.

One instance found in code, when altering the template variables before rendering.

template_field 7.x-1.0-alpha21

Bug fixes
Unsupported

Changes since 7.x-1.0-alpha20:

  • fix permission name mismatch
  • Use media input in place of managed_file if media module is enabled.
  • UPdate documentation
  • Fix some php strict notices
  • Placed the template_chooser module in the correct package

template_field 7.x-1.0-alpha20

New features
Unsupported

New sub-module: Template Chooser.

API Changes:
Template definitions can now have a 'description' and 'thumbnail' property. Description should be a one-to-two sentence description of the use and purpose of your template. Thumbnail should be a path to a 96x96 pixel thumbnail to represent your template.

template_field 7.x-1.0-alpha19

New features
Bug fixes
Unsupported

New features:

  • Template selection uses #ajax now instead of pre-rendering all available templates.
  • Templates sorted in select dropdown

Bug fixes:

  • Various notices cleared
  • Fix hidden input keeping isEmpty checks from returning correctly
  • Require actual content entry if template_field is required.

template_field 7.x-1.0-alpha18

New features
Unsupported

Kill warning about tags not being an array. Defending against bad template definitions.

template_field 7.x-1.0-alpha15

New features
Unsupported

Adds a new input type: 'hidden' which allows hard-coded values in the template definition to be exposed to the renderable output.

template_field 7.x-1.0-alpha12

Bug fixes
Unsupported

Changes since 7.x-1.0-alpha11:

  • Make some more defaults for fields
  • #1427268: Add checks for template->tags to be an array

template_field 7.x-1.0-alpha11

New features
Unsupported

Changes since 7.x-1.0-alpha10:

  • #1421776 by indytechcook: Added Granular Permissions.
  • Refactor input type controller to use the same methods for processing

template_field 7.x-1.0-alpha10

Bug fixes
Unsupported

Fix recursion in fieldsets and vertical_tabs inputs with new API changes. input_definition is now passed along with input_values to most API functions.

template_field 7.x-1.0-alpha9

New features
Bug fixes
Unsupported

Changes since 7.x-1.0-alpha8:

  • #1415684: Add alter hook to variables.
  • #1414710: Implement template content hooks to handle file handling.
  • Implement new content updated actions on template api.
  • Add content usage hooks. See the readme for information about these actions
  • Fix bug where tags are NULL when none are specific in the UI

template_field 7.x-1.0-alpha8

Bug fixes
Unsupported

Several bug fixes for proper handling of multiple value fields.

template_field 7.x-1.0-alpha5

New features
Bug fixes
Unsupported

New Feature:
Add the ability to filter the fields templates by template tags

API Change
template->tag has been changed to template->tags and is now an array. Be sure to update your template defintions

template_field 7.x-1.0-alpha4

New features
Unsupported

Added fieldset and vertical_tabs input types for grouping inputs.

template_field 7.x-1.0-alpha3

Bug fixes
Unsupported

Fixed a bug where selected libraries were not actually attached when rendered.

template_field 7.x-1.0-alpha2

New features
Unsupported

Added the ability to create new template field formatters using the template system.

Subscribe with RSS Subscribe to Releases for Template Field