In T15744#18236, @20after4 wrote:I was unaware of `#0969DA` syntax from github/gitlab.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 1 2024
Jul 1 2024
I was unaware of #0969DA syntax from github/gitlab. I'm not sure if I like that syntax better than {} but I am generally in favor of using the same syntax as other systems in order to converge towards defacto standardization.
Jun 30 2024
Jun 30 2024
OK try this to restore your desired situation (so, two diffs)
valerio.bozzolan updated the task description for T15872: Understand how to defuse localization in GNU Gettext.
valerio.bozzolan added inline comments to D25691: Fix arc diff in Subversion for non-English languages.
OK, I think we have something mathematical and bombproof
In D25705#19485, @valerio.bozzolan wrote:(Do you need a little help to split the changes in two diffs?)
mturdus retitled D25705: Fix missing file attachment in Phriction from Fix file attachment in Phriction to Fix file attachment in Phriction and Conpherence.
Updates after comments
https://unix.stackexchange.com/a/87763 is also a useful reference, specifically:
add even more useful links
I must read this:
Papa Beaver's Storytime done. Thanks
Well, to be honest, feel free to generalize the description and commit message to include both changes, since they are the very same thing
(Do you need a little help to split the changes in two diffs?)
Fix file attachment in Conpherence
Per https://caniuse.com/?search=-webkit-transform, transform without a vendor prefix has been supported since Chrome 36 in 2014.
Personally I'd prefer to simply remove old vendor prefixed CSS definitions but that would first require a shared understanding which dates (and/or which browser versions) are "too old" for Phorge code.
See "List of changes, most recent first" on https://www.mediawiki.org/wiki/Compatibility#Browser_support_matrix for a random example.
Thanks again. I've found this interesting, so, added in the code itself:
improvement thanks to dear @l2dy
Update after comments
Updates after comments
Thanks again @20after4 for the efforts.
valerio.bozzolan added a revision to T15871: Remarkup rule to show colors: D25607: Add docs for color code formatting.
This documentation is nice but unfortunately the feature introduced in 4d12d014fd9d never worked :( So documenting this as-is may create confusion, at the moment. Next steps:
Updates after comments
Wow 😍 looks promising (untested from my side)
A day later this turns out to be a rather stupid patch. Things should remain as is as javascript:void(0) nowadays may trigger CSP errors.
what will this do?
Jun 29 2024
Jun 29 2024
aklapper added a reverting change for rP34db006c4b6c: Attempt to fix IE8 mixed content warning.: D25706: Remove workaround for IE8 to avoid mixed content warning.
Also run ./bin/celerity map because it's JS
aklapper added a reverting change for rP597c6c07f712: Switch back to janky array copying: D25704: Remove janky array copying workaround for IE8.
@Wikivu: Why?
aklapper added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.
are a bit esoteric
Jun 28 2024
Jun 28 2024
it works indeed for editing Maniphest tasks but not for Phriction documents.
I have been analyzing this "attach code" but it's too complex for me.
It seems that the content_metadata (with the attachedFilePHIDs) is correctly sent by the javascript, but it's not processed in the PHP, which makes it not attach the file object to the wiki page.
valerio.bozzolan added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.
About the cursor: pointer;, yep it would be super-nice, but no need to create distinctions between mobile and desktop for that probably 🤔 let's always show it.
valerio.bozzolan awarded D25672: Allow collapsing/expanding workboard column content by clicking its header a Yellow Medal token.
valerio.bozzolan added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.
Premising that as web developer I'm really super surprised to have never seen in my life a native <summary> + <detail>, even in demos 🤔 I've never seen it in basic online courses for beginners ( https://www.w3schools.com/howto/howto_js_collapsible.asp ) - and that's surprising since there it would be nice; not in online forums with super-basic "spoiler" features (e.g. https://www.minecraftforum.net/forums/forums/forum-discussion-info/514283-how-do-i-make-spoilers-on-the-forum ) and there it would be nice, not in Bootstrap and not in MaterializeCSS (and it would be nice to have examples there to save some JavaScript); not in MediaWiki (because there, "esoteric" tags are disabled; so, since the beginning, every single wiki in the planet has 10 lines of JavaScript in their Common.js), etc.
valerio.bozzolan updated the task description for T15870: Provide documentation for Javelin scry, find, and findAbove.
aklapper added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.
we should probably toggle visibility by JavaScript
Fix broken URIs on "Rendering HTML" Diviner page
valerio.bozzolan added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.
(About my "like Wikipedia" I mean https://en.wikipedia.org/wiki/Template:Hidden )
valerio.bozzolan added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.
To have this a bit more flexible we should probably toggle visibility by JavaScript. (So, we can keep divs, and this makes the change also a bit more backward compatible probably)
aklapper closed T15825: Exception awarding badge to user without selecting a badge as Resolved by committing rP43d3fd9eac6e: Fix exception awarding empty badge to user.
Fix exception awarding empty badge to user
aklapper added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.
In D25672#19381, @valerio.bozzolan wrote:I love this collapsible on mobile since it saves a lot of scrolls, but I think the collapsible on desktop can just add confusion without clear benefits (since the desktop layout is not vertical, and saving vertical space does not help in showing more information). Probably this should only apply on .device-tablet and .device-phone, but not .device-desktop
valerio.bozzolan added a comment to T15804: Imbalanced AphrontWriteGuard: more beginUnguardedWrites() calls than endUnguardedWrites() calls.
I do not understand if we have some race conditions, or, if the __destruct() is not properly called because of a bug in PHP 8.3.8, which is possible but unlikely
aklapper added a comment to T15804: Imbalanced AphrontWriteGuard: more beginUnguardedWrites() calls than endUnguardedWrites() calls.
I've seen this occasionally when trying to log in via a /bin/auth recover link with same stacktrace as above, PHP 8.3.8 on a Fedora 40 machine:
valerio.bozzolan requested changes to D25618: Avoid search exception for calendar events when using localized time formats.
Visually marking this as "ongoing discussion for code changes" to keep historically nice error messages
valerio.bozzolan added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.
I love this collapsible on mobile since it saves a lot of scrolls, but I think the collapsible on desktop can just add confusion without clear benefits (since the desktop layout is not vertical, and saving vertical space does not help in showing more information). Probably this should only apply on .device-tablet and .device-phone, but not .device-desktop
valerio.bozzolan updated the test plan for D25688: Fix broken URIs on "Rendering HTML" Diviner page.
It makes sense since these are Phorge stuff, not Arcanist stuff. Thanks.
Agree with your considerations and tested 🌈
I'm assuming you're talking about dropping a file in the text area when editing the page, right? Not just dropping it when viewing a wiki page?
Presumably resolved by D25134.
Jun 27 2024
Jun 27 2024
Maybe in the future. At the moment it's just an extra unnecessary configuration.
valerio.bozzolan added a comment to Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop).
I see you marked this question as Resolved. Was it?
valerio.bozzolan updated Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop) from Files larger than 8MB fails to upload for some S3-compatible apis? to Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop).
aklapper updated the diff for D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.
It seems that the function PHUIDiffTableOfContentsItemView.php::render() is not called anymore as rPf21f1d8ab9e909b3e2c4dc07af7a358a8336902c removed $rows[] = $item->render();. I cannot spot another direct render() call anywhere else in the files instantiating a PHUIDiffTableOfContentsItemView.
However, PHUIDiffTableOfContentsItemView must define render() as it's defined as an abstract method in parent AphrontView.
After emptying render(), renderChangesetMetadata() does not have any other callers either, thus also removing it.
aklapper added a comment to D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.
In D25658#19351, @avivey wrote:grep for PHUIDiffTableOfContentsItemView in the codebase to see where we might be using this class.
speck added a comment to D25667: Redirect back to object after clicking "Log In to Comment" and login.
❤️
valerio.bozzolan awarded rP72a6ff69fcda: Add blah a The World Burns token.
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0