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