Skip to content

Tags: gabrielluong/phabricator

Tags

release-20240124.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug 1873965 - Revert changes that made the `attach_inlines` parameter…

… to `differential.createcomment` a no-op

This reverts commit 3976488.

* Use DifferentialDiffInlineCommentQuery to retrieve inline comments
* Query publishable inline comments
* Restore the `loadUnsubmittedInlineComments` function
* Avoid using `getContentForEdit` since it is removed

release-20230525.1

Bug 1834124 - Stored XSS via file sharer

release-20230313.1

Merge branch '1820151'

* 1820151:
  Bug 1820151 - Mozilla Phabricator emails allow any user to secretly access secure revision title, comments and private files

release-20230117.1

Merge branch 'master' into development

* master:
  Bug 1805455: Remove Bugzilla-updating logic from Phabricator uplift extension (mozilla-conduit#35)

release-20221026.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug 1797342: implement `getApplicationTransactionTitleForFeed` for `D…

…ifferentialUpliftRequestCustomField.php` (mozilla-conduit#33)

This will make `phab-bot` able to detect changes to the uplift request
form.

release-20220809.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug 1781168 - Add "Is Android affected" to the Phabricator uplift req…

…uest form (mozilla-conduit#31)

release-20220623.2

(stable) Flatten "RemarkupValue" objects when setting field defaults …

…for custom forms

Summary:
Ref T13685. "RemarkupEditField" uses a "RemarkupValue" internally, and it currently attempts to serialize into the database unsuccessfully.

Instead, flatten the value before returning it for storage.

Test Plan:
  - Edited the default description of a task in a custom form.

Maniphest Tasks: T13685

Differential Revision: https://secure.phabricator.com/D21854

release-20220623.1

Update Slowvote poll status to use sensible string constants

Summary: Ref T13682. This prepares for modernizing Slowvote and exposing a more usable API.

Test Plan: Ran migrations, opened and closed polls.

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13682

Differential Revision: https://secure.phabricator.com/D21848

release-20220422.1

Merge branch 'update-2022-15'

* update-2022-15:
  Improve some PHP 8.1 behavior in "bin/auth recover"
  In Git, always "sudo" to the daemon user if a daemon user is configured
  Improve some UI/language for Phame posts when viewer doesn't have CAN_INTERACT
  Give Phame blog posts configurable interact policies, with a default policy of "Same as Blog"
  Remove unused "MARKUP_FIELD_SUMMARY" for Phame posts
  Fix a PHP 8.1 unit test failure in Projects
  Give Phame blogs mutable interact policies
  Fix double-bordered breadcrumbs in Phame blogs
  Remove ancient Remarkup constants from Phame and Maniphest
  Make Phame blog policies non-nullable