custom_pub 8.x-1.0-beta2

Bug fixes

Reduced core requirements to 8.8/9.0 since nothing in this code base depends on 8.9/9.1 specifically. Various standards updates and bug fixes as well.

custom_pub 8.x-1.0-alpha6

Bug fixes

Interim release that fixes the WSOD on a node type edit form page.

custom_pub 8.x-1.0-alpha5

Bug fixes

Moved field definition logic out of the entity form submits and over into the entity class to act on postSave/postDelete. This ensures proper action anytime a custom publish option entity is touched, like uninstalling the module (deletes all custom publish options, and all corresponding field definitions). However, it also deletes the config cache, so that base field information is rebuilt (and therefore they appear on node forms without the user clearing cache, a common complaint of the Drupal 7 version).

custom_pub 8.x-1.0-alpha4

Bug fixes
New features

Refactored some code for clarity.. more to follow.

Fixed an issue where uninstalling the module also does not remove the field definitions created by custom publishing options - creating an issue later (i.e. 'a field definition by that name already exists' error).

custom_pub 8.x-1.0-alpha3

Bug fixes

Sets custom publishing options into their own fieldset on node content forms. Now when you create a custom publishing option, it will automatically be set into the content type form with the proper widget, without having to go configure it first.

custom_pub 7.x-1.4

Bug fixes
New features

Big release, lots of outstanding issues have been resolved.

The UI has changed slightly, the Custom Publish page in the admin is now an overview table of all types, with 'Add a new option' tab in the top right.

The permission to access and use this has been changed from 'administer nodes' to 'administer content types' to make it a bit more friendly without requiring god level access.

custom_pub 8.x-1.0-alpha2

Bug fixes

Refactored code that creates field definitions. Added a description property to the entity and replaced static description on the field. This is now visible in Views. Added checks to ensure field definitions don't already exist when creating a custom publishing option so there is no collision or error, negating a need to prefix field definitions with cpo_. Removed old code related to Features.

custom_pub 8.x-1.0-alpha1

Bug fixes
New features

UNSTABLE RELEASE

Current functionality implemented:

  • Custom publishing options overview screen
  • CRUD for custom publish options
  • Dynamic permission creation for custom publish options
  • node_field_data table is updated with cpo_(name) similar to Drupal 7 (hook_schema_alter() was removed)

custom_pub 7.x-1.2

Bug fixes

Problem still persisted with deleting publishing options. This should finally fix it.

custom_pub 7.x-1.0

New features
Bug fixes

First 1.0 release for Custom Publishing Options.

Along with integration with Features, Rules, and Views modules, each custom publishing option can now have permissions assigned to roles. Custom Publishing Options can also be used in conjunction with Override Node Options without conflicting- and still adhere to the permissions set.

The node admin content overview form now has Custom Publishing Options integrated into the filters. You can select nodes and mass update them with a custom publish option.

Bugfixes:

custom_pub 7.x-1.0-rc1

Changes since 24403c4256f1fb8929d5652fd9e21bfe454215bd:

  • Made a bunch of fixes to the admin interface. Should beable to use the default admin/content successfully now.
  • Nightly commit. Should be ready to roll. Except for a single E_NOTICE error. But I have a solution for that.
  • Fixed the filtering to work.
  • Commiting some filter changes.
  • Made changes to the Admin JS. And added some D7 needed functions. It should be mostly working on D7, but I'm not ready to push a D7 release just yet.

custom_pub 6.x-1.4

Bug fixes
Insecure

Forgot to add the theme.inc file into the last release.

custom_pub 6.x-1.3

New features
Bug fixes
Insecure

New Features

  • Rules/Actions Integration

    • Added configurable actions that integrate with both core actions, and Rules
    • USAGE: Simple add a new action or rule using the Toggle on(off) Custom Publishing Option action.
  • Added Option Permissions

    • Each option now has it's own permission in the Permissions table.
    • USAGE: Simply create your options and then go to the Permissions page to add those permissions to roles. Existing options will also be added

custom_pub 6.x-1.2

New features
Bug fixes
Insecure

Added the ability to attribute options to only certain node types. Cleaned up a few code issues.

custom_pub 6.x-1.1

Insecure

Fixes the problem in #714162: custom publishing option is not recorded by adding a cache_clear_all('schema') call after the fields are added to the db.

custom_pub 6.x-1.0-beta1

Insecure

This is the first release of this module. Please test and update the issue queue with any bugs/requests

Subscribe with RSS Subscribe to Releases for Custom Publishing Options