Recent content by king of the internet

  1. king of the internet

    Lack of interest Customize number of entries in the approval queue

    XF/Pub/Controller/ApprovalQueue.php hardcodes 50 entries. It isn't even in a variable that could be overridden with an addon, so I have to comment out this line every time I upgrade XF. Moving that number to a member or method that could be overridden would be a trivial change and would help me...
  2. king of the internet

    Fixed Firefox mobile can't paste into "insert link"/"insert image" editor menus

    I have a number of people able to replicate this issue. Firefox on iOS does not count as an unsuccessful attempt for the reason I gave above. I am a professional web developer and almost every browser inconsistency/bug has a viable workaround. I'm a little confused at what is going on...
  3. king of the internet

    Fixed Firefox mobile can't paste into "insert link"/"insert image" editor menus

    My users don't care who technically has the bug, only that the software works as intended.
  4. king of the internet

    Fixed Firefox mobile can't paste into "insert link"/"insert image" editor menus

    Thanks for attempting to reproduce this. Firefox on iOS uses WebKit as its rendering engine (like Safari), so it's unsurprising that the behavior would differ.
  5. king of the internet

    Fixed Firefox mobile can't paste into "insert link"/"insert image" editor menus

    To reproduce: Use Firefox mobile Open the insert link menu Long press on either text field to bring up the "paste" button Click the paste button Expected behavior: the clipboard text appears in the field Observed behavior: the menu closes, aborting the interaction. Firefox Mobile 68.1.1...
  6. king of the internet

    XF 2.0 No previous version of the parent could be found. Merging is not possible.

    I'm running into this issue upgrading from 2.1 -> 2.1.1. The styles this is impacting were made on 2.1
  7. king of the internet

    Implemented Disable Markdown as an Option

    We sometimes use our forum to collaborate on Markdown documents before shipping them off to the CMS. It would be fine if XF just rendered the Markdown, but it is actively corrupting our data by converting it to BBCode
  8. king of the internet

    XF 1.2 502 Bad Gateway

    It was lower, yes. Unfortunately it's a game of cat and mouse -- I don't how how much stack PCRE consumes per recursive call, and it probably changes version to version due to implementation details. So it is difficult to select a stack size that is simultaneously safe yet useful (the...
  9. king of the internet

    XF 1.2 502 Bad Gateway

    I solved the problem (for now) by upping the stack size for PHP. We aren't really setup to have people edit directly on the server via FTP, especially since we maintain our own patch set (XenForo official source is tracked in a separate git branch which is merged in). If direct editing on the...
  10. king of the internet

    XF 1.2 502 Bad Gateway

    After doing a little bit more debugging, this seems to be an issue with PCRE. Is XenForo creating large regexes, by chance? Sep 8 20:01:20 smogon-dev kernel: [210415.320568] php5-fpm[32737]: segfault at 7fff9529cee0 ip 00007f2af2213a7a sp 00007fff9529ce70 error 6 in...
  11. king of the internet

    XF 1.2 502 Bad Gateway

    Yes, this only happens on long posts. Unfortunately on my forum long posts are common, and editing them is also common. While we can work around for now it would be nice to fix this :) Also, For me at least, the gateway error is instant, so I don't think it has anything to do with the amount...
  12. king of the internet

    XF 1.2 502 Bad Gateway

    I am having this problem too, XF 1.2.1. There is no information in the logs other than what has been said here. Both PHP 5.3.10 and PHP 5.5.3 have this problem. 5.3.10 used to put lots of errors in php5-fpm.log about terminating on SIGSEGV. 5.5.3 does not have this problem, or it doesn't log it.
  13. king of the internet

    Template version control

    I agree that a hybrid solution is a bad idea. I can't speak to anyone else's setup--but for me, I would probably end up disabling editing templates from the ACP if templates were on the file system. All collaboration goes through Git and GitHub where the changes can be reviewed, and deploy is...
  14. king of the internet

    Template version control

    Yes, and now *I* am communicating *my* needs, because I would like templates on the file system. See the edit to my previous post, which was to respond to an edit you made on your post.
  15. king of the internet

    Template version control

    I find XF "very peachy" in many respects, but the Git issue is very important to me. I'm not sure what the point of singling out that one line was, you completely missed the point of my post. King Kovifor brought up shared hosting, not me. Wanting a seamless experience with industry standard...
Top Bottom