Recent content by Jawsh

  1. Jawsh

    Duplicate After upgrading to XF 2.2.7, the default Copy+Paste behavior for images is to use [IMG] tags.

    Is there a patch I can apply manually? I need this fixed to the point where I might rollback.
  2. Jawsh

    Operations involving mass updating xf_reaction_content.is_counted will hang

    Moderator accidentally soft-deletes thread that is 1,300 pages long. When attempting to undelete it, this query starts: UPDATE `xf_reaction_content` SET `is_counted` = '1' WHERE content_type = 'post' AND content_id IN (88987 ids) AND is_counted = '0' These are the indexes on my table. I'm not...
  3. Jawsh

    Duplicate After upgrading to XF 2.2.7, the default Copy+Paste behavior for images is to use [IMG] tags.

    When this is fixed, please also have a way to default the copy+paste behavior to thumbnails instead of full images. Phone posters love inserting 4K resolution screenshots at full res.
  4. Jawsh

    Duplicate After upgrading to XF 2.2.7, the default Copy+Paste behavior for images is to use [IMG] tags.

    I don't want this. I want direct upload to be preferred whenever possible. Copy+Paste with images defaulted to uploads. How do I revert it?
  5. Jawsh

    Lack of interest Throttle reactions for registered members

    A user has set up a bot on my website which is currently liking every profile post ever made simply by spamming this request: [06/Apr/2021:17:04:44 +0000] "POST /profile-posts/214749/react HTTP/1.1" 303 0 "/profile-posts/145466/react?reaction_id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64)...
  6. Jawsh

    Lack of interest Rant: WYSIWYG editor is encouraging bad behaviors

    That's not a solution. That just reduces the maximum upload size. My maximum upload size is 200MB because we archive a lot of videos and other documents. I need thumbnailing to work correctly and by default.
  7. Jawsh

    Lack of interest Rant: WYSIWYG editor is encouraging bad behaviors

    If someone is embedding a massive image and the stylesheets shrink it down, it's still a massive image. It uses the bandwidth from the server, it consumes mobile data, it sits in the cache, etc. This compounds for multiple images. Stylesheets also aren't a great solution. Sometimes you want a...
  8. Jawsh

    Lack of interest Rant: WYSIWYG editor is encouraging bad behaviors

    I'd like to reiterate my frustration with thumbnailing in particular. I can try to soft-enforce formatting guidelines, but the thumbnailing issue is ubiquitous and that is definitely the WYSWYG editor's fault. When you paste an image (how 90% of all images are uploaded), they auto-embed at full...
  9. Jawsh

    Lack of interest Rant: WYSIWYG editor is encouraging bad behaviors

    My forum has about 23,000 people making a post every month. When there is no clear system for formatting, the site becomes hard to read. I can scroll down a single page in a single thread and see four different ideas of how to compose a post from the users in just that vertical slice. If it's...
  10. Jawsh

    Lack of interest Rant: WYSIWYG editor is encouraging bad behaviors

    An example of what I mean. I personally find this extremely annoying and I try to encourage users to delete this line. I've been told that the blank line is automatically inserted by the WYSIWYG editor on mobile. I cannot reproduce it, but it only started once the editor would HTML-ify the...
  11. Jawsh

    Lack of interest Rant: WYSIWYG editor is encouraging bad behaviors

    Since 2.2, I have noticed an incredible drop in post legibility as a result of user formatting choices. I believe this is caused by changes in the WYSIWYG editor. Complaint 1 Users, when replying to a post, often place a blank line between the quote box they are replying to and their message...
  12. Jawsh

    XF 2.2 Quoting text from custom bb code should wrap quoted text in bbcode

    For instance, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi volutpat viverra interdum. Fusce et nibh non leo ultricies maximus id non sapien. Curabitur imperdiet felis sit amet pellentesque commodo. Nulla convallis vulputate auctor. Any part of the first sentence would render...
  13. Jawsh

    XF 2.2 Is there a way to make it so that updating widgets and templates does not crash an active site?

    1563 rows in set (0.003 sec) 1000 rows of this as the site chokes and dies for 10 minutes straight every time I want to fix a typo in a widget. There needs to be system where a user cannot trigger a stylesheet rebuild. It should only be done through admin requests and the cron.
  14. Jawsh

    XF 2.2 Is there a way to make it so that updating widgets and templates does not crash an active site?

    Why can't the old stylesheets be sent until the new ones are ready? Why can't this be done on CRON?
  15. Jawsh

    XF 2.2 Is there a way to make it so that updating widgets and templates does not crash an active site?

    24 cores 3.2 GHz, 16G RAM, LXC, RAID 10 SSD Site receives about 100 requests per second on average. Only official XF add-ons, ThemeHouse's UIX, and custom add-ons I know do not touch this code (and which this issue predates). As my site has grown larger, the downtime from any templating /...
Top Bottom