Outils pour utilisateurs

Outils du site


php:shaarli:history

Ceci est une ancienne révision du document !


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.24 beta (to be published):
      • Changed: Now thumbnails generated by Shaarli are croped to a height of 120 pixels.
      • Changed: As per request, configuration options (such as HIDE_TIMESTAMPS, ENABLE_THUMBNAILS, etc.) can not 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.
php/shaarli/history.1318490987.txt.gz · Dernière modification : 2014/07/12 12:26 (modification externe)