Change record status: 
Project: 
Introduced in branch: 
7.x-1.x
Introduced in version: 
7.x-1.3
Description: 

The functionality offered by the Pathauto Persistent State module has been merged into the Pathauto module. Previously, the module attempted to auto-calculate the state of the checkbox seeing if the current alias matches what the automatic alias would be for the entity (detailed in https://www.drupal.org/node/1167612#on-demand).

Previously, if you saved a node using node_save() (and not through the UI), then it may have caused any content that had a manual alias (the "Automatic URL alias" checkbox being unchecked), to suddenly have an automatic alias generated for it. This is an unwanted behavior that was experienced when using moderation modules.

If you already had the Pathauto Persistent State module enabled, then when you run update.php (or drush updatedb), the existing data in the pathauto_persist table will be copied to the new pathauto_state table, and the module will be automatically disabled for you. You should feel free to uninstall the Pathauto Persistent State module at that point manually.

Impacts: 
Site builders, administrators, editors
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done
Details: 
Progress: