Outils pour utilisateurs

Outils du site


php:shaarli:history

Shaarli versions history

  • 0.0.7 beta:
    • First public release
  • 0.0.8 beta:
    • In RSS feed, GUID content replaced with the URL of the link, because some stupid RSS reader (like Google Reader) use <guid> as a link instead of using <link>.
  • 0.0.9 beta:
    • Now works on hosts free.fr and 1and1
    • Now works with php 5.1
    • php version is now checked and an error message is displayed if version is not correct.
    • No more error messages if the browser does not send HTTP_REFERER.
    • No more error messages if the host has disabled http protocol in php config (eg. 1and1).
  • 0.0.10 beta:
    • God rid of &quot; in titles.
  • 0.0.11 beta:
    • Added a check and a warning for some stupid hosts which still have magic_quotes activated.
  • 0.0.12 beta:
    • Added a check that the config file was properly created (in case Shaarli does not have the write rights in its folder).
    • Open Shaarli: There is an option to open your Shaarli to anyone. Anybody will be able to add/edit/delete links without having to login. In code, change define('OPEN_SHAARLI',false); to true. Note: No anti-spam for the moment. You are warned.
    • Autocomplete for tags.
  • 0.0.13 beta:
    • Import: New option to import html bookmark file as private links.
    • Import: Importing a bookmark file will not overwrite existing links anymore.
    • Export: New options to export only public or private links.
    • In tag autocomplete, tags are presented in use order (most used tags first, instead of alphabetical order).
    • RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url:
      • &searchtags=minecraft+video for tag filtering
      • &searchterm=portal for fulltext search to the feed url.
  • 0.0.14 beta:
    • You no longer need to disable magic_quotes on your host. Shaarli will cope with this option beeing activated.
  • 0.0.15 beta:
    • Bug corrected in import: HTML entities were not properly decoded. If you imported your Delicious/Diigo bookmarks, your should import them again an use the 'overwrite' option of the import feature.
    • Removed some parameters in URL added by some feed proxies (#xtor=RSS-…)
    • On free.fr, automatic creation of the /sessions directory.
    • CSS Stylesheet is now an external file (shaarli.css). This reduces page size and eases customization.
    • New in import: Option to overwrite existing links when importing.
    • Bug corrected: Prevented loop on login screen upon successful login after a failed login.
  • 0.0.16 beta:
    • Replaced preg_match() with version_compare() to check php version.
    • Upgrade notification: If a new version of Shaarli is available, you will be notified by a discrete message in top-right corner. This message will only be visible if you are logged in, and the check will be performed at most once a day.
    • A static URL is available which points to the latest version: http://sebsauvage.net/files/shaarli.zip
    • Includes a patch by Emilien K. to mask dates if user is not logged in. The option can be activated by changing define('HIDE_TIMESTAMPS',false); to true.
    • Preliminary tag cloud (ugly for the moment, I need to find something better).
  • 0.0.17 beta:
    • New: Change password screen added (based on a patch by killruana).
    • New: Autocomplete in the tag search form.
    • New: You can rename or delete a tag in all links (very handy if you misspelled a tag or want to merge tags).
    • New: When you click the RSS feed, the feed will be filtered with the same filters as the page you were viewing.
    • Changed: CSS adjustments by jerrywham.
    • Changed: Minor corrections.
  • 0.0.18 beta:
    • Changed: Nicer timezone selection patch by killruana.
    • New: You can now configure the title of your page.
    • New: New screen to configure title and timezone.
    • Corrected: New lines now appear correctly in the RSS feed descriptions.
  • 0.0.19 beta:
    • Corrected: Patch by Emilien to remove the update notification after the update.
    • New: ATOM feed.
  • 0.0.20 beta:
    • Corrected: RSS feed is now served as application/rss+xml instead of application/xhtml+xml (which was causing problem in RSS Lounge)
    • Corrected: ATOM feed is now served as application/atom+xml instead of application/xhtml+xml
  • 0.0.21 beta:
    • New: Thumbnails for some services (currently supports: YouTube.com, dailymotion.com, vimeo.com (slow!) and imgur.com). Thumbnails are enabled by default, but you can turn them off (set define('ENABLE_THUMBNAILS',true); to false.)
    • Changed: Removed the focus on the searchbox (this is cumbersome when you want to browse pages and scroll with the keyboard).
  • 0.0.22 beta:
    • Corrected: Title was not properly passed if you had to login when using the bookmarklet (patch by shenshei).
    • New: Support for thumbnails for flickr.com.
    • Changed: Some hosts (flickr, vimeo) are slow as hell for the thumbnails, or require an extra HTTP request. For these hosts the thumbnail generation has been deported outside the generation of the page to keep Shaarli snappy. For those slow services the thumbnails are also cached.
    • New: As per request, you can now stay signed in (Your session will be kept open even if you close the browser). This is just a checkbox in login screen.
  • 0.0.23 beta:
    • Changed: Now you can clic the sentence "Stay signed in" to tick the checkbox (patch by Emilien).
    • New: Added thumbnail support for imageshack.us
    • Changed: In tag editing, comma (,) are now automatically converted to spaces.
    • Changed: In tag editing, autocomplete no longuer suggests a tag you have already entered in the same line.
  • 0.0.24 beta:
    • Corrected: Now thumnails also work for imgur gallery links (/gallery/…) (Thanks to Accent Grave for the correction)
    • Corrected: Removed useless debugging information in log.
    • Corrected: The filter in RSS/ATOM feed now works again properly (it was broken in 0.0.17 beta)
    • New: As per request, you can now post an entry without a link. (You can use Shaarli as a kind of "personal twitter").
    • New: Each Shaarli entry now has a short link (just click on the date of a link). Now you can send a link that points to a single entry in your Shaarli.
    • New: In descriptions, URLs are now clickable.
    • New: Thumbnails will be generated for all link pointing to .jpg/png/gif (as long as the images are less than 4 Mb and take less than 30 seconds to download).
  • 0.0.25 beta:
    • Changed: Now thumbnails generated by Shaarli are croped to a height of 120 pixels.
    • Changed: YouTube thumbnails now use default.jpg instead of 2.jpg (This is usually more pertinent).
    • Changed: As per request, 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.
    • Corrected: Shaarli now supports newlines in titles (thanks to dixy).
    • Changed: If a single link is displayed, the page title contains the title of the link.
    • Changed: Shaarli page title is clickable (and has the same link as "Home").
    • Added: Better CSS for printing (thanks to jerrywham suggestion)
    • Changed: A few CSS tweaks (thanks to maethor for suggestion)
    • Added: You can now use 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)
    • Added: The option ENABLE_LOCALCACHE 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).
    • Corrected: The link to the RSS feed in page header was not correct.
  • 0.0.26 beta:
    • Corrected: Removed extras space in description when URLs are converted to clickable links.
    • Changed: Made permalink more visible (smallHash).
    • Corrected: Thumbnail for subreddit imgur urls (/r/…) were corrected (thanks to Accent Grave).
  • 0.0.27 beta:
    • Added: Picture wall (which can be filtered too: It will use the same filters (tags,text search) as current page when clicked.)
  • 0.0.28 beta:
    • Changed: New Shaarli theme and logo by Idle (http://www.idleman.fr/blog/?p=469)
    • Changed: In picture wall, pictures point to Shaarli permalink instead of final URL. This way, users can read the description.
    • Corrected: In RSS/ATOM feeds, guid and link URL of permalinks are now proper absolute URLs.
    • Added: In RSS/ATOM feeds, URLs are now clickable.
    • Changed: http_parse_headers() function renamed to http_parse_headers_shaarli() to prevent name collision with some php extensions.
    • Corrected: Thumbnails removed for imgur.com/a/ URLs (Thumbnails are not available for albums on imgur).
    • Corrected: Shaarli now correctly only tries to get thumbnails for vimeo video URLs.
    • Corrected: A bug in imgur.com URLs handling would cause some thumbnails not to appear. This has been corrected. You should see more thumbnails now.
    • Added: Thumbnail support for youtu.be URLs (YouTube short url service).
    • Added: 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 index.php.
    • Corrected: The search engine would not return a result if the word to search was the first in description.
    • Corrected: Extracted title is now correct if the page has two title html tags.
    • Added: RSS and ATOM feeds now also contain tags (in category tags, as per their respective specifications).
  • 0.0.29 beta:
    • Corrected: Corrected a bug introduced in 0.0.28 (there was an error if you use the bookmarklet and you're not logged in).
  • 0.0.30 beta:
    • Added: Now links also have a small delete button in list (after the edit button).
    • Corrected: Moved the call to PubSubHub.
  • 0.0.31 beta:
    • Added: Support for TED Talks (ted.com/talks) thumbnails (patch by Emilien K.)
    • Corrected: Better error handling in thumbnail generation (patch by Emilien K.)
    • Added: partial patch by Idleman: Better design consistency, icon on private links. In-page popup was not included because it causes problem on some websites.
    • Corrected: The top menu is no longer displayed in bookmarklet popup.
    • Corrected: Bookmark which have the exact same date/time are now correctly imported. Most remaining import problem should be solved now.
    • Added: Support for bookmark files without ADD_DATE attributes.
    • Corrected: Comment in Shaarli export moved to beginning of file to prevent clash with last link description.
    • Added: Logo is clickable.
    • Added: 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:
      #pageheader { background: blue; }

      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)
  • 0.0.32 beta:
    • Changed: HTML generation moved to RainTPL templates (in the tpl/ directory).
    • Added: Better check on URL parameters (patch by gege2061).
    • Changed: Better detection of HTTPS (patch by gege2061).
    • Changed: In RSS/ATOM feeds, the GUID is now the permalink instead of the final URL (patch by gege2061).
    • Changed: Jerrywham CSS patch included.
    • Changed: Multiple spaces are now respected in description. Thus you can use Shaarli as a personal pastebin (for posting source code, for example). I also added a max-height and overflow:auto so that content can be scrolled if too large.
    • Corrected: Tab order changed in login screen.
    • Corrected: Permalinks now work even if additional parameters have been added (eg. /?E8Yj2Q&utm_source=blablabla…)
    • Corrected: user.css is included only if the file is present (This prevent a useless CSS include which makes a harmless but useless 404 error.).
    • Removed: Page time generation was removed.
  • 0.0.33 beta: SECURITY UPDATE
    • Corrected: XSS vulnerability patched (thanks to Stanislas D. !)
    • Corrected: ATOM feed validates again.
    • Added: Shaarli packaged to ease Linux distributions integration (for Deb, for rpm). 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 librairies 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.
  • 0.0.34 beta (published 2012-01-25):
    • Corrected: In link edition, you can now click the word "Private" to check the box.
    • Corrected: Clicking a tag would not work properly if the tag contained special characters (like +).
    • Corrected: Added proper jQuery licence (shame on me).
    • Changed: Upgraded bundled versions of jQuery (1.7.1) and jQuery UI (1.8.17).
    • Changed: Upgraded bundled version of RainTPL (2.7).
    • Changed: Changed HTTPS detection code.
    • Added: There is now a QR-Code of each permalink to easily open a link on your smartphone.
    • Added: Protocols file: and apt: are now also converted to clickable links (patch by Francis Chavanon)
    • Added: Thumbnail support for http://xkcd.com/ (patch by Emilien Klein).
    • Added: Thumbnail support for http://pix.toile-libre.org/
    • Added: Well I had some mercy for users with antique browsers (IE) which do not have support for gradients: I added a few background-color.
    • Added: 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…)
  • 0.0.35 beta (published 2012-01-25):
    • Corrected: Corrected a bug introduced in 0.0.34 which would improperly preprend data to URLs.
  • 0.0.36 beta (published 2012-01-25):
    • Corrected: Improper text color in install form.
    • Corrected: Error in QRCode url (missing '?')
    • Changed: Display adjustments in "Daily" page.
    • Added: Shaarli licence in COPYING
  • 0.0.37 beta (published 2012-02-01):
    • Added: Basic CSS for mobiles, which makes Shaarli much more usable on mobile devices.
    • Added: Picture wall no more instantly kills your browser. Now it uses lazy image loading: The picture are loaded only as you scroll the page. This will reduce browser memory usage (especially on mobile devices) and will reduce server load. If you have javascript disabled, the page will still work as before (all images loaded at once).
    • Added: RSS feed for the "Daily" page. 1 RSS entry per day, with all links of that day. RSS feed provides the last 7 days (only non-empty days are returned).
    • Added: In link list, added an icon to see only private links. Click to toggle (only private / all).
    • Info: Modified files in this release (in case you have customized Shaarli)
      • index.php
      • /tpl: daily.html, includes.html, linklist.html, linklist.paging.html, page.header.html, picwall.html
      • /inc: shaarli.css
  • 0.0.38 beta (published 2012-02-06):
    • Corrected: Corrected the tag encoding (there was a bug when selecting a second tag which contains accented characters).
    • Changed: The "Daily" page now automatically skips empty days.
    • Added: Automatic creation of the tmp directory with proper rights (for RainTPL).
    • Added: When you click the key to see only private links, it turns yellow.
    • Info: Modified files in this release:
      • index.php
      • /tpl: daily.html, linklist.paging.html
  • 0.0.39 beta (published 2012-08-10):
    • BUG: Shaarli still not in GitHub (Sorry).
    • Changed: No more global $LINKSDB (Yuk).
    • Changed: Background color was removed when hovering a link.
    • 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.
    • Corrected: Small bug corrected in config screen on timezones.
    • Corrected: Calling a non-existing permalink now returns a crude 404 error instead of 200 (OK). This is done on purpose.
    • Corrected: 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.
    • Corrected: Now when you delete a link, you go back the same page/search parameters you were on.
    • Corrected: error_get_last() removed to ensure php 5.1 compatibility (Yes, now it works on free.fr hosting)
    • Corrected: Added dialog=1 in bookmarklet code for some browsers.
  • 0.0.40 beta (published 2012-08-24):
    • Corrected: A bug in the RSS cache would present old items as new in some cases. This has been corrected.
    • Added: Option in configuration to disable session cookie protection. Check this if your get disconnected often or your IP address changes often. (This feature was requested.)
    • Corrected (?): Removed the xml comment in cached RSS/ATOM feed (although W3C-compliant, this may cause problems in some feed readers).
    • Corrected: A small bug (non-initialized variable) in page cache cleaning.
    • Corrected: Proper "Nothing found" message when search returns no results.
    • Corrected: No more 404 error when searching with empty input.
    • Corrected: Flickr thumbnails are back (Flick has made some changed in their domains).
    • Added: Flickr thumbnail now also support albums, galleries and users.
php/shaarli/history.txt · Dernière modification : 2014/07/12 11:26 de 127.0.0.1