git rebase master
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 29 2025
Apr 28 2025
git rebase master
Apr 27 2025
oh true that! sigh I should look around a bit more
FYI I pasted the list of the 341 different FA icons used by Phorge as of 2025-04-24 (excluding the list of all icons in PHUIIconView::getIcons()) in P50
Argh, PEBKAC, right. Thanks!
[acko@fedora phorge (master *$|u=)]$ ./bin/storage upgrade Target Error phabricator_paste.paste.mailKey Surplus
@mainframe98: Does ./bin/lipsum generate pastes work as expected for you? I'm seeing errors here:
OOPS Generator ("Pastes") was unable to generate an object. #1364: Field 'mailKey' doesn't have a default value
Apr 26 2025
Now that rP7aee92b5e95cfc11059e9ff8788e5e53dc88e84d is merged (plus realizing that shouldUseMySQLSearchEngine() is only called in https://we.phorge.it/source/phorge/browse/master/src/applications/config/check/PhabricatorMySQLSetupCheck.php;7aee92b5e95cfc11059e9ff8788e5e53dc88e84d$106, plus seeing rP48a34eced28d82b77eb840d05702daffb8e3ddbb), maybe PhabricatorSearchDocument::isInnoDBFulltextEngineAvailable() could be completely removed and this class could instead check the DB software version via mysqli::get_server_info and PDO::getAttribute(PDO::ATTR_SERVER_VERSION) ?
I guess that's a topic for a separate task though...?
Quick and dirty way to test: Insert this in a random place (output listed after the // ):
$services = PhabricatorSearchService::getAllServices(); foreach ($services as $service) { phlog(get_class($service)); // 'PhabricatorSearchService' phlog($service->getDisplayName()); // 'MySQL' phlog($service->getEngine()); // Object PhabricatorFerretFulltextStorageEngine if ($service->getEngine() instanceof PhabricatorFerretFulltextStorageEngine) { phlog('yesh'); // 'yesh' } }
Apr 25 2025
No clarification why disabling users is not sufficient, thus declining.
git rebase master
If there is an issue in Phorge then please provide steps to reproduce in Phorge. Please also strip unneeded full quotes which make comments hard to read. Thanks!
Apr 24 2025
In T16035#21703, @aklapper wrote:but the "Regular" Icon Style is not available in the free version and is "Pro only".
I was wrong or misinterpreted. fa-regular-400 as part of the "Free" version exists at https://github.com/FortAwesome/Font-Awesome/tree/6.x/webfonts
git rebase master
Remove two orphan CSS rules from phui-timeline-view.css
git rebase master only; still Needs Revision
In D25911#25886, @valerio.bozzolan wrote:Small question: if an user migrates from gmail.com "less secure apps" to gmail.com "App Passwords", isn't that the very same thing?
git rebase master
Apr 23 2025
Apr 22 2025
Fix was reverted for now as it had bad side effects.