git rebase master
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 2 2023
Sep 30 2023
Sep 29 2023
There is a thing, to be honest. We are trimming the $above just in the test, but then we are not using the trimmed string in the rendering. So, the $v = coalesce($v, '') thing, and always trim() later, may still be better.
Maybe other people would like to propose a coalesce() and always trim() that and just have the if(phutil_nonempty...($)), but to be honest this is just correct and somehow minimal.
Sep 28 2023
I tried browsing that page without being able to trigger the issue
Sep 27 2023
Abandoning per last comment; guess we should debug a bit more first in downstream to understand the root cause better
This issue has been a pain for years. Never investigated it before...
Fix unit test
Lint & fix xml unit test
Not sure how to proceed here, this abandoning for now
Sep 26 2023
Yeah feel free to review D25301
I still like this. Why is this not going forward? 😄
Sep 25 2023
(I have not tried this patch but I checked with ls -la the mess in my .cache to understand best practices from other software)
- we have an approval from a core contributor
- we tested by at lest 2 persons in real-world
- we tested also in my production for 7 months, using this intensively, without any nuclear implosion
- nobody cares, really, nobody uses Milestones, nobody knows what a Milestone is, people also don't like Workboards, Workboards are evil persons for much core contributors, so we will never receive more feedback here automagically, if we have not received these in 7 months
- since this change is online since the 11st of February (!) :D and since I waited 2 weeks to be kind after approval, ...
Sep 24 2023
Should I go ahead and submit a different patch? Or could I somehow contribute the edit to this patch?
Sep 23 2023
So would the latter option mean doing $html_details = array($head, $more, implode(' ', $exceptions)); here? I kind of find this approach cleaner than appending a space to each item in the $exceptions array.
In D25419#12602, @avivey wrote:The value of moreInfo here is a list (array) of 3 things, (https://we.phorge.it/source/phorge/browse/master/src/applications/policy/filter/PhabricatorPolicyFilter.php;4f845d8f8c77$702) - $head, $more and $exceptions, and I'm guessing from context that the appendList() creates one <ul> for the list and one <li> for each item in the list - so $exceptions at this point is a single thing.
I don't think we have a specific task for "general UI text improvements" - there's the UX project, but "improve UX" is an ongoing process, so I don't think a single parent task is a good match.
Interestingly: https://secure.phabricator.com/T10574 argues for removal of the additional data from edges.
... whereas the $html_details is constructed as merely array($head, $more, $exceptions); ...
Sep 22 2023
For others reading this thread: there's some discussion going on in the thread of the patch linked above, D25419.
Note: the <ins> tag is typically rendered as underlined text, so this would be very similar to the <u> formatting that is produced with __foobar__ → foobar. In fact, it might be worth repurposing that rule to produce <ins> instead, since ~~foobar~~ actually creates a semantic <del> tag rather than the presentational equivalent <s> (strikethrough) tag.
Ugh. I added this to the UX project but forgot to remove the test content from the comment box, so my changes ended up coupled with a comment that said "- List Item". I tried to delete the comment but now it looks weird like some sort of redacted content :( anway, though I'd leave the note here in case anyone is confused with the deleted comment.
It's also misleading that the text box is multiline (at least in desktop) which suggests that line breaks are expected, but pressing Enter instead sends the message. I was caught off-guard by this at least once. So perhaps the text entry box should be made single-line by default (as already happens if the screen is narrow enough) and expand as needed if line breaks are added.
@valerio.bozzolan I actually think the right place to look at the usage of getSpecialRules() might be here: https://we.phorge.it/source/phorge/browse/master/src/applications/policy/filter/PhabricatorPolicyFilter.php;4f845d8f8c77$693-719
By the way, is there a task or project about UI text improvements that this task could be made part of? I am looking e.g. at the button in this very comment box saying "Set Sail for Adventure", which, while amusing, is also prone to cause confusion.
How about something like "Endorse"? That might remove the connotations of speaking for the project position that something like "approve" or "accept" may imply.
Sep 21 2023
In T15640#13668, @valerio.bozzolan wrote:Are you aware of any non-git repository in Wikimedia?
Makes sense; let's close for now. (I need to get used to Conduit throwing exceptions into our server log for random broken input. I do not like that Conduit behavior.)
Sep 20 2023
I'm generally scared by strlen() things since it means it was probably relying on implicit cast-to-string.
I'm trying to imagine a title that also involves the UX in general about accepting revisions, since it's also about the "Accept Revision" button, but my brain is not helping me right now in this