Search results

  1. adam

    Safari bugs

    Applied to the next release code. Please report any future bugs via the ticketing system. Thanks, Adam.
  2. adam

    Safari bugs

    Also fine: http://imgur.com/qCYFnHx Please test yourself via browserstack or browserling.
  3. adam

    Safari bugs

    Ah, that's not what you said above. I'll take a look again on Browserling.
  4. adam

    Safari bugs

    I've just tested using browserling on a Mac with Safari and it worked fine. http://imgur.com/AqF62Of Until I can reproduce the issue there's little I can do unfortunately.
  5. adam

    Safari bugs

    Strange, I'm not sure what this could be. I know that no-one else has reported anything and it seems fine for all the places I've checked so I'm not sure where to go from here. The second point isn't a bug. It's your browser auto complete. Please send anything you think is a bug via the...
  6. adam

    Safari bugs

    Could your connection be blocked certain js files or something? Could you test via another connection or over the mobile network?
  7. adam

    increase or disable chunk uploading?

    None from what I'm aware of. That constant controls the chunk size (unless your PHP settings are lower). You can test by viewing the network traffic via FireBug while uploading.
  8. adam

    Safari bugs

    It's well tested in all modern browsers and works fine for me in Safari and on BrowserLing. http://imgur.com/moiPWQS
  9. adam

    sessions in mysql table

    I see your point but I'm not sure I want to rely on installs having MySQL query cache enabled. I'll setup some benchmarks at some stage and see if there's any improvements we can make to the whole sessions side.
  10. adam

    Download tokens can only be used by a specific IP

    That's the reason why we took the IP restriction out, IPs may change. Also, Google Docs (for the document viewer plugin) comes from their own IP, so it breaks that plugin. I left the old code commented out in file.class.php if you want to have a test.
  11. adam

    Designers from Hell! - Piandesign.com Pentalogy

    Re: Designers from Hell! Thanks for your comments :)
  12. adam

    sessions in mysql table

    Not true, at least in this context. For example, loading the plugin data loops over each of the plugins, loads the config files and any relating db data, then stores this in the session. So there's multiple lookups on the db. Storing this in session means there's only 1 lookup for the database...
  13. adam

    Designers from Hell! - Piandesign.com Pentalogy

    Re: Designers from Hell! I'd love to create 10's of themes for you all to use but we just don't have the time. Consider that we worked on the 'flow' theme for over 4 months! The 2 themes we supply should act as a good starting point for other developers. I think the designer reviews will be a...
  14. adam

    sessions in mysql table

    No you need to allow for large uploads/downloads. You could probably get away with it being reduced to 3 days though.
  15. adam

    increase or disable chunk uploading?

    You can increase the size of chunking if your webserver/php supports larger files. Have a look at the top of: \themes\flow\templates\partial\_uploader.inc.php This value is the max chunk size permitted: define('CHUNKED_UPLOAD_SIZE', 100000000); // 100MB
  16. adam

    sessions in mysql table

    If you're running the crons it'll clear anything older than 14 days. \admin\tasks\auto_prune.cron.php
  17. adam

    webDAV internal server error on your demo site

    It's in read only mode on the demo site. https://fhscript.com/plugins/webdav/site/webdav.php
  18. adam

    Designers from Hell! - Piandesign.com Pentalogy

    Re: Designers from Hell! Sorry to hear it's not worked out with this designer. We don't get involved with third party themes but clearly we should do more make sure no-one is being messed about. I'll have a look at a feedback system on the themes section of the site and what else we can do.
  19. adam

    A simple redirection for broken links

    It's blank for search engines. The page outputs a 404 which would appropriate for a file which has been removed. You can change it if you want, the full source code is there: In \core\page\file_download.php find: // could not load the file if (!$file) { coreFunctions::output404()...
  20. adam

    piandesign.com

    An RSS feed? How would this help?