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