Mailing List Archive

[bricoleurs/bricolage] a87dc5: Don't update publish status on publish failure.
Branch: refs/heads/master
Home: https://github.com/bricoleurs/bricolage

Commit: a87dc58775c8683b7d2bc2b71a3dfbe20860fe14
https://github.com/bricoleurs/bricolage/commit/a87dc58775c8683b7d2bc2b71a3dfbe20860fe14
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-12-02 (Thu, 02 Dec 2010)

Changed paths:
M lib/Bric/Biz/Asset/Business.pm
M lib/Bric/Changes.pod
M lib/Bric/Util/Burner.pm
M t/Bric/Util/Burner/DevTest.pm

Log Message:
-----------
Don't update publish status on publish failure.

Or, more specifically, revert it to what it was before. If a story hasn't been
published before, then on publish failure the publish status will be false and
the publish date and first publishd date will be `undef`. If it *has* been
published before, then the publish date will not be udpated. This has been an
issue for a long time, so I'll backpatch all the way to 1.10.x.

[#200 state:resolved]