Pepperminty Wiki v0.14-beta1 Release Notes

  • ➕ Added

    • Commenting! You'll need to update any custom themes you've created if you're including the commenting module in your build.
    • Added stacked bar to help you visualise what's taking up all the space in your wiki
    • Added link to edit master settings in the credits
    • Initial open search support!
      • After visiting your wiki once, you'll be able to press <tab> when typing the path to your wiki to perform a search.
      • It'll only work if your wiki is at the top-level of a domain without anything after the / (subdomains are ok). This is a restriction of the protocol, not Pepperminty Wiki!
      • Supports sending search suggestions based on page names in the page index (based on case-insensitive leveshtein distance)
    • Avatars!
      • Gravatar is used if a user hasn't uploaded an avatar yet
      • An identicon is rendered if a user hasn't specified an email address or uploaded a gravatar yet either
      • Added avatars_show and avatars_size settings to control the displaying & size of rendered avatars.
      • Added the avatar action, which 307 redirects to the appropriate avatar image
    • Added has_action to make detecting enabled features easier (even if they move modules)
    • Edit previewing, thanks to @ikisler

    🔄 Changed

    • Updated MathJax CDN link, as cdn.mathjax.org is being retired (source).

    🛠 Fixed

    • Fixed error image generation in the image previewer under certain conditions.
    • Fixed warnings from being spewed all over the place under certain circumstances on the recent changes page
    • Fixed url encoding issue in redirects with ampersands in page names (#139)
    • Allow sending of OpenSearch description even when not logged in on wikis that require a login to work around some browser cookie issues
    • PR #135: Fix repeated page names on sidebar by @ikisler
    • PR #136: Fix issue where bottom nav is cut off by @ikisler