| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2698).
|
|
|
|
We have a report of Deluxe failing a DCP because of this.
|
|
|
|
|
|
one in the asset map.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VerificationNote.
|
|
|
|
|
|
|
|
|
|
|
|
It was reported on the forum that files without any <Font> or
<Subtitle> tags fail validation on EasyDCP 3.0.1 and crash
Qubemaster Pro 3.0.15.
|
|
|
|
|
|
|
|
|
|
|
|
tags inside <MainMarkers>
|
|
|
|
|
|
|
|
Before this if we tried to get the XML of an encrypted asset we
would just get an empty string. Now we get a boost::none which
means the verifier can avoid trying to check details of the XML
(and instead raise a warning that you are trying to verify data
that it cannot decrypt).
|