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