Done; see T15711.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 15 2024
Jan 14 2024
@jeanguyomarch: Hi, would you like to arc land your accepted patch?
My initial choice of words was wrong: It's not "duplicated". SELECT * FROM differential_difftransaction WHERE dateCreated > 1705224003; shows two transactions differing in id, phid and transactionType (differential:diff:create versus core:view-policy).
In D25419#14821, @valerio.bozzolan wrote:I'm just unsure between implode() or phutil_implode_html()
I'm just unsure between implode() or phutil_implode_html()
Thanks again for this change. Please try "landing" with these two commands:
In D25515#14801, @avivey wrote:Do we have a setup-warning about the gd extension being missing?
(see also https://secure.phabricator.com/T2378 which links D5561, D5968, D5670 for those not logged in.)
I believe I had some weird aggressive local browser cache pollution with rPaa8af1d79e8bfeb09e72d5e3b9330780e78b7aeb as I cannot reproduce the wordmark problem anymore, so: LGTM
As the patch was merged I assume that this issue is resolved. If not, then please reopen - thanks!
Do we have a setup-warning about the gd extension being missing?
Jan 13 2024
Thanks - I did mean as an inline comment in the code but either is good.
Is the input to parseDiff guaranteed to be UTF-8 encoded?
Is the input to parseDiff guaranteed to be UTF-8 encoded? I don’t have the code on-hand to look up but it’s possible encoding is handled elsewhere — or arc might have a hard requirement for all input to be UTF-8. All mercurial commands run by arcanist are done with a flag to enforce UTF-8.
Hmm I’ve used mercurial and arcanist/Phab for years at my company and don’t believe we’ve ever run into this. Any idea what’s causing the presence of the BOM? We’ll apply a change to handle the UTF-8 bom but I am curious what may have caused it to show up. Is your hgrc configured in some way for this or maybe an environment variable?
I'm tempted to just change that one line to $left = idx($view_data, 'left', 0); so there shoud not be a crash at this stage anymore but instead the default value 0 is passed to the DifferentialDiffQuery and to the new DifferentialTransactionView... but I lack a reproducer to check if all other code is fine with this.
PHP 8.2.14, Phorge at cc964550f945b08c64970c01a34b55314e8ef0aa
- As an admin, check that /config/edit/user.require-real-name/ is set to Make real names optional
- Log out of Phorge
- Go to http://phorge.localhost/auth/register/
- See that the Real Name field does not state Required on the right
- Enter values into the fields Username, Password, Confirm Password, Email
- Click the Register Account button
I've created R10 PhorgeIt Extension for this, with a little bit of content. I'll load it to the server shortly.
Reference: rPdfcccd4cb882a171d10ba8a5c2763dcc73654256
+lots for removing the words "storage containers" - projects are very much not "storage".
A better metaphor is "labels" or "index" (like in a printed book? Is that something young people know about?).
Also for Archived Projects, and maybe some other objects.
I'm not sure if there's a generic way to do this, or if each search-engine needs to be updated manually.
+1 on Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses.
In T15582#12521, @valerio.bozzolan wrote:clarify why the Disable User button [...] not sufficient for this purpose.
I'd like to keep this boring:
Projects are hashtags are tags. You can use them for code bases, teams, or anything you need to group.
Jan 12 2024
Do you mean "action"? If yes, I can reproduce
Indeed this fixes the problem. Premising there is still some mystery here that may deserve additional eyes.
Sentence case <3
Part of this Diff has no sense now that I learned that... some of these has sense. Let's close.
Sounds easy enough to implement.
Doc(s) on new extensions: I remember having a chapter under /book/contrib/, but I can't find it now. We should build a guide under T15030.
Short answer: create a new repo, make an src dir with all the code, and run arc liberate to create a "library" (including __phutil_library_init__.php and __phutil_library_map__.php), and then add the path of the extension to load-libraries in conf.json.
I copy/pasted the keys of the getStyleMap() function dictionary into chatgpt with some remark that they were part of a syntax highlighting mechanism.
I asked it to translate them into something more readable.
In T15708#15014, @avivey wrote:I'd like to see this as an Extension rather then go into the rP, just because we want to have more stuff as extensions; I think this area is abstracted enough so that it can easily be made that way.
That could be a good target as well for this, Is there docs on how extensions should be made?
I'd like to see this as an Extension rather then go into the rP, just because we want to have more stuff as extensions; I think this area is abstracted enough so that it can easily be made that way.
Double-accept yeah
@valerio.bozzolan & @avivey What is the best practice for setting up the role/server check when new users attempt to auth via the oauth, you can't set limits on the oauth from discords side of view so you'd need to set them up on phorge, I've put down some ideas in the above comment.
In D25513#14722, @aklapper wrote:Also, apart from the linter results, this patch should not include the changes from D25512
How would i go about implementing it such that for a user to sign in with discord they need to have certain roles.
In D25513#14724, @valerio.bozzolan wrote:(Small tip: never work in master. Create a git branch for each feature, in sync with origin/master, and with your commits on top of that, so your patch is minimal and arc diff works)
(Small tip: never work in master. Create a git branch for each feature, in sync with origin/master, and with your commits on top of that, so your patch is minimal and arc diff works)
Also, apart from the linter results, this patch should not include the changes from D25512
Also hide "Buckets" search field on diffusion/commit/query/advanced/ when Audit is uninstalled
In D25507#14682, @valerio.bozzolan wrote:Yeah I honestly don't know if uppercase or lowercase.
manual rebase
LGTM. Tested locally and works as expected, use case also makes sense, plus this is only about public keys.