
noreply at github
Jul 7, 2010, 12:47 PM
Post #1 of 1
(342 views)
Permalink
|
|
[bricoleurs/bricolage] 94ee12: Don't deactivate assets while updating via SOAP.
|
|
Branch: refs/heads/rev_1_10 Home: http://github.com/bricoleurs/bricolage Commit: 94ee12510984fc0a72793d8e831e9445407cdf6f http://github.com/bricoleurs/bricolage/commit/94ee12510984fc0a72793d8e831e9445407cdf6f Author: David E. Wheeler <david [at] justatheory> 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! The feature is in 2.0, but it seemed prudent to remove the unnecessary deactivation from 1.10, too. So change the code to only activate or deactivate if requested.
|