Page MenuHomePhorge
Feed Advanced Search

Aug 28 2023

20after4 awarded T15583: Typeahead datasource query for repos should match substrings a Like token.
Aug 28 2023, 17:32 · Feature Requests, Diffusion

Aug 22 2023

bekay added a comment to T15583: Typeahead datasource query for repos should match substrings.

go for it.

There may already be a feature somewhere to automatically trigger a re-index because the code changed - I'll try to look for one this week.

edit: looks like it's just "add an autopatch" like resources/sql/autopatches/20191028.uriindex.01.rebuild.php. No worries.

Aug 22 2023, 08:13 · Feature Requests, Diffusion

Aug 21 2023

bekay updated subscribers of T15583: Typeahead datasource query for repos should match substrings.

Okay, my proposal:

Aug 21 2023, 18:01 · Feature Requests, Diffusion
bekay added a comment to T15583: Typeahead datasource query for repos should match substrings.

Okay, I have tried to wrap my head around the ferret engine. Problem is: the repo callsign is not part of the indexed material. So I would have to construct some query like (just a schema): WHERE ferret-query like '%term%' OR callsign like 'term%' - but that is not possible with the phabricator query engine. The ferret query parts are separatly created and every other where clause is merged with AND. I don't think, there is a clean way out of this. You could make TWO queries: The old one and one with the ferret engine. And then merge the results and remove doubles. But I don't know... just doesn't feel right.

Aug 21 2023, 17:07 · Feature Requests, Diffusion
bekay added a comment to T15583: Typeahead datasource query for repos should match substrings.

I suspect that the code in People is the oldest one - this stuff blames to 2011! and does explicit sql stuff!

Aug 21 2023, 15:36 · Feature Requests, Diffusion
bekay added a comment to T15583: Typeahead datasource query for repos should match substrings.

I have searched through the code a little bit and there is another system for typeahaed results. It is token based. So, how does it work?

Aug 21 2023, 14:42 · Feature Requests, Diffusion
bekay added a comment to T15583: Typeahead datasource query for repos should match substrings.

There is no ferret involved in my fix. I have already implemented it in our company instance and the devs are loving it. The change is in this line: https://we.phorge.it/source/phorge/browse/master/src/applications/repository/query/PhabricatorRepositoryQuery.php$650

Aug 21 2023, 09:23 · Feature Requests, Diffusion
bekay added a comment to T15583: Typeahead datasource query for repos should match substrings.

No interest in this? I can send a diff to differential and be mauled there 🦁

Aug 21 2023, 08:03 · Feature Requests, Diffusion

Aug 4 2023

bekay added a comment to T15583: Typeahead datasource query for repos should match substrings.

Just to illustrate my point - here are the repositories of phorge: https://we.phorge.it/diffusion/

Aug 4 2023, 07:02 · Feature Requests, Diffusion

Aug 3 2023

valerio.bozzolan awarded T15583: Typeahead datasource query for repos should match substrings a Like token.
Aug 3 2023, 11:38 · Feature Requests, Diffusion
bekay updated the task description for T15583: Typeahead datasource query for repos should match substrings.
Aug 3 2023, 11:29 · Feature Requests, Diffusion
bekay created T15583: Typeahead datasource query for repos should match substrings.
Aug 3 2023, 10:25 · Feature Requests, Diffusion

Jul 31 2023

bekay closed D25303: Implements a more informative hovercard for wiki documents.
Jul 31 2023, 15:33
bekay closed T15433: Hovercard of wiki article needs more information, a subtask of T15540: Improve more hovercards, as Resolved.
Jul 31 2023, 15:33
bekay closed T15433: Hovercard of wiki article needs more information as Resolved by committing rPdf3ac50cb742: Implements a more informative hovercard for wiki documents.
Jul 31 2023, 15:33
bekay committed rPdf3ac50cb742: Implements a more informative hovercard for wiki documents.
Implements a more informative hovercard for wiki documents
Jul 31 2023, 15:33
bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.

Okay, now how do I land this? Just arc land? Again, in my current setup there is no way of unit testing, so I don't know if it is possible...

