User Details
- User Since
- Jun 10 2021, 05:36 (197 w, 2 d)
- Roles
- Administrator
- Availability
- Available
- Timezone
- UTC+2
Thu, Mar 20
I don't understand the problem described...
Wed, Mar 19
I'm not familiar with MediaWiki's packages - the model I'm copying is VSCode.
My thought is that in the install manual we'll say "now run ./bin/extensions install phorge-recommended-extensions" (near the ./bin/storage) step, and phorge-recommended-extensions would be the equivalent of "extension pack" hosted on the default Extension Store, which is hosted here.
(VSCode also has "bundled extensions", which I think doesn't work for us because we use "clone the repo" as the primary distribution system).
On this server, we changed the config to /^(Q|V|M)\d$/ because we don't have P1 tickets.
I'm also not sure what M is short for.
To me, "obsolete" manes "no longer appliable" - basically, "the information in this page doesn't apply any more".
Some (made up) examples:
- "Can Phorge run on PHP 7.0?" (The answer is no, because of a specific bug in 7.0, which was EOL a long time ago)
- "I have this problem in the Chatbot app" (We've deleted the chatbot app)
The V123 syntax is disabled by remarkup.ignored-object-names config by default; The default is /^(Q|V|M|P)\d$/ (basically anything starting with Q, V, M, or P), for "Q1" (biz-talk for April), "V1" (for versions), "M1" (for ?????) and "P1" (Jira for "important bug").
Mon, Mar 17
My thought on this is that long term, we'll remove the concept of "prototype" completely in favor of Extensions.
The "Prototype" concept was a way for Phacility to experiment with things without committing - but we have a different model today.
Sat, Mar 15
Fri, Mar 7
@Cigaryno please create a task under Discussion Needed for this - I'm not sure we want to make this policy change.
Thu, Mar 6
Do we have a task to remove this file from source-control?
Mon, Mar 3
Sun, Mar 2
close enough for my taste; Just add . at the end of each sentence.
Thu, Feb 27
- There's already a "description" field on these, which I think was supposed to be displayed; We might have lost it at some point, which is concerning.
- Use pht() for all human-visible text, to allow translation.
Need to go over the relevant code for deciding if a commit has an approved Revision - I think it looks mostly on the commit message.
Wed, Feb 26
Sun, Feb 23
See also https://secure.phabricator.com/T1751 and rARC3116d3656ad017783e75df7e863368053d753e7f - looks like we had arc backout at some point for this, but it's no longer there.
Sat, Feb 22
try now
@valerio.bozzolan go ahead and give it a try? I think you have access to create rules.
Feb 15 2025
I've deployed it (https://www.phorge.it/)
Feb 14 2025
I'd like people to clone from GH less for the bandwidth and more for the availability - GH is more likely to be up then us.
Technically I guess GH might have an issue with that, but they probably won't notice anyway.
Feb 3 2025
https://secure.phabricator.com/T13105 is the relevant historical meta-task, I didn't find a matching one here.
Feb 2 2025
Jan 21 2025
Oh, I miss-understood the problem statement. The 4096 limit is on the size of the image that we can resize from...
Jan 20 2025
I'd expect it to just resize the image as needed....
Dec 29 2024
two items re: phrasing, but otherwise LGTM.
Dec 24 2024
Dec 23 2024
Dec 22 2024
I've set can create to Trusted Contributors for now. I don't see a problem with people being able to create documents.
Dec 20 2024
Dec 19 2024
If the goal is to make it denote "inserted text", I think it should be visually different to "underline" - something more similar to the green we use for actual diff views, maybe more subtle. Will need special handling in the color-blindness themes.
Dec 18 2024
The "Grant permission" button works for me on Chrome/Windows.
Dec 17 2024
I think that for the "the name I use is not my legal name" use-case, I'm pretty sure it's fine to use the name that is actually used (because that's what the person is normally known as). It's probably easier to justify accepting a name that is used in real life then "internet handle", but ㄟ( ▔, ▔ )ㄏ
Dec 15 2024
Dec 11 2024
(we can probably keep this ticket open, so that we have the 2nd part on the backlog. I'm pretty sure we want it to happen "eventually".)
Dec 9 2024
Sounds reasonable.
"Steal credit" might actually lead to a real issue: If a new user can get themselves identified as an old, trusted, user based on commit history, their changes might not be checked as rigorously by the rest of the team - similar to the XZ Utils backdoor issue, only faster.
Dec 8 2024
Dec 4 2024
Please "remind" me about this ticket as often as possible, so I will fix it. I have everything I need to actually fix this, except the willpower.
Dec 3 2024
@3tayesh Please don't do that again.
Dec 2 2024
Since the button doesn't do anything in any case except say why it doesn't do anything, it might always be disabled? Do we have any other similar buttons?
I'm never sure if users discover that disabled buttons are actually clickable (and try to explain why they're disabled). It's a UI feature I really like, but I don't think I've seen it anywhere else.
Nov 26 2024
Nov 24 2024
It might be slightly safer to use PhutilURI, but this is in any case a potentially-unsafe configuration.
Nov 21 2024
Ah, the mythical Platypus Ornithopter!
Nov 2 2024
Oct 30 2024
Oct 29 2024
Oct 27 2024
Oct 24 2024
Oct 23 2024
(The Arguments have a supports feature for these cases - like https://we.phorge.it/source/arcanist/browse/master/src/workflow/ArcanistLintWorkflow.php$67 . Not sure what it actually does, but 🤷🏻♂️)
Oct 20 2024
If it's the daemons that are having problems, you can probably see in the /daemons/ dashboard which tasks are causing problems, and narrow it down from there.
Oct 18 2024
Repository update is based on how recent the last commit is, but that's only for collecting the list of commits to analyze.
But that should be done in the Daemons, which should at least recover nicely and not break the web side of the application. I don't know if they should be running as php or php-fpm.
Oct 15 2024
Oct 10 2024
Oct 9 2024
Maybe express it as allowed by Policy xxx? (Related to T15277)
Sep 30 2024
it might be in the APCu cache (https://we.phorge.it/config/cache/) - I'll try to check later. Also make sure you've set the Developer Mode in settings.
Sep 28 2024
Ok, so --branch probably doesn't make much sense in that case, right.
Sep 26 2024
mm, isBranchJustFilesystemPath() makes more sense now, as in "the branch name is part of the URI path"...
Sep 25 2024
a. I'm not sure I like isBranchJustFilesystemPath() to check Is this SVN - if we're trying to be generic, then there may be a different vcs that does this particular trick, but has different logic; And if we're not trying to be generic, then isSVN() is probably a good-ish name? or isVCS('SVN').
Sep 18 2024
Sep 6 2024
Sep 3 2024
Aug 28 2024
Aug 24 2024
Also related: T15025
Aug 8 2024
I've filed T15908 for the "quick create from column to do what I mean".
(@arp - the images you pasted did not get Attached, so they are Private; Please set them manually to Public so they can be seen. We have an open ticket for that somewhere)
Aug 7 2024
It's probably better to exclude ICS files from TXT in .arclint, or define their own section, rather then add hard-coded exceptions in here.
It's not "impossible" on the technical level, it's just not obviously the right solution.
Aug 6 2024
...set it by default to the space that the project belongs to...