Phorge (flame)PublicChat suitable for do not disturb in the main channel - so to have spikes of high traffic and potentially a bit off-topic. You should unset email notifications here :D
I think everything I can thing about, including Gerrit, GitLab, GitHub, and Phorge included, has not any serious "reviewer welcoming toolkit". For Gerrit, GitHub and GitLab this is mostly because they just deny this kind of contributions. In the case of Phorge, we have the opportunity for better distinction for this "soft approve" ( T15510 )
In short no, I don't think that hiding/blocking a button would improve the review process
I know it is planned to replace rHP Home Page with R10 PhorgeIt Extension, but I think somebody should take care of T15801. Should I?
That's weird: in VSCode, the file I open from rP (which I cloned using git clone and used it for several revisions) has a DOS Newlines lint error on the first from arc-vscode (on ANY file, including .editorconfig, .arcconfig, etc.). This only happens when I open the folder containing the Phorge repo directly from a new VSCode window and click on any file in the Explorer pane.
@aklapper I can't wait for the next wmhack :3 :3 :3 :3 :3 :3
I think it's been 3 years that I've been waiting to have a blessed committer on the side and with a cute laptopy (for more than 14 seconds I mean) lol
and possibly a beer or something
and possibly without a random person full-dressed like HelloKitty running away with the wallet of a random hacker and some unexpected other things to contour our night (?)
@valerio.bozzolan Yeah I'll be around if you want to enter a dreamworld of Phorge magic together with me (ideally this time without street fights and black eyes)
What else should we document here? lol https://commons.wikimedia.org/wiki/Category:Arcanist
Hah!
Urban Dictionary is pretty bad at acronyms, especially since it doesn't even preserve capitalization when you search and seems thus to be at best case-insensitive. I'm 100% certain that what was meant is Thanks in Advance. I went looking for a better source for such things than Urban Dictionary and found this potentially helpful site: https://www.allacronyms.com/TIA/slang
lool thanks
The server that runs secure.phabricator.com (secure001) has a storage problem, impacting the ability to view revisions, commits, files on repositories, clone repositories (HTTP 500), and even certain Phriction documents (ie. Welcome and the Changelog). Is it a good idea or not to copy the Phabricator changelog? One thing I personally want to properly find is [the support library for secure.phabricator.com](https://secure.phabricator.com/source/secure/) for the Typeahead extension for Phacility support pacts and whatever Shields Up anti-fax abuse feature. Maybe Evan can be informed by an upstream member about the storage problem?
Hi, just want to test chat, because on my local instance It's somehow broken
ok ... it's fine here. Thx :)
@vlastimilmaca is Aphlict running on your instance? And ensure your instance isn't silent (check phabricator.silent-mode in Config).
yes, Aphlict is running, but when
... I hit enter ... it shows room edit window
instead of sending message.
Another weird thing ... in Config application, I have "Unknown" for version of phorge and arcanist. Is that normal? Probably need to say that we are running on PHP 8.0 (which is after end-of-life anyway)
it was master, we are now on stable and it looks fine (conference ... versions are still Unknown)
Check your logs. I'm the author of the thing that generates the log line in that config error case
99% you are affected by this T15242
thanks, will look into it tomorrow
Cigaryno I don't know your question from the other chat sorry :(
As I said - https://we.phorge.it/Z5#3303 - I don't know how to reply to Windows problem my friend
About changelog, maybe yes in my opinion
Try with our friend https://web.archive.org/
I'm pretty sure you have to be running ssh-agent first before that would be expected to work? I've never in my years of adminstering Linux systems had to do that so I'm wondering if you're mistakenly thinking it's necessary for your particular testing setup but it isn't? Putting public key lines into the user's properly-permission'd ~/.ssh/authorized_keys on the far end of the intended SSH connection should be enough. (If you have password auth set up for the remote account, which admittedly one arguably shouldn't do for root, then ssh-copy-id is your friend here.)
I'm alive, I'm just preserving life power for the Wikimedia Hackathon 2025.
@aklapper I've created a stub page for our meetup lol - please edit everything https://phabricator.wikimedia.org/T392411
@valerio.bozzolan where and when is this meetup happening?
I too would like to know and to contribute in whatever way I can.
@ton https://www.mediawiki.org/wiki/Wikimedia_Hackathon_2025
You can put this page in watchlist :3
https://www.mediawiki.org/wiki/Wikimedia_Hackathon_2026
@ton about the question in the other chat I also always used MariaDB from latest Debian stable for Phorge
That's why I like Phorge: I can just apt-get install things and put on a web directory and it works lol
@valerio.bozzolan with recent PHP (allegedly) growing support for multi-threaded built-in web server I 'd say the only thing that is missing for comfortable local development is sqlite support as an alternative to MariaDB/MySQL
@keithzg Uh, feel free to propose some paragraphs about Fogbugz here in this comparison guide I started some years ago, about "Phorge ands..." https://en.wikibooks.org/w/index.php?title=Phabricator_Administrator's_Handbook/Compare_Phabricator_and_...&stable=0
I don't know if that guide should ever migrate elsewhere. I started that there because I had no write permissions in secure dot
@valerio.bozzolan Ah well the version of Fogbugz we run at my work is two entire products called "Fogbugz" ago, heh, we never made the leap when they made a new version that only ran on Windows and cost roughly 5x per license or something. We might have been the very last people on Earth still running that product branch, and as it happens I set a deadline for people to move off of this month and then the server hosting the VM died and I have used that as sufficient justification to make us a Phorge-only outfit now :D
OK this is fun - thanks andrè for this
@aklapper, my answer for your question: "I don't know lol" :3 You're welcome
I mean question from main channel
...just like us, human beings :3 (lol)
I guess that finally we can use the yield operator
Hmm, there isn't an API that can be called for changing settings? I mean, that makes sense, I just wonder because I'm about to do something deeply silly (literally so). My boss and his daughter both really don't want Shenanigans Mode enabled on our work Phorge instance, and I do, and after having given in to their demands a few years ago I've decided to quietly make it so that Serious Business Mode is enabled //only for the regular 9 to 5 of the workday :P
0 9 * * 1-5 phabricator mysql -e "update phabricator_config.config_entry set value = 'true' where configKey = 'phabricator.serious-business';" 0 17 * * 1-5 phabricator mysql -e "update phabricator_config.config_entry set value = 'false' where configKey = 'phabricator.serious-business';"
AHAHAHAHA
If you have access to cli, you can ./bin/config set phabricator.serious-business true
@valerio.bozzolan arc anoid still works, it just throws a warning "Deprecated: Constant E_STRICT is deprecated in /var/www/html/phorge/arcanist/support/init/init-script.php on line 18" before starting
Oh boy... I can arc diff again now after removing E_STRICT, see https://we.phorge.it/D25887#26924, but I also had to first remove any deprecated stuff in php.ini (session.sid_length, session.sid_bits_per_character) because that went to STDERR. If that is not expected, someone please tell me to file a ticket.
Dear guineapig, yes please file a ticket. That stderr that goes parsed as JSON is weird
Thanksi thanksi
Uhm it's possible that 3 PHP dependencies are not mentioned in the doc. The first is "posix" and necessary for phd. More optional ones are opcache and apcu. I will update diviner