Page MenuHomePhabricator

Legalpad - add a view signatures page
ClosedPublic

Authored by btrahan on Jan 17 2014, 12:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 6, 4:40 AM
Unknown Object (File)
Apr 23 2025, 4:06 PM
Unknown Object (File)
Apr 15 2025, 6:27 AM
Unknown Object (File)
Apr 4 2025, 11:30 PM
Unknown Object (File)
Mar 24 2025, 7:39 PM
Unknown Object (File)
Mar 23 2025, 7:52 PM
Unknown Object (File)
Mar 22 2025, 7:39 PM
Unknown Object (File)
Mar 15 2025, 1:16 AM

Details

Reviewers
epriestley
Maniphest Tasks
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rP4e6390774fac: Legalpad - add a view signatures page
Summary

...needs to add a LegalpadDocumentSignatureQuery class to get this done, which is also re-deployed everywhere we were issuing raw queries. Ref T3116.

Test Plan

viewed some signatures. Verified color and footer icons showed up how I wanted them to.

Diff Detail

Branch
legalpadsigs
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

epriestley added inline comments.
src/applications/legalpad/controller/LegalpadDocumentSignatureVerificationController.php
24–27

Will $user (i.e., a logged out user) be able to see the signature? I think they won't, so this will break email signatures?

src/applications/legalpad/controller/LegalpadDocumentSignatureVerificationController.php
24–27

ah, nice catch. i'll just issue a raw query with a comment...

btrahan updated this revision to Unknown Object (????).Jan 17 2014, 7:37 PM

fix not logged in case for verifying sigs