I tried browsing that page without being able to trigger the issue
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 28 2023
Sep 27 2023
Sep 25 2023
Sep 22 2023
Sep 21 2023
In T15640#13668, @valerio.bozzolan wrote:Are you aware of any non-git repository in Wikimedia?
Sep 18 2023
Sep 5 2023
In theory this could be a two-liner: Changing the last character of the $prefix, and in PhabricatorCursorPagedPolicyAwareQuery.php
- $map[$field->getFieldKey()] = $field->getValueForStorage(); + $map[$field->getModernFieldKey()] = $field->getValueForStorage();
In practice that leads to: Unhandled Exception ("PhutilTypeExtraParametersException") - Got unexpected parameters: customfield, customfield.index.table, customfield.index.key
Sep 2 2023
<tl;dr>: This is a mismatch between legacy field keys still used for paging, versus modern field keys.
Aug 28 2023
Aug 19 2023
FYI I proposed a partial patch in D25415 which makes the issue more contained at least.
Aug 5 2023
Aug 3 2023
And, just to clarify, have MediaWiki something similar? Probably the "Mute User". Is Mute user the needed thing?
We could expand a bit the Task description to clarify why the Disable User button and the Remove User are not sufficient for this purpose.
Jul 20 2023
Please share the output of this:
Jul 13 2023
Jul 12 2023
Jul 3 2023
I've added both links to the preamble for easy discovery.
Good content but unfortunately undiscoverable if not linked from a form preamble
- Feature request: https://we.phorge.it/book/contrib/article/feature_requests/
- Bug report: https://we.phorge.it/book/contrib/article/bug_reports/
- This is a feature request, it should be defined using Feature Request pattern, not Bug Report pattern.
- This is a feature request, it should be defined using Feature Request pattern, not Bug Report pattern.
- We already implemented this in D25035
Jun 30 2023
Jun 29 2023
Jun 28 2023
Jun 27 2023
Jun 26 2023
This is just a frontend change, after all. Adding UX
Jun 24 2023
Jun 23 2023
Jun 20 2023
This is a feature that was invaluable on wikimedia's use of phabricator, however, proliferation of a lot of forms can be troublesome / difficult to manage. Ideally the forms system could use some improvements to make things more manageable.
Jun 19 2023
Thanks again @20after4 for the original idea online on Wikimedia since October 2021
Jun 16 2023
Somehow "Normal" in 2023 I think - at least in Maniphest. But probably not so important.
Jun 15 2023
Jun 14 2023
Jun 12 2023
@valerio.bozzolan Thanks a lot for your help, debugging, deeper investigation! Resolving.
Jun 8 2023
For the records, I had the same experience when deleting a repository via ./bin/remove destroy rESHP for Unknown edge constant "25" (not 26 as mentioned in the task title) in downstream https://phabricator.wikimedia.org/T119588
May 26 2023
I could reproduce this locally:
- As an admin, go to http://phorge.localhost/herald/create/
- Select "Maniphest Tasks"
- On http://phorge.localhost/herald/create/?adapter=HeraldManiphestTaskAdapter , select "Global Rule"
- Under "Conditions", select any of and set the three conditions Description | contains | Internet Archive, Description | contains | archive.org, Description | contains | Wayback Machine.
- Under "Action", select Add projects | someProject
- Select "Save Rule"
- Trigger the rule by creating a new task.
- Wait, wait, and wait, then look at the Herald Transcript linked from the task.
May 22 2023
Tagging also as Affects Wikimedia since during Wikimedia Hackaton I've talked with a couple of very friendly staff members from WMF-CiviCRM that would really love this thing.
May 20 2023
Thanks again, I really loved this follow-up on your hack
By coincidence, chatting with valerio.bozzolan yesterday made me realize that this rendering rule is merely in place for figlet and cowsay.
May 19 2023
May 13 2023
Historical commits with some comments about that regex: https://secure.phabricator.com/D7338, https://secure.phabricator.com/D7012
May 12 2023
This is a good example of why fixing each case individually might be a bad idea, this fix was from D25202. It appears the old strlen allowed for integers too...
@valerio.bozzolan Here's a small sampling of all the errors that I encountered (I fixed each of them and got to the next one): https://we.phorge.it/P10
@valerio.bozzolan You know, I went on a spree fixing this in my local checkout. But it's super spread out all throughout the repo. The current master is broken even when I just view a revision. Then there are issues that show up in the SSH auth code when trying to push where the stack trace gets hidden (and it'll say something about ENORMOUS CHANGES, but that's a lie)
Thanks @arnold but please also share your error logs with us, otherwise we cannot fix :)
Re: all the null errors.
May 10 2023
May 9 2023
(Sorry for the ping poing, re-adding Remarkup hoping to be useful since this seems an issue in Remarkup itself, but last word to avivey)
This is unrelated to PHP8. This might turn out to be a duplicate/variation of T15372.