Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use resource_file_readonly use sendfile when available #342

Closed
wants to merge 7 commits into from
Closed

Make use resource_file_readonly use sendfile when available #342

wants to merge 7 commits into from

Commits on May 3, 2012

  1. Added an option to allow the site owner to moderate/review comments

    Hans-Christian Espérer committed May 3, 2012
    1
    Copy the full SHA
    254cc51 View commit details
    Browse the repository at this point in the history
  2. Log the user agent and IP address for each comment

    Hans-Christian Espérer committed May 3, 2012
    1
    Copy the full SHA
    9805670 View commit details
    Browse the repository at this point in the history
  3. Display a confirmation dialog first when deleting comments

    Hans-Christian Espérer committed May 3, 2012
    Copy the full SHA
    3eb87ee View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2012

  1. Merge branch 'master' of github.com:hce/zotonic

    Hans-Christian Espérer committed Jun 5, 2012
    Copy the full SHA
    5119882 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/zotonic/zotonic

    Hans-Christian Espérer committed Jun 5, 2012
    Copy the full SHA
    e26f006 View commit details
    Browse the repository at this point in the history
  3. Add support for sendfile.

    This patch needs the updated version of webzmachine to work. It is made backwards compatible by checking each time if file:sendfile exists.
    Hans-Christian Espérer committed Jun 5, 2012
    Copy the full SHA
    8326b27 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2012

  1. Properly return filesize for static files in all sendfile cases

    Hans-Christian Espérer committed Jun 8, 2012
    Copy the full SHA
    c6c9b1f View commit details
    Browse the repository at this point in the history