aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-10-17 19:24:52 +0200
committerVirtualTam <virtualtam@flibidi.net>2016-10-18 19:24:09 +0200
commitf1f1156d84176271119cc1f50bb9bcf949ff2dce (patch)
tree1ea521104c1631b3242c24bd16c35e252d316c46 /CHANGELOG.md
parent31081154b901580a01155fc5ca488e05f1d5a862 (diff)
downloadShaarli-f1f1156d84176271119cc1f50bb9bcf949ff2dce.tar.gz
Shaarli-f1f1156d84176271119cc1f50bb9bcf949ff2dce.tar.zst
Shaarli-f1f1156d84176271119cc1f50bb9bcf949ff2dce.zip
CHANGELOG.md: add legacy Shaarli releases
Relates to https://github.com/shaarli/Shaarli/issues/663 See http://keepachangelog.com/en/0.3.0/ See http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history See http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history&do=revisions See http://sebsauvage.net/rhaa/index.php?q=shaarli These entries correspond to the original (legacy) Shaarli release notes by Sebsauvage. Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md357
1 files changed, 356 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 845a42e1..998b51bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -303,7 +303,7 @@ This release has been YANKED as it points to a tag that does not follow our nami
303### Fixed 303### Fixed
304- Fix problems when running Shaarli behind a reverse proxy (invalid RSS feed URL) 304- Fix problems when running Shaarli behind a reverse proxy (invalid RSS feed URL)
305- Update check now checks against the community fork version 305- Update check now checks against the community fork version
306- Include cache/ data/ pagecache/ and tmp/ directories in the repository 306- Include `cache/`, `data/`, `pagecache/` and `tmp/` directories in the repository
307- Fix duplicate tag search returning no results 307- Fix duplicate tag search returning no results
308- Fix unnecessary 404 error on "Add link" when the user is logged out 308- Fix unnecessary 404 error on "Add link" when the user is logged out
309- Fixes to copyright/licensing information and unlicensed media 309- Fixes to copyright/licensing information and unlicensed media
@@ -369,3 +369,358 @@ This release has been YANKED as it points to a tag that does not follow our nami
369 369
370## [v0.0.40beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.40beta) - 2013-02-26 370## [v0.0.40beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.40beta) - 2013-02-26
371Initial release on GitHub. 371Initial release on GitHub.
372
373## [v0.0.40beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-24
374### Added
375- Flickr thumbnail now also support albums, galleries and users
376- Add a configuration option to disable session cookie protection.
377 Check this if your get disconnected often or your IP address changes often.
378
379### Removed
380- Removed the xml comment in cached RSS/ATOM feed
381 (although W3C-compliant, this may cause problems in some feed readers).
382
383### Fixed
384- A bug in the RSS cache would present old items as new in some cases
385- A small bug (non-initialized variable) in page cache cleaning.
386- Proper "Nothing found" message when search returns no results.
387- No more 404 error when searching with empty input.
388- Flickr thumbnails are back (Flick has made some changes in their domains).
389
390## [v0.0.39beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-10
391### Added
392- 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.
393
394### Changed
395- No more global $LINKSDB (Yuk).
396- Background color was removed when hovering a link.
397
398### Fixed
399- Small bug corrected in config screen on timezones.
400- Calling a non-existing permalink now returns a crude 404 error instead of 200 (OK).
401 This is done on purpose.
402- The shaarli session cookie now has a proper path.
403 Thus you can now install several Shaarlis on the same server in different paths,
404 and each will have its session.
405- Now when you delete a link, you go back the same page/search parameters you were on.
406- `error_get_last()` removed to ensure PHP 5.1 compatibility
407 (Yes, now it works on free.fr hosting)
408- Added `dialog=1` in bookmarklet code for some browsers.
409
410## [v0.0.38beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-06
411### Added
412- Automatic creation of the `tmp` directory with proper rights (for RainTPL).
413- When you click the key to see only private links, it turns yellow.
414
415### Changed
416- The "Daily" page now automatically skips empty days.
417
418### Fixed
419- Corrected the tag encoding (there was a bug when selecting a second tag which contains accented characters).
420
421## [v0.0.37beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-01
422### Added
423- Basic CSS for mobiles, which makes Shaarli //much// more usable on mobile devices.
424- Picture wall no more instantly kills your browser. Now it uses [lazy image loading](http://www.appelsiini.net/projects/lazyload): 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).
425- 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).
426- In link list, added an icon to see only private links. Click to toggle (only private / all).
427
428## [v0.0.36beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
429### Added
430- Shaarli licence in COPYING
431
432### Changed
433- Display adjustments in "Daily" page.
434
435### Fixed
436- Improper text color in install form.
437- Error in QRCode url (missing '?')
438
439## [v0.0.35beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
440### Fixed
441- Corrected a bug introduced in 0.0.34 which would improperly preprend data to URLs.
442
443## [v0.0.34beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
444### Added
445- There is now a QR-Code of each permalink to easily open a link on your smartphone.
446- Protocols `file:` and `apt:` are now also converted to clickable links (patch by Francis Chavanon)
447- Thumbnail support for http://xkcd.com/ (patch by Emilien Klein).
448- Thumbnail support for http://pix.toile-libre.org/
449- Well I had //some// mercy for users with antique browsers (IE) which do not have support for gradients: I added a few `background-color`.
450- 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...)
451
452### Changed
453- Upgraded bundled versions of jQuery (1.7.1) and jQuery UI (1.8.17).
454- Upgraded bundled version of RainTPL (2.7).
455- Changed HTTPS detection code.
456
457### Fixed
458- In link edition, you can now click the word "Private" to check the box.
459- Clicking a tag would not work properly if the tag contained special characters (like +).
460- Added proper jQuery licence (shame on me).
461
462## [v0.0.33beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-17
463### Added
464- Shaarli packaged to ease Linux distributions integration
465 As a simple user, you do not need to cope with these versions.
466 Future releases of Shaarli will also be customized and published in these directories.
467 Differences with the standard Shaarli version:
468 - deb:
469 - .tar.gz instead of .zip
470 - COPYING licence file added
471 - jQuery/jQuery-UI libraries removed to cope with Debian rules.
472 This version links to the libs hosted at http://code.jquery.com
473 - rpm:
474 - sources located in a subdirectory with the same name as the zip file.
475 - COPYING licence file added
476 - WARNING: When downloading the .tar.gz, always use wget (and not your browser),
477 otherwise the .tar.gz will be corrupted.
478
479### Fixed
480- ATOM feed validates again.
481
482### Security
483- XSS vulnerability patched (thanks to Stanislas D. !)
484
485## [v0.0.32beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-12-16
486### Added
487- Better check on URL parameters (patch by gege2061).
488
489### Changed
490- HTML generation moved to RainTPL templates (in the `tpl/` directory).
491- Better detection of HTTPS (patch by gege2061).
492- In RSS/ATOM feeds, the GUID is now the permalink instead of the final URL (patch by gege2061).
493- Jerrywham CSS patch included.
494- 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.
495
496### Removed
497- Page time generation was removed.
498
499### Fixed
500- Tab order changed in login screen.
501- Permalinks now work even if additional parameters have been added (eg. /?E8Yj2Q&utm_source=blablabla...)
502- user.css is included only if the file is present (This prevent a useless CSS include which makes a harmless but useless 404 error.).
503
504## [v0.0.31beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-29
505### Added
506- Support for TED Talks (ted.com/talks) thumbnails (patch by Emilien K.)
507- partial [patch](http://www.idleman.fr/blog/?p=508) by Idleman: Better design consistency, icon on private links. In-page popup was not included because it causes problem on some websites.
508- Support for bookmark files without ADD_DATE attributes.
509- Logo is clickable.
510- `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.
511
512### Changed
513- Edit and Delete buttons in link list were replaced with icons. (patch by Jerrywham)
514
515### Fixed
516- Better error handling in thumbnail generation (patch by Emilien K.)
517- The top menu is no longer displayed in bookmarklet popup.
518- Bookmark which have the exact same date/time are now correctly imported. Most remaining import problem should be solved now.
519- Comment in Shaarli export moved to beginning of file to prevent clash with last link description.
520
521## [v0.0.30beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
522### Added
523- Now links also have a small `delete` button in list (after the `edit` button).
524
525### Fixed
526- Moved the call to PubSubHub.
527
528## [v0.0.29beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
529### Fixed
530- Corrected a bug introduced in 0.0.28 (there was an error if you use the bookmarklet and you're not logged in).
531
532## [v0.0.28beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-17
533### Added
534- Thumbnail support for youtu.be URLs (YouTube short url service).
535- 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.
536- RSS and ATOM feeds now also contain tags (in `category` tags, as per their respective specifications).
537
538### Changed
539- New Shaarli theme and logo by Idle (http://www.idleman.fr/blog/?p=469)
540- In picture wall, pictures point to Shaarli permalink instead of final URL. This way, users can read the description.
541- In RSS/ATOM feeds, guid and link URL of permalinks are now proper absolute URLs.
542- In RSS/ATOM feeds, URLs are now clickable.
543- http_parse_headers() function renamed to http_parse_headers_shaarli() to prevent name collision with some PHP extensions.
544
545### Fixed
546- Thumbnails removed for imgur.com/a/ URLs (Thumbnails are not available for albums on imgur).
547- Shaarli now correctly only tries to get thumbnails for vimeo video URLs.
548- A bug in imgur.com URLs handling would cause some thumbnails not to appear. This has been corrected. You should see //more// thumbnails now.
549
550- The search engine would not return a result if the word to search was the first in description.
551- Extracted title is now correct if the page has two `title` html tags.
552
553## [v0.0.27beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-18
554### Added
555- Picture wall (which can be filtered too: It will use the same filters (tags,text search) as current page when clicked.)
556
557## [v0.0.26beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-17
558### Changed
559- Made permalink more visible (smallHash).
560
561### Fixed
562- Removed extras space in description when URLs are converted to clickable links.
563- Thumbnail for subreddit imgur urls (/r/...) were corrected (thanks to Accent Grave).
564
565## [v0.0.25beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-13
566### Added
567- Better CSS for printing (thanks to jerrywham suggestion)
568- 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)
569- 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).
570
571### Changed
572- Now thumbnails generated by Shaarli are croped to a height of 120 pixels.
573- YouTube thumbnails now use `default.jpg` instead of `2.jpg` (This is usually more pertinent).
574- 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`.
575- If a single link is displayed, the page title contains the title of the link.
576- Shaarli page title is clickable (and has the same link as "Home").
577- A few CSS tweaks (thanks to maethor for suggestion)
578
579### Fixed
580- Shaarli now supports newlines in titles (thanks to dixy).
581- The link to the RSS feed in page header was not correct.
582
583## [v0.0.24beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
584### Added
585- As per request, you can now post an entry without a link. (You can use Shaarli as a kind of "personal twitter").
586- 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.
587- In descriptions, URLs are now clickable.
588- 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).
589
590### Fixed
591- Now thumnails also work for imgur gallery links (/gallery/...) (Thanks to Accent Grave for the correction)
592- Removed useless debugging information in log.
593- The filter in RSS/ATOM feed now works again properly (it was broken in 0.0.17beta)
594
595## [v0.0.23beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
596### Added
597- Added thumbnail support for imageshack.us
598
599### Changed
600- Now you can clic the sentence "Stay signed in" to tick the checkbox (patch by Emilien).
601- In tag editing, comma (,) are now automatically converted to spaces.
602- In tag editing, autocomplete no longuer suggests a tag you have already entered in the same line.
603
604## [v0.0.22beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
605### Added
606- Support for thumbnails for flickr.com.
607- 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.
608
609### Changed
610- 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.
611
612### Fixed
613- Title was not properly passed if you had to login when using the bookmarklet (patch by shenshei).
614
615## [v0.0.21beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
616### Added
617- 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.)
618
619### Changed
620- Removed the focus on the searchbox (this is cumbersome when you want to browse pages and scroll with the keyboard).
621
622## [v0.0.20beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
623### Fixed
624- RSS feed is now served as `application/rss+xml` instead of `application/xhtml+xml` (which was causing problem in //RSS Lounge//)
625- ATOM feed is now served as `application/atom+xml` instead of `application/xhtml+xml`
626
627## [v0.0.19beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
628### Added
629- ATOM feed.
630
631### Fixed
632- Patch by Emilien to remove the update notification after the update.
633
634## [v0.0.18beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
635### Added
636- You can now configure the title of your page.
637- New screen to configure title and timezone.
638
639### Changed
640- Nicer timezone selection patch by killruana.
641
642### Fixed
643- New lines now appear correctly in the RSS feed descriptions.
644
645## [v0.0.17beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
646### Added
647- Change password screen added (based on a patch by killruana).
648- Autocomplete in the tag search form.
649- You can rename or delete a tag in all links (very handy if you misspelled a tag or want to merge tags).
650- When you click the RSS feed, the feed will be filtered with the same filters as the page you were viewing.
651
652### Changed
653- CSS adjustments by jerrywham.
654- Minor corrections.
655
656## [v0.0.16beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
657### Added
658- 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.
659- Preliminary tag cloud (ugly for the moment, I need to find something better).
660
661### Changed
662- Replaced `preg_match()` with `version_compare()` to check PHP version.
663- 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`.
664
665## [v0.0.15beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
666### Added
667- New in import: Option to overwrite existing links when importing.
668- On free.fr, automatic creation of the `/sessions` directory.
669
670### Changed
671- CSS Stylesheet is now an external file (shaarli.css). This reduces page size and eases customization.
672
673### Removed
674- Removed some parameters in URL added by some feed proxies (`#xtor=RSS-...`)
675
676### Fixed
677- Bug corrected: Prevented loop on login screen upon successful login after a failed login.
678- 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.
679
680## [v0.0.14beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
681### Added
682- You no longer need to disable `magic_quotes` on your host. Shaarli will cope with this option beeing activated.
683
684## [v0.0.13beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
685### Added
686- Import: New option to import html bookmark file as private links.
687- Import: Importing a bookmark file will not overwrite existing links anymore.
688- Export: New options to export only public or private links.
689
690### Changed
691- In tag autocomplete, tags are presented in use order (most used tags first, instead of alphabetical order).
692- RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url:
693 - `&searchtags=minecraft+video` for tag filtering
694 - `&searchterm=portal` for fulltext search to the feed url.
695
696## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
697### Added
698- Added a check that the config file was properly created (in case Shaarli does not have the write rights in its folder).
699- 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.
700- Autocomplete for tags.
701
702## [v0.0.11beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
703### Added
704- Add a check and a warning for some hosts which still have magic_quotes activated.
705
706## [v0.0.10beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
707### Added
708- Get rid of `&quot;` in titles.
709
710## [v0.0.9beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
711### Added
712- Now works on hosts free.fr and 1and1
713- Now works with PHP 5.1
714- PHP version is now checked and an error message is displayed if version is not correct.
715
716### Fixed
717- No more error messages if the browser does not send `HTTP_REFERER`
718- No more error messages if the host has disabled http protocol in PHP config (eg. 1and1).
719
720## [v0.0.8beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
721### Changed
722- 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>`.
723
724## [v0.0.7beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-09-16
725First public release by Sebsauvage, see original article:
726[Adieu Delicious, Diigo et StumbleUpon. Salut Shaarli !](http://sebsauvage.net/rhaa/index.php?2011/09/16/09/29/58-adieu-delicious-diigo-et-stumbleupon-salut-shaarli-) (FR)