All Versions
78
Latest Version
Avg Release Cycle
82 days
Latest Release
1297 days ago

Changelog History
Page 6

  • v0.0.34.beta Changes

    January 25, 2012

    โž• Added

    • There is now a QR-Code of each permalink to easily open a link on your smartphone
    • Protocols file: and apt: are now also converted to clickable links (patch by Francis Chavanon)
    • ๐Ÿ‘ Thumbnail support for http://xkcd.com/ (patch by Emilien Klein)
    • ๐Ÿ‘ Thumbnail support for http://pix.toile-libre.org/
    • Well I had some mercy for users with antique browsers (IE) which do not have support for gradients: I added a few background-color
    • First version of the "Shaarli Daily", a page showing all links of a specific day. By default, you see the links of the previous day. There is still work to do on this page (error checking, better navigation (calendar?), RSS feed, CSS for mobile and printing...)

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgraded bundled versions of jQuery (1.7.1) and jQuery UI (1.8.17)
    • โฌ†๏ธ Upgraded bundled version of RainTPL (2.7)
    • ๐Ÿ”„ Changed HTTPS detection code

    ๐Ÿ›  Fixed

    • In link edition, you can now click the word "Private" to check the box
    • Clicking a tag would not work properly if the tag contained special characters (like +)
    • โž• Added proper jQuery licence (shame on me)
  • v0.0.33.beta Changes

    January 17, 2012

    โž• Added

    • ๐Ÿง Shaarli packaged to ease Linux distributions integration As a simple user, you do not need to cope with these versions Future releases of Shaarli will also be customized and published in these directories Differences with the standard Shaarli version:
      • deb:
        • .tar.gz instead of .zip
        • COPYING licence file added
        • jQuery/jQuery-UI libraries removed to cope with Debian rules This version links to the libs hosted at http://code.jquery.com
      • rpm:
        • sources located in a subdirectory with the same name as the zip file
        • COPYING licence file added
      • WARNING: When downloading the .tar.gz, always use wget (and not your browser), otherwise the .tar.gz will be corrupted

    ๐Ÿ›  Fixed

    • ATOM feed validates again

    ๐Ÿ”’ Security

    • XSS vulnerability patched (thanks to Stanislas D.!)
  • v0.0.32.beta Changes

    December 16, 2011

    โž• Added

    • ๐Ÿ‘ Better check on URL parameters (patch by gege2061)
    • โž• Add max-height and overflow:auto attributes so that content can be scrolled if too large

    ๐Ÿ”„ Changed

    • ๐Ÿšš HTML generation moved to RainTPL templates (in the tpl/ directory)
    • ๐Ÿ‘ Better detection of HTTPS (patch by gege2061)
    • In RSS/ATOM feeds, the GUID is now the permalink instead of the final URL (patch by gege2061)
    • Jerrywham CSS patch included
    • Multiple spaces are now respected in description. Thus you can use Shaarli as a personal pastebin (for posting source code, for example).

    โœ‚ Removed

    • ๐Ÿšš Page time generation was removed

    ๐Ÿ›  Fixed

    • Tab order changed in login screen
    • Permalinks now work even if additional parameters have been added (e.g. /?E8Yj2Q&utm_source=blablabla...)
    • ๐Ÿ‘‰ user.css is included only if the file is present (This prevents a useless CSS include which makes a harmless but useless 404 error.)
  • v0.0.31.beta Changes

    November 29, 2011

    โž• Added

    • ๐Ÿ‘Œ Support for TED Talks (ted.com/talks) thumbnails (patch by Emilien K.)
    • ๐Ÿ‘ partial patch by Idleman: Better design consistency, icon on private links. In-page popup was not included because it causes problem on some websites
    • ๐Ÿ‘Œ Support for bookmark files without ADD_DATE attributes
    • Logo is clickable
    • user.css can be added to overload Shaarli base CSS.(patch by Jerrywham). Just put user.css in the same directory as shaarli.css. Example: <code css>#pageheader { background: blue; }</code> Please note that Shaarli CSS are not stable and may completely change on each version

    ๐Ÿ”„ Changed

    • Edit and Delete buttons in link list were replaced with icons. (patch by Jerrywham)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Better error handling in thumbnail generation (patch by Emilien K.)
    • The top menu is no longer displayed in bookmarklet popup
    • Bookmark which have the exact same date/time are now correctly imported. Most remaining import problems should be solved now
    • ๐Ÿšš Comment in Shaarli export moved to beginning of file to prevent clash with last link description
  • v0.0.30.beta Changes

    November 18, 2011

    โž• Added

    • โž• Add a small delete button in link list (after the edit button)

    ๐Ÿ›  Fixed

    • ๐Ÿšš Moved the call to PubSubHub
  • v0.0.29.beta Changes

    November 18, 2011

    ๐Ÿ›  Fixed

    • Corrected a bug introduced in v0.0.28beta (there was an error if you use the bookmarklet and you're not logged in)
  • v0.0.28.beta Changes

    November 17, 2011

    โž• Added

    • ๐Ÿ‘ Thumbnail support for youtu.be URLs (YouTube short url service)
    • ๐Ÿ‘ PubSubHub protocol support (from http://aldarone.fr/les-flux-rss-shaarli-et-pubsubhubbub/). Warning: This was not tested. You need to set your hub url in $GLOBALS['config']['PUBSUBHUB_URL'] and put the official client (publisher.php) in the same directory as Shaarli's index.php
    • RSS and ATOM feeds now also contain tags (in category tags, as per their respective specifications)

    ๐Ÿ”„ Changed

    • ๐Ÿ†• New Shaarli theme and logo by Idle (http://www.idleman.fr/blog/?p=469)
    • In picture wall, pictures point to Shaarli permalink instead of final URL. This way, users can read the description.
    • In RSS/ATOM feeds, guid and link URL of permalinks are now proper absolute URLs
    • In RSS/ATOM feeds, URLs are now clickable
    • ๐Ÿ“œ Rename http_parse_headers() to http_parse_headers_shaarli() to prevent name collision with some PHP extensions

    ๐Ÿ›  Fixed

    • ๐Ÿšš Thumbnails removed for imgur.com/a/ URLs (Thumbnails are not available for albums on imgur)
    • Shaarli now correctly only tries to get thumbnails for vimeo video URLs
    • ๐Ÿ›  Fix a bug in imgur.com URLs handling that would cause some thumbnails not to appear
    • The search engine would not return a result if the word to search was the first in description
    • Extracted title is now correct if the page has two title html tags
  • v0.0.27.beta Changes

    October 18, 2011

    โž• Added

    • โž• Add a picture wall, which can be filtered too: it will use the same filters (tags,text search) as current page when clicked.
  • v0.0.26.beta Changes

    October 17, 2011

    ๐Ÿ”„ Changed

    • Made permalink more visible (smallHash)

    ๐Ÿ›  Fixed

    • โœ‚ Removed extras space in description when URLs are converted to clickable links
    • Thumbnail for subreddit imgur urls (/r/...) were corrected (thanks to Accent Grave)
  • v0.0.25.beta Changes

    October 13, 2011

    โž• Added

    • ๐Ÿ‘ Better CSS for printing (thanks to jerrywham suggestion)
    • ๐Ÿ‘ Allow using a redirector or anonymizing proxy for links (such as http://anonym.to/? to mask you HTTP_REFERER). Just go to Tools > Configure > Redirector (thanks to Accent Grave for the suggestion).
    • The ENABLE_LOCALCACHE option can be set to false for those who have a limited quota on their host. This will disable the local thumbnail cache. Services which require the use of the cache will have no thumbnails (vimeo, flickr, direct link to image). Other services will still have a thumbnail (youtube,imgur.com,dailymotion,imageshack.us)

    ๐Ÿ”„ Changed

    • Now thumbnails generated by Shaarli are croped to a height of 120 pixels
    • 0๏ธโƒฃ YouTube thumbnails now use default.jpg instead of 2.jpg (This is usually more pertinent)
    • Configuration options (such as HIDE_TIMESTAMPS, ENABLE_THUMBNAILS, etc.) can now be put in a an external file so that you do not have to tweak them again when you upgrade Shaarli. Just add the file data/options.php.
    • If a single link is displayed, the page title contains the title of the link
    • Shaarli page title is clickable (and has the same link as "Home")
    • A few CSS tweaks (thanks to maethor for suggestion)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Shaarli now supports newlines in titles (thanks to dixy)
    • The link to the RSS feed in page header was not correct