In D25847#26647, @aklapper wrote:Resigning as this developed into a larger patch requiring testing; shouldn't be listed as "accepted" as that referred to a revision long ago
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
May 6 2025
May 6 2025
aklapper added a comment to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
aklapper resigned from D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
Resigning as this developed into a larger patch requiring testing; shouldn't be listed as "accepted" as that referred to a revision long ago
valerio.bozzolan added inline comments to D25990: PhabricatorEnv: add domains cache for isSelfURI().
Ready for review :3 based on the other one.
In D25987#26601, @valerio.bozzolan wrote:Uhm. I don't know why but locally I cannot find the selector.
valerio.bozzolan added projects to Wikimania Hackathon 2025 Istanbul: Wikimedia Hackathon 2025, Core Team Meetings.
valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
add a potential performance TODO in legacy code: T16061: PhabricatorEnv isSelfURI(): add small cache of these self-URIs
valerio.bozzolan updated the task description for T16061: PhabricatorEnv isSelfURI(): add small cache of these self-URIs.
valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
Avoid $array[$key]=1 and use $array[$key]=$key as suggested
I suggest testing by setting window width = 1791px (e.g. CTRL+shift+M on Firefox), and then passing to window width = 1792px. So we can see that the content max width at the moment always seems ~ 800px.
Uhm - but looking at your screenshot, at looking here T15920, it seems a regression
aklapper added inline comments to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
May 5 2025
May 5 2025
Patch welcome, with "Ref T15920"
When reading the wiki at a resolution of 3440x1440 (34 inch monitor), there is still a lot of white space.
valerio.bozzolan added a comment to D25987: Add CSS class to object handle if user object is system agent.
Uhm. I don't know why but locally I cannot find the selector. Also this should help in getting the selector but without success, both from the home, or from a task created and assigned to a bot.
valerio.bozzolan added a project to T16059: Remove -webkit-font-smoothing and -moz-osx-font-smoothing from CSS: Wikimedia Hackathon 2025.
Nice. Just for fun I've played intensively with https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth without being able to notice whatsoever difference, so, green light I assume. Thanks
May 4 2025
May 4 2025
valerio.bozzolan updated the task description for T16060: arc diff: it could auto-claim the Task, if unclaimed.
valerio.bozzolan updated the task description for T16060: arc diff: it could auto-claim the Task, if unclaimed.
valerio.bozzolan renamed T16060: arc diff: it could auto-claim the Task, if unclaimed from arc diff: it couldshould auto-claim the Task, if unclaimed to arc diff: it could auto-claim the Task, if unclaimed.
valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
drop newline
valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
add some inline documentation about $array[$v] = 1
valerio.bozzolan updated the name of F337207: Phabricator Workboard.png from "image.png" to "Phabricator Workboard.png".
valerio.bozzolan attached a referenced file: F3927914: Calendar_widget_finally_showing_something.png.
valerio.bozzolan updated the name of F3950038: Project Destruction traditional command line.png from "image.png" to "Project Destruction traditional command line.png".
aklapper updated the task description for T16059: Remove -webkit-font-smoothing and -moz-osx-font-smoothing from CSS.
valerio.bozzolan updated the name of F3945765: Example Project Tree.png from "image.png" to "Example Project Tree.png".
Generated with
valerio.bozzolan added a comment to T16058: Workboard column triggers: Allow assigning to user performing the move.
Feel free to throw the patch as-is, as I usual I love to cleanup and test more loool
valerio.bozzolan awarded T16058: Workboard column triggers: Allow assigning to user performing the move a Yellow Medal token.
aklapper added a comment to T16058: Workboard column triggers: Allow assigning to user performing the move.
I have a patch ready, need to clean up and test more
valerio.bozzolan updated the name of F3942084: Transaction search new documentation table.png from "image.png" to "Transaction search new documentation table.png".
valerio.bozzolan retitled D25988: transaction.search: add auto-generated documentation for objectType and handle unmanaged exception from transaction.search: handle unmanaged exception when objectType is not supported
valerio.bozzolan updated the diff for D25988: transaction.search: add auto-generated documentation for objectType and handle unmanaged exception.
Generate a super-useful documentation table in Remarkup
avivey added a comment to T15938: Understand if Diffusion public identities could be used to expand Calendar invitees.
It kind of makes sense.
maybe some day we'll need to extract the Identity table to a different place.
aklapper added inline comments to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
Ouch. Indeed my last comment had no sense. I was meaning T15941 that should be kept opened.
valerio.bozzolan closed T15564: Allow yourself to be Invited in Imported Events, a subtask of T15939: Calendar Import Invitees 2.0, as Resolved.
Ops I've closed this by mistake. We closed just T15564 👍
valerio.bozzolan reopened T15941: Calendar Import: support Available/Busy, a subtask of T15939: Calendar Import Invitees 2.0, as Open.
aklapper closed T16005: Remove unused table code in ManiphestReportController::renderBurn() as Resolved.
Can this be resolved? If not, what exactly is left in this task (apart from separate T15803)?
valerio.bozzolan awarded T16056: Update Authored by date when commandeering revisions a Doubloon token.
valerio.bozzolan planned changes to D25988: transaction.search: add auto-generated documentation for objectType and handle unmanaged exception.
P.S. - XACT exists, but it does not support the newObject():
May 3 2025
May 3 2025
valerio.bozzolan added a comment to D25988: transaction.search: add auto-generated documentation for objectType and handle unmanaged exception.
Additionally, I don't know if we are able here to show the "supported types" in line 391 (that are less than the existing types, needed in the other if case).
valerio.bozzolan added a comment to D25988: transaction.search: add auto-generated documentation for objectType and handle unmanaged exception.
In D25988#26522, @aklapper wrote:Should ideally use the same error message as in https://we.phorge.it/source/phorge/browse/master/src/applications/transactions/conduit/TransactionSearchConduitAPIMethod.php;4862eada5cd05236b81487b261668f2a2d72fad7$382-387 so one string less to translate.
Ironically though, that existing message will list XACT used to trigger this issue:
valerio.bozzolan attached a referenced file: F3927914: Calendar_widget_finally_showing_something.png.
valerio.bozzolan updated the task description for T15564: Allow yourself to be Invited in Imported Events.
valerio.bozzolan reopened T15564: Allow yourself to be Invited in Imported Events, a subtask of T15939: Calendar Import Invitees 2.0, as Open.
Ops I've closed this by mistake. We closed just T15564 👍
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