Ref T4896. Begins laying groundwork to split comments apart so they behave like transactions, ultimately enabling the migration.
Details
Details
- Reviewers
joshuaspence btrahan - Maniphest Tasks
- T4896: Move Audit to ApplicationTransactions
- Commits
- Restricted Diffusion Commit
rP970058927987: Allow audit email to generate from multiple transactions
Made several different types of comments, verified resulting email looks OK.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
src/applications/audit/editor/PhabricatorAuditCommentEditor.php | ||
---|---|---|
539 | Is that any better/different to just if ($content) {? |
src/applications/audit/editor/PhabricatorAuditCommentEditor.php | ||
---|---|---|
539 | For posterity, D10020 has the reasoning -- the behavior differs on the string "0". (There's a user on GitHub with this username (https://github.com/0) and he filed an issue a while ago that his username didn't work in Phabricator. This was fixed circa rP0e672e2.) |