Traced the Flags in Revision back to its origin in https://secure.phabricator.com/T1557. I knew about this one - but I was 100% sure that the feature was lost when the SearchEngine classes were introduced.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Apr 2 2024
Whops, typo "Seperate" in the title - sorry for not noticing
Congratulations to both bekay and avivey. Minimum change, maximum result.
beautified even more - all logic inside the Transaction itself
I can reproduce this, on an hosted Subversion repository.
In D25538#16175, @avivey wrote:I'd even suggest we can go one step further, and in the Home tab show the Readme above the files (and maybe change the order/highlight some other UI elements too).
- Moves readme to the top in home view
Well, my idea was to use the already implemented logic of the diagram extension and just extend it with another diagram renderer. But @mturdus is not responding 😁
Well, you know what would be next level for a dev? If (s)he clicks on it, the color is copied to the clipboard. We can't use this behavior, because behaviors loose their state in the remarkup cache...
The Github syntax for this is bad. That's the code block syntax. It makes it impossible to have code-block with mermaid syntax.
If Phorge adds this feature, it is a good opportunity to be nice to thousands of people who use GitLab and GitHub, to unify with their syntax. Visible here:
I've added additional context since interestingly this feature is available since 2017 in GitLab :O wow
- Are we interested in #fff?
Looking at the mentioned question, it seems a NULL pointer arrives as first argument in phutil_encode_log(). Fortunately that function is used by only 3 places:
Yes will be great to see a SAML or Oauth support for external authorities like:
- Keycloak
- Entra ID
- Github
- WeChat / WeCom
Ah yep, GET with body will get flagged in a number of cases.
Apr 1 2024
looks good to me - couple of small inlines....
(Flags only show up in Maniphest on this one; I'll add them to more apps in a layer diff)
This D25540: Add PhutilRemarkupHexColorCodeRule, a new remarkup rule to format color codes should be ready to merge now, if someone wouldn't mind reviewing it.
Discussed on IRC: it seems that this should have been POST all along.
In D25540#16124, @valerio.bozzolan wrote:About your Remarkup unit tests, try to rebase. Maybe related to D25559.
- Fixed a logic bug.
- Added passing unit tests.
IIUC this adds Flags in Differential, Maniphest, etc list views, and adds the repository in Differential list view?
Remove another change which is unneeded now
Remove two changes from patch which got already fixed in the meantime; rebase
Abandoning per last comment
Abandoning per last comment
Mar 31 2024
Argh, sorry!
(Whops! wrong summary)
:-)
Correct array initialization; keep line in parse().
Is that really as trivial as in my last revision?
and now for real, without #[\AllowDynamicProperties]
In D25563#16157, @avivey wrote:Can we just define the used properties instead? Doesn't look like there's too many of them.
Mar 30 2024
house-keeping...
Changing status for house-keeping.
I'd even suggest we can go one step further, and in the Home tab show the Readme above the files (and maybe change the order/highlight some other UI elements too).
Mar 29 2024
Plenty of creative scope for a follow-up Diff - T15766
I agree and I'm quite sure that just parts is missing
Can we just define the used properties instead? Doesn't look like there's too many of them.
IIRC, The save() command won't generate any Feed item, so the unified feed entry would be either "xxx triaged this task" or "xxx added a comment". Also, for each comment added, a new Feed item will be generated, which is probably not what you'd like.
Mar 28 2024
fix linting issues
Clone custom fields
LGTM
About your Remarkup unit tests, try to rebase. Maybe related to D25559.