Jul 31 2023, 15:14
bekay updated the diff for D25303: Implements a more informative hovercard for wiki documents.

Optimizes querying of project edges of multiple documents.

Jul 31 2023, 15:11
bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.

Complete some issues.

Jul 31 2023, 09:13
bekay updated the diff for D25303: Implements a more informative hovercard for wiki documents.

Remove count.

Jul 31 2023, 09:00
bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.

Probably, the tags, if present, should be listed as last entry. I suggest this since it's an info of variable-length, that is probably better in the footer.

Jul 31 2023, 07:47

Jul 30 2023

bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.

I hope, this is now ready to land... sorry for the long delay 😅

Jul 30 2023, 10:42
bekay updated the diff for D25303: Implements a more informative hovercard for wiki documents.

Fix linting problem.

Jul 30 2023, 10:39
bekay updated the diff for D25303: Implements a more informative hovercard for wiki documents.

Use willRenderHovercards() to get all project and ancestor handles of potential multiple documents and rewrites inline SQL query.

Jul 30 2023, 10:37
bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.
In D25303#9015, @avivey wrote:

Showing project tags might be unique to tasks - Revisions don't show them, and neither do Owners or Commits. It might make sense not to show it here either.

Jul 30 2023, 10:19

Jun 24 2023

bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.

Fixed the indentation and @valerio.bozzolan should now see the breadcrumb. But even if all else fails, at least Wiki Document will be rendered...

Jun 24 2023, 11:25
bekay updated the diff for D25303: Implements a more informative hovercard for wiki documents.

Builds celerity map.

Jun 24 2023, 11:23
bekay updated the diff for D25303: Implements a more informative hovercard for wiki documents.

Fixes missing ancestors and css indentation.

Jun 24 2023, 11:22

Jun 23 2023

bekay added inline comments to D25303: Implements a more informative hovercard for wiki documents.
Jun 23 2023, 20:18
bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.

Nice!

I don't have any idea about the homepage, but having no parents leave the icon alone in a row now, to me:

Home test.png (239×402 px, 28 KB)

Jun 23 2023, 19:34
bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.

@speck Did that!

Jun 23 2023, 19:05
bekay updated the task description for T15497: Exception when viewing incoming Chat room messages, when not in Participants.
Jun 23 2023, 19:01 · Conpherence
bekay created T15497: Exception when viewing incoming Chat room messages, when not in Participants.
Jun 23 2023, 19:00 · Conpherence
bekay updated the summary of D25303: Implements a more informative hovercard for wiki documents.
Jun 23 2023, 18:48
bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.

My new proposal:

image.png (154×402 px, 7 KB)

Jun 23 2023, 18:47
bekay updated the diff for D25303: Implements a more informative hovercard for wiki documents.

Moves parent document links to top (merging them with always visible link of wiki homepage) and project tags to extra paragraph.

Jun 23 2023, 18:42

Jun 20 2023

bekay added a comment to T15161: Internal resources should avoid to become external links, as default.

I think the current revision is a good compromise. The current behavior makes no sense from the perspective of modern UX patterns:

Jun 20 2023, 13:51 · User-valerio.bozzolan, Discussion Needed, Remarkup
bekay added inline comments to D25303: Implements a more informative hovercard for wiki documents.
Jun 20 2023, 13:29
bekay added inline comments to D25303: Implements a more informative hovercard for wiki documents.
Jun 20 2023, 13:15
bekay attached a referenced file: F311192: image.png.
Jun 20 2023, 06:46
bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.
In D25303#8876, @speck wrote:

I like this idea. A few things I want to note

  1. Could you post a screenie for what the breadcrumb rendering appears as?
  2. Does the name of this new class follow other classes that extend the hierarchy? I’m guessing yes but just want to double-check.
  3. Maniphest tasks will render their primary Space (assuming non-default) as a prefix to the title. I think wiki docs should do similar.
  4. Do wiki docs have a description field?
