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

Few fixes for the attachments... and the theme #3108

Merged
merged 4 commits into from
Jan 26, 2018

Commits on Jan 25, 2018

  1. Resetting $cache_staler to an empty string removes it from the URL of…

    … the assets, making void the voiding of the browser cache - fixes elkarte#3104 (hoping it doesn't break anything else)
    emanuele45 committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    0b77798 View commit details
    Browse the repository at this point in the history
  2. The first array of $_SESSION['temp_attachments'] is related to the po…

    …st we are creating, it's not an attachment and should be skipped when looking for temporary attachments ids - fixes elkarte#3107 - thanks Ruth for reporting
    emanuele45 committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    3c4d576 View commit details
    Browse the repository at this point in the history
  3. When creating a new theme copying an existing one, the same is stored…

    … in POST, not in GET - fixes elkarte#3106 - thanks Ruth for reporting
    emanuele45 committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    f6067d4 View commit details
    Browse the repository at this point in the history
  4. Initialize the array with 10 empty elements in order to avoid a serie…

    …s of undefined indexes later
    emanuele45 committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    52bb153 View commit details
    Browse the repository at this point in the history