]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - CHANGELOG.md
Merge pull request #671 from ArthurHoaro/cleanup-code
[github/shaarli/Shaarli.git] / CHANGELOG.md
1 # Change Log
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
8 ## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - UNPUBLISHED
9 ### Added
10 - Add CHANGELOG.md to track the whole project's history
11 - Enable Composer cache for Travis builds
12 - Save the last edition date for shaares and use it in Atom/RSS feeds
13 - Plugins:
14 - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks
15 - Allow defining init functions, e.g. for performing checks and error processing
16
17 ### Changed
18 - Cleanup `{loop}` declarations in templates
19 - Release archives now have the same structure as GitHub-generated archives:
20 - archives contain a `Shaarli` directory, itself containing sources + dependencies
21 - the tarball is now gzipped
22 - Minor code cleanup: PHPDoc, spelling, unused variables, etc.
23
24 ### Fixed
25 - Fix the server `<self>` value in Atom/RSS feeds
26 - Plugins:
27 - Tools: only display parameter description when it exists
28 - archive.org: do not propose archival of private notes
29
30 ### Security
31 - Allow whitelisting trusted IPs, else continue banning clients upon login failure
32
33
34 ## [v0.8.0](https://github.com/shaarli/Shaarli/releases/tag/v0.8.0) - 2016-10-12
35 Shaarli now uses [Composer](https://getcomposer.org/) to handle its dependencies.
36 Please use our release archives, or follow the
37 [installation documentation](https://github.com/shaarli/Shaarli/wiki/Download-and-Installation).
38
39 ### Added
40 - Composer is required to resolve Shaarli's PHP dependencies
41 - Shaarli now supports `#hashtags`
42 - Firefox social share now uses selected text as a description
43 - Plugin parameters can have a description in each plugin's `.meta` file
44
45 ### Changed
46 - Configuration is now stored as a JSON file
47 - Previous configuration format will be automatically updated (PHP -> JSON)
48 - Shaarli now defaults to cURL to fetch shaare titles
49 - URL cleanup: remove `PHPSESSID` parameter
50 - `nomarkdown` tag is no longer private, and now affects visitors
51 - Cleanup template indentation
52 - Rewrite bookmark import using a generic Netscape parser
53
54 ### Removed
55 - Shaarli no longer references Delicious in its description
56
57 ### Deprecated
58 - Shaarli configuration is not held as PHP globals anymore
59
60 ### Fixed
61 - Ignore case for tags in autocompletion and cloud tag
62 - Avoid generating empty tags
63 - Fix a Dockerfile syntax error
64
65 ### Security
66 - Fixed a bug preventing to change password
67 - XSRF token now generated each time a page is rendered
68
69
70 ## [v0.7.0](https://github.com/shaarli/Shaarli/releases/tag/v0.7.0) - 2016-05-14
71 ### Added
72 - Adds an option to encode redirector URL parameter
73 - Atom/RSS feeds now support Markdown formatting, and plugins in general
74 - Markdown: use the tag `.nomarkdown` to avoid markdown processing
75 - Prefill the login field when the authentication has failed
76 - Show a private links counter
77
78 ### Changed
79 - Allow to use the bookmarklet in Firefox reader view (URL clean up)
80 - Improve tagcloud font size
81 - Improve title retrieving
82 - Markdown: inline code background color
83 - Refactor Netscape bookmark export
84 - Refactor Atom/RSS feed generation
85
86 ### Removed
87 - Remove delicious from Shaarli description
88
89 ### Fixed
90 - Fix bad login redirections causing a 404 in a few cases
91 - Fix tagcloud font-size with French locale
92 - Don't display empty tags in tag search
93 - Fix Awesomeplete conflicts with jQuery
94 - Fix UTC timezone selection
95 - Fix a bug preventing to import notes in browsers from bookmarks export
96 - Don't redirect to ?post if ?addlink is reached while logged out
97
98
99 ## [v0.6.5](https://github.com/shaarli/Shaarli/releases/tag/v0.6.5) - 2016-03-02
100 ### Fixed
101 - Fixes a regression generating an unnecessary warning (language in HTTP request)
102 - Fixes a bug where going through multiple reverse proxy could generate malformed URL
103 - Markdown: Fixes a bug where empty description blocks were displayed
104
105
106 ## [v0.6.4](https://github.com/shaarli/Shaarli/releases/tag/v0.6.4) - 2016-02-28
107 ### Added
108 - Add an updater class to automate user data upgrades
109 - Plugin admin page: adds a label for checkboxes and improve name display
110 - Plugin Wallabag: API version can be specified in plugin admin page
111
112 ### Changed
113 - Better tag cloud sorting, including special chars (`a > E > é > z`)
114 - Autolocale now sets all locale categories, not just time
115 - Use PHP's DateTime object instead of custom functions
116 - Plugin hooks: process includes before header/footer
117 - Markdown plugin: better styles for `<code>` and `<pre>` tags
118 - Improve searching:
119 - search terms are now considered separated and won't only return exact results anymore
120 - exact search can be done with quotes `"this exact sentence"`
121 - search supports excluded terms starting a dash `-exclude`
122 - implement crossed search: terms + tags
123 - all of them combined across all shaare fields
124 - New tag behaviour:
125 - tags starting with a dash will be renamed without it
126 - tags starting with a dot `.` will be hidden unless the user is logged in
127
128 ### Fixed
129 - Fix Markdown plugin escape issues (code/quote blocks, etc.)
130 - Link description aren't trimmed anymore to allow markdown format at the beginning of a shaare
131 - Fixes plugin admin redirection page on error
132
133 ### Security
134 - Fix a bug where non initialized variables were causing a warning
135 - Fix a bug where saving a link after edit could cause a 404 error
136
137
138 ## [v0.6.3](https://github.com/shaarli/Shaarli/releases/tag/v0.6.3) - 2016-01-31
139 ### Added
140 - Plugins administration page
141 - Markdown plugin added for shaares description
142 - Docker: Dockerfile is now in the main git repository and improved
143 - Add a `.gitattributes` to ease repository management
144 - Travis: include file permission checks
145
146 ### Changed
147 - Auto retrieve of title know works with websites (HTTPS, follow redirections, etc.)
148 - 404 page is now handled in a template
149 - Date in log files updated to work with fail2ban
150 - Wallabag: support of Wallabag v2 and minor fixes
151 - Link search refactoring
152 - Logging function refactoring
153
154 ### Fixed
155 - Fix a bug where renaming a tag was causing a 404
156 - Fix a bug allowing to search blank terms
157 - Fix a bug preventing to remove a tag with special chars when searching
158
159
160 ## [v0.6.2](https://github.com/shaarli/Shaarli/releases/tag/v0.6.2) - 2015-12-23
161 ### Changed
162 - Plugins: new footer hook
163 - Plugins: improve QR code
164 - Cleanup templates
165
166 ### Fixed
167 - Plugins: use the actual link URL to generate QR codes
168 - Templates: missing/erroneous page titles
169 - Templates: missing variables resulting in PHP errors
170
171 ### Security
172 - Fix invalid file permissions (remove executable bit)
173
174
175 ## [v0.6.1](https://github.com/shaarli/Shaarli/releases/tag/v0.6.1) - 2015-12-01
176 ### Added
177 - Add OpenSearch support
178 - Add a Doxygen makefile target
179 - Tools: add fine-grained file/directory permission checks (installation)
180
181 ### Changed
182 - Tools: check the 'stable' branch for new versions (updates)
183 - Cleanup: introduce an `ApplicationUtils` class
184
185 ### Removed
186 - Cleanup: remove `json_encode()` function (built-in since PHP 5.2)
187
188 ### Fixed
189 - Auto-complete more than one tag
190 - Bookmarklet: support titles containing quotes
191 - URL encode links when setting a redirector
192
193
194 ## [v0.6.0](https://github.com/shaarli/Shaarli/releases/tag/v0.6.0) - 2015-11-18
195 ### Added
196 - Introduce a plugin system
197 - Add a demo_plugin
198 - Add plugins:
199 - addlink_toolbar
200 - archiveorg
201 - playvideos
202 - qrcode
203 - readityourself
204 - wallabag
205
206 ### Changed
207 - Coding style
208
209 ### Fixed
210 - Adding a new link now returns the correct anchor in the URL
211 - Set default file permissions
212
213
214 ## [v0.5.4](https://github.com/shaarli/Shaarli/releases/tag/v0.5.4) - 2015-09-15
215 ### Added
216 - HTTPS: support being served behing an SSL-enabled proxy
217
218 ### Changed
219 - HTTP/Server utilities: refactor & add test coverage
220 - Project & documentation:
221 - improve/rewrite `README.md`
222 - update contributor list
223 - update `index.php` header
224
225 ### Fixed
226 - PHP session IDs: handle hash algorithms and bits per char representations
227
228
229 ## [v0.5.3](https://github.com/shaarli/Shaarli/releases/tag/v0.5.3) - 2015-09-02
230 ### Fixed
231 - Fix a bug that could prevent user to login
232
233
234 ## [0.5.3](https://github.com/shaarli/Shaarli/releases/tag/0.5.3) - 2015-09-02
235 This release has been YANKED as it points to a tag that does not follow our naming convention. Please use `v0.5.3` instead
236
237 ### Fixed
238 - Allow uppercase letters in PHP sessionid format
239
240
241 ## [v0.5.2](https://github.com/shaarli/Shaarli/releases/tag/v0.5.2) - 2015-08-31
242 ### Added
243 - Add PHP 7 to Travis platforms
244
245 ### Changed
246 - Also extract HTTPS page metadata (title)
247
248 ### Fixed
249 - Fix regression preventing to load LinkDB info when adding an existing link
250
251 ### Security
252 - Fix Full Path Disclosure upon cookie forgery
253
254
255 ## [v0.5.1](https://github.com/shaarli/Shaarli/releases/tag/v0.5.1) - 2015-08-17
256 ### Added
257 - Add a link to the shaarli/shaarli DockerHub repository
258
259 ### Changed
260 - Update local documentation
261 - Improve timezone detection at installation
262 - Improve feed cache handling
263 - Improve URL cleanup for new links
264
265 ### Fixed
266 - Fix 404 after editing a link while being logged out
267
268
269 ## [v0.5.0](https://github.com/shaarli/Shaarli/releases/tag/v0.5.0) - 2015-07-31
270 ### Added
271 - Add Firefox Social API
272 - Start code refactoring:
273 - add unit test coverage
274 - add Travis integration
275
276 ### Changed
277 - Search/Filter by tag fieds can now be accessed quickly with the `Tab` key
278 - Update documentation
279 - Remove duplicate tags in links
280 - Remove annoying URL patterns
281 - Start code refactoring:
282 - move all settings to `data/config.php`
283 - refactor Config, LinkDB, TimeZone, Utils
284
285 ### Fixed
286 - Fix locale handling
287 - Fix note URLs
288 - Fix page redirections
289 - Fix daily RSS browsing
290 - Fix title display
291 - Restore compatibility with PHP 5.3
292
293 ### Security
294 - Fix links not being hidden when `HIDE_PUBLIC_LINKS` is set
295
296
297 ## [v0.0.45beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.45beta) - 2015-03-16
298 ### Fixed
299 - Fix improperly displayed Unicode character
300 - Fix incorrect font size for "Add link" input field
301
302
303 ## [v0.0.44beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.44beta) - 2015-03-15
304 ### Added
305 - Add a Makefile to run static code checkers
306 - Add local documentation (help link in page footer)
307 - Use awesomplete library for autocompletion
308 - Use bLazy.js library for images lazy loading
309 - New 'Add Note' bookmarklet to immediatly open a note (text post) compose window
310
311 ### Changed
312 - Theme improvements and cleanup (menu, search fields, icons, linklist...)
313 - Allow 'javascript:' links sharing (bookmarklets)
314 - Make update check optional
315 - Redirect to homepage after adding a link via "Add Link" dialog
316 - Remove more annoying URL parameters for shared links
317 - Code cleanup
318
319 ### Removed
320 - Remove jQuery
321
322 ### Security
323 - Don't disclose version to visitors (shaarli-version.txt)
324
325
326 ## [v0.0.43beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.43beta) - 2015-02-20
327 ### Added
328 - Title button link URL is now configurable
329 - RainTPL's TMP and TPL directories path are now configurable
330 - Displayed URLs for each link are now clickable links
331 - Show links timestamps in Daily view
332
333 ### Changed
334 - Automatically prepend "Note:" to title of self-posts (posts not pointing to an URL)
335 - Make ATOM toolbar button optional (`SHOW_ATOM` configuration variable)
336 - Optional archive.org links for each Shaarli link (`ARCHIVE_ORG` option)
337 - Thumbnails: force HTTPS when possible
338 - Improve tag cloud font scaling
339 - Allow pointing RSS items to the permalink instead of the direct URL (`ENABLE_RSS_PERMALINKS` option)
340 - Update JS libraries and add version numbers in filenames
341 - Updates to README and footer
342
343 ### Fixed
344 - Fix problems when running Shaarli behind a reverse proxy (invalid RSS feed URL)
345 - Update check now checks against the community fork version
346 - Include `cache/`, `data/`, `pagecache/` and `tmp/` directories in the repository
347 - Fix duplicate tag search returning no results
348 - Fix unnecessary 404 error on "Add link" when the user is logged out
349 - Fixes to copyright/licensing information and unlicensed media
350 - Fixes for tag cloud invalid links
351 - Coding style fixes/cleanup
352 - Fix redirection after deleteing a link leading to a 404 error
353 - Shaarli's HTML is now W3C-compliant
354 - Search now works with Unicode characters
355
356 ### Security
357 - Do not leak server's PHP version and Shaarli's full path on errors
358 - Prevent Shaarli from sending a lot of duplicate cookies
359
360
361 ## [v0.0.42beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.42beta) - 2014-07-27
362 ### Added
363 - Add QRCode Javascript library
364 - Allow importing bookmarks with the same timestamp (hack)
365 - Allow putting a description in the bookmarklet URL
366 - Add `json_encode()` implementation for PHP<5.2
367 - Highlight search results
368
369 ### Changed
370 - Improve 'Stay signed in' behaviour
371 - Improve `smallHash()`
372 - Refactor QRCode generation
373 - Update Javascript lazyloading
374 - Update CSS
375
376 ### Removed
377 - Remove jQuery from almost all pages
378
379 ### Fixed
380 - Fix overlapping tags
381 - Fix field foxus in the bookmarklet
382 - Fix error message when `data/` is not writable
383 - Fix HTML generation
384
385 ### Security
386 - Fix XSS flaw
387
388
389 ## [v0.0.41beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.41beta) - 2013-03-08
390 ### Added
391 - Add HTTPS to the allowed protocols
392 - Add support for magnet links in link descriptions
393 - Allow creating new links as private by default
394 - Allow disabling jQuery
395 - Check write permissions
396 - Check session support before installation
397
398 ### Changed
399 - Improve token security
400 - RSS feed: allow inverting links/permalinks
401
402 ### Fixed
403 - Fix display issues during installation
404 - Fix popup redirection after login failure
405 - Fix RSS formatting for Thunderbird
406 - Fix thumbnail creation
407 - Fix cache purge
408
409 ### Security
410 - Fix login issue with WebKit browsers
411
412
413 ## [v0.0.40beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.40beta) - 2013-02-26
414 Initial release on GitHub.
415
416
417 ## [v0.0.40beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-24
418 ### Added
419 - Flickr thumbnail now also support albums, galleries and users
420 - Add a configuration option to disable session cookie protection
421 Check this if your get disconnected often or your IP address changes often
422
423 ### Removed
424 - Removed the xml comment in cached RSS/ATOM feed
425 (although W3C-compliant, this may cause problems in some feed readers)
426
427 ### Fixed
428 - A bug in the RSS cache would present old items as new in some cases
429 - A small bug (non-initialized variable) in page cache cleaning
430 - Proper "Nothing found" message when search returns no results
431 - No more 404 error when searching with empty input
432 - Flickr thumbnails are back (Flickr has made some changes to their domains)
433
434 ## [v0.0.39beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-10
435 ### Added
436 - A cache for RSS feed, ATOM feed and Daily RSS feed, because these URLs
437 are massively hammered. Cache is automatically purged whenever the database
438 is changed. This will reduce server load. I may add cache to other pages later.
439
440 ### Changed
441 - No more global `$LINKSDB` (Yuk)
442 - Background color was removed when hovering a link
443
444 ### Fixed
445 - Small bug corrected in config screen on timezones
446 - Calling a non-existing permalink now returns a crude 404 error instead of 200 (OK)
447 This is done on purpose
448 - The `shaarli` session cookie now has a proper path
449 Thus you can now install several Shaarlis on the same server in different paths,
450 and each will have its session
451 - Now when you delete a link, you go back the same page/search parameters you were on
452 - Restore previously removed `error_get_last()`, to ensure PHP 5.1 compatibility
453 (Yes, now it works on free.fr hosting)
454 - Added `dialog=1` in bookmarklet code for some browsers
455
456
457 ## [v0.0.38beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-06
458 ### Added
459 - Automatic creation of the `tmp` directory with proper rights (for RainTPL)
460 - When you click the key to see only private links, it turns yellow
461
462 ### Changed
463 - The "Daily" page now automatically skips empty days.
464
465 ### Fixed
466 - Corrected the tag encoding (there was a bug when selecting a second tag which contains accented characters)
467
468
469 ## [v0.0.37beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-01
470 ### Added
471 - Basic CSS for mobiles, which makes Shaarli //much// more usable on mobile devices
472 - Picture wall no more instantly kills your browser. Now it uses
473 [lazy image loading](http://www.appelsiini.net/projects/lazyload);
474 the pictures are loaded only as you scroll the page.
475 This will reduce browser memory usage (especially on mobile devices),
476 as well as server load.
477 If you have javascript disabled, the page will still work as before
478 (all images loaded at once)
479 - RSS feed for the "Daily" page. 1 RSS entry per day, with all links of that day.
480 RSS feed provides the last 7 days (only non-empty days are returned).
481 - In link list, added an icon to see only private links. Click to toggle (only private / all)
482
483
484 ## [v0.0.36beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
485 ### Added
486 - Shaarli licence in COPYING
487
488 ### Changed
489 - Display adjustments in "Daily" page
490
491 ### Fixed
492 - Improper text color in install form
493 - Error in QRCode url (missing '?')
494
495
496 ## [v0.0.35beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
497 ### Fixed
498 - Corrected a bug introduced in 0.0.34 which would improperly preprend data to URLs
499
500
501 ## [v0.0.34beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
502 ### Added
503 - There is now a QR-Code of each permalink to easily open a link on your smartphone
504 - Protocols `file:` and `apt:` are now also converted to clickable links (patch by Francis Chavanon)
505 - Thumbnail support for http://xkcd.com/ (patch by Emilien Klein)
506 - Thumbnail support for http://pix.toile-libre.org/
507 - Well I had _some_ mercy for users with antique browsers (IE) which do not have
508 support for gradients: I added a few `background-color`
509 - First version of the "Shaarli Daily", a page showing all links of a specific day.
510 By default, you see the links of the previous day.
511 There is still work to do on this page (error checking, better navigation (calendar?),
512 RSS feed, CSS for mobile and printing...)
513
514 ### Changed
515 - Upgraded bundled versions of jQuery (1.7.1) and jQuery UI (1.8.17)
516 - Upgraded bundled version of RainTPL (2.7)
517 - Changed HTTPS detection code
518
519 ### Fixed
520 - In link edition, you can now click the word "Private" to check the box
521 - Clicking a tag would not work properly if the tag contained special characters (like +)
522 - Added proper jQuery licence (shame on me)
523
524
525 ## [v0.0.33beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-17
526 ### Added
527 - Shaarli packaged to ease Linux distributions integration
528 As a simple user, you do not need to cope with these versions
529 Future releases of Shaarli will also be customized and published in these directories
530 Differences with the standard Shaarli version:
531 - deb:
532 - .tar.gz instead of .zip
533 - COPYING licence file added
534 - jQuery/jQuery-UI libraries removed to cope with Debian rules
535 This version links to the libs hosted at http://code.jquery.com
536 - rpm:
537 - sources located in a subdirectory with the same name as the zip file
538 - COPYING licence file added
539 - WARNING: When downloading the .tar.gz, always use wget (and not your browser),
540 otherwise the .tar.gz will be corrupted
541
542 ### Fixed
543 - ATOM feed validates again
544
545 ### Security
546 - XSS vulnerability patched (thanks to Stanislas D.!)
547
548
549 ## [v0.0.32beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-12-16
550 ### Added
551 - Better check on URL parameters (patch by gege2061)
552 - Add `max-height` and `overflow:auto` attributes so that content can be scrolled if too large
553
554 ### Changed
555 - HTML generation moved to RainTPL templates (in the `tpl/` directory)
556 - Better detection of HTTPS (patch by gege2061)
557 - In RSS/ATOM feeds, the GUID is now the permalink instead of the final URL (patch by gege2061)
558 - Jerrywham CSS patch included
559 - Multiple spaces are now respected in description.
560 Thus you can use Shaarli as a personal pastebin (for posting source code, for example).
561
562 ### Removed
563 - Page time generation was removed
564
565 ### Fixed
566 - Tab order changed in login screen
567 - Permalinks now work even if additional parameters have been added
568 (e.g. `/?E8Yj2Q&utm_source=blablabla...`)
569 - user.css is included only if the file is present
570 (This prevents a useless CSS include which makes a harmless but useless 404 error.)
571
572
573 ## [v0.0.31beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-29
574 ### Added
575 - Support for TED Talks (ted.com/talks) thumbnails (patch by Emilien K.)
576 - 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
577 - Support for bookmark files without ADD_DATE attributes
578 - Logo is clickable
579 - `user.css` can be added to overload Shaarli base CSS.(patch by Jerrywham).
580 Just put `user.css` in the same directory as shaarli.css.
581 Example: `<code css>#pageheader { background: blue; }</code>`
582 Please note that Shaarli CSS are not stable and may completely change on each version
583
584 ### Changed
585 - Edit and Delete buttons in link list were replaced with icons. (patch by Jerrywham)
586
587 ### Fixed
588 - Better error handling in thumbnail generation (patch by Emilien K.)
589 - The top menu is no longer displayed in bookmarklet popup
590 - Bookmark which have the exact same date/time are now correctly imported.
591 Most remaining import problems should be solved now
592 - Comment in Shaarli export moved to beginning of file to prevent clash with last link description
593
594
595 ## [v0.0.30beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
596 ### Added
597 - Add a small `delete` button in link list (after the `edit` button)
598
599 ### Fixed
600 - Moved the call to PubSubHub
601
602
603 ## [v0.0.29beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
604 ### Fixed
605 - Corrected a bug introduced in v0.0.28beta
606 (there was an error if you use the bookmarklet and you're not logged in)
607
608
609 ## [v0.0.28beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-17
610 ### Added
611 - Thumbnail support for youtu.be URLs (YouTube short url service)
612 - PubSubHub protocol support (from http://aldarone.fr/les-flux-rss-shaarli-et-pubsubhubbub/).
613 Warning: This was not tested. You need to set your hub url in
614 `$GLOBALS['config']['PUBSUBHUB_URL']` and put the official client (`publisher.php`)
615 in the same directory as Shaarli's `index.php`
616 - RSS and ATOM feeds now also contain tags (in `category` tags, as per their
617 respective specifications)
618
619 ### Changed
620 - New Shaarli theme and logo by Idle (http://www.idleman.fr/blog/?p=469)
621 - In picture wall, pictures point to Shaarli permalink instead of final URL.
622 This way, users can read the description.
623 - In RSS/ATOM feeds, guid and link URL of permalinks are now proper absolute URLs
624 - In RSS/ATOM feeds, URLs are now clickable
625 - Rename `http_parse_headers()` to `http_parse_headers_shaarli()` to prevent
626 name collision with some PHP extensions
627
628 ### Fixed
629 - Thumbnails removed for imgur.com/a/ URLs (Thumbnails are not available for albums on imgur)
630 - Shaarli now correctly only tries to get thumbnails for vimeo video URLs
631 - Fix a bug in imgur.com URLs handling that would cause some thumbnails not to appear
632 - The search engine would not return a result if the word to search was the first in description
633 - Extracted title is now correct if the page has two `title` html tags
634
635
636 ## [v0.0.27beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-18
637 ### Added
638 - Add a picture wall, which can be filtered too: it will use the same filters
639 (tags,text search) as current page when clicked.
640
641
642 ## [v0.0.26beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-17
643 ### Changed
644 - Made permalink more visible (smallHash)
645
646 ### Fixed
647 - Removed extras space in description when URLs are converted to clickable links
648 - Thumbnail for subreddit imgur urls (/r/...) were corrected (thanks to Accent Grave)
649
650
651 ## [v0.0.25beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-13
652 ### Added
653 - Better CSS for printing (thanks to jerrywham suggestion)
654 - Allow using a redirector or anonymizing proxy for links
655 (such as `http://anonym.to/?` to mask you `HTTP_REFERER`).
656 Just go to `Tools > Configure > Redirector`
657 (thanks to Accent Grave for the suggestion).
658 - The `ENABLE_LOCALCACHE` option can be set to `false` for those who have
659 a limited quota on their host.
660 This will disable the local thumbnail cache.
661 Services which require the use of the cache will have no thumbnails
662 (vimeo, flickr, direct link to image).
663 Other services will still have a thumbnail (youtube,imgur.com,dailymotion,imageshack.us)
664
665 ### Changed
666 - Now thumbnails generated by Shaarli are croped to a height of 120 pixels
667 - YouTube thumbnails now use `default.jpg` instead of `2.jpg` (This is usually more pertinent)
668 - Configuration options (such as `HIDE_TIMESTAMPS`, `ENABLE_THUMBNAILS`, etc.)
669 can now be put in a an external file so that you do not have to tweak them again
670 when you upgrade Shaarli.
671 Just add the file `data/options.php`.
672 - If a single link is displayed, the page title contains the title of the link
673 - Shaarli page title is clickable (and has the same link as "Home")
674 - A few CSS tweaks (thanks to maethor for suggestion)
675
676 ### Fixed
677 - Shaarli now supports newlines in titles (thanks to dixy)
678 - The link to the RSS feed in page header was not correct
679
680
681 ## [v0.0.24beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
682 ### Added
683 - Allow posting an entry without a link. (You can use Shaarli as a kind of "personal twitter")
684 - Each Shaarli entry now has a short link (just click on the date of a link).
685 Now you can send a link that points to a single entry in your Shaarli
686 - In descriptions, URLs are now clickable
687 - Thumbnails will be generated for all link pointing to .jpg/png/gif
688 (as long as the images are less than 4 Mb and take less than 30 seconds to download)
689
690 ### Fixed
691 - Now thumbnails also work for imgur gallery links (/gallery/...)
692 (Thanks to Accent Grave for the correction)
693 - Removed useless debugging information in log
694 - The filter in RSS/ATOM feed now works again properly (it was broken in 0.0.17beta)
695
696
697 ## [v0.0.23beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
698 ### Added
699 - Added thumbnail support for imageshack.us
700
701 ### Changed
702 - Now you can clic the sentence "Stay signed in" to tick the checkbox (patch by Emilien)
703 - In tag editing, comma (,) are now automatically converted to spaces
704 - In tag editing, autocomplete no longuer suggests a tag you have already entered in the same line
705
706
707 ## [v0.0.22beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
708 ### Added
709 - Support for thumbnails for flickr.com
710 - Allow staying signed in:
711 Your session will be kept open even if you close the browser.
712 This is available through a checkbox in the login screen.
713
714 ### Changed
715 - Some hosts (flickr, vimeo) are slow as hell for the thumbnails,
716 or require an extra HTTP request.
717 For these hosts the thumbnail generation has been deported outside the generation
718 of the page to keep Shaarli snappy.
719 For these slow services, the thumbnails are also cached.
720
721 ### Fixed
722 - Title was not properly passed if you had to login when using the bookmarklet (patch by shenshei)
723
724
725 ## [v0.0.21beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
726 ### Added
727 - Thumbnails for some services
728 Currently supports: YouTube.com, dailymotion.com, vimeo.com (slow!) and imgur.com.
729 Thumbnails are enabled by default, but you can turn them off
730 (set `define('ENABLE_THUMBNAILS',true);` to `false`).
731
732 ### Changed
733 - Removed the focus on the searchbox (this is cumbersome when you want to browse pages
734 and scroll with the keyboard)
735
736
737 ## [v0.0.20beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
738 ### Fixed
739 - RSS feed is now served as `application/rss+xml` instead of `application/xhtml+xml`
740 (which was causing problem in //RSS Lounge//)
741 - ATOM feed is now served as `application/atom+xml` instead of `application/xhtml+xml`
742
743
744 ## [v0.0.19beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
745 ### Added
746 - ATOM feed
747
748 ### Fixed
749 - Patch by Emilien to remove the update notification after the update
750
751
752 ## [v0.0.18beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
753 ### Added
754 - You can now configure the title of your page
755 - New screen to configure title and timezone
756
757 ### Changed
758 - Nicer timezone selection patch by killruana
759
760 ### Fixed
761 - New lines now appear correctly in the RSS feed descriptions.
762
763
764 ## [v0.0.17beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
765 ### Added
766 - Change password screen added (based on a patch by killruana)
767 - Autocomplete in the tag search form
768 - You can rename or delete a tag in all links
769 (very handy if you misspelled a tag or want to merge tags)
770 - When you click the RSS feed, the feed will be filtered with the same filters
771 as the page you were viewing
772
773 ### Changed
774 - CSS adjustments by jerrywham
775 - Minor corrections
776
777
778 ## [v0.0.16beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
779 ### Added
780 - Upgrade notification:
781 If a new version of Shaarli is available, you will be notified by a discreet
782 message in top-right corner.
783 This message will only be visible if you are logged in, and the check will be
784 performed at most once a day.
785 - Preliminary tag cloud (ugly for the moment, I need to find something better)
786
787 ### Changed
788 - Replaced `preg_match()` with `version_compare()` to check PHP version
789 - Includes a patch by Emilien K. to mask dates if user is not logged in.
790 The option can be activated by changing `define('HIDE_TIMESTAMPS',false);` to `true`
791
792
793 ## [v0.0.15beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
794 ### Added
795 - New in import: Option to overwrite existing links when importing
796 - On free.fr, automatic creation of the `/sessions` directory
797
798 ### Changed
799 - CSS Stylesheet is now an external file (shaarli.css).
800 This reduces page size and eases customization.
801
802 ### Removed
803 - Removed some parameters in URL added by some feed proxies (`#xtor=RSS-...`)
804
805 ### Fixed
806 - Bug corrected: Prevented loop on login screen upon successful login after a failed login
807 - Bug corrected in import: HTML entities were not properly decoded.
808 If you imported your Delicious/Diigo bookmarks, your should import them again
809 and use the 'overwrite' option of the import feature.
810
811
812 ## [v0.0.14beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
813 ### Added
814 - You no longer need to disable `magic_quotes` on your host.
815 Shaarli will cope with this option beeing activated.
816
817
818 ## [v0.0.13beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
819 ### Added
820 - Import: New option to import html bookmark file as private links
821 - Import: Importing a bookmark file will not overwrite existing links anymore
822 - Export: New options to export only public or private links
823
824 ### Changed
825 - In tag autocomplete, tags are presented in use order
826 (most used tags first, instead of alphabetical order)
827 - RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url:
828 - `&searchtags=minecraft+video` for tag filtering
829 - `&searchterm=portal` for fulltext search to the feed url
830
831
832 ## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
833 ### Added
834 - Add a check that the config file was properly created
835 (in case Shaarli does not have the write rights in its folder)
836 - Open Shaarli: there is an option to open your Shaarli to anyone.
837 Anybody will be able to add/edit/delete links without having to login.
838 In code, change `define('OPEN_SHAARLI',false);` to `true`.
839 Note: No anti-spam for the moment. You are warned!
840 - Autocomplete for tags
841
842
843 ## [v0.0.11beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
844 ### Added
845 - Add a check and a warning for some hosts which still have `magic_quotes` activated
846
847
848 ## [v0.0.10beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
849 ### Added
850 - Get rid of `&quot;` in titles
851
852
853 ## [v0.0.9beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
854 ### Added
855 - Now works on hosts `free.fr` and `1and1`
856 - Now works with PHP 5.1
857 - PHP version is now checked and an error message is displayed if version is not correct
858
859 ### Fixed
860 - No more error messages if the browser does not send `HTTP_REFERER`
861 - No more error messages if the host has disabled http protocol in PHP config (eg. 1and1)
862
863
864 ## [v0.0.8beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
865 ### Changed
866 - In RSS feed, GUID content replaced with the URL of the link, because some
867 stupid RSS reader (like Google Reader) use `<guid>` as a link instead of using `<link>`
868
869
870 ## [v0.0.7beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-09-16
871 First public release by Sebsauvage, see original article:
872 [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)