Jun 20 2023, 06:45
bekay awarded Q63: Thin scrollbars on workboards in Firefox on Windows a Like token.
Jun 20 2023, 06:36

Jun 19 2023

bekay added a comment to D25303: Implements a more informative hovercard for wiki documents.

I wonder if other Hovercards have a quantitative limitation on things like Tags, to be used as additional inspiration

Jun 19 2023, 07:57
bekay updated the diff for D25303: Implements a more informative hovercard for wiki documents.

Small style changes.

Jun 19 2023, 07:35

Jun 17 2023

bekay requested review of D25303: Implements a more informative hovercard for wiki documents.
Jun 17 2023, 17:28
bekay added a revision to T15433: Hovercard of wiki article needs more information: D25303: Implements a more informative hovercard for wiki documents.
Jun 17 2023, 17:28
bekay added a comment to T15433: Hovercard of wiki article needs more information.

Okay, this would be the new hovercard:

Jun 17 2023, 16:30
valerio.bozzolan awarded T15433: Hovercard of wiki article needs more information a Like token.
Jun 17 2023, 14:19
bekay updated the task description for T15433: Hovercard of wiki article needs more information.
Jun 17 2023, 12:17

Jun 1 2023

bekay claimed T15433: Hovercard of wiki article needs more information.
Jun 1 2023, 07:08

May 30 2023

avivey awarded T15433: Hovercard of wiki article needs more information a Like token.
May 30 2023, 16:37
bekay renamed T15433: Hovercard of wiki article needs more information from Tooltip of wiki article needs more information to Hovercard of wiki article needs more information.
May 30 2023, 15:28
bekay updated the task description for T15056: Improve Dark Mode.
May 30 2023, 15:16 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
bekay added a comment to T15056: Improve Dark Mode.

Here is pretty complete list of dark mode fails from the creator himself: https://secure.phabricator.com/T13540

May 30 2023, 15:12 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
bekay added a comment to T15433: Hovercard of wiki article needs more information.

I can try to make a patch, if there is some code contributuon guide and nobody else is willing to resolve this issue. I know I have to add patches with arcanist - but that's all 😓

May 30 2023, 15:03
bekay closed Q58: Feature Request: Tooltip of wiki article needs more information as obsolete.
May 30 2023, 15:00 · Phriction
bekay added a comment to Q58: Feature Request: Tooltip of wiki article needs more information.

T15433: Hovercard of wiki article needs more information

May 30 2023, 14:59 · Phriction
bekay attached a referenced file: F299705: image.png.
May 30 2023, 14:59
bekay created T15433: Hovercard of wiki article needs more information.
May 30 2023, 14:59
valerio.bozzolan awarded Q58: Feature Request: Tooltip of wiki article needs more information a Like token.
May 30 2023, 10:37 · Phriction

May 27 2023

bekay asked Q58: Feature Request: Tooltip of wiki article needs more information.
May 27 2023, 11:52 · Phriction

Feb 3 2023

bekay added a comment to Q32: ExecFuture / Diffusion returns "fatal: detected dubious ownership in repository at ..." (Answer 28).

What version of Phabricator/Phorge do you use? Version information can be found under your-phorge-domain.org/config/.

Feb 3 2023, 16:51

Jan 2 2023

bekay added a comment to T15034: Show confirmation dialog when closing a modal if form contents have been changed.

Hit esc today - Lost lots of typing

Just an upvote for landing D25015

Jan 2 2023, 10:52 · Maniphest, UX
bekay added inline comments to D25015: Show confirmation dialog when closing a modal if form contents have been changed.
Jan 2 2023, 10:48 · Maniphest (archived)

Oct 1 2021

bekay added a comment to T15039: Add a button to copy key information.

The clone repo modal could really use some copy buttons.

Oct 1 2021, 09:06 · Differential
bekay awarded T15039: Add a button to copy key information a Like token.
Oct 1 2021, 09:02 · Differential
bekay added a comment to D25022: Added the Jxxx Monogram to Phame Post Tab Titles.

Then maybe just show the monogram when logged in.

Oct 1 2021, 08:02 · Phame (archived)