Recent content by Don Daniello

  1. Don Daniello

    Duplicate Require whole number (no decimal point) not working

    "Require whole number (no decimal point)" is turned off, yet it seems to be enforced.
  2. Don Daniello

    Lack of interest Use PrismJS autoloader to efficiently support all languages

    The bundled PrismJS only comes with support for certain pre-selected languages. There's a good chance that certain programming-oriented forums will be missing their language. Instead of wrangling addons that aim to extend PrismJS, PrismJS provides an autoloader plugin that can automatically...
  3. Don Daniello

    XFRM does not respect allowed file extensions

    Hmm, that is possible if the resource was "fileless" - I can't tell right now. Users reported being unable to upload a zip file. Is there any way to post an updated version of a "fileless" resources to have an uploaded resource file?
  4. Don Daniello

    XFRM does not respect allowed file extensions

    Getting an error when trying to attach non-image file as resource: Settings for Resource Manager:
  5. Don Daniello

    Object Storage Adapter

    Don Daniello updated Object Storage Adapter with a new update entry: Bugfix for pre-configured state Read the rest of this update entry...
  6. Don Daniello

    Object Storage Adapter

    That's quite odd. It would suggest that the path/directory structure is somehow different in the container depending on which method is used. I don't have an installation where the "official guide" method was used. Would you mind sending me (by PM) a listing of objects in your container...
  7. Don Daniello

    Object Storage Adapter

    You can comment it out but I believe the addon's overrides will take precedence and it won't matter what you have in config for internal-data adapter. That unfortunately happened to me with some other addons when first installation failed. You can check that the version_string in addon.json in...
  8. Don Daniello

    Object Storage Adapter

    Don Daniello updated Object Storage Adapter with a new update entry: Install bugfix Read the rest of this update entry...
  9. Don Daniello

    Object Storage Adapter

    Yes - it depends. If you have lots of images and images only as your attachments, then CloudFlare would almost get the job done. However, it actually does not do anything because all attachments are using private Cache-Control, disallowing CloudFlare from caching them. This addon changes that -...
  10. Don Daniello

    Object Storage Adapter

    Don Daniello submitted a new resource: Object Storage Adapter - Use cloud object storage like OpenStack Swift or S3-compatible to offload your attachments Read more about this resource...
  11. Don Daniello

    Lack of interest Make proxy extendable

    I just found out the hard way that XF\Proxy\Controller is not extendable.
  12. Don Daniello

    Username change

    Edit /upload/src/addons/CMTV/UsernameChange/XF/Entity/User.php Find line 76 (starts with public function canChangeUsername(...) and replace it with: public function canChangeUsername(&$error = null): bool Then you can uninstall the addon. The history will persist as XenForo 2.2 is extracting...
  13. Don Daniello

    Fixed Unsolved filter for question-type forum very slow

    @Mike No changes after analyzing tables.
  14. Don Daniello

    Fixed Unsolved filter for question-type forum very slow

    As guest the problem still exists, although page loads slightly faster: 1.9-2.2 sec. Probably due to the invisible threads being filtered out. Server version: 10.5.3-MariaDB-1:10.5.3+maria~bionic Config (on top of docker image mariadb:10.5): [mysqld] performance_schema innodb_buffer_pool_size...
  15. Don Daniello

    Fixed Unsolved filter for question-type forum very slow

    Page Time: 2.6893s Memory: 4.5296 MB (Peak: 4.8454 MB) Queries (13, time: 2.6102s, 97.1%) Mike, I've enabled the debug mode and one query stands out as consuming most of that time (within 2.6-3.2s range): Btw, I've tried to click "Remove formatting" (first icon in the new editor) to make the...
Back
Top Bottom