Strange. The failing unit test succeeds on my machine, even with this change checked out.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Yesterday
Fri, Jun 13
Have you set a VCS Password (see your user settings) and are you using that password when using arc land?
Thu, Jun 12
MariaDB added support for SHOW REPLICA STATUS in MariaDB 10.5.1, which was released February 14, 2020. This means compatibility between MySQL and MariaDB diverges with this change, as MySQL 8 was released on April 19, 2018. This might be useful to note as well.
Tue, Jun 10
Ah, that makes perfect sense. Thank you.
Is throwing an error in the JavaScript really necessary? Regardless, this works as advertised.
Mon, Jun 9
Weird. I cannot reproduce on Debian Trixie (13), with PHP 8.4.6 and git 2.47.2.
Sat, May 24
Tue, May 20
I need to test this still, but this looks good. Two nits, and one issue I spotted:
May 9 2025
May 8 2025
In D25955#26898, @valerio.bozzolan wrote:This looks very useful. I think somewhere there is a thing that truncates this kind of pathnames to say <phorge>/path/to. I would like to invest some time to reuse that, so, no need of substr(strlen(substr(realpath
May 2 2025
May 1 2025
Apr 29 2025
Apr 27 2025
In T16035#21876, @avivey wrote:FontAwesome doing the freemium thing makes me sad, and I'm worried about misinterpreting their license (e.g., I think the fa-regular is not part of free, but is available on the GH repo for paying customers.)
Works for me: (on rPdfe8539c6a)
I can reproduce with the embedded copy of FontAwesome. I cannot reproduce if I use Fork Awesome 1.2. Switching over as a stopgap is a potential solution, especially because it offers SVG support, which can pave the way for a native-SVG replacement.
Apr 25 2025
Apr 24 2025
Apr 23 2025
Apr 15 2025
Rebase and re-run tests with expected LANG
Apr 13 2025
Update quickstart with paste mailkey removal
Capitalize consistently
Apr 12 2025
In D25900#25554, @aklapper wrote:What is (or rather was, I guess) that mailKey thingie good for?
Apr 11 2025
This is great.
Apr 10 2025
Much better, two nitpicks:
Apr 9 2025
Apr 8 2025
Apr 6 2025
Setup phorge, saw nothing unusual in the setup issues.
Apr 5 2025
Update documentation and simplify extension check
Ran bin/celerity map
Apr 3 2025
Phorge neither uses PHP's mysqli extension nor calls PHP's htmlentities() function.
Are you sure about that? Phorge supports either the old mysql extension or mysqli - and mysql was deprecated in PHP 5.5, and removed in PHP 7.0. Notably, Phorge checks for the existence of mysqli in PhabricatorDatabaseRef, PhabricatorExtensionSetupCheck and PhabricatorPHPConfigSetupCheck.
Mar 21 2025
Mar 9 2025
Mar 6 2025
In D25881#24406, @Cigaryno wrote:In D25881#24380, @aklapper wrote:Thanks. I'm personally fine with bug fixes for prototype apps.
Me too. Maybe this section should be removed?
Mar 4 2025
Did some digging using the Network monitor. When using the dialog, Phorge sends this:
__csrf__: B@jqccc7335f3e341bab747f2a __form__: 1 __dialog__: 1 tokenPHID: PHID-TOKN-emoji-7 __wflow__: true __ajax__: true __metablock__: 4
but using the direct URL, it sends this:
__csrf__: B@2rdakjrtaeed9a29351d9a9c __form__: 1 __dialog__: 1
Unfortunately, all I can gleam is that the JavaScript doesn't trigger correctly when clicking on a token, and never sends the tokenPHID key-value pair as a result. It's clearly not handling the separate form correctly, because disabling JavaScript results in a proper experience.
I haven't the foggiest how this transaction is supposed to use its stub variant; attempting to create a document at /w/parent/child causes an error about /w/parent/ being required.
Mar 3 2025
This doesn't seem correct. renderObject doesn't take any arguments. I suspect the intention was renderHandle, as that method takes a PHID, which the metadata key mentions.
In D25868#23446, @slip wrote:I found this, which suggests that this shouldn't be used for headers. https://secure.phabricator.com/D21862
Followed test plan, confirmed findings, accepted revision.
In D25859#24228, @aklapper wrote:Yes, I'd like to see this merged, [...]
Use !empty instead of isset to match previous type juggling behaviour
Feb 27 2025
Remove the mailKey column from PhabricatorPaste
In D25900#24197, @valerio.bozzolan wrote:You know better than me the context. Is there a possibility that an installation is already without that column?
Created D25900 for the deleted paste mailkey migration.
Ran ./bin/storage upgrade --namespace phabricator_quickstart_test2, and that didn't fail.
Feb 24 2025
This is much better. A few spelling errors remain, plus two suggestions to make sentences read a little less awkward.
Feb 22 2025
Feb 17 2025
Yes, please!
Feb 16 2025
In D25859#23607, @aklapper wrote:I took the liberty to edit the commit message a bit to make reproduction easier (handy URIs to test, plus include the error message which allows easier search).
Feb 15 2025
Feb 3 2025
I find the current iteration too difficult to read, although that may be partially caused by the mutual language barrier.
Jan 26 2025
Took some fiddling with VS2022 to find exactly what I needed to install, but worked like a charm afterwards.
Dec 25 2024
Dec 24 2024
Run unit tests