Changes between Initial Version and Version 2 of Ticket #14915
- Timestamp:
- 09/21/2010 01:16:08 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14915 – Description
initial v2 3 3 We need to resolve this inconsistency, and either A) fire activation hooks for bulk updates, or B) stop activation hooks from firing for single updates. 4 4 5 I think I suggest ( A), despite the backwards compatibility issue. It's unintuitive for an activation hook to be fired on update, and additionally it is not reliable due to manual updates (including SVN). As it is, we silence deactivation hooks on update.5 I think I suggest (B), despite the backwards compatibility issue. It's unintuitive for an activation hook to be fired on update, and additionally it is not reliable due to manual updates (including SVN). As it is, we silence deactivation hooks on update. 6 6 7 7 Related, a register_upgrade_hook() ticket #14912, that I believe should be wontfix'd. Schema updates require special handling at the plugin level IMO for now.