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