Page MenuHomePhabricator

Addressing PHP8 incompatibilities - Miscellaneous
ClosedPublic

Authored by cspeckmim on May 29 2023, 11:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 10, 5:09 PM
Unknown Object (File)
Mon, Aug 24, 12:27 PM
Unknown Object (File)
Sat, Aug 22, 5:30 PM
Unknown Object (File)
Aug 15 2026, 7:00 AM
Unknown Object (File)
Aug 15 2026, 12:21 AM
Unknown Object (File)
Aug 15 2026, 12:18 AM
Unknown Object (File)
Aug 14 2026, 4:05 PM
Unknown Object (File)
Aug 14 2026, 2:43 PM
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
Branch
cspeck-php8-misc
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25830
Build 35658: arc lint + arc unit

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