Page MenuHomePhabricator

Addressing PHP8 incompatibilities - Miscellaneous
ClosedPublic

Authored by cspeckmim on May 29 2023, 11:38 PM.
Tags
None
Referenced Files
F15481180: D21869.id.diff
Tue, Apr 8, 6:48 PM
F15479101: D21869.diff
Tue, Apr 8, 5:09 AM
F15477987: D21869.diff
Mon, Apr 7, 7:25 PM
F15466891: D21869.id52171.diff
Thu, Apr 3, 10:35 AM
F15449708: D21869.id52176.diff
Fri, Mar 28, 11:47 AM
F15449698: D21869.id52171.diff
Fri, Mar 28, 11:42 AM
F15449691: D21869.id52167.diff
Fri, Mar 28, 11:41 AM
F15449676: D21869.id.diff
Fri, Mar 28, 11:37 AM
Subscribers

Details

Summary

More perusing through Phabricator to find and address incompatibilities.

Refs T13588

Test Plan
  • Creating macros, changing their text.
  • Upload to use existing SSH key instead of generate one.
  • Modify alt text of an uploaded file.
  • Create phame post
  • Delete phriction document
  • Move tasks around on workboard, assign story points
  • Generate Diviner docs
  • Bulk modify tasks

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cspeckmim held this revision as a draft.

One actual logical issue inline.

scripts/repository/commit_hook.php
122

This incorrectly prevents use of the common and desirable username "0".

(A user with this wholly reasonable username has a registered account on this server and has contributed to Phabricator in the past.)

This revision is now accepted and ready to land.May 30 2023, 2:34 PM
scripts/repository/commit_hook.php
122

👀

Correct the check for an empty username

This revision is now accepted and ready to land.May 30 2023, 3:21 PM