search for: addsigil

Displaying 2 results from an estimated 2 matches for "addsigil".

2020 Jul 28
2
Phabricator down for maintenance tonight
...nlineCommentDetailView > (!$is_synthetic); > > if ($can_reply) { > + $action_buttons[] = id(new PHUIButtonView()) > + ->setTag('a') > + ->setIcon('fa-reply') > + ->setTooltip(pht('Reply')) > + ->addSigil('differential-inline-reply') > + ->setMustCapture(true) > + ->setAuralLabel(pht('Reply')); > + > + $action_buttons[] = id(new PHUIButtonView()) > + ->setTag('a') > + ->setIcon('fa-times') > + -&...
2020 Jul 28
2
Phabricator down for maintenance tonight
On Tue, Jul 28, 2020 at 11:04 AM MyDeveloper Day <mydeveloperday at gmail.com> wrote: > Out of interest are you keeping the local modifications in a fork of the > Phabricator source (llvm-phabricator)? Firstly we should be keeping any > changes we make in source control but also it's good to review those > changes. > I didn't innovate, Manuel set it up originally and