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