User Details
- User Since
- Oct 1 2021, 07:59 (104 w, 4 d)
- Availability
- Available
Tue, Sep 26
I still like this. Why is this not going forward? 😄
Mon, Sep 4
This is now resolved.
Sep 2 2023
Add back code which shouldn't be removed.
Fix linting warnings.
Sep 1 2023
Aug 28 2023
Aug 22 2023
Aug 21 2023
Okay, my proposal:
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.
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?
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
No interest in this? I can send a diff to differential and be mauled there 🦁
Aug 4 2023
Just to illustrate my point - here are the repositories of phorge: https://we.phorge.it/diffusion/
Aug 3 2023
Jul 31 2023
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...
Optimizes querying of project edges of multiple documents.
Complete some issues.
Remove count.
Jul 30 2023
I hope, this is now ready to land... sorry for the long delay 😅
Fix linting problem.
Use willRenderHovercards() to get all project and ancestor handles of potential multiple documents and rewrites inline SQL query.
Jun 24 2023
Fixed the indentation and @valerio.bozzolan should now see the breadcrumb. But even if all else fails, at least Wiki Document will be rendered...
Builds celerity map.
Fixes missing ancestors and css indentation.
Jun 23 2023
@speck Did that!
My new proposal:
Moves parent document links to top (merging them with always visible link of wiki homepage) and project tags to extra paragraph.
Jun 20 2023
I think the current revision is a good compromise. The current behavior makes no sense from the perspective of modern UX patterns:
Jun 19 2023
Small style changes.
Jun 17 2023
Okay, this would be the new hovercard:
Jun 1 2023
May 30 2023
Here is pretty complete list of dark mode fails from the creator himself: https://secure.phabricator.com/T13540
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 27 2023
Feb 3 2023
What version of Phabricator/Phorge do you use? Version information can be found under your-phorge-domain.org/config/.
Jan 2 2023
Oct 1 2021
The clone repo modal could really use some copy buttons.
Then maybe just show the monogram when logged in.