Shaarli v0.0.39.beta Release Notes

Release Date: 2012-08-10 // over 11 years ago
  • โž• Added

    • A cache for RSS feed, ATOM feed and Daily RSS feed, because these URLs are massively hammered. Cache is automatically purged whenever the database is changed. This will reduce server load. I may add cache to other pages later.

    ๐Ÿ”„ Changed

    • No more global $LINKSDB (Yuk)
    • ๐Ÿšš Background color was removed when hovering a link

    ๐Ÿ›  Fixed

    • Small bug corrected in config screen on timezones
    • Calling a non-existing permalink now returns a crude 404 error instead of 200 (OK) This is done on purpose
    • The shaarli session cookie now has a proper path Thus you can now install several Shaarlis on the same server in different paths, and each will have its session
    • Now when you delete a link, you go back the same page/search parameters you were on
    • Restore previously removed error_get_last(), to ensure PHP 5.1 compatibility (Yes, now it works on free.fr hosting)
    • โž• Added dialog=1 in bookmarklet code for some browsers