Mailing List Archive

[bricoleurs/bricolage] 0b6ef0: Don't deactivate assets while updating via SOAP.
Branch: refs/heads/rev-2.0
Home: http://github.com/bricoleurs/bricolage

Commit: 0b6ef0e06104c34f9c8dc79f28f22488471e2d3a
http://github.com/bricoleurs/bricolage/commit/0b6ef0e06104c34f9c8dc79f28f22488471e2d3a
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-07-07 (Wed, 07 Jul 2010)

Changed paths:
M comp/widgets/help/debuggers.html
M lib/Bric/Changes.pod
M lib/Bric/License.pod
M lib/Bric/SOAP/Media.pm
M lib/Bric/SOAP/Story.pm
M lib/Bric/SOAP/Template.pm

Log Message:
-----------
Don't deactivate assets while updating via SOAP.

I've no idea why they were able temporarily disabled to begin with. Seemed an
unnecessary defense against something or other. And the downside was
discovered with the addition of the `EXPIRE_ON_DEACTIVATE` directive:
assets were getting expired every time they were updated via SOAP! So
change the code to only activate or deactivate if requested.