It returned to function again. Not sure why it wasn't working but good to see it working again.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Tue, Dec 31
Mon, Dec 30
Sun, Dec 29
Sat, Dec 28
Fri, Dec 27
Thu, Dec 26
Tue, Dec 24
Sun, Dec 22
Thu, Dec 19
Wed, Dec 18
In T15979#20270, @avivey wrote:@Cigaryno which browser/OS are you using?
(I cannot reproduce anymore, now I see the very - ugly - native desktop notification of my environment lol; but it's difficult to note since I've configured my computer to disappear after 0.5 seconds - also maybe a common problem I guess)
The "Grant permission" button works for me on Chrome/Windows.
Tue, Dec 17
You are totally right, I've never seen native browser notifications too. For some reasons I've always confused Phorge's popup with these since they are quite similar in my environment
In T15979#20265, @valerio.bozzolan wrote:Is there a possibility that you have a browser extension privacy-focused that automatically denies this permission?
Is there a possibility that you have a browser extension privacy-focused that automatically denies this permission?
Any error in your browser console?
Clicking on Send Test Notification, a notification shows up on the bottom of the screen, but this is totally unrelated to browser notifications.
After clicking on the Grant Permission button:
Can you share a screenshot after you click on that button?
Mon, Dec 16
Another related bug is that also referenced/attached files are kept on the old page. Maybe different bug report under same umbrella.
Let's promote to bug :D
Dec 16 2024
The current workaround I'm proposing is just:
Dec 11 2024
Dec 5 2024
Dec 3 2024
Dec 2 2024
Dec 1 2024
Nov 26 2024
Nov 24 2024
Nov 23 2024
Digging deeper, the problem is specific to ProjectRemarkupRule::getObjectIDPattern. That returns:
Step 2: Remove irrelevant character class exclusions:
Disentangling that monster regex, step 1:
Indeed https://devina.io/redos-checker says the aformentioned regex is exponential time worst-case
I monkeypatched the code to print preg_last_error when the problematic preg_match returns null. The error is "Backtrack limit exhausted".
Nov 22 2024
Thanks :)
Nov 16 2024
Nov 15 2024
Yep. I'm up-to-date with master as of filing the issue^^.
This textbox isn't a Remarkup field (it's actually a ConpherenceDurableColumnView, which doesn't even have a metadata field in the first place)
In normal Conpherence views, the "Upload file" button works just fine. (except as mentioned in Z1, where reloading the page erases the metadata field)
Thanks. Can you reproduce with "Upload file" button too? If yes, maybe sub-task of: T15106: "Upload file" in remarkup text fields should attach by default
Oct 25 2024
This exception happens once $rule in the loop foreach ($this->getMarkupRules() as $rule) in PhutilRemarkupBlockRule::applyRules($text) becomes ProjectRemarkupRule. That's where it blows